We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31235fe commit 55f71b4Copy full SHA for 55f71b4
1 file changed
src/collectors/apps.plugin/apps_os_windows.c
@@ -914,7 +914,7 @@ bool apps_os_collect_all_pids_windows(void) {
914
p->perflib[PDF_UTIME].key = "% User Time";
915
p->perflib[PDF_STIME].key = "% Privileged Time";
916
p->perflib[PDF_VMSIZE].key = "Virtual Bytes";
917
- p->perflib[PDF_VMRSS].key = "Working Set";
+ p->perflib[PDF_VMRSS].key = "Working Set - Private";
918
p->perflib[PDF_VMSWAP].key = "Page File Bytes";
919
p->perflib[PDF_LREAD].key = "IO Read Bytes/sec";
920
p->perflib[PDF_LWRITE].key = "IO Write Bytes/sec";
0 commit comments