| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 | <sect2><title> </title><para> </para></sect2><sect2><title>Short descriptions</title><para><command>free</command> reports the amount of free and used memoryin the system, both physical and swap memory.</para><para><command>kill</command> is used to send signals to processes.</para><para><command>ps</command> gives a snapshot of the current processes.</para><para><command>pgrep</command> looks up processes based on their nameand other attributes.</para><para><command>pkill</command> signals processes based on their nameand other attributes.</para><para><command>skill</command> sends signals to processes matching thegiven criteria.</para><para><command>snice</command> changes the scheduling priority of processesmatching the given criteria.</para><para><command>sysctl</command> modifies kernel parameters at run time.</para><para><command>tload</command> prints a graph of the current system loadaverage.</para><para><command>top</command> displays the top CPU processes. It providesan ongoing look at processor activity in real time.</para><para><command>vmstat</command> reports virtual memory statistics, givinginformation about processes, memory, paging, block IO, traps, and CPUactivity.</para><para><command>w</command> shows which users are currently logged on,where and since when.</para><para><command>watch</command> runs a given command repeatedly,displaying the first screenful of its output. This allows you to watch theoutput change over time.</para><para><command>libproc</command> contains the functions used by mostprograms in this package.</para></sect2>
 |