ps utilities for /proc
The procps package contains a set of system utilities that provide
system information. Procps includes ps, free, skill, snice, tload, top,
uptime, vmstat, w, and watch. The ps command displays a snapshot of
running processes. The top command provides a repetitive update of the
statuses of running processes. The free command displays the amounts of
free and used memory on your system. The skill command sends a
terminate command (or another specified signal) to a specified set of
processes. The snice command is used to change the scheduling priority
of specified processes. The tload command prints a graph of the current
system load average to a specified tty. The uptime command displays the
current time, how long the system has been running, how many users are
logged on, and system load averages for the past one, five, and fifteen
minutes. The w command displays a list of the users who are currently
logged on and what they are running. The watch program watches a
running program. The vmstat command displays virtual memory statistics
about processes, memory, paging, block I/O, traps, and CPU activity.
- Developed at Base:System
- Sources inherited from project openSUSE:Factory
-
4
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:15.2:FactoryCandidates/procps && cd $_
- Create Badge
Source Files
Revision 85 (latest revision is 138)
- Require the systemd libraries for build to allow the move of systemd.pc back to systemd - Update to procps-ng-3.3.9 * kernel namespaces support added to skill, pgrep, ps and top * pidof was reimplemented from scratch (replacing sysvinit pidof) * ps has configurable libselinux support (--enable-libselinux) * ps provides for display of systemd slice unit (--with-systemd) * free can once again report non-zero 'shared' memory * sysctl provides '--system' to ignore missing /etc/sysctl.conf * watch interval capacity was increased - debian #720445 * pwdx no longer fails in a nonexistent locale - debian #718766 * top clarified summary area Mem/Swap stats - debian #718670 * top batch mode -w (width) abend fixed - debian #721204 * top man page removed 'Bd/Ed' mdoc macros - debian #725713 * top no longer clears screen at exit - redhat #977561 * top adapted to potential libnuma stderr message - redhat #998678 * top added missing batch mode newline - redhat #1008674 - Modify patches procps-ng-3.3.8-watch.patch becomes procps-ng-3.3.9-watch.patch procps-v3.3.4-w-notruncate.diff becomes procps-ng-3.3.9-w-notruncate.diff procps-ng-3.3.8-top.1.diff procps-ng-3.3.8-top.1.diff procps-v3.3.4-large_pcpu.patch procps-ng-3.3.8-bnc634071_procstat2.diff - Remove patches now upstream procps-v3.3.4-stealtime.patch is upstream procps-ng-3.3.8-libselinux.patch procps-ng-3.3.8-shmem.patch 0001-top-add-the-major-version-to-dlopen-of-libnuma-sonam.patch
Comments 0