Skip to content

Commit

Permalink
doc: swap -> virtual memory (#12336)
Browse files Browse the repository at this point in the history
  • Loading branch information
lagagain authored Jun 17, 2024
1 parent 6e5ac57 commit f91ef23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/en/changes/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
4 changes: 2 additions & 2 deletions docs/en/setup/backend/backend-win-monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 windows_exporter |
| 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 windows_exporter |
| 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_exporter |

Expand Down

0 comments on commit f91ef23

Please sign in to comment.