blob: 852e1ac6e6a0666a77b452914347a84e95a536ec (
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
|
.\" -*- nroff -*"
.TH NTPSWEEP 1
.SH NAME
ntpsweep \- Sweep NTP Servers and Report Relationships
.SH SYNOPSIS
.B ntpsweep
[ \-\-help|\-\-peers|\-\-strip <string>] <file>|[\-\-host <hostname> ]
.SH DESCRIPTION
.B ntpsweep
prints per host given in <file> the NTP stratum level, the
clock offset in seconds, the daemon version, the operating system and
the processor.
.SH OPTIONS
.TP
.I \-\-help
Print this short help text and exit.
.TP
.I <file>
Specify the hosts file. File format is one hostname or ip number per
line. Lines beginning with # are considered as comment.
.TP
.I \-\-host <hostname>
Speficy a single host, bypassing the need for a hosts file.
.TP
.I \-\-peers
List all peers a host synchronizes to.
.TP
.I \-\-strip <string>
Strip <string> from hostnames.
.SH AUTHOR
Hans Lambermont. Manpage by Bdale Garbee <bdale@gag.com> for the Debian
GNU/Linux distribution.
|