procps-desc.xml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <sect2>
  2. <title>Contents</title>
  3. <para>The Procps package contains the free, kill, oldps, ps, skill, snice,
  4. sysctl, tload, top, uptime, vmstat, w and watch programs.</para>
  5. </sect2>
  6. <sect2><title>Description</title>
  7. <sect3><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></sect3>
  11. <sect3><title>kill</title>
  12. <para>kills sends signals to processes.</para></sect3>
  13. <sect3><title>oldps and ps</title>
  14. <para>ps gives a snapshot of the current processes.</para></sect3>
  15. <sect3><title>skill</title>
  16. <para>skill sends signals to process matching a criteria.</para></sect3>
  17. <sect3><title>snice</title>
  18. <para>snice changes the scheduling priority for process matching a
  19. criteria.</para></sect3>
  20. <sect3><title>sysctl</title>
  21. <para>sysctl modifies kernel parameters at runtime.</para></sect3>
  22. <sect3><title>tload</title>
  23. <para>tload prints a graph of the current system load average to the
  24. specified tty (or the tty of the tload process if
  25. none is specified).</para></sect3>
  26. <sect3><title>top</title>
  27. <para>top provides an ongoing look at processor activity
  28. in real time.</para></sect3>
  29. <sect3><title>uptime</title>
  30. <para>uptime gives a one line display of the following information: the current
  31. time, how long the system has been running, how many users are currently
  32. logged on, and the system load averages for the past 1, 5, and 15
  33. minutes.</para></sect3>
  34. <sect3><title>vmstat</title>
  35. <para>vmstat reports information about processes, memory, paging, block IO,
  36. traps, and cpu activity.</para></sect3>
  37. <sect3><title>w</title>
  38. <para>w displays information about the users currently on the machine, and
  39. their processes.</para></sect3>
  40. <sect3><title>watch</title>
  41. <para>watch runs command repeatedly, displaying its output (the first
  42. screen full).</para></sect3>
  43. </sect2>