VMMap - awesome memory analysis tool

Posted on Microsoft .NET Support Team See other posts from Microsoft .NET Support Team
Published on Sun, 31 Oct 2010 14:02:00 +0000 Indexed on 2011/01/11 9:57 UTC
Read the original article Hit count: 253

Filed under:
|

imageVMMap is a process virtual and physical memory analysis utility. It shows a breakdown of a process's committed virtual memory types as well as the amount of physical memory (working set) assigned by the operating system to those types. Besides graphical representations of memory usage, VMMap also shows summary information and a detailed process memory map. Powerful filtering and refresh capabilities allow you to identify the sources of process memory usage and the memory cost of application features.

Besides flexible views for analyzing live processes, VMMap supports the export of data in multiple forms, including a native format that preserves all the information so that you can load back in. It also includes command-line options that enable scripting scenarios.

VMMap is the ideal tool for developers wanting to understand and optimize their application's memory resource usage.

© Microsoft .NET Support Team or respective owner

Related posts about Windows

Related posts about .NET Tools