diff options
author | Ken Moffat <ken@linuxfromscratch.org> | 2006-06-10 15:46:30 +0000 |
---|---|---|
committer | Ken Moffat <ken@linuxfromscratch.org> | 2006-06-10 15:46:30 +0000 |
commit | 8bc46a59dc8f511492abd94e10646d7d59e8e512 (patch) | |
tree | 580095dd49bad12626738301b82ee1c1076ea4b4 /chapter06/procps.xml | |
parent | c321cf4b4b218564a506c7166cf4d295bb64dbb8 (diff) |
Add more commands to lists of what gets installed, thanks to Chris Staub.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7646 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/procps.xml')
-rw-r--r-- | chapter06/procps.xml | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/chapter06/procps.xml b/chapter06/procps.xml index b24e261f3..341ab24e5 100644 --- a/chapter06/procps.xml +++ b/chapter06/procps.xml @@ -54,8 +54,8 @@ <segtitle>Installed library</segtitle> <seglistitem> - <seg>free, kill, pgrep, pkill, pmap, ps, skill, snice, sysctl, tload, - top, uptime, vmstat, w, and watch</seg> + <seg>free, kill, pgrep, pkill, pmap, ps, skill, slabtop, snice, + sysctl, tload, top, uptime, vmstat, w, and watch</seg> <seg>libproc.so</seg> </seglistitem> </segmentedlist> @@ -136,6 +136,16 @@ </listitem> </varlistentry> + <varlistentry id="slabtop"> + <term><command>slabtop</command></term> + <listitem> + <para>Displays detailed kernel slap cache information in real time</para> + <indexterm zone="ch-system-procps slabtop"> + <primary sortas="b-slabtop">slabtop</primary> + </indexterm> + </listitem> + </varlistentry> + <varlistentry id="snice"> <term><command>snice</command></term> <listitem> |