1distccmon-text(1) General Commands Manual distccmon-text(1)
2
3
4
6 distccmon-text - Displays current compilation jobs in text form.
7
9 distccmon-text [DELAY]
10
12 Displays current compilation jobs in text form. distccmon-text must be
13 run on the client machine, with the same setting for DISTCC_DIR (or
14 home directory) as the user running the distcc client.
15
17 DELAY repeatedly updates after delay (fractional) seconds.
18
20 The output of distccmon-text contains one line for each job currently
21 being compiled. Each line contains the following columns:
22
23 PID ID of the distcc client process.
24
25 STATE Identifies the phase of operation. In order these may be
26 "Startup", "Blocked", "Connected", "Preprocess", "Conect",
27 "Send", "Receive" and "Done".
28
29 FILE The input filename, if known.
30
31 HOST[SLOT]
32 The compile hostname. May be followed in square brackets by the
33 slot index for that host.
34
35 When a delay is specified, each block of output is terminated by a
36 blank line.
37
39 To display currently active jobs (updated every second):
40
41 distccmon-text 1
42
43 To display the status once:
44
45 distccmon-text
46
48 distcc was written by Martin Pool <mbp@sourcefrog.net>, with the
49 co-operation of many scholars including Wayne Davison, Frerich Raabe,
50 Dimitri Papadopoulos and others noted in the NEWS file. Please
51 report bugs to <distcc@lists.samba.org>.
52
54 distccd(1), ccache(1), gcc(1), make(1) http://code.google.com/p/distcc/
55 https://ccache.dev/
56
57
58
59 2 October 2004 distccmon-text(1)