Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > Re: Memory footprint of the driver

Reply
Thread Tools Display Modes

Re: Memory footprint of the driver

 
 
Scott Noone
Guest
Posts: n/a

 
      07-14-2010
> I want to find the total memory footprint of my driver. Is there any
> tool or some commands in WinDbg available which can give me this
> information?


No, the O/S doesn't track memory usage by drivers.

> I basically want to find out how much total memory (paged and
> nonpaged) my driver is using at idle time, and at peak performance
> situation.


If all you care about it paged and non-paged pool allocations then you can
always just tag your memory allocations and use PoolTag or PoolMon to see
how much memory you're using (or just instrument your driver to keep track).

-scott

--
Scott Noone
Consulting Associate
OSR Open Systems Resources, Inc.
http://www.osronline.com


"suresh" <> wrote in message
news:454ec88d-7b05-492a-85c6-...
> Hi,
>
> I want to find the total memory footprint of my driver. Is there any
> tool or some commands in WinDbg available which can give me this
> information?
>
> I basically want to find out how much total memory (paged and
> nonpaged) my driver is using at idle time, and at peak performance
> situation.
>
> Regards,
> Suresh
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Slow Vista startup Jedi940 Windows Vista Performance 1 01-13-2008 08:50 PM
BUGCODE_USB_DRIVER with external USB HDD PHILIPS Deathwing00 Windows Vista Hardware 11 06-15-2007 07:02 PM
Office with Vista Tommo Windows Vista Installation 3 03-04-2007 10:25 PM
americas army stuttering under vista premium ernie Windows Vista Games 0 02-27-2007 10:20 PM
Re: No Matter What Installations Won't Boot On My Laptop Richard Urban Windows Vista Installation 1 01-06-2007 05:08 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59