[python-win32] WMI to find private memory usage

Tim Golden mail at timgolden.me.uk
Fri Apr 13 17:26:18 CEST 2012


On 13/04/2012 16:22, Riz Hossain wrote:
> Hello,
> 
> I am looking for a way to capture the private memory usage by a process
> (the one that shows on task manager).  I searched online a lot but I am
> only seeing information on working memory size.  It would be also a
> great if I could get the peak value of private memory usage.

While I've never done what you're describing, the first place
I'd look is psutil:

  http://code.google.com/p/psutil/

TJG


More information about the python-win32 mailing list