summaryrefslogtreecommitdiff
path: root/doc/web/man/distccmon_text_1.html
blob: 98981d70ae2e2eece2c2f06a07de2da82f9d0c1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<HTML>
<!-- this file was generated by troffcvt and tc2html -->
<HEAD>
<TITLE>
distccmon-text manual page 
</TITLE>
</HEAD>
<BODY>
<H1>
distccmon-text manual page<BR>
</H1>
<P>
<H2>
Table of Contents
</H2>
<!-- INSERT TOC HERE, MAYBE -->
<!-- TOC BEGIN -->
<UL>
<LI>
<A HREF=#TOC_1> NAME</A>
<LI>
<A HREF=#TOC_2> SYNTAX</A>
<LI>
<A HREF=#TOC_3> DESCRIPTION</A>
<LI>
<A HREF=#TOC_4> OPTIONS</A>
<LI>
<A HREF=#TOC_5> OUTPUT FORMAT</A>
<LI>
<A HREF=#TOC_6> EXAMPLES</A>
<LI>
<A HREF=#TOC_7> AUTHORS</A>
<LI>
<A HREF=#TOC_8> SEE ALSO</A>
</UL>
<!-- TOC END -->
<BR>
<H2>
<A NAME=TOC_1>
NAME</A>
</H2>
<BR>
<P>
distccmon-text - Displays current compilation jobs in text form.<BR>
<H2>
<A NAME=TOC_2>
SYNTAX</A>
</H2>
<BR>
<P>
distccmon-text [DELAY]<BR>
<H2>
<A NAME=TOC_3>
DESCRIPTION</A>
</H2>
<BR>
<P>
Displays current compilation jobs in text form.  distccmon-text
must be run on the client machine, with the same setting for <I>
DISTCC_DIR</I> (or home directory) as the user running the distcc
client.<BR>
<H2>
<A NAME=TOC_4>
OPTIONS</A>
</H2>
<BR>
<P>
<DL>
<DT>
<B>DELAY</B>
</DT>
<DD>
repeatedly updates after <I>delay</I> (fractional) seconds.<BR>
</DD>
</DL>
<H2>
<A NAME=TOC_5>
OUTPUT FORMAT</A>
</H2>
<BR>
<P>
The output of distccmon-text contains one line for each job currently
being compiled.   Each line contains the following columns:<BR>
<DL>
<DT>
<I>PID</I>
</DT>
<DD>
ID of the distcc client process.<BR>
</DD>
<DT>
<I>STATE</I>
</DT>
<DD>
Identifies the phase of operation.  In order these may be &quot;Startup&quot;,
&quot;Blocked&quot;, &quot;Connected&quot;, &quot;Preprocess&quot;,
&quot;Conect&quot;, &quot;Send&quot;, &quot;Receive&quot; and
&quot;Done&quot;.<BR>
</DD>
<DT>
<I>FILE</I>
</DT>
<DD>
The input filename, if known.<BR>
</DD>
<DT>
<I>HOST[SLOT]</I>
</DT>
<DD>
The compile hostname.  May be followed in square brackets by the
slot index for that host.<BR>
</DD>
</DL>
<P>
When a delay is specified, each block of output is terminated
by a blank line.<BR>
<H2>
<A NAME=TOC_6>
EXAMPLES</A>
</H2>
<BR>
<P>
To display currently active jobs (updated every second):<BR>
<DL>
<DT>
<BR>
</DT>
<DD>
distccmon-text 1<BR>
</DD>
</DL>
<P>
To display the status once:<BR>
<DL>
<DT>
<BR>
</DT>
<DD>
distccmon-text<BR>
</DD>
</DL>
<H2>
<A NAME=TOC_7>
AUTHORS</A>
</H2>
<BR>
<P>
distcc  was  written  by Martin Pool &lt;mbp@sourcefrog.net&gt;,
with the co-operation of many scholars including Wayne Davison,
Frerich Raabe, Dimitri Papadopoulos  and  others  noted  in  the
NEWS  file. Please  report  bugs  to &lt;distcc@lists.samba.org&gt;.<BR>
<H2>
<A NAME=TOC_8>
SEE ALSO</A>
</H2>
<BR>
<P>
distccd(1), ccache(1), gcc(1), make(1) http://code.google.com/p/distcc/
http://ccache.samba.org/<BR>
</BODY>
</HTML>