Hello,
i want to monitor the long a process is running.
This means i want to be informed if a process runs for example longer than 30 minutes.
Is this possible ?
Thanks
Thomas
Starttime / Running Time for a specific process
Depends on what do you want to do after time is expired.
If you want to start process, wait some time, then kill process and start some alerts, you may use "External" test method with "Kill application if no answer after 1800 sec" option. In this case if the external application hasn't returned an error level to HostMonitor within the given timeout, HostMonitor will flag the test entry as down and "kill" the external application.
If you want to start alert but do not touch that process, use Performance Counter test method to monitor \Process(processname)\Elapsed Time counter
Regards
Alex
If you want to start process, wait some time, then kill process and start some alerts, you may use "External" test method with "Kill application if no answer after 1800 sec" option. In this case if the external application hasn't returned an error level to HostMonitor within the given timeout, HostMonitor will flag the test entry as down and "kill" the external application.
If you want to start alert but do not touch that process, use Performance Counter test method to monitor \Process(processname)\Elapsed Time counter
Regards
Alex