chiark / gitweb /
server/admin: Fix tokenization of statistics output.
[tripe] / doc / tripemon.1
CommitLineData
060ca767 1.\" -*-nroff-*-
2.\".
3.de hP
4.IP
5\h'-\w'\fB\\$1\ \fP'u'\fB\\$1\ \fP\c
6..
7.de VS
8.sp 1
9.RS
10.nf
11.ft B
12..
13.de VE
14.ft R
15.fi
16.RE
17.sp 1
18..
19.ie t \{\
20. ds o \(bu
21. ds ss \s8\u
22. ds se \d\s0
23. if \n(.g \{\
24. fam P
25. \}
26.\}
27.el \{\
28. ds o o
29. ds ss ^
30. ds se
31.\}
32.TH tripemon 1 "4 October 2005" "Straylight/Edgeware" "TrIPE: Trivial IP Encryption"
33.SH "NAME"
34tripemon \- graphical monitor for tripe
35.SH "SYNOPSIS"
36.B tripemon
37.RB [ \-d
38.IR dir ]
39.RB [ \-a
40.IR socket ]
41.SH "DESCRIPTION"
42The
43.B tripemon
44program is a fairly simple graphical monitor program for TrIPE. It's
45not ever-so user-friendly in some ways, but it works fairly well. A
46perusal of
47.BR tripe-admin (5)
48would help you understand it better. That said, describing the program
49in detail is probably less interesting than letting you explore it for
50yourself.
51.PP
52The command-line options available are:
53.TP
54.B "\-h, \-\-help"
55Writes a brief description of the command-line options available to
56standard output and exits with status 0.
57.TP
58.B "\-v, \-\-version"
59Writes tripe's version number to standard output and exits with status
600.
61.TP
62.B "\-u, \-\-usage"
63Writes a brief usage summary to standard output and exits with status 0.
64.TP
65.BI "\-d, \-\-directory=" dir
66Make
67.I dir
68the current directory, before doing anything else. Note that all the
69other filenames (e.g., the log output file) are relative to this
70directory. The default directory, if this option is not specified, is
71taken from the environment variable
72.BR TRIPEDIR ;
73if that's not defined either, a default default of
74.BR /var/lib/tripe
75is used.
76.TP
77.BI "\-a, \-\-admin=" socket
78If connecting to a running server, connect to the socket named
79.IR socket ;
80if running a new server, instruct it to listen for admin
81connections on
82.IR socket .
83.SH "SEE ALSO"
84.BR tripectl (1),
85.BR tripe\-admin (5),
86.BR tripe (8).
87.SH "AUTHOR"
88Mark Wooding, <mdw@distorted.org.uk>