diff options
Diffstat (limited to 'appendixa/procps-desc.xml')
-rw-r--r-- | appendixa/procps-desc.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/appendixa/procps-desc.xml b/appendixa/procps-desc.xml index 06556497d..2f24b7613 100644 --- a/appendixa/procps-desc.xml +++ b/appendixa/procps-desc.xml @@ -7,14 +7,17 @@ in 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 name and other attributes.</para> <para><command>pkill</command> signals processes based on their name and other attributes.</para> +<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> + <para><command>skill</command> sends signals to processes matching the given criteria.</para> @@ -29,6 +32,9 @@ average.</para> <para><command>top</command> displays the top CPU processes. It provides an ongoing look at processor activity in real time.</para> +<para><command>uptime</command> reports how long the system has been +running, how many users are logged on, and the system load averages.</para> + <para><command>vmstat</command> reports virtual memory statistics, giving information about processes, memory, paging, block IO, traps, and CPU activity.</para> |