View Full Version : monitoring Windows applications
clubbing80s
21-09-2007, 10:29
Hi
I have windows terminal servers, and I would like to know how many instances of an appicaltion are running and the total resources that those instances are using, cpu and ram etc
how can i do this ..
Hi,
you can list the Perf Counter in Windows with:
typeperf -qx
and create a new ITEM with:
perf_counter....
itīs very simple :)
Christian
al-siput
13-10-2008, 06:48
Hi,
you can list the Perf Counter in Windows with:
typeperf -qx
and create a new ITEM with:
perf_counter....
itīs very simple :)
Christian
could you please show me step by step...
i want monitor specific application called "Call account software". I want monitor status of the software (running / stop / crash). How to do that...
maybe you can show Microsoft words or yahoo messenger as example..
you can script this with VB or AutoIT(free)
Christian
al-siput
17-10-2008, 03:05
thank you...
i hope i can make it, because this is the first time and i don't know how to do it..
:D