Check the memory usage of a specific process

All questions related to installations, configurations and maintenance of Advanced Host Monitor (including additional tools such as RMA for Windows, RMA Manager, Web Servie, RCC).
Post Reply
DainMuller
Posts: 4
Joined: Tue Oct 27, 2009 9:37 am

Check the memory usage of a specific process

Post by DainMuller »

Is there a way to configure a test to check the memory usage of a specific process?

Thanks.
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

You may use WMI test and query like
Select VirtualSize from Win32_Process where Caption='processname.exe'
or
Select WorkingSetSize from Win32_Process where Caption='processname.exe'
depending on what kind of memory you need to check.
http://www.ks-soft.net/hostmon.eng/mfra ... ts.htm#wmi

Also you may use Performance Counter test method
http://www.ks-soft.net/hostmon.eng/mfra ... erfcounter

Regards
Alex
Post Reply