1,110 pts.
 Memory tracing on Windows server 2003
How do we set up memory traces on a Win 2003 server? I want for it to monitor the system over a period of a month and give us a baseline on memory usage, maximums and more so when I upgrade the machine in a few weeks I have data that says there was a reason for it.

Software/Hardware used:
ASKED: October 12, 2010  3:29 PM
UPDATED: November 12, 2010  9:27 PM

Answer Wiki:
You can use Perfmon and use memory counters to monitor say every 30mts and probably for a week. You can then sort via usage and see what time was the peak usage...
Last Wiki Answer Submitted:  October 15, 2010  12:13 pm  by  KALAKAAR   45 pts.
All Answer Wiki Contributors:  KALAKAAR   45 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

You can also use some open source monitoring tool, such as Zenoss or Zabbix, which will allow you to monitor many things (including memory usage) on every device in your network.

 63,535 pts.

 

Check out the tool Performance Analysis of Logs (PAL). This tool will parse out MS perfmon logs using templates and gives a report of the measurements against standard thresholds. This is a good tool to review a system for issues.

 32,645 pts.