1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
.TH dtop 8 "@META_DATE@" "@META_ALIAS@" "@META_NAME@"
.SH NAME
dtop \- display diod performance
.SH SYNOPSIS
\fBdtop\fR \fI[-h hostlist] [OPTIONS]\fR
.SH DESCRIPTION
.B dtop
connects to \fBdiod\fR servers and displays performance information.
.SH OPTIONS
.TP
.I "-h, --hostlist HOSTS"
Specify the lists of \fBdiod\fR servers that \fBdtop\fR monitors.
Multiple hosts may be separated by commas, and host ranges may be included
in the list, e.g. \fIx[1-3,42]\fR is equivalent to \fIx1,x2,x3,x42\fR.
By default, \fBdtop\fR monitors \fIlocalhost\fR.
.TP
.I "-P, --poll-period SEC"
Set the polling period. SEC may be a floating point number.
The default is 1 second.
.TP
.I "-p, --port PORT"
Specify the server port number for all monitored servers (default 564).
.SH "SEE ALSO"
diod (8)
|