Is there any library popular in Python to monitor Linux/Unix system? -


in erlang, thare os_mon module responsible monitoring system, haven't found library python,is there any? thank much!

two ways of doing this:

  1. use subprocess call process can information you.
  2. use pymeter. want easily.

Comments