CDDL HEADER START
The contents of this file are subject to the terms of the
Common Development and Distribution License (the "License").
You may not use this file except in compliance with the License.
You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
or http://www.opensolaris.org/os/licensing.
See the License for the specific language governing permissions
and limitations under the License.
When distributing Covered Code, include this CDDL HEADER in each
file and include the License file at usr/src/OPENSOLARIS.LICENSE.
If applicable, add the following below this CDDL HEADER, with the
fields enclosed by brackets "[]" replaced with your own identifying
information: Portions Copyright [yyyy] [name of copyright owner]
CDDL HEADER END
Copyright (c) 2009, 2015, Oracle and/or its affiliates. All rights reserved.
/usr/sbin/ntptrace [-n] [-m maxhosts] [server]
ntptrace determines from where a given Network Time Protocol (NTP) server gets its time, and follows the chain of NTP servers back to their master time source. If given no arguments, it starts with localhost.
The following options are supported:
-n
Turns off the printing of host names; instead, host IP addresses are given.
-m maxhosts
Sets the maximum number of levels up the chain that will be followed.
Example 1 Sample Output From the ntptrace Command
The following example shows the output from the ntptrace command:
% ntptrace localhost: stratum 4, offset 0.0019529, synch distance 0.144135 server2.bozo.com: stratum 2, offset 0.0124263, synch distance 0.115784 usndh.edu: stratum 1, offset 0.0019298, synch distance 0.011993, refid 'WWVB'
On each line, the fields are (left to right):
The server's host name
The server's stratum
The time offset between that server and the local host (as measured by ntptrace; this is why it is not always zero for localhost)
The host's synchronization distance
The reference clock ID (only for stratum-1 servers)
All times are given in seconds. Synchronization distance is a measure of the goodness of the clock's time.
ntpq(8), ntpd(8), ntpdc(8), attributes(7))