source: chapter08/psmisc.xml@ a9e964e

11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since a9e964e was d7a9421, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Merge Xi's changes into trunk
Update to meson-0.58.0
Update to systemd-248
Update to gcc-11.1.0
Update to linux-5.12.1
Update to iproute2-5.12.0
Update to Python-3.9.5
Make /bin, /sbin, and /lib symlinks to their counterparts in /usr.
Thanks again for a significant portion of this work goes to Xi, I only
really merged it and made a couple of modifications for my updates. To
LFS 11.x we go!

  • Property mode set to 100644
File size: 4.5 KB
Line 
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
8<sect1 id="ch-system-psmisc" role="wrap">
9 <?dbhtml filename="psmisc.html"?>
10
11 <sect1info condition="script">
12 <productname>psmisc</productname>
13 <productnumber>&psmisc-version;</productnumber>
14 <address>&psmisc-url;</address>
15 </sect1info>
16
17 <title>Psmisc-&psmisc-version;</title>
18
19 <indexterm zone="ch-system-psmisc">
20 <primary sortas="a-Psmisc">Psmisc</primary>
21 </indexterm>
22
23 <sect2 role="package">
24 <title/>
25
26 <para>The Psmisc package contains programs for displaying information about
27 running processes.</para>
28
29 <segmentedlist>
30 <segtitle>&buildtime;</segtitle>
31 <segtitle>&diskspace;</segtitle>
32
33 <seglistitem>
34 <seg>&psmisc-fin-sbu;</seg>
35 <seg>&psmisc-fin-du;</seg>
36 </seglistitem>
37 </segmentedlist>
38
39 </sect2>
40
41 <sect2 role="installation">
42 <title>Installation of Psmisc</title>
43
44 <para>Prepare Psmisc for compilation:</para>
45
46<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
47
48 <para>Compile the package:</para>
49
50<screen><userinput remap="make">make</userinput></screen>
51
52 <para>This package does not come with a test suite.</para>
53
54 <para>Install the package:</para>
55
56<screen><userinput remap="install">make install</userinput></screen>
57
58 </sect2>
59
60 <sect2 id="contents-psmisc" role="content">
61 <title>Contents of Psmisc</title>
62
63 <segmentedlist>
64 <segtitle>Installed programs</segtitle>
65
66 <seglistitem>
67 <seg>fuser, killall, peekfd, prtstat, pslog, pstree, and pstree.x11 (link to pstree)</seg>
68 </seglistitem>
69 </segmentedlist>
70
71 <variablelist>
72 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
73 <?dbfo list-presentation="list"?>
74 <?dbhtml list-presentation="table"?>
75
76 <varlistentry id="fuser">
77 <term><command>fuser</command></term>
78 <listitem>
79 <para>Reports the Process IDs (PIDs) of processes that use the given
80 files or file systems</para>
81 <indexterm zone="ch-system-psmisc fuser">
82 <primary sortas="b-fuser">fuser</primary>
83 </indexterm>
84 </listitem>
85 </varlistentry>
86
87 <varlistentry id="killall">
88 <term><command>killall</command></term>
89 <listitem>
90 <para>Kills processes by name; it sends a signal to all processes
91 running any of the given commands</para>
92 <indexterm zone="ch-system-psmisc killall">
93 <primary sortas="b-killall">killall</primary>
94 </indexterm>
95 </listitem>
96 </varlistentry>
97
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
109 <varlistentry id="prtstat">
110 <term><command>prtstat</command></term>
111 <listitem>
112 <para>Prints information about a process</para>
113 <indexterm zone="ch-system-psmisc prtstat">
114 <primary sortas="b-prtstat">prtstat</primary>
115 </indexterm>
116 </listitem>
117 </varlistentry>
118
119 <varlistentry id="pslog">
120 <term><command>pslog</command></term>
121 <listitem>
122 <para>Reports current logs path of a process</para>
123 <indexterm zone="ch-system-psmisc pslog">
124 <primary sortas="b-pslog">pslog</primary>
125 </indexterm>
126 </listitem>
127 </varlistentry>
128
129 <varlistentry id="pstree">
130 <term><command>pstree</command></term>
131 <listitem>
132 <para>Displays running processes as a tree</para>
133 <indexterm zone="ch-system-psmisc pstree">
134 <primary sortas="b-pstree">pstree</primary>
135 </indexterm>
136 </listitem>
137 </varlistentry>
138
139 <varlistentry id="pstree.x11">
140 <term><command>pstree.x11</command></term>
141 <listitem>
142 <para>Same as <command>pstree</command>, except that it waits for
143 confirmation before exiting</para>
144 <indexterm zone="ch-system-psmisc pstree.x11">
145 <primary sortas="b-pstree.x11">pstree.x11</primary>
146 </indexterm>
147 </listitem>
148 </varlistentry>
149
150 </variablelist>
151
152 </sect2>
153
154</sect1>
Note: See TracBrowser for help on using the repository browser.