VADUMP
Virtual Address Dump (VADUMP) creates a listing that contains information about the memory usage of a specified process.
The following is the command-line syntax for VADUMP:
vadump -p pid
-
-p pid
-
The process identifier of the process whose address space is to be listed, in decimal.
The listed produced by VADUMP includes the following:
-
Each address, along with its size, state, protection, and type.
-
Total committed memory for the image.
-
Total committed memory for the .EXE file.
-
Total committed memory for each .DLL file, including system .DLL files.
-
Total mapped committed memory.
-
Total private committed memory.
-
Total reserved memory.
-
Information about the working set.
-
Information about paged and nonpaged pool usage.