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
CPU Monitor
Moderator: General Moderators
- social_experiment
- DevNet Master
- Posts: 2793
- Joined: Sun Feb 15, 2009 11:08 am
- Location: .za
Re: CPU Monitor
Task manager?
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
Re: CPU Monitor
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.
- social_experiment
- DevNet Master
- Posts: 2793
- Joined: Sun Feb 15, 2009 11:08 am
- Location: .za
Re: CPU Monitor
Um no.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.
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
Re: CPU Monitor
Thats what I thought. No harm in checking though.
Thanks
Thanks
Re: CPU Monitor
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.

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.