summaryrefslogtreecommitdiff
path: root/man/distccmon-text.1
diff options
context:
space:
mode:
authorCraig Silverstein <csilvers@khanacademy.org>2008-04-11 22:36:40 +0000
committerCraig Silverstein <csilvers@khanacademy.org>2008-04-11 22:36:40 +0000
commit596cf4e2f019a766965ad0566495c56b7d295fe4 (patch)
tree1726969de95d86fc5647af1eeb99ea0489ba91c4 /man/distccmon-text.1
parent0a38eace37b20a663b235fb20107829e22fbeb43 (diff)
downloaddistcc-git-596cf4e2f019a766965ad0566495c56b7d295fe4.tar.gz
The first step of moving everything in the distcc directory to the top
level. I'm doing this in two stages, because I don't understand svn enough to be confident to do it in one. This first stage just copies all the files from distcc/FOO to FOO. Now there are two copies of each file under distcc; the Makefile/etc uses the one in distcc and ignores the one at the top level. The next commit will delete everything under distcc, and rewrite the Makefile/etc to use the top-level versions instead.
Diffstat (limited to 'man/distccmon-text.1')
-rw-r--r--man/distccmon-text.156
1 files changed, 56 insertions, 0 deletions
diff --git a/man/distccmon-text.1 b/man/distccmon-text.1
new file mode 100644
index 0000000..7f7b159
--- /dev/null
+++ b/man/distccmon-text.1
@@ -0,0 +1,56 @@
+.TH distccmon-text 1 "2 October 2004"
+.SH "NAME"
+.LP
+distccmon\-text \- Displays current compilation jobs in text form.
+.SH "SYNTAX"
+.LP
+distccmon-text [DELAY]
+.SH "DESCRIPTION"
+.LP
+Displays current compilation jobs in text form. distccmon-text must
+be run on the client machine, with the same setting for
+.I DISTCC_DIR
+(or home directory)
+as the user running the distcc client.
+.SH "OPTIONS"
+.LP
+.TP
+\fBDELAY\fR
+repeatedly updates after \fIdelay\fP (fractional) seconds.
+.SH "OUTPUT FORMAT"
+.LP
+The output of distccmon-text contains one line for each job currently
+being compiled. Each line contains the following columns:
+.TP
+.I PID
+ID of the distcc client process.
+.TP
+.I STATE
+Identifies the phase of operation. In order these may be "Startup",
+"Blocked", "Connected", "Preprocess", "Conect", "Send", "Receive" and
+"Done".
+.TP
+.I FILE
+The input filename, if known.
+.TP
+.I HOST[SLOT]
+The compile hostname. May be followed in square brackets by the slot
+index for that host.
+.LP
+When a delay is specified, each block of output is terminated by a
+blank line.
+.SH "EXAMPLES"
+.LP
+To display currently active jobs (updated every second):
+.IP
+distccmon\-text 1
+.LP
+To display the status once:
+.IP
+distccmon\-text
+.SH "AUTHORS"
+.LP
+distcc was written by Martin Pool <mbp@sourcefrog.net>, 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 <distcc@lists.samba.org>.
+.SH "SEE ALSO"
+.LP d
+distccd(1), ccache(1), gcc(1), make(1) http://distcc.samba.org/ http://ccache.samba.org/