Hey,
my english isnt very well, I want to test all services on one test item.
So I think WMI is the right one... I have the query
SELECT Name FROM Win32_Service WHERE Started=0 AND StartMode="Auto"
but I have as Reply only one stopped Service, If on the Server are 5 stopped Service I want to have 5 Items in the wmi test reply.
How does it works, is it possible with wmi or is a other test methode better?
My second question is how to test the network workload , Performence Counter doesnt run very well, I think the best way is wmi too, but i dont know the right query.
regarts
Summery of all stopped Services
WMI test may display single value only.
If you want to check several rows and display all values in Reply field of the test, you should create your own script and use Shell Script test method
http://www.ks-soft.net/hostmon.eng/mfra ... m#chkShell
http://www.ks-soft.net/hostmon.eng/mfra ... trafficmon
Regards
Alex
If you want to check several rows and display all values in Reply field of the test, you should create your own script and use Shell Script test method
http://www.ks-soft.net/hostmon.eng/mfra ... m#chkShell
HostMonitor offers Traffic Monitor test methodMy second question is how to test the network workload , Performence Counter doesnt run very well, I think the best way is wmi too, but i dont know the right query.
http://www.ks-soft.net/hostmon.eng/mfra ... trafficmon
Regards
Alex