procps-desc.xml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2><title>Descriptions</title>
  3. <para>(Last checked against version &procps-contversion;.)</para>
  4. <sect3><title>Program file descriptions</title>
  5. <para><command>free</command> reports the amount of free and used memory
  6. in the system, both physical and swap memory.</para>
  7. <para><command>kill</command> is used to send signals to processes.</para>
  8. <para><command>ps</command> gives a snapshot of the current processes.</para>
  9. <para><command>pgrep</command> looks up processes based on their name
  10. and other attributes.</para>
  11. <para><command>pkill</command> signals processes based on their name
  12. and other attributes.</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>vmstat</command> reports virtual memory statistics, giving
  23. information about processes, memory, paging, block IO, traps, and CPU
  24. activity.</para>
  25. <para><command>w</command> shows which users are currently logged on,
  26. where and since when.</para>
  27. <para><command>watch</command> runs a given command repeatedly,
  28. displaying the first screenful of its output. This allows you to watch the
  29. output change over time.</para>
  30. </sect3>
  31. <sect3><title>Library file descriptions</title>
  32. <para><command>libproc</command> contains the functions used by most
  33. programs in this package.</para>
  34. </sect3>
  35. </sect2>