Skip to content

Commit 55f71b4

Browse files
authored
Fix app.mem_usage (Windows) (netdata#21085)
1 parent 31235fe commit 55f71b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/collectors/apps.plugin/apps_os_windows.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -914,7 +914,7 @@ bool apps_os_collect_all_pids_windows(void) {
914914
p->perflib[PDF_UTIME].key = "% User Time";
915915
p->perflib[PDF_STIME].key = "% Privileged Time";
916916
p->perflib[PDF_VMSIZE].key = "Virtual Bytes";
917-
p->perflib[PDF_VMRSS].key = "Working Set";
917+
p->perflib[PDF_VMRSS].key = "Working Set - Private";
918918
p->perflib[PDF_VMSWAP].key = "Page File Bytes";
919919
p->perflib[PDF_LREAD].key = "IO Read Bytes/sec";
920920
p->perflib[PDF_LWRITE].key = "IO Write Bytes/sec";

0 commit comments

Comments
 (0)