getting system status?

이성수 senux at linuxkorea.co.kr
Tue May 22 22:33:06 EDT 2001


How can I get system status  by Python? I want to get
CPU average load, disk and memory usage, uptime and so on.
Is there related Python module?

Or just run the each Unix command and grep it like this?
got = commands.getoutput("ls -l /bin")

 - Brian,.



More information about the Python-list mailing list