Windows OS: Win32_PerfRawData_PerfProc_Process Virtual Memory is not matching with resource monitor's Commit Memory

C

Cloud TraQez

I am trying to pull the Process metrics using Win32_PerfRawData_PerfProc_Process as documented at https://learn.microsoft.com/en-us/previous-versions/aa394323(v=vs.85)From the document, VirtualBytes statesCurrent size, in bytes, of the virtual address space that the process is using. Use of virtual address space does not necessarily imply corresponding use of either disk or main memory pages.and PrivateBytesCurrent number of bytes this process has allocated that cannot be shared with other processes.I am trying to retrieve following data and compare with resource monitor output."VirtualBytes"

Continue reading...
 
Back
Top Bottom