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. -- http://mail.python.org/mailman/listinfo/python-list
- How to view how much memory some process use in Windows? Florencio Cano