Lines Matching +full:host +full:- +full:id
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
3 <!-- Created by GNU Texinfo 6.6, http://www.gnu.org/software/texinfo/ -->
5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
10 <meta name="resource-type" content="document">
16 <!--
17 a.summary-letter {text-decoration: none}
18 blockquote.indentedblock {margin-right: 0em}
19 div.display {margin-left: 3.2em}
20 div.example {margin-left: 3.2em}
21 div.lisp {margin-left: 3.2em}
22 kbd {font-style: oblique}
23 pre.display {font-family: inherit}
24 pre.format {font-family: inherit}
25 pre.menu-comment {font-family: serif}
26 pre.menu-preformatted {font-family: serif}
27 span.nolinebreak {white-space: nowrap}
28 span.roman {font-family: initial; font-weight: normal}
29 span.sansserif {font-family: sans-serif; font-weight: normal}
30 ul.no-bullet {list-style: none}
31 -->
44 <span id="Top"></span><div class="header">
48 <span id="Simple-Network-Time-Protocol-User-Manual"></span><h1 class="top">Simple Network Time Protocol User Manual</h1>
53 <span id="SEC_Overview"></span>
54 <h2 class="shortcontents-heading">Short Table of Contents</h2>
57 <ul class="no-bullet">
58 <li><a id="stoc-Invoking-ntptrace" href="#toc-Invoking-ntptrace">1 Invoking ntptrace</a></li>
66 <tr><td align="left" valign="top">• <a href="#ntptrace-Invocation" accesskey="2">ntptrace Invocation</a></td><td> </td><td align="left" valign="top">Invoking ntptrace
71 <span id="ntptrace-Invocation"></span><div class="header">
75 <span id="Invoking-ntptrace"></span><h2 class="chapter">1 Invoking ntptrace</h2>
76 <span id="index-ntptrace"></span>
77 <span id="index-Trace-peers-of-an-NTP-server"></span>
80 the chain of NTP servers from a given host back to the primary time source. For
93 <p>On each line, the fields are (left to right): the host name, the host stratum,
94 the time offset between that host and the local host (as measured by
95 <code>ntptrace</code>; this is why it is not always zero for "localhost"), the host
96 synchronization distance, and (only for stratum-1 servers) the reference clock
97 ID. All times are given in seconds. Note that the stratum is the server hop
100 defined in RFC-1305.
104 using the <code>agtexi-cmd</code> template and the option descriptions for the <code>ntptrace</code> program.
107 <tr><td align="left" valign="top">• <a href="#ntptrace-usage" accesskey="1">ntptrace usage</a></td><td> </td><td align="left" valign="top">ntptrace help/usage (<samp>--help</samp>)
109 <tr><td align="left" valign="top">• <a href="#ntptrace-numeric" accesskey="2">ntptrace numeric</a></td><td> </td><td align="left" valign="top">numeric option (-n)
111 <tr><td align="left" valign="top">• <a href="#ntptrace-max_002dhosts" accesskey="3">ntptrace max-hosts</a></td><td> </td><td align="left" valign="top">max-hosts option (-m)
113 <tr><td align="left" valign="top">• <a href="#ntptrace-host" accesskey="4">ntptrace host</a></td><td> </td><td align="left" valign="top">host option (-r)
115 <tr><td align="left" valign="top">• <a href="#ntptrace-exit-status" accesskey="5">ntptrace exit status</a></td><td> </td><td align="left" valign="top">exit status
120 <span id="ntptrace-usage"></span><div class="header">
122 Next: <a href="#ntptrace-numeric" accesskey="n" rel="next">ntptrace numeric</a>, Up: <a href="#ntptrace-Invocation" accesskey="u" rel="up">ntptrace Invocation</a> </p>
124 <span id="ntptrace-help_002fusage-_0028_002d_002dhelp_0029"></span><h3 class="section">1.1 ntptrace help/usage (<samp>--help</samp>)</h3>
125 <span id="index-ntptrace-help"></span>
130 (<samp>--help</samp>) or the <code>more-help</code> option (<samp>--more-help</samp>). <code>more-help</code> will print
132 <code>more-help</code> is disabled on platforms without a working
138 <pre class="example">ntptrace - Trace peers of an NTP server - Ver. 4.2.8p18
139 USAGE: ntptrace [ -<flag> [<val>] | --<name>[{=| }<val>] ]... [host]
141 -n, --numeric Print IP addresses instead of hostnames
142 -m, --max-hosts=num Maximum number of peers to trace
143 -r, --host=str Single remote host
144 -?, --help Display usage information and exit
145 --more-help Pass the extended usage text through a pager
152 <tr><td align="left" valign="top">• <a href="#ntptrace-numeric" accesskey="1">numeric option (-n)</a></td><td> </td><td align="left" valign="top">
154 <tr><td align="left" valign="top">• <a href="#ntptrace-max_002dhosts" accesskey="2">max-hosts option (-m)</a></td><td> </td><td align="left" valign="top">
156 <tr><td align="left" valign="top">• <a href="#ntptrace-host" accesskey="3">host option (-r)</a></td><td> </td><td align="left" valign="top">
158 <tr><td align="left" valign="top">• <a href="#ntptrace-exit-status" accesskey="4">ntptrace exit status</a></td><td> </td><td align="left" valign="top">
163 <span id="ntptrace-numeric"></span><div class="header">
165 Next: <a href="#ntptrace-max_002dhosts" accesskey="n" rel="next">ntptrace max-hosts</a>, Previous: <a href="#ntptrace-usage" accesskey="p" rel="prev">ntptrace usage</a>, Up: <a href="#ntptrace-usage" accesskey="u" rel="up">ntptrace usage</a> </p>
167 <span id="numeric-option-_0028_002dn_0029"></span><h4 class="subsection">1.1.1 numeric option (-n)</h4>
168 <span id="index-ntptrace_002dnumeric"></span>
171 Output hosts as dotted-quad numeric format rather than converting to
172 the canonical host names.
174 <span id="ntptrace-max_002dhosts"></span><div class="header">
176 Next: <a href="#ntptrace-host" accesskey="n" rel="next">ntptrace host</a>, Previous: <a href="#ntptrace-numeric" accesskey="p" rel="prev">ntptrace numeric</a>, Up: <a href="#ntptrace-usage" accesskey="u" rel="up">ntptrace usage</a> </p>
178 <span id="max_002dhosts-option-_0028_002dm_0029"></span><h4 class="subsection">1.1.2 max-hosts option (-m)</h4>
179 <span id="index-ntptrace_002dmax_002dhosts"></span>
185 <span id="ntptrace-host"></span><div class="header">
187 Next: <a href="#ntptrace-exit-status" accesskey="n" rel="next">ntptrace exit status</a>, Previous: <a href="#ntptrace-max_002dhosts" accesskey="p" rel="prev">ntptrace max-hosts</a>, Up: <a href="#ntptrace-usage" accesskey="u" rel="up">ntptrace usage</a> </p>
189 <span id="host-option-_0028_002dr_0029"></span><h4 class="subsection">1.1.3 host option (-r)</h4>
190 <span id="index-ntptrace_002dhost"></span>
192 <p>This is the “single remote host” option.
196 <span id="ntptrace-exit-status"></span><div class="header">
198 Previous: <a href="#ntptrace-host" accesskey="p" rel="prev">ntptrace host</a>, Up: <a href="#ntptrace-usage" accesskey="u" rel="up">ntptrace usage</a> </p>
200 <span id="ntptrace-exit-status-1"></span><h4 class="subsection">1.1.4 ntptrace exit status</h4>