table of contents
CLOCKDIFF(8) | iputils | CLOCKDIFF(8) |
NAME¶
clockdiff - measure clock difference between hosts
SYNOPSIS¶
clockdiff [-o] [-o1] [--time-format ctime iso] [-V] {destination}
DESCRIPTION¶
clockdiff Measures clock difference between us and destination with 1 msec resolution using ICMP TIMESTAMP [2] packets or, optionally, IP TIMESTAMP option [3] added to ICMP ECHO. [1]
OPTIONS¶
-o
-o1
-T, --time-format ctime iso
-I
-h, --help
-V, --version
WARNINGS¶
SEE ALSO¶
REFERENCES¶
[1] ICMP ECHO, RFC0792, page 14.
[2] ICMP TIMESTAMP, RFC0792, page 16.
[3] IP TIMESTAMP option, RFC0791, 3.1, page 16.
AUTHOR¶
clockdiff was compiled by Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>. It was based on code borrowed from BSD timed daemon.
SECURITY¶
clockdiff requires CAP_NET_RAW and CAP_SYS_NICE capabilities to be executed. It is safe to be used as set-uid root.
AVAILABILITY¶
clockdiff is part of iputils package.
iputils 20240905 |