Procps

For installation instructions see the Section called Installing Procps-3.1.11 in Chapter 6.

Official Download Location

Procps (3.1.11):
http://procps.sourceforge.net/

Procps Locale Patch:
http://www.linuxfromscratch.org/patches/lfs/5.0/procps-3.1.11-locale-fix.patch

Contents of Procps

(Last checked against version 3.1.11.)

The Procps package provides programs to monitor and halt system processes. Procps gathers information about processes via the /proc directory.

Installed programs: free, kill, pgrep, pkill, pmap, ps, skill, snice, sysctl, tload, top, uptime, vmstat, w and watch

Installed library: libproc.so

Short descriptions

free reports the amount of free and used memory in the system, both physical and swap memory.

kill is used to send signals to processes.

pgrep looks up processes based on their name and other attributes.

pkill signals processes based on their name and other attributes.

pmap reports the memory map of the given process.

ps gives a snapshot of the current processes.

skill sends signals to processes matching the given criteria.

snice changes the scheduling priority of processes matching the given criteria.

sysctl modifies kernel parameters at run time.

tload prints a graph of the current system load average.

top displays the top CPU processes. It provides an ongoing look at processor activity in real time.

uptime reports how long the system has been running, how many users are logged on, and the system load averages.

vmstat reports virtual memory statistics, giving information about processes, memory, paging, block IO, traps, and CPU activity.

w shows which users are currently logged on, where and since when.

watch runs a given command repeatedly, displaying the first screenful of its output. This allows you to watch the output change over time.

libproc contains the functions used by most programs in this package.

Procps Installation Dependencies

(Last checked against version 2.0.7.)

Bash: sh
Binutils: as, ld, strip
Coreutils: basename, install, ln, mv, pwd, rm, sort, tr
Gawk: awk
GCC: cc1, collect2, cpp, gcc
Grep: grep
Make: make
Sed: sed