procps-desc.xml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2><title>Short descriptions</title>
  3. <para><command>free</command> reports the amount of free and used memory
  4. in the system, both physical and swap memory.</para>
  5. <para><command>kill</command> is used to send signals to processes.</para>
  6. <para><command>pgrep</command> looks up processes based on their name
  7. and other attributes.</para>
  8. <para><command>pkill</command> signals processes based on their name
  9. and other attributes.</para>
  10. <para><command>pmap</command> reports the memory map of the given
  11. process.</para>
  12. <para><command>ps</command> gives a snapshot of the current processes.</para>
  13. <para><command>skill</command> sends signals to processes matching the
  14. given criteria.</para>
  15. <para><command>snice</command> changes the scheduling priority of processes
  16. matching the given criteria.</para>
  17. <para><command>sysctl</command> modifies kernel parameters at run time.</para>
  18. <para><command>tload</command> prints a graph of the current system load
  19. average.</para>
  20. <para><command>top</command> displays the top CPU processes. It provides
  21. an ongoing look at processor activity in real time.</para>
  22. <para><command>uptime</command> reports how long the system has been
  23. running, how many users are logged on, and the system load averages.</para>
  24. <para><command>vmstat</command> reports virtual memory statistics, giving
  25. information about processes, memory, paging, block IO, traps, and CPU
  26. activity.</para>
  27. <para><command>w</command> shows which users are currently logged on,
  28. where and since when.</para>
  29. <para><command>watch</command> runs a given command repeatedly,
  30. displaying the first screenful of its output. This allows you to watch the
  31. output change over time.</para>
  32. <para><command>libproc</command> contains the functions used by most
  33. programs in this package.</para>
  34. </sect2>