Name: | procps-ng |
---|---|
Version: | 3.3.10 |
Release: | 28.0.1.el7 |
Architecture: | aarch64 |
Group: | Applications/System |
Size: | 1541819 |
License: | GPL+ and GPLv2 and GPLv2+ and GPLv3+ and LGPLv2+ |
RPM: | procps-ng-3.3.10-28.0.1.el7.aarch64.rpm |
Source RPM: | procps-ng-3.3.10-28.0.1.el7.src.rpm |
Build Date: | Wed Oct 18 2023 |
Build Host: | build-ol7-aarch64.oracle.com |
Vendor: | Oracle America |
URL: | https://sourceforge.net/projects/procps-ng/ |
Summary: | System and process monitoring utilities |
Description: | The procps package contains a set of system utilities that provide system information. Procps includes ps, free, skill, pkill, pgrep, snice, tload, top, uptime, vmstat, w, watch and pwdx. 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. The pwdx command reports the current working directory of a process or processes. |
- ps: remove uptime integer conversion [Orabug: 35834625] - ps: improved three elapsed 'jiffies/tics' calculations [Orabug: 35834625]
- pgrep: uid/gid conversion overflow - vmstat: manpage line about I/O blocked procs unclear - Resolves: rhbz#1624514, rhbz#1796043
- top: segfault if killed by sigterm in batch mode - Resolves: rhbz#1737552
- free: unreclaimable slabs counted into free memory, used mem incorrect - Resolves: rhbz#1699264
- ps: recognize SCHED_DEADLINE in CLS field, upstream backport - Resolves: rhbz#1692843
- top: Do not default to the cwd in configs_read() - Resolves: rhbz#1577023
- check for truncation after calling snprintf() - Related: CVE-2018-1124
- fix integer overflows leading to heap overflow in file2strvec() - Resolves: CVE-2018-1124
- ps: new format option LUID (LoginId) - Resolves: rhbz#1518986
- free: segfault when system memory exceeds petabytes - Resolves: rhbz#1263765