0

I'm looking to set up at-a-glanoe monitoring of CPU. disk, network and memory usage for half-dozen Windows servers.

Windows Performance Monitor is far too complex for what I need - the array of counters and statistics is overwhelming and the UI quickly becomes unusable once you've added more than 5-6 counters to a particular display.

The Resource Monitor (resmon.exe) tool included with Windows 2008 is EXACTLY what I want - but doesn't appear to have any sort of remote monitoring capability.

Is there anything out there (ideally free but I'm happy to pay money if it will save time) that offers this capability?

Thanks,

Dylan

Dylan Beattie
  • 576
  • 2
  • 9
  • 23

3 Answers3

0

This doesn't directly answer your question but when using Perfmon I always switch from graph view to report view. You see the same information without the clutter and load that the graph view imposes.

joeqwerty
  • 108,377
  • 6
  • 80
  • 171
0

Nagios can also monitor Windows servers very well.

For easier setup, consider a commercial (hosted) solution like Cloudkick.

Pete White
  • 26
  • 1
0

I'd probably knock up a script for this and connect to WMI on each server. Does your client computer have powershell installed? Otherwise vbscript :(
The stats will be at-a-glance, and not a graph of the previous 10 minutes

xXhRQ8sD2L7Z
  • 685
  • 5
  • 12