I have a Windows XP PC that I'm using as a server for a couple of apps. Is there a program I can use to monitor the memory usage / CPU load? The PC has Apache and PHP available.

(I don't need fast realtime updates, once every 5 seconds would be fine, I just want to see memory usage + CPU load and make sure my server's not overtaxed)

link|improve this question

72% accept rate
feedback

2 Answers

up vote 4 down vote accepted

Perfmon (Performance Monitor) allows you to connect to a remote system if you have administrator credentials.

link|improve this answer
hmm, how do I do this? I run perfmon and it doesn't seem to have any options to do so. – Jason S Nov 2 '09 at 15:30
On XP - When you add a Performance counter (the + icon) you can choose to enter a remote machine name and Perfmon will fetch the counters from that and present you with the list to choose from. – Helvick Nov 2 '09 at 16:15
ah,, ok thanks! – Jason S Nov 2 '09 at 17:20
feedback

If you have a unix machine available somewhere you can set it up to poll the load of the windows machine (and a bunch of other statistics) using Munin. You would set up a master collector on a unix machine and a node on the Windows machine (and any other computer you are interested in) using the windows node installer.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.