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 _______________________________________________ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32