From 978d0bffc413b67ead9db2d2816b916cf3d502ca Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Wed, 24 Sep 2003 22:29:16 +0000 Subject: Changing the style of the command descriptions in appendix A. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2879 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendixa/procps-desc.xml | 66 +++++++++++++++++++---------------------------- 1 file changed, 27 insertions(+), 39 deletions(-) (limited to 'appendixa/procps-desc.xml') diff --git a/appendixa/procps-desc.xml b/appendixa/procps-desc.xml index 8c307e151..32501415f 100644 --- a/appendixa/procps-desc.xml +++ b/appendixa/procps-desc.xml @@ -6,62 +6,50 @@ Program file descriptions -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. +free reports the amount of free and used memory +in the system, both physical and swap memory. -kill -kills sends signals to processes. +kill is used to send signals to processes. -oldps and ps -ps gives a snapshot of the current processes. +ps gives a snapshot of the current processes. -pgrep -pgrep looks up processes based on name and other attributes. +pgrep looks up processes based on their name +and other attributes. -pkill -pkill signals processes based on name and other attributes. +pkill signals processes based on their name +and other attributes. -skill -skill sends signals to process matching a criteria. +skill sends signals to processes matching the +given criteria. -snice -snice changes the scheduling priority for process matching a -criteria. +snice changes the scheduling priority of processes +matching the given criteria. -sysctl -sysctl modifies kernel parameters at runtime. +sysctl modifies kernel parameters at run time. -tload -tload prints a graph of the current system load average to the -specified tty or, if none is specified, the tty of the tload -process. +tload prints a graph of the current system load +average. -top -top provides an ongoing look at processor activity -in real time. +top displays the top CPU processes. It provides +an ongoing look at processor activity in real time. -vmstat -vmstat reports information about processes, memory, paging, block IO, -traps and cpu activity. +vmstat reports virtual memory statistics, giving +information about processes, memory, paging, block IO, traps, and CPU +activity. -w -w displays information about the users, and their processes, -currently on the machine. +w shows which users are currently logged on, +where and since when. -watch -watch runs command repeatedly, displaying its output (the first -screen full). +watch runs a given command repeatedly, +displaying the first screenful of its output. This allows you to watch the +output change over time. Library file descriptions -libproc -libproc is the library against which most of the programs in this -set are linked to save disk space by implementing common functions only -once. +libproc contains the functions used by most +programs in this package. -- cgit v1.2.3-54-g00ecf