source: BOOK/final-system/common/procps.xml @ 84e402e

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 84e402e was e1153ea, checked in by Jim Gifford <clfs@…>, 18 years ago

r3371@server (orig r1554): chris | 2006-05-10 14:03:44 -0700
Removed dependency info from individual package instructions

  • Property mode set to 100644
File size: 7.3 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<sect1 id="ch-system-procps" role="wrap">
9  <?dbhtml filename="procps.html"?>
10
11  <title>Procps-&procps-version;</title>
12
13  <indexterm zone="ch-system-procps">
14    <primary sortas="a-Procps">Procps</primary>
15  </indexterm>
16
17  <sect2 role="package">
18    <title/>
19
20    <para>The Procps package contains programs for monitoring
21    processes.</para>
22
23  </sect2>
24
25  <sect2 role="installation">
26    <title>Installation of Procps</title>
27
28    <para os="a">Compile the package:</para>
29
30<screen os="b"><userinput>make</userinput></screen>
31
32    <para os="c">This package does not come with a test suite.</para>
33
34    <para os="d">Install the package:</para>
35
36<screen os="e"><userinput>make install</userinput></screen>
37
38  </sect2>
39
40  <sect2 id="contents-procps" role="content">
41    <title>Contents of Procps</title>
42
43    <segmentedlist>
44      <segtitle>Installed programs</segtitle>
45      <segtitle>Installed library</segtitle>
46
47      <seglistitem>
48        <seg>free, kill, pgrep, pkill, pmap, ps, skill, snice, sysctl, tload,
49        top, uptime, vmstat, w, and watch</seg>
50        <seg>libproc.so</seg>
51      </seglistitem>
52    </segmentedlist>
53
54    <variablelist>
55      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
56      <?dbfo list-presentation="list"?>
57      <?dbhtml list-presentation="table"?>
58
59      <varlistentry id="free">
60        <term><command>free</command></term>
61        <listitem>
62          <para>Reports the amount of free and used memory (both physical and
63          swap memory) in the system</para>
64          <indexterm zone="ch-system-procps free">
65            <primary sortas="b-free">free</primary>
66          </indexterm>
67        </listitem>
68      </varlistentry>
69
70      <varlistentry id="kill">
71        <term><command>kill</command></term>
72        <listitem>
73          <para>Sends signals to processes</para>
74          <indexterm zone="ch-system-procps kill">
75            <primary sortas="b-kill">kill</primary>
76          </indexterm>
77        </listitem>
78      </varlistentry>
79
80      <varlistentry id="pgrep">
81        <term><command>pgrep</command></term>
82        <listitem>
83          <para>Looks up processes based on their name and other attributes</para>
84          <indexterm zone="ch-system-procps pgrep">
85            <primary sortas="b-pgrep">pgrep</primary>
86          </indexterm>
87        </listitem>
88      </varlistentry>
89
90      <varlistentry id="pkill">
91        <term><command>pkill</command></term>
92        <listitem>
93          <para>Signals processes based on their name and other attributes</para>
94          <indexterm zone="ch-system-procps pkill">
95            <primary sortas="b-pkill">pkill</primary>
96          </indexterm>
97        </listitem>
98      </varlistentry>
99
100      <varlistentry id="pmap">
101        <term><command>pmap</command></term>
102        <listitem>
103          <para>Reports the memory map of the given process</para>
104          <indexterm zone="ch-system-procps pmap">
105            <primary sortas="b-pmap">pmap</primary>
106          </indexterm>
107        </listitem>
108      </varlistentry>
109
110      <varlistentry id="ps">
111        <term><command>ps</command></term>
112        <listitem>
113          <para>Lists the current running processes</para>
114          <indexterm zone="ch-system-procps ps">
115            <primary sortas="b-ps">ps</primary>
116          </indexterm>
117        </listitem>
118      </varlistentry>
119
120      <varlistentry id="skill">
121        <term><command>skill</command></term>
122        <listitem>
123          <para>Sends signals to processes matching the given criteria</para>
124          <indexterm zone="ch-system-procps skill">
125            <primary sortas="b-skill">skill</primary>
126          </indexterm>
127        </listitem>
128      </varlistentry>
129
130      <varlistentry id="snice">
131        <term><command>snice</command></term>
132        <listitem>
133          <para>Changes the scheduling priority of processes matching the given
134          criteria</para>
135          <indexterm zone="ch-system-procps snice">
136            <primary sortas="b-snice">snice</primary>
137          </indexterm>
138        </listitem>
139      </varlistentry>
140
141      <varlistentry id="sysctl">
142        <term><command>sysctl</command></term>
143        <listitem>
144          <para>Modifies kernel parameters at run time</para>
145          <indexterm zone="ch-system-procps sysctl">
146            <primary sortas="b-sysctl">sysctl</primary>
147          </indexterm>
148        </listitem>
149      </varlistentry>
150
151      <varlistentry id="tload">
152        <term><command>tload</command></term>
153        <listitem>
154          <para>Prints a graph of the current system load average</para>
155          <indexterm zone="ch-system-procps tload">
156            <primary sortas="b-tload">tload</primary>
157          </indexterm>
158        </listitem>
159      </varlistentry>
160
161      <varlistentry id="top">
162        <term><command>top</command></term>
163        <listitem>
164          <para>Displays a list of the most CPU intensive processes; it
165          provides an ongoing look at processor activity in real time</para>
166          <indexterm zone="ch-system-procps top">
167            <primary sortas="b-top">top</primary>
168          </indexterm>
169        </listitem>
170      </varlistentry>
171
172      <varlistentry id="uptime">
173        <term><command>uptime</command></term>
174        <listitem>
175          <para>Reports how long the system has been running, how many users are
176          logged on, and the system load averages</para>
177          <indexterm zone="ch-system-procps uptime">
178            <primary sortas="b-uptime">uptime</primary>
179          </indexterm>
180        </listitem>
181      </varlistentry>
182
183      <varlistentry id="vmstat">
184        <term><command>vmstat</command></term>
185        <listitem>
186          <para>Reports virtual memory statistics, giving information about
187          processes, memory, paging, block Input/Output (IO), traps, and CPU
188          activity</para>
189          <indexterm zone="ch-system-procps vmstat">
190            <primary sortas="b-vmstat">vmstat</primary>
191          </indexterm>
192        </listitem>
193      </varlistentry>
194
195      <varlistentry id="w">
196        <term><command>w</command></term>
197        <listitem>
198          <para>Shows which users are currently logged on, where, and since
199          when</para>
200          <indexterm zone="ch-system-procps w">
201            <primary sortas="b-w">w</primary>
202          </indexterm>
203        </listitem>
204      </varlistentry>
205
206      <varlistentry id="watch">
207        <term><command>watch</command></term>
208        <listitem>
209          <para>Runs a given command repeatedly, displaying the first
210          screen-full of its output; this allows a user to watch the output
211          change over time</para>
212          <indexterm zone="ch-system-procps watch">
213            <primary sortas="b-watch">watch</primary>
214          </indexterm>
215        </listitem>
216      </varlistentry>
217
218      <varlistentry id="libproc">
219        <term><filename class="libraryfile">libproc</filename></term>
220        <listitem>
221          <para>Contains the functions used by most programs in this
222          package</para>
223          <indexterm zone="ch-system-procps libproc">
224            <primary sortas="c-libproc">libproc</primary>
225          </indexterm>
226        </listitem>
227      </varlistentry>
228
229    </variablelist>
230
231  </sect2>
232
233</sect1>
Note: See TracBrowser for help on using the repository browser.