How to view how much memory some process use in Windows?

Duncan Booth duncan.booth at invalid.invalid
Wed Jun 11 04:59:42 EDT 2008


"Florencio Cano" <florencio.cano at gmail.com> wrote:

> How can I monitor with a Python script how much memory does a process
> use in Windows? I want to do statistics about memory consumption of
> processes like Firefox, Antivirus, etc. When I search in Google I only
> find information about how to monitor this in linux or how to reduce
> Python programs memory usage.
> 

Perhaps http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/303339


-- 
Duncan Booth http://kupuguy.blogspot.com



More information about the Python-list mailing list