# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup python 1.0 name py-psutil version 6.1.0 revision 0 checksums rmd160 9e72d2c1adeb3ea4c42ebf234c98dbc565e7867b \ sha256 353815f59a7f64cdaca1c0307ee13558a0512f6db064e92fe833784f08539c7a \ size 508565 categories-append devel sysutils license MIT python.versions 27 37 38 39 310 311 312 313 maintainers {stromnov @stromnov} openmaintainer description A process utilities module for Python. long_description psutil is a module providing an interface for retrieving \ information on all running processes and system \ utilization (CPU, disk, memory) in a portable way \ by using Python, implementing many functionalities \ offered by command line tools such as: ps, top, df, \ kill, free, lsof, free, netstat, ifconfig, nice, ionice, \ iostato, iotop, uptime, tty. homepage https://github.com/giampaolo/psutil