2017-11-05 16:56:04 +01:00
|
|
|
|-----handy-ruler------------------------------------------------------|
|
|
|
|
psutil: psutil (python interface for process and system info)
|
|
|
|
psutil:
|
|
|
|
psutil: psutil is a module providing an interface for retrieving information
|
|
|
|
psutil: on all running processes and system utilization (CPU, memory, disks,
|
|
|
|
psutil: network, users) in a portable way by using Python, implementing many
|
|
|
|
psutil: functionalities offered by command line tools such as: ps, top, df,
|
|
|
|
psutil: kill, free, lsof, netstat, ifconfig, nice, ionice, iostat, iotop,
|
|
|
|
psutil: uptime, pidof, tty, who, taskset, and pmap
|
|
|
|
psutil:
|
2018-04-27 18:20:20 +02:00
|
|
|
psutil: Homepage: https://github.com/giampaolo/psutil
|
2017-11-05 16:56:04 +01:00
|
|
|
psutil:
|