Mailing the story:
Python modules you should know: psutil
Next in our series of Python modules you should know is psutil. psutil is a module providing an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way by using Python.