2003-01-17 03:57:33 +00:00
|
|
|
<sect2><title> </title><para> </para></sect2>
|
2002-06-04 12:30:14 +01:00
|
|
|
|
2003-10-06 23:19:12 +01:00
|
|
|
<sect2><title>Short descriptions</title>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2003-09-24 23:29:16 +01:00
|
|
|
<para><command>free</command> reports the amount of free and used memory
|
|
|
|
in the system, both physical and swap memory.</para>
|
2002-02-06 23:15:46 +00:00
|
|
|
|
2003-09-24 23:29:16 +01:00
|
|
|
<para><command>kill</command> is used to send signals to processes.</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2003-09-24 23:29:16 +01:00
|
|
|
<para><command>pgrep</command> looks up processes based on their name
|
|
|
|
and other attributes.</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2003-09-24 23:29:16 +01:00
|
|
|
<para><command>pkill</command> signals processes based on their name
|
|
|
|
and other attributes.</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2003-10-15 23:39:52 +01:00
|
|
|
<para><command>pmap</command> reports the memory map of the given
|
|
|
|
process.</para>
|
|
|
|
|
|
|
|
<para><command>ps</command> gives a snapshot of the current processes.</para>
|
|
|
|
|
2003-09-24 23:29:16 +01:00
|
|
|
<para><command>skill</command> sends signals to processes matching the
|
|
|
|
given criteria.</para>
|
2002-02-06 23:15:46 +00:00
|
|
|
|
2003-09-24 23:29:16 +01:00
|
|
|
<para><command>snice</command> changes the scheduling priority of processes
|
|
|
|
matching the given criteria.</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2003-09-24 23:29:16 +01:00
|
|
|
<para><command>sysctl</command> modifies kernel parameters at run time.</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2003-09-24 23:29:16 +01:00
|
|
|
<para><command>tload</command> prints a graph of the current system load
|
|
|
|
average.</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2003-09-24 23:29:16 +01:00
|
|
|
<para><command>top</command> displays the top CPU processes. It provides
|
|
|
|
an ongoing look at processor activity in real time.</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2003-10-15 23:39:52 +01:00
|
|
|
<para><command>uptime</command> reports how long the system has been
|
|
|
|
running, how many users are logged on, and the system load averages.</para>
|
|
|
|
|
2003-09-24 23:29:16 +01:00
|
|
|
<para><command>vmstat</command> reports virtual memory statistics, giving
|
|
|
|
information about processes, memory, paging, block IO, traps, and CPU
|
|
|
|
activity.</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2003-09-24 23:29:16 +01:00
|
|
|
<para><command>w</command> shows which users are currently logged on,
|
|
|
|
where and since when.</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2003-09-24 23:29:16 +01:00
|
|
|
<para><command>watch</command> runs a given command repeatedly,
|
|
|
|
displaying the first screenful of its output. This allows you to watch the
|
|
|
|
output change over time.</para>
|
2002-02-06 23:15:46 +00:00
|
|
|
|
2003-09-24 23:29:16 +01:00
|
|
|
<para><command>libproc</command> contains the functions used by most
|
|
|
|
programs in this package.</para>
|
2002-02-06 23:15:46 +00:00
|
|
|
|
2001-01-24 00:31:17 +00:00
|
|
|
</sect2>
|
|
|
|
|