Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is good server performance monitoring software for Windows? [closed]

I'm looking for some software to monitor a single server for performance alerts. Preferably free and with a reasonable default configuration.

Edit: To clarify, I would like to run this software on a Windows machine and monitor a remote Windows server for CPU/memory/etc. usage alerts (not a single application).

Edit: I suppose its not necessary that this software be run remotely, I would also settle for something that ran on the server and emailed me if there was an alert. It seems like Windows performance logs and alerts might be used for this purpose somehow but it was not immediately obvious to me.

Edit: Found a neat tool on the coding horror blog, not as useful for remote monitoring but very useful for things you would worry about as a server admin: http://www.winsupersite.com/showcase/winvista_ff_rmon.asp

like image 746
Luke Avatar asked Aug 14 '08 17:08

Luke


3 Answers

For performance monitor - start it on the server (Win+R and enter "perfmon"). Select "Performance Logs and Alerts" and expand. Select "Alerts". Select "Action" & then "New Alert". Give the alert a name, click "Add" to add a counter (there are hundres of counters, for example CPU %), then give it some limits.

Select the "Action" tab, and then decide what you want to do. You may need a third party program - for example Blat to send emails - but basiaclly any script can be run.

like image 106
Tubs Avatar answered Sep 28 '22 06:09

Tubs


I've been experimenting with munin for monitoring around 8 Windows 2003 servers.

http://munin.projects.linpro.no/

Its a free linux-based system and the Windows agent works well & is easily extensible. Setup is simple if you have some minimal linux knowledge.

like image 37
rupello Avatar answered Sep 28 '22 06:09

rupello


If you want something free, try Nagios.

http://www.nagios.org/

like image 41
TheSmurf Avatar answered Sep 28 '22 07:09

TheSmurf