procps-desc.xml 1.9 KB

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