~ubuntu-branches/debian/sid/ntp/sid

« back to all changes in this revision

Viewing changes to html/ntptrace.html

  • Committer: Package Import Robot
  • Author(s): Peter Eisentraut
  • Date: 2012-02-27 13:55:56 UTC
  • mfrom: (1.2.12)
  • Revision ID: package-import@ubuntu.com-20120227135556-dkx4mkod5trl5bgt
Tags: 1:4.2.6.p5+dfsg-1
* New upstream release (closes: #644673)
* Updated instructions on generating autotools.patch
* Updated standards version

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
                <br clear="left">
18
18
                <hr>
19
19
                <h4>Synopsis</h4>
20
 
                <tt>ntptrace [ -vdn ] [ -r <i>retries</i> ] [ -t <i>timeout</i> ] [ <i>server</i> ]</tt>
 
20
                <tt>ntptrace [ -n ] [ -m <i>maxhosts</i> ] [ <i>server</i> ]</tt>
21
21
                <h4>Description</h4>
22
22
                <p><tt>ntptrace</tt> is a <tt>perl</tt> script that uses the <tt>ntpq</tt> utility program to follow the chain of NTP&nbsp;servers from a given host back to the primary time source. For <tt>ntptrace</tt> to work properly, each of these servers must implement the NTP&nbsp;Control and Monitoring Protocol specified in RFC 1305 and enable NTP&nbsp;Mode 6 packets.</p>
23
23
                <p>If given no arguments, <tt>ntptrace</tt> starts with <tt>localhost</tt>. Here is an example of the output from <tt>ntptrace</tt>:</p>
30
30
                <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 &quot;<tt>localhost</tt>&quot;), 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>
31
31
                <h4>Options</h4>
32
32
                <dl>
33
 
                        <dt><tt>-d</tt>
34
 
                        <dd>Turns on some debugging output.
35
33
                        <dt><tt>-n</tt>
36
34
                        <dd>Turns off the printing of host names; instead, host IP addresses are given. This may be useful if a nameserver is down.
37
 
                        <dt><tt>-r <i>retries</i></tt>
38
 
                        <dd>Sets the number of retransmission attempts for each host (default = 5).
39
 
                        <dt><tt>-t <i>timeout</i></tt>
40
 
                        <dd>Sets the retransmission timeout (in seconds) (default = 2).
41
 
                        <dt><tt>-v</tt>
42
 
                        <dd>Prints verbose information about the NTP servers.
43
35
                </dl>
44
36
                <h4>Bugs</h4>
45
37
                <p>This program makes no attempt to improve accuracy by doing multiple samples.</p>
47
39
                <script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
48
40
        </body>
49
41
 
50
 
</html>
 
 
b'\\ No newline at end of file'
 
42
</html>