Virtual and Physical Memory Analysis utility

I was investigating a virtual address space fragmentation issue and came across a tool called VMMap. VMMap is a process virtual and physical memory analysis utility from Sysinternals

To quote from the site “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.”

If you are a developer, you should certainly download this tool to understand detailed memory usage per process and optimize your application's memory resource usage. Here’s a sample screenshot

Memory Analysis tool

Download VMMap






About The Author

Suprotim Agarwal
Suprotim Agarwal, Developer Technologies MVP (Microsoft Most Valuable Professional) is the founder and contributor for DevCurry, DotNetCurry and SQLServerCurry. He is the Chief Editor of a Developer Magazine called DNC Magazine. He has also authored two Books - 51 Recipes using jQuery with ASP.NET Controls. and The Absolutely Awesome jQuery CookBook.

Follow him on twitter @suprotimagarwal.

No comments: