Page 1 of 1
CPU Monitor
Posted: Tue Apr 20, 2010 5:52 pm
by kerepuki
Hi guys,
I am wondering if someone can point me in the right direction on how to monitor (return value) CPU, memory etc usage on Windows server running xampp server?
Thanks
Re: CPU Monitor
Posted: Tue Apr 20, 2010 5:59 pm
by social_experiment
Task manager?
Re: CPU Monitor
Posted: Wed Apr 21, 2010 3:08 am
by kerepuki
Um yeah, I figured because I posted in a PHP forum it would be a give in that I require it to be done using PHP some how.
Re: CPU Monitor
Posted: Wed Apr 21, 2010 3:30 am
by JAY6390
Re: CPU Monitor
Posted: Wed Apr 21, 2010 3:54 am
by social_experiment
kerepuki wrote:Um yeah, I figured because I posted in a PHP forum it would be a give in that I require it to be done using PHP some how.
Um no.
Re: CPU Monitor
Posted: Wed Apr 21, 2010 4:43 am
by kerepuki
Thats what I thought. No harm in checking though.
Thanks
Re: CPU Monitor
Posted: Fri Apr 23, 2010 5:55 am
by siji86
i don't know about php, but its possible in C# and Dot Net. In Dot Net you have a set of classes called as Windows Management Instrumentation, which gives you all the system related information.
You could solve your problem by developing a webservice in Dot Net that will retrieve all system related information and you can use PHP to call this Dot Net Web Service.
