diff options
author | Ollivier Robert <roberto@FreeBSD.org> | 2008-08-18 14:26:05 +0000 |
---|---|---|
committer | Ollivier Robert <roberto@FreeBSD.org> | 2008-08-18 14:26:05 +0000 |
commit | ff717da2cf625e3d07537a93a4c240692fa55bd6 (patch) | |
tree | 9dcf618e4446ac2b5fca7d0afe7767382664f0d6 /html/ntptrace.html | |
parent | cce65f439697627afbccf5a67035a957bb4d784a (diff) | |
download | src-ff717da2cf625e3d07537a93a4c240692fa55bd6.tar.gz src-ff717da2cf625e3d07537a93a4c240692fa55bd6.zip |
Import ntp 4.2.4p5 in the vendor code area. Far too many changes to list here,vendor/ntp/4.2.4p5
please see CommitLog for detailed changes.
XXX html/build/hints/solaris.xtra.4095849 is not being imported as it conflicts
with the detect-merge-conflict.sh script in our repo.
Notes
Notes:
svn path=/vendor/ntp/dist/; revision=181834
svn path=/vendor/ntp/4.2.4p5/; revision=181835; tag=vendor/ntp/4.2.4p5
Diffstat (limited to 'html/ntptrace.html')
-rw-r--r-- | html/ntptrace.html | 73 |
1 files changed, 37 insertions, 36 deletions
diff --git a/html/ntptrace.html b/html/ntptrace.html index 76002bf0e72a..3b533f9eca0d 100644 --- a/html/ntptrace.html +++ b/html/ntptrace.html @@ -2,47 +2,48 @@ <html> - <head> - <meta name="generator" content="HTML Tidy, see www.w3.org"> - <title>ntptrace - trace a chain of NTP servers back to the primary source</title> - <link href="scripts/style.css" type="text/css" rel="stylesheet"> - </head> + <head> + <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> + <meta name="generator" content="HTML Tidy, see www.w3.org"> + <title>ntptrace - trace a chain of NTP servers back to the primary source</title> + <link href="scripts/style.css" type="text/css" rel="stylesheet"> + </head> - <body> - <h3><tt>ntptrace</tt> - trace a chain of NTP servers back to the primary source</h3> - <img src="pic/alice13.gif" alt="gif" align="left"><a href="http://www.eecis.udel.edu/~mills/pictures.html">from <i>Alice's Adventures in Wonderland</i>, Lewis Carroll</a> - <p>The rabbit knows the way back.</p> - <p>Last update: <csobj format="ShortTime" h="24" locale="00000409" region="0" t="DateTime" w="50">20:19</csobj> UTC <csobj format="LongDate" h="24" locale="00000409" region="0" t="DateTime" w="257">Monday, December 02, 2002</csobj></p> - <br clear="left"> - <hr> - <h4>Synopsis</h4> - <tt>ntptrace [ -vdn ] [ -r <i>retries</i> ] [ -t <i>timeout</i> ] [ <i>server</i> ]</tt> - <h4>Description</h4> - <p><tt>ntptrace</tt> determines where a given Network Time Protocol (NTP) server gets its time from, and follows the chain of NTP servers back to their master time source. If given no arguments, it starts with <tt>localhost</tt>. Here is an example of the output from <tt>ntptrace</tt>:</p> - <pre> + <body> + <h3><tt>ntptrace</tt> - trace a chain of NTP servers back to the primary source</h3> + <img src="pic/alice13.gif" alt="gif" align="left"><a href="http://www.eecis.udel.edu/~mills/pictures.html">from <i>Alice's Adventures in Wonderland</i>, Lewis Carroll</a> + <p>The rabbit knows the way back.</p> + <p>Last update: <csobj format="ShortTime" h="25" locale="00000409" region="0" t="DateTime" w="61">18:47</csobj> UTC <csobj format="LongDate" h="25" locale="00000409" region="0" t="DateTime" w="246">Thursday, July 28, 2005</csobj></p> + <br clear="left"> + <hr> + <h4>Synopsis</h4> + <tt>ntptrace [ -vdn ] [ -r <i>retries</i> ] [ -t <i>timeout</i> ] [ <i>server</i> ]</tt> + <h4>Description</h4> + <p><tt>ntptrace</tt> determines where a given Network Time Protocol (NTP) server gets its time from, and follows the chain of NTP servers back to their master time source. If given no arguments, it starts with <tt>localhost</tt>. Here is an example of the output from <tt>ntptrace</tt>:</p> + <pre> % ntptrace localhost: stratum 4, offset 0.0019529, synch distance 0.144135 server2ozo.com: stratum 2, offset 0.0124263, synch distance 0.115784 usndh.edu: stratum 1, offset 0.0019298, synch distance 0.011993, refid 'WWVB' </pre> - <p>On each line, the fields are (left to right): the host name, the host stratum, the time offset between that host and the local host (as measured by <tt>ntptrace</tt>; this is why it is not always zero for "<tt>localhost</tt>"), the host synchronization distance, and (only for stratum-1 servers) the reference clock ID. All times are given in seconds. Note that the stratum is the server hop count to the primary source, while the synchronization distance is the estimated error relative to the primary source. These terms are precisely defined in RFC-1305.</p> - <h4>Options</h4> - <dl> - <dt><tt>-d</tt> - <dd>Turns on some debugging output. - <dt><tt>-n</tt> - <dd>Turns off the printing of host names; instead, host IP addresses are given. This may be useful if a nameserver is down. - <dt><tt>-r <i>retries</i></tt> - <dd>Sets the number of retransmission attempts for each host (default = 5). - <dt><tt>-t <i>timeout</i></tt> - <dd>Sets the retransmission timeout (in seconds) (default = 2). - <dt><tt>-v</tt> - <dd>Prints verbose information about the NTP servers. - </dl> - <h4>Bugs</h4> - <p>This program makes no attempt to improve accuracy by doing multiple samples.</p> - <hr> - <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script> - </body> + <p>On each line, the fields are (left to right): the host name, the host stratum, the time offset between that host and the local host (as measured by <tt>ntptrace</tt>; this is why it is not always zero for "<tt>localhost</tt>"), the host synchronization distance, and (only for stratum-1 servers) the reference clock ID. All times are given in seconds. Note that the stratum is the server hop count to the primary source, while the synchronization distance is the estimated error relative to the primary source. These terms are precisely defined in RFC-1305.</p> + <h4>Options</h4> + <dl> + <dt><tt>-d</tt> + <dd>Turns on some debugging output. + <dt><tt>-n</tt> + <dd>Turns off the printing of host names; instead, host IP addresses are given. This may be useful if a nameserver is down. + <dt><tt>-r <i>retries</i></tt> + <dd>Sets the number of retransmission attempts for each host (default = 5). + <dt><tt>-t <i>timeout</i></tt> + <dd>Sets the retransmission timeout (in seconds) (default = 2). + <dt><tt>-v</tt> + <dd>Prints verbose information about the NTP servers. + </dl> + <h4>Bugs</h4> + <p>This program makes no attempt to improve accuracy by doing multiple samples.</p> + <hr> + <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script> + </body> </html>
\ No newline at end of file |