mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
baf4eae578
This now supports OpenBSDi mostly properly, the patches in the port fixing the build and warnings being pushed back. psutil (python system and process utilities) is a cross-platform library for retrieving information on running processes and system utilization (CPU, memory, disks, network) in Python. It is useful mainly for system monitoring, profiling and limiting process resources and management of running processes. It implements many functionalities offered by command line tools such as: ps, top, lsof, netstat, ifconfig, who, df, kill, free, nice, ionice, iostat, iotop, uptime, pidof, tty, taskset, pmap. ok/reqd by sthen@
8 lines
499 B
Plaintext
8 lines
499 B
Plaintext
psutil (python system and process utilities) is a cross-platform library
|
|
for retrieving information on running processes and system utilization
|
|
(CPU, memory, disks, network) in Python. It is useful mainly for system
|
|
monitoring, profiling and limiting process resources and management of
|
|
running processes. It implements many functionalities offered by command
|
|
line tools such as: ps, top, lsof, netstat, ifconfig, who, df, kill,
|
|
free, nice, ionice, iostat, iotop, uptime, pidof, tty, taskset, pmap.
|