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