Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
procps: System and process monitoring utilities.
Name: | procps |
Vendor: | Scientific Linux |
Version: | 3.2.7 |
License: | GPL |
Release: | 9.el5 |
URL: | |
- Summary
- 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 pdwx. 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.
Changelog
- * Mon Dec 3 16:00:00 2007 Tomas Smetana <tsmetana{%}redhat{*}com> 3.2.7-9
- fix #217142 - "sysctl -a" generates kernel warnings (by documenting the
behavior), drop previous patch
- fix #184335 - enhance top to display in MB vs KB
- fix #233962 - buffer owerflow in sysctl
- * Tue Nov 28 16:00:00 2006 Karel Zak <kzak{%}redhat{*}com> 3.2.7-8.1
- fix #217142 - "sysctl -a" generates kernel warnings
- * Wed Sep 27 17:00:00 2006 Karel Zak <kzak{%}redhat{*}com> 3.2.7-8
- remove zombie patch (needs more investigation)
- fix #208100 - top command with '-c' option become not to display list of tasks
- fix #199174 - top returns with exit code 1 even if no error occurs