From b08f4096533577934b885fa9df41d3881d141612 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Thu, 15 Feb 2001 15:26:52 +0000 Subject: Initial XML commit git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@174 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendixa/procps-desc.xml | 116 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 appendixa/procps-desc.xml (limited to 'appendixa/procps-desc.xml') diff --git a/appendixa/procps-desc.xml b/appendixa/procps-desc.xml new file mode 100644 index 000000000..8c31cbcd2 --- /dev/null +++ b/appendixa/procps-desc.xml @@ -0,0 +1,116 @@ + +Contents + + +The Procps package contains the free, kill, oldps, ps, skill, snice, +sysctl, tload, top, uptime, vmstat, w and watch programs. + + + + +Description + +free + + +free displays the total amount of free and used physical and swap memory +in the system, as well as the shared memory and buffers used by the kernel. + + + + +kill + + +kills sends signals to processes. + + + + +oldps and ps + + +ps gives a snapshot of the current processes. + + + + +skill + + +skill sends signals to process matching a criteria. + + + + +snice + + +snice changes the scheduling priority for process matching a criteria. + + + + +sysctl + + +sysctl modifies kernel parameters at runtime. + + + + +tload + + +tload prints a graph of the current system load average to the specified +tty (or the tty of the tload process if none is specified). + + + + +top + + +top provides an ongoing look at processor activity in real time. + + + + +uptime + + +uptime gives a one line display of the following information: the current +time, how long the system has been running, how many users are currently +logged on, and the system load averages for the past 1, 5, and 15 minutes. + + + + +vmstat + + +vmstat reports information about processes, memory, paging, block IO, +traps, and cpu activity. + + + + +w + + +w displays information about the users currently on the machine, and +their processes. + + + + +watch + + +watch runs command repeatedly, displaying its output (the first screenfull). + + + + + + -- cgit v1.2.3-54-g00ecf