blob: 3c7cbb058ff053a71c7611d0a44526a0c2c2037e (
plain) (
blame)
1
2
3
4
|
psutil is a module providing an interface for retrieving information on running
processes and system utilization (CPU, memory) in a portable way by using
Python, implementing many functionalities offered by tools like ps, top and
Windows task manager.
|