psmisc.xml 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  4. <!ENTITY % general-entities SYSTEM "../general.ent">
  5. %general-entities;
  6. ]>
  7. <sect1 id="ch-system-psmisc" role="wrap">
  8. <?dbhtml filename="psmisc.html"?>
  9. <sect1info condition="script">
  10. <productname>psmisc</productname>
  11. <productnumber>&psmisc-version;</productnumber>
  12. <address>&psmisc-url;</address>
  13. </sect1info>
  14. <title>Psmisc-&psmisc-version;</title>
  15. <indexterm zone="ch-system-psmisc">
  16. <primary sortas="a-Psmisc">Psmisc</primary>
  17. </indexterm>
  18. <sect2 role="package">
  19. <title/>
  20. <para>The Psmisc package contains programs for displaying information about
  21. running processes.</para>
  22. <segmentedlist>
  23. <segtitle>&buildtime;</segtitle>
  24. <segtitle>&diskspace;</segtitle>
  25. <seglistitem>
  26. <seg>&psmisc-ch6-sbu;</seg>
  27. <seg>&psmisc-ch6-du;</seg>
  28. </seglistitem>
  29. </segmentedlist>
  30. </sect2>
  31. <sect2 role="installation">
  32. <title>Installation of Psmisc</title>
  33. <para>Prepare Psmisc for compilation:</para>
  34. <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
  35. <para>Compile the package:</para>
  36. <screen><userinput remap="make">make</userinput></screen>
  37. <para>This package does not come with a test suite.</para>
  38. <para>Install the package:</para>
  39. <screen><userinput remap="install">make install</userinput></screen>
  40. <para>By default, Psmisc's <command>pidof</command> program is not
  41. installed. This usually is not a problem because it is installed later
  42. in the Sysvinit package, which provides a better
  43. <command>pidof</command> program. If Sysvinit will not be used for a
  44. particular system, complete the installation of Psmisc by creating the
  45. following symlink:</para>
  46. <screen><userinput remap="install">mv /usr/bin/killall /bin
  47. ln -sv killall /bin/pidof</userinput></screen>
  48. </sect2>
  49. <sect2 id="contents-psmisc" role="content">
  50. <title>Contents of Psmisc</title>
  51. <segmentedlist>
  52. <segtitle>Installed programs</segtitle>
  53. <seglistitem>
  54. <seg>fuser, killall, peekfd, pstree, and pstree.x11 (link to pstree)</seg>
  55. </seglistitem>
  56. </segmentedlist>
  57. <variablelist>
  58. <bridgehead renderas="sect3">Short Descriptions</bridgehead>
  59. <?dbfo list-presentation="list"?>
  60. <?dbhtml list-presentation="table"?>
  61. <varlistentry id="fuser">
  62. <term><command>fuser</command></term>
  63. <listitem>
  64. <para>Reports the Process IDs (PIDs) of processes that use the given
  65. files or file systems</para>
  66. <indexterm zone="ch-system-psmisc fuser">
  67. <primary sortas="b-fuser">fuser</primary>
  68. </indexterm>
  69. </listitem>
  70. </varlistentry>
  71. <varlistentry id="killall">
  72. <term><command>killall</command></term>
  73. <listitem>
  74. <para>Kills processes by name; it sends a signal to all processes
  75. running any of the given commands</para>
  76. <indexterm zone="ch-system-psmisc killall">
  77. <primary sortas="b-killall">killall</primary>
  78. </indexterm>
  79. </listitem>
  80. </varlistentry>
  81. <varlistentry id="peekfd">
  82. <term><command>peekfd</command></term>
  83. <listitem>
  84. <para>Peek at file descriptors of a running process, given its
  85. PID</para>
  86. <indexterm zone="ch-system-psmisc peekfd">
  87. <primary sortas="b-peekfd">peekfd</primary>
  88. </indexterm>
  89. </listitem>
  90. </varlistentry>
  91. <varlistentry id="pstree">
  92. <term><command>pstree</command></term>
  93. <listitem>
  94. <para>Displays running processes as a tree</para>
  95. <indexterm zone="ch-system-psmisc pstree">
  96. <primary sortas="b-pstree">pstree</primary>
  97. </indexterm>
  98. </listitem>
  99. </varlistentry>
  100. <varlistentry id="pstree.x11">
  101. <term><command>pstree.x11</command></term>
  102. <listitem>
  103. <para>Same as <command>pstree</command>, except that it waits for
  104. confirmation before exiting</para>
  105. <indexterm zone="ch-system-psmisc pstree.x11">
  106. <primary sortas="b-pstree.x11">pstree.x11</primary>
  107. </indexterm>
  108. </listitem>
  109. </varlistentry>
  110. </variablelist>
  111. </sect2>
  112. </sect1>