This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git
The following commit(s) were added to refs/heads/master by this push:
new f91ef23ecd doc: swap -> virtual memory (#12336)
f91ef23ecd is described below
commit f91ef23ecd814af3910c8b8e122b626ad6282826
Author: lagagain <[email protected]>
AuthorDate: Mon Jun 17 08:25:00 2024 +0800
doc: swap -> virtual memory (#12336)
---
docs/en/changes/changes.md | 1 +
docs/en/setup/backend/backend-win-monitoring.md | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/docs/en/changes/changes.md b/docs/en/changes/changes.md
index 694d0f89b5..bae2243468 100644
--- a/docs/en/changes/changes.md
+++ b/docs/en/changes/changes.md
@@ -20,5 +20,6 @@
* Update the version description supported by zabbix receiver.
* Move the Official Dashboard docs to marketplace docs.
* Add marketplace introduction docs under `quick start` menu to reduce the
confusion of finding feature docs.
+* Update Windows Metrics(Swap -> Virtual Memory)
All issues and pull requests are
[here](https://github.com/apache/skywalking/milestone/205?closed=1)
diff --git a/docs/en/setup/backend/backend-win-monitoring.md
b/docs/en/setup/backend/backend-win-monitoring.md
index c42c00eaf1..94825b0db9 100644
--- a/docs/en/setup/backend/backend-win-monitoring.md
+++ b/docs/en/setup/backend/backend-win-monitoring.md
@@ -21,10 +21,10 @@ Windows entity as a `Service` in OAP and on the `Layer:
OS_WINDOWS`.
|------------------------------|------|-------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------|-----------------------------------------------------|
| CPU Usage | % | meter_win_cpu_total_percentage
| The total percentage usage of the CPU core. If there are 2 cores, the
maximum usage is 200%. | Prometheus windows_exporter |
| Memory RAM Usage | MB | meter_win_memory_used
| The total RAM usage
| Prometheus windows_exporter |
-| Memory Swap Usage | % | meter_win_memory_swap_percentage
|
The percentage usage of swap memory
| Prometheus windows_exporter |
+| Virtual-Memory Usage | % |
meter_win_memory_virtual_memory_percentage
| The percentage usage of virtual
memeory memory |
Prometheus windows_exporter |
| CPU Average Used | % | meter_win_cpu_average_used
| The percentage usage of the CPU core in each mode
| Prometheus windows_exporter |
| Memory RAM | MB | meter_win_memory_total<br
/>meter_win_memory_available<br />meter_win_memory_used
| The RAM statistics, including Total / Available / Used
| Prometheus windows_exporter |
-| Memory Swap | MB | meter_win_memory_swap_free<br
/>meter_win_memory_swap_total
| Swap memory statistics, including Free / Total
| Prometheus windows_exporter |
| The
percentage usage of the file system at each mount point
| Prometheus win [...]
+| Virtual-Memroy | MB |
meter_win_memory_virtual_memory_free<br />meter_win_memory_virtual_memory_total
| Virtual memory statistics,
including Free / Total |
Prometheus windows_exporter |
| The percentage usage of the file system
at each mount point | Prometheus [...]
| Disk R/W | KB/s |
meter_win_disk_read,meter_win_disk_written
| The disk read and written
| Prometheus
windows_exporter |
| Network Bandwidth Usage | KB/s | meter_win_network_receive<br
/>meter_win_network_transmit
| The network receive and transmit
| Prometheus windows_exporter |
| The number
of file descriptors allocated
| Prometheus windows [...]