From 3f0c882398e626cd92503b1bd964a32e89f818dc Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Tue, 21 Dec 2004 19:38:32 +0000 Subject: Removed the text in chapter 06. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4446 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/procps.xml | 150 +-------------------------------------------------- 1 file changed, 1 insertion(+), 149 deletions(-) (limited to 'chapter06/procps.xml') diff --git a/chapter06/procps.xml b/chapter06/procps.xml index 9a2a6417b..8b8d5a39e 100644 --- a/chapter06/procps.xml +++ b/chapter06/procps.xml @@ -10,7 +10,6 @@ Procps -<para>The Procps package contains programs for monitoring processes.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> @@ -18,11 +17,6 @@ <seglistitem><seg>0.1 SBU</seg><seg>6.2 MB</seg></seglistitem> </segmentedlist> -<segmentedlist> -<segtitle>Procps installation depends on</segtitle> -<seglistitem><seg>Bash, Binutils, Coreutils, GCC, Glibc, -Make, Ncurses</seg></seglistitem> -</segmentedlist> </sect2> <sect2 role="installation"> @@ -41,149 +35,7 @@ Make, Ncurses</seg></seglistitem> <sect2 id="contents-procps" role="content"><title>Contents of Procps - -Installed programs -Installed library -free, kill, pgrep, pkill, -pmap, ps, skill, snice, sysctl, tload, top, uptime, vmstat, w and watch -libproc.so - - -Short descriptions - - -free - -free -reports the amount of free and used memory -in the system, both physical and swap memory. - - - - -kill - -kill -is used to send signals to processes. - - - - -pgrep - -pgrep -looks up processes based on their name and other attributes. - - - - -pkill - -pkill -signals processes based on their name and other attributes. - - - - -pmap - -pmap -reports the memory map of the given process. - - - - -ps - -ps -gives a snapshot of the current processes. - - - - -skill - -skill -sends signals to processes matching the given criteria. - - - - -snice - -snice -changes the scheduling priority of processes matching the given criteria. - - - - -sysctl - -sysctl -modifies kernel parameters at run time. - - - - -tload - -tload -prints a graph of the current system load average. - - - - -top - -top -displays the top CPU processes. It provides -an ongoing look at processor activity in real time. - - - - -uptime - -uptime -reports how long the system has been -running, how many users are logged on, and the system load averages. - - - - -vmstat - -vmstat -reports virtual memory statistics, giving information about processes, -memory, paging, block IO, traps, and CPU activity. - - - - -w - -w -shows which users are currently logged on, where and since when. - - - - -watch - -watch -runs a given command repeatedly, displaying the first screen-full of its -output. This allows you to watch the output change over time. - - - - -libproc - -libproc -contains the functions used by most programs in this package. - - - +See testing -- cgit v1.2.3-54-g00ecf