Question on Process Monitoring

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
MartsG
Posts: 2
Joined: Mon Oct 11, 2004 2:25 am

Question on Process Monitoring

Post by MartsG »

How, technically, does Hostmonitor check whether a process is working?

We have a server that we check a service and a process on. This works fine until a different tool (Quest) is introduced. The Quest tool monitors performance of several things within SQL on this server.

Once Quest is started the service test still responds but the process one times out with result 'Unknown'

I'm asuming that both apps are running a similar test but how does Hostmonitor perform its check?
AntonyP
Posts: 159
Joined: Mon Jan 02, 2006 9:40 am
Location: Athens Greece

Post by AntonyP »

I use WMI test to check active processes and services.
KS-Soft
Posts: 13012
Joined: Wed Apr 03, 2002 6:00 pm
Location: USA
Contact:

Post by KS-Soft »

"Process" test method does not check HOW process works. It checks how many instances of the process is started.
If you need to monitor some specific parameters of the process (e.g. memory usage, threads count, number of allocated handles), use WMI or Performance Counter test method.
If you want to check how process responds to Windows messages, use appstatus.exe utility, its located in Utils subfolder.

Regards
Alex
Post Reply