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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to