User space process memory statistics

Hi,

I have user space dump and I want to get the process memory statistics like virtual address space and all that.

Can anyone tell me if there are any windbg commands to get me the process memory statistics.

Vinay

You can try following commands

!address -stat (Detailed)
!address -summary
!vadump

Pushkar Prasad
http://www.eccellente-it.com

“A positive attitude may not solve all your problems, but it will annoy
enough people to make it worth the effort.” -Herm Albright

On Sat, Jul 5, 2008 at 5:55 PM, wrote:

>
> Hi,
>
> I have user space dump and I want to get the process memory statistics like
> virtual address space and all that.
>
> Can anyone tell me if there are any windbg commands to get me the process
> memory statistics.
>
> Vinay
>
> —
> NTDEV is sponsored by OSR
>
> For our schedule of WDF, WDM, debugging and other seminars visit:
> http://www.osr.com/seminars
>
> To unsubscribe, visit the List Server section of OSR Online at
> http://www.osronline.com/page.cfm?name=ListServer
>