Windows server 2003 and Windows XP – How to log memory resources consuming
Posted by aidas | Posted in Command line, Tools, Windows 2003 | Posted on 07-05-2009
0
This article will show you how to create log file of memory resources consuming on your Windows server 2003. To create log and place it to D:\Logs directory open command line on your Windows server 2003 and type:
memsnap /m D:\Logs\memoryusage.log
Created log will be in “raw” format and in order to read it is recommended generate log analysis file. To generate it type:
memsnap /a D:\Logs\memoryusage.log
Note that memsnap is part of Windows server 2003 support tools. They can be found on your OS CD (Support\Tools directory).
Follow us on Twitter !







