Fix app.mem_usage (Windows) (#21085)
thiagoftsm committed
Oct 2, 2025 at 17:43 UTC
55f71b4a0fe010f01fe75482bb7a2dad4e5f0d68
1 file changed
+1
-1
src/collectors/apps.plugin/apps_os_windows.c
+1
-1
@@ -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";
917
+ 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";