Memory used by a 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
Svend
Posts: 38
Joined: Fri Sep 23, 2005 5:00 pm

Memory used by a process

Post by Svend »

Can I track memory used by an individual process (Windows Platform).

After monitoring a server it just slowly chews into its commited bytes. I'm trying nail down the offending process and would like to track Memory usage and VM Size as seen in Task Manager.

I looked in performance monitor but couldn't see a way of listing process instances.
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

You may use counters like \\servername\Process(ProcessName)\Virtual Bytes and \\servername\Process(ProcessName)\Working Set

We recommend to use WMI test instead of Performance Counters. Windows WMI techonology works much more reliable than Performance Counters.
You may use query like select VirtualSize from Win32_Process where caption='FAR.EXE'

Regards
Alex
Post Reply