1CLOCKDIFF(8) System Manager's Manual: iputils CLOCKDIFF(8)
2
3
4
6 clockdiff - measure clock difference between hosts
7
9 clockdiff [-o] [-o1] destination
10
11
13 clockdiff Measures clock difference between us and destination with 1
14 msec resolution using ICMP TIMESTAMP [2] packets or, optionally, IP
15 TIMESTAMP option [3] option added to ICMP ECHO. [1]
16
18 -o Use IP TIMESTAMP with ICMP ECHO instead of ICMP TIMESTAMP mes‐
19 sages. It is useful with some destinations, which do not support
20 ICMP TIMESTAMP (f.e. Solaris <2.4).
21
22 -o1 Slightly different form of -o, namely it uses three-term IP
23 TIMESTAMP with prespecified hop addresses instead of four term
24 one. What flavor works better depends on target host. Particu‐
25 larly, -o is better for Linux.
26
28 · Some nodes (Cisco) use non-standard timestamps, which is allowed by
29 RFC, but makes timestamps mostly useless.
30
31 · Some nodes generate messed timestamps (Solaris>2.4), when run xntpd.
32 Seems, its IP stack uses a corrupted clock source, which is synchro‐
33 nized to time-of-day clock periodically and jumps randomly making
34 timestamps mostly useless. Good news is that you can use NTP in this
35 case, which is even better.
36
37 · clockdiff shows difference in time modulo 24 days.
38
40 ping(8), arping(8), tracepath(8).
41
43 [1] ICMP ECHO, RFC0792, page 14.
44
45 [2] ICMP TIMESTAMP, RFC0792, page 16.
46
47 [3] IP TIMESTAMP option, RFC0791, 3.1, page 16.
48
50 clockdiff was compiled by Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>. It
51 was based on code borrowed from BSD timed daemon. It is now maintained
52 by YOSHIFUJI Hideaki <yoshfuji@skbuff.net>.
53
55 clockdiff requires CAP_NET_RAW capability to be executed. It is safe to
56 be used as set-uid root.
57
59 clockdiff is part of iputils package and the latest versions are
60 available in source form at http://www.skbuff.net/iputils/iputils-cur‐
61 rent.tar.bz2.
62
63
64
65iputils-160308 CLOCKDIFF(8)