psmisc.xml 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  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 --exec-prefix=""</userinput></screen>
  35. <variablelist>
  36. <title>The meaning of the configure options:</title>
  37. <varlistentry>
  38. <term><parameter>--exec-prefix=""</parameter></term>
  39. <listitem>
  40. <para>This ensures that the Psmisc binaries will install into
  41. <filename class="directory">/bin</filename> instead of <filename
  42. class="directory">/usr/bin</filename>. This is the correct location
  43. according to the FHS, because some of the Psmisc binaries are used
  44. by the LFS-Bootscripts package.</para>
  45. </listitem>
  46. </varlistentry>
  47. </variablelist>
  48. <para>Compile the package:</para>
  49. <screen><userinput remap="make">make</userinput></screen>
  50. <para>This package does not come with a test suite.</para>
  51. <para>Install the package:</para>
  52. <screen><userinput remap="install">make install</userinput></screen>
  53. <para>There is no reason for the <command>pstree</command> and
  54. <command>pstree.x11</command> programs to reside in <filename
  55. class="directory">/bin</filename>. Therefore, move them to <filename
  56. class="directory">/usr/bin</filename>:</para>
  57. <screen><userinput remap="install">mv -v /bin/pstree* /usr/bin</userinput></screen>
  58. <para>By default, Psmisc's <command>pidof</command> program is not
  59. installed. This usually is not a problem because it is installed later
  60. in the Sysvinit package, which provides a better
  61. <command>pidof</command> program. If Sysvinit will not be used for a
  62. particular system, complete the installation of Psmisc by creating the
  63. following symlink:</para>
  64. <screen><userinput remap="install">ln -sv killall /bin/pidof</userinput></screen>
  65. </sect2>
  66. <sect2 id="contents-psmisc" role="content">
  67. <title>Contents of Psmisc</title>
  68. <segmentedlist>
  69. <segtitle>Installed programs</segtitle>
  70. <seglistitem>
  71. <seg>fuser, killall, peekfd, pstree, and pstree.x11 (link to pstree)</seg>
  72. </seglistitem>
  73. </segmentedlist>
  74. <variablelist>
  75. <bridgehead renderas="sect3">Short Descriptions</bridgehead>
  76. <?dbfo list-presentation="list"?>
  77. <?dbhtml list-presentation="table"?>
  78. <varlistentry id="fuser">
  79. <term><command>fuser</command></term>
  80. <listitem>
  81. <para>Reports the Process IDs (PIDs) of processes that use the given
  82. files or file systems</para>
  83. <indexterm zone="ch-system-psmisc fuser">
  84. <primary sortas="b-fuser">fuser</primary>
  85. </indexterm>
  86. </listitem>
  87. </varlistentry>
  88. <varlistentry id="killall">
  89. <term><command>killall</command></term>
  90. <listitem>
  91. <para>Kills processes by name; it sends a signal to all processes
  92. running any of the given commands</para>
  93. <indexterm zone="ch-system-psmisc killall">
  94. <primary sortas="b-killall">killall</primary>
  95. </indexterm>
  96. </listitem>
  97. </varlistentry>
  98. <varlistentry id="peekfd">
  99. <term><command>peekfd</command></term>
  100. <listitem>
  101. <para>Peek at file descriptors of a running process, given its
  102. PID</para>
  103. <indexterm zone="ch-system-psmisc peekfd">
  104. <primary sortas="b-peekfd">peekfd</primary>
  105. </indexterm>
  106. </listitem>
  107. </varlistentry>
  108. <varlistentry id="pstree">
  109. <term><command>pstree</command></term>
  110. <listitem>
  111. <para>Displays running processes as a tree</para>
  112. <indexterm zone="ch-system-psmisc pstree">
  113. <primary sortas="b-pstree">pstree</primary>
  114. </indexterm>
  115. </listitem>
  116. </varlistentry>
  117. <varlistentry id="pstree.x11">
  118. <term><command>pstree.x11</command></term>
  119. <listitem>
  120. <para>Same as <command>pstree</command>, except that it waits for
  121. confirmation before exiting</para>
  122. <indexterm zone="ch-system-psmisc pstree.x11">
  123. <primary sortas="b-pstree.x11">pstree.x11</primary>
  124. </indexterm>
  125. </listitem>
  126. </varlistentry>
  127. </variablelist>
  128. </sect2>
  129. </sect1>