How to get a dateiled process information on windows?

Christian Heimes lists at cheimes.de
Fri Jul 1 17:58:05 EDT 2011


Am 01.07.2011 22:06, schrieb Leandro Ferreira:
> I need to write an application that monitors the memory consumption of
> a process, there is some library that facilitates this work?
> I searched on google found nothing more interesting.

Have a look at psutil http://code.google.com/p/psutil/ . It works on all
major platforms and gives you extended system information (processes,
threads, memory, cpu).

Christian




More information about the Python-list mailing list