Checking the status of a service

Hello,
We are suing WM6.0.1 Integration Server, and I wondering if any knew of a way to check is a given service is running currently. I tried to use the PSUtilities.misc:checkThreadCount service but it did not work for me. Any ideas?
Regards,

Jonathan,

Just to check service running,you can make use of the WmRoot package/pub/stats-services.dsp that is used by internally by ISAdminConsole/Service Usage which displays count(1…)indicates that it is running this many times.So check this dsp and it invokes another service to get that count.

HTH,
RMg.