n***@gmail.com
2015-02-23 13:49:26 UTC
Hi,
Can someone explain how to get to the MEM Usage as shown on the
performance tab of Task Manager?
I have been looking at WorkingSetSize and PeakWorkingSetSize under
Win32_Process, but these seem to be something else.
I think the WorkingSetSize is the MEM Usage Task Manager shows in the
Processes pane, but this is _less_ than that shown on the Performance
pane. Using PeakWorkingSetSize gives a higher figure than task
manager shows.
Why the discrepancy, and what memory usage are these actually
describing ?
Hello, Jon!Can someone explain how to get to the MEM Usage as shown on the
performance tab of Task Manager?
I have been looking at WorkingSetSize and PeakWorkingSetSize under
Win32_Process, but these seem to be something else.
I think the WorkingSetSize is the MEM Usage Task Manager shows in the
Processes pane, but this is _less_ than that shown on the Performance
pane. Using PeakWorkingSetSize gives a higher figure than task
manager shows.
Why the discrepancy, and what memory usage are these actually
describing ?
Use the WorkingSetPrivate attribute of Win32_PerfRawData_PerfProc_Process WMI class.
Look this:
http://cybernetnews.com/cybernotes-windows-memory-usage-explained/