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:
- use
subprocess
call process can information you. - use pymeter. want easily.
Comments
Post a Comment