procps-desc.xml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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. <sect4><title>free</title>
  6. <para>free displays the total amount of free and used physical and swap memory
  7. in the system, as well as the shared memory and buffers used by the
  8. kernel.</para></sect4>
  9. <sect4><title>kill</title>
  10. <para>kills sends signals to processes.</para></sect4>
  11. <sect4><title>oldps and ps</title>
  12. <para>ps gives a snapshot of the current processes.</para></sect4>
  13. <sect4><title>pgrep</title>
  14. <para>pgrep looks up processes based on name and other attributes.</para></sect4>
  15. <sect4><title>pkill</title>
  16. <para>pkill signals processes based on name and other attributes.</para></sect4>
  17. <sect4><title>skill</title>
  18. <para>skill sends signals to process matching a criteria.</para></sect4>
  19. <sect4><title>snice</title>
  20. <para>snice changes the scheduling priority for process matching a
  21. criteria.</para></sect4>
  22. <sect4><title>sysctl</title>
  23. <para>sysctl modifies kernel parameters at runtime.</para></sect4>
  24. <sect4><title>tload</title>
  25. <para>tload prints a graph of the current system load average to the
  26. specified tty or, if none is specified, the tty of the tload
  27. process.</para></sect4>
  28. <sect4><title>top</title>
  29. <para>top provides an ongoing look at processor activity
  30. in real time.</para></sect4>
  31. <sect4><title>vmstat</title>
  32. <para>vmstat reports information about processes, memory, paging, block IO,
  33. traps and cpu activity.</para></sect4>
  34. <sect4><title>w</title>
  35. <para>w displays information about the users, and their processes,
  36. currently on the machine.</para></sect4>
  37. <sect4><title>watch</title>
  38. <para>watch runs command repeatedly, displaying its output (the first
  39. screen full).</para></sect4>
  40. </sect3>
  41. <sect3><title>Library file descriptions</title>
  42. <sect4><title>libproc</title>
  43. <para>libproc is the library against which most of the programs in this
  44. set are linked to save disk space by implementing common functions only
  45. once.</para></sect4>
  46. </sect3>
  47. </sect2>