procps-desc.xml 2.2 KB

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