mirror of
https://abf.rosa.ru/djam/python38-psutil.git
synced 2025-02-23 18:32:56 +00:00
parent
bde1076fe7
commit
a609263a05
1 changed files with 14 additions and 11 deletions
|
@ -23,23 +23,26 @@ BuildRequires: pkgconfig(python-3.8)
|
|||
BuildRequires: python38-setuptools
|
||||
|
||||
%description
|
||||
psutil is a module providing an interface for retrieving information on all
|
||||
running processes and system utilization (CPU, memory, disks, network, users) 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, iostat, iotop, uptime, pidof, tty, who, taskset, pmap.
|
||||
psutil is a module providing an interface for retrieving
|
||||
information on all running processes and system utilization
|
||||
(CPU, memory, disks, network, users) 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, iostat, iotop, uptime,
|
||||
pidof, tty, who, taskset, pmap.
|
||||
|
||||
%package -n python38-psutil
|
||||
Summary: %{sum}
|
||||
Group: Development/Python
|
||||
|
||||
%description -n python38-psutil
|
||||
psutil is a module providing an interface for retrieving information on all
|
||||
running processes and system utilization (CPU, memory, disks, network, users) in
|
||||
a portable way by using Python 3, implementing many functionalities offered by
|
||||
command line tools such as: ps, top, df, kill, free, lsof, free, netstat,
|
||||
ifconfig, nice, ionice, iostat, iotop, uptime, pidof, tty, who, taskset, pmap.
|
||||
|
||||
psutil is a module providing an interface for retrieving
|
||||
information on all running processes and system utilization
|
||||
(CPU, memory, disks, network, users) 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, iostat, iotop, uptime,
|
||||
pidof, tty, who, taskset, pmap.
|
||||
|
||||
%prep
|
||||
%setup -qn %{srcname}-release-%{version}
|
||||
|
|
Loading…
Add table
Reference in a new issue