Is there someway to record Task Managers info about CPU and memory usage to examine later? Or an equivalent tool?
|
Windows Performance Monitor (perfmon) should do the job for you; you can configure it to log to a file, so just enable the counters you need and it'll log as much as you want. |
|||
|
|
|
Start>Run>perfmon
|
|||
|
|
|
You may consider using a monitoring solution like zabbix, zenoss to collect and analyse your perf counters. |
|||
|
|
|
Cacti is a great webv based graphing programme. It can graph CPU, memory, disk space, etc, etc. It can also be extended with your own plugins. |
|||
|
|
|
Process Explorer will also show CPU history. |
|||
|
|
|
I use PolyMon to monitor these kinds of things. You can define various "alert" conditions about which you'd like to receive notification, so I get notified if one of my servers is having a problem. But it also stores all these results in a long term database, so I can look back at the memory usage of server "X" and see it's memory usage trends over the last N days/weeks/months/years. |
|||
|
|
|
Opensource solution Nagios does this also: |
|||
|
|
