]> CyberLeo.Net >> Repos - FreeBSD/releng/10.3.git/blob - contrib/ntp/ntpq/ntpq.html
Fix multiple vulnerabilities in ntp. [SA-18:02.ntp]
[FreeBSD/releng/10.3.git] / contrib / ntp / ntpq / ntpq.html
1 <html lang="en">
2 <head>
3 <title>ntpq: Network Time Protocol Query User's Manual</title>
4 <meta http-equiv="Content-Type" content="text/html">
5 <meta name="description" content="ntpq: Network Time Protocol Query User's Manual">
6 <meta name="generator" content="makeinfo 4.7">
7 <link title="Top" rel="top" href="#Top">
8 <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
9 <meta http-equiv="Content-Style-Type" content="text/css">
10 <style type="text/css"><!--
11   pre.display { font-family:inherit }
12   pre.format  { font-family:inherit }
13   pre.smalldisplay { font-family:inherit; font-size:smaller }
14   pre.smallformat  { font-family:inherit; font-size:smaller }
15   pre.smallexample { font-size:smaller }
16   pre.smalllisp    { font-size:smaller }
17   span.sc { font-variant:small-caps }
18   span.roman { font-family: serif; font-weight: normal; } 
19 --></style>
20 </head>
21 <body>
22 <h1 class="settitle">ntpq: Network Time Protocol Query User's Manual</h1>
23   <div class="shortcontents">
24 <h2>Short Contents</h2>
25 <ul>
26 <a href="#Top">ntpq: Network Time Protocol Query User Manual</a>
27 </ul>
28 </div>
29
30
31
32 <div class="node">
33 <p><hr>
34 <a name="Top"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#ntpq-Description">ntpq Description</a>,
35 Previous:&nbsp;<a rel="previous" accesskey="p" href="#dir">(dir)</a>,
36 Up:&nbsp;<a rel="up" accesskey="u" href="#dir">(dir)</a>
37 <br>
38 </div>
39
40 <h2 class="unnumbered">ntpq: Network Time Protocol Query User Manual</h2>
41
42 <p>The <code>ntpq</code> utility program is used to
43 monitor the operational status
44 and determine the performance of
45 <code>ntpd</code>, the NTP daemon.
46
47   <p>This document applies to version 4.2.8p11 of <code>ntpq</code>.
48
49 <ul class="menu">
50 <li><a accesskey="1" href="#ntpq-Description">ntpq Description</a>
51 <li><a accesskey="2" href="#ntpq-Invocation">ntpq Invocation</a>:              Invoking ntpq
52 <li><a accesskey="3" href="#Usage">Usage</a>
53 <li><a accesskey="4" href="#Internal-Commands">Internal Commands</a>
54 <li><a accesskey="5" href="#Control-Message-Commands">Control Message Commands</a>
55 <li><a accesskey="6" href="#Status-Words-and-Kiss-Codes">Status Words and Kiss Codes</a>
56 <li><a accesskey="7" href="#System-Variables">System Variables</a>
57 <li><a accesskey="8" href="#Peer-Variables">Peer Variables</a>
58 <li><a accesskey="9" href="#Clock-Variables">Clock Variables</a>
59 </ul>
60
61 <div class="node">
62 <p><hr>
63 <a name="ntpq-Description"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#Usage">Usage</a>,
64 Previous:&nbsp;<a rel="previous" accesskey="p" href="#Top">Top</a>,
65 Up:&nbsp;<a rel="up" accesskey="u" href="#Top">Top</a>
66 <br>
67 </div>
68
69 <!-- node-name,  next,  previous,  up -->
70 <h3 class="section">Description</h3>
71
72 <p>The <code>ntpq</code> utility program is used to monitor NTP daemon <code>ntpd</code> operations and determine performance. 
73 It uses the standard NTP mode 6 control message formats defined in
74 Appendix B of the NTPv3 specification RFC1305. 
75 The same formats are used in NTPv4, although some of the variable names have changed and new ones added. 
76 The description on this page is for the NTPv4 variables.
77
78   <p>The program can be run either in interactive mode or controlled using command line arguments.  Requests to read and write arbitrary variables can be assembled, with raw and pretty-printed output options being available.  The <code>ntpq</code> can also obtain and print a list of peers in a common format by sending multiple queries to the server.
79
80   <p>If one or more request options is included on the command line when <code>ntpq</code> is executed, each of the requests will be sent to the NTP servers running on each of the hosts given as command line arguments, or on localhost by default.  If no request options are given, <code>ntpq</code> will attempt to read commands from the standard input and execute these on the NTP server running on the first host given on the command line, again defaulting to localhost when no other host is specified.  <code>ntpq</code> will prompt for commands if the standard input is a terminal device.
81
82   <p><code>ntpq</code> uses NTP mode 6 packets to communicate with the NTP server, and hence can be used to query any compatible server on the network which permits it.  Note that since NTP is a UDP protocol this communication will be somewhat unreliable, especially over large distances in terms of network topology.  <code>ntpq</code> makes one attempt to retransmit requests, and will time requests out if the remote host is not heard from within a suitable timeout time.
83
84   <p>Note that in contexts where a host name is expected, a <code>-4</code> qualifier preceding the host name forces DNS resolution to the IPv4 namespace, while a <code>-6</code> qualifier forces DNS resolution to the IPv6 namespace.
85
86   <p>For examples and usage, see the <a href="debug.html">NTP Debugging Techniques</a> page.
87
88 <div class="node">
89 <p><hr>
90 <a name="ntpq-Invocation"></a>
91 <br>
92 </div>
93
94 <h3 class="section">Invoking ntpq</h3>
95
96 <p><a name="index-ntpq-1"></a><a name="index-standard-NTP-query-program-2"></a>
97
98   <p>The
99 <code>ntpq</code>
100 utility program is used to query NTP servers to monitor NTP operations
101 and performance, requesting
102 information about current state and/or changes in that state. 
103 The program may be run either in interactive mode or controlled using
104 command line arguments. 
105 Requests to read and write arbitrary
106 variables can be assembled, with raw and pretty-printed output
107 options being available. 
108 The
109 <code>ntpq</code>
110 utility can also obtain and print a
111 list of peers in a common format by sending multiple queries to the
112 server.
113
114   <p>If one or more request options is included on the command line
115 when
116 <code>ntpq</code>
117 is executed, each of the requests will be sent
118 to the NTP servers running on each of the hosts given as command
119 line arguments, or on localhost by default. 
120 If no request options
121 are given,
122 <code>ntpq</code>
123 will attempt to read commands from the
124 standard input and execute these on the NTP server running on the
125 first host given on the command line, again defaulting to localhost
126 when no other host is specified. 
127 The
128 <code>ntpq</code>
129 utility will prompt for
130 commands if the standard input is a terminal device.
131
132   <p><code>ntpq</code>
133 uses NTP mode 6 packets to communicate with the
134 NTP server, and hence can be used to query any compatible server on
135 the network which permits it. 
136 Note that since NTP is a UDP protocol
137 this communication will be somewhat unreliable, especially over
138 large distances in terms of network topology. 
139 The
140 <code>ntpq</code>
141 utility makes
142 one attempt to retransmit requests, and will time requests out if
143 the remote host is not heard from within a suitable timeout
144 time.
145
146   <p>Note that in contexts where a host name is expected, a
147 <code>-4</code>
148 qualifier preceding the host name forces resolution to the IPv4
149 namespace, while a
150 <code>-6</code>
151 qualifier forces resolution to the IPv6 namespace. 
152 For examples and usage, see the
153 NTP Debugging Techniques
154 page.
155
156   <p>Specifying a
157 command line option other than
158 <code>-i</code>
159 or
160 <code>-n</code>
161 will
162 cause the specified query (queries) to be sent to the indicated
163 host(s) immediately. 
164 Otherwise,
165 <code>ntpq</code>
166 will attempt to read
167 interactive format commands from the standard input.
168
169 <h5 class="subsubsection">Internal Commands</h5>
170
171 <p>Interactive format commands consist of a keyword followed by zero
172 to four arguments. 
173 Only enough characters of the full keyword to
174 uniquely identify the command need be typed.
175
176   <p>A
177 number of interactive format commands are executed entirely within
178 the
179 <code>ntpq</code>
180 utility itself and do not result in NTP
181 requests being sent to a server. 
182 These are described following.
183      <dl>
184 <dt><code>?</code> <code>[</code><kbd>command</kbd><code>]</code><br><dt><code>help</code> <code>[</code><kbd>command</kbd><code>]</code><dd>A
185
186 by itself will print a list of all the commands
187 known to
188 <code>ntpq</code>
189 A
190
191 followed by a command name will print function and usage
192 information about the command. 
193 <br><dt><code>addvars</code> <kbd>name</kbd><code>[=</code><kbd>value</kbd><code>]</code><code>[,...]</code><br><dt><code>rmvars</code> <kbd>name</kbd><code>[,...]</code><br><dt><code>clearvars</code><br><dt><code>showvars</code><dd>The arguments to this command consist of a list of
194 items of the form
195 <kbd>name</kbd><code>[=</code><kbd>value</kbd><code>]</code>,
196 where the
197 .No = Ns Ar value
198 is ignored, and can be omitted,
199 in requests to the server to read variables. 
200 The
201 <code>ntpq</code>
202 utility maintains an internal list in which data to be included in
203 messages can be assembled, and displayed or set using the
204 <code>readlist</code>
205 and
206 <code>writelist</code>
207 commands described below. 
208 The
209 <code>addvars</code>
210 command allows variables and their optional values to be added to
211 the list. 
212 If more than one variable is to be added, the list should
213 be comma-separated and not contain white space. 
214 The
215 <code>rmvars</code>
216 command can be used to remove individual variables from the list,
217 while the
218 <code>clearvars</code>
219 command removes all variables from the
220 list. 
221 The
222 <code>showvars</code>
223 command displays the current list of optional variables. 
224 <br><dt><code>authenticate</code> <code>[yes|no]</code><dd>Normally
225 <code>ntpq</code>
226 does not authenticate requests unless
227 they are write requests. 
228 The command
229 <code>authenticate</code> <code>yes</code>
230 causes
231 <code>ntpq</code>
232 to send authentication with all requests it
233 makes. 
234 Authenticated requests causes some servers to handle
235 requests slightly differently. 
236 The command
237 <code>authenticate</code>
238 causes
239 <code>ntpq</code>
240 to display whether or not
241 it is currently authenticating requests. 
242 <br><dt><code>cooked</code><dd>Causes output from query commands to be "cooked", so that
243 variables which are recognized by
244 <code>ntpq</code>
245 will have their
246 values reformatted for human consumption. 
247 Variables which
248 <code>ntpq</code>
249 could not decode completely are
250 marked with a trailing
251 ?. 
252 <br><dt><code>debug</code> <code>[more|less|off]</code><dd>With no argument, displays the current debug level. 
253 Otherwise, the debugging level is changed as indicated. 
254 <br><dt><code>delay</code> <code>[</code><kbd>milliseconds</kbd><code>]</code><dd>Specify a time interval to be added to timestamps included in
255 requests which require authentication. 
256 This is used to enable
257 (unreliable) server reconfiguration over long delay network paths
258 or between machines whose clocks are unsynchronized. 
259 Actually the
260 server does not now require timestamps in authenticated requests,
261 so this command may be obsolete. 
262 Without any arguments, displays the current delay. 
263 <br><dt><code>drefid</code> <code>[hash|ipv4]</code><dd>Display refids as IPv4 or hash. 
264 Without any arguments, displays whether refids are shown as IPv4
265 addresses or hashes. 
266 <br><dt><code>exit</code><dd>Exit
267 <code>ntpq</code>
268 <br><dt><code>host</code> <code>[</code><kbd>name</kbd><code>]</code><dd>Set the host to which future queries will be sent. 
269 The
270 <kbd>name</kbd>
271 may be either a host name or a numeric address. 
272 Without any arguments, displays the current host. 
273 <br><dt><code>hostnames</code> <code>[yes|no]</code><dd>If
274 <code>yes</code>
275 is specified, host names are printed in
276 information displays. 
277 If
278 <code>no</code>
279 is specified, numeric
280 addresses are printed instead. 
281 The default is
282 <code>yes</code>,
283 unless
284 modified using the command line
285 <code>-n</code>
286 switch. 
287 Without any arguments, displays whether host names or numeric addresses
288 are shown. 
289 <br><dt><code>keyid</code> <code>[</code><kbd>keyid</kbd><code>]</code><dd>This command allows the specification of a key number to be
290 used to authenticate configuration requests. 
291 This must correspond
292 to the
293 <code>controlkey</code>
294 key number the server has been configured to use for this
295 purpose. 
296 Without any arguments, displays the current
297 <kbd>keyid</kbd>. 
298 <br><dt><code>keytype</code> <code>[</code><kbd>digest</kbd><code>]</code><dd>Specify the digest algorithm to use for authenticating requests, with default
299 <code>MD5</code>. 
300 If
301 <code>ntpq</code>
302 was built with OpenSSL support, and OpenSSL is installed,
303 <kbd>digest</kbd>
304 can be any message digest algorithm supported by OpenSSL. 
305 If no argument is given, the current
306 <code>keytype</code> <kbd>digest</kbd>
307 algorithm used is displayed. 
308 <br><dt><code>ntpversion</code> <code>[1|2|3|4]</code><dd>Sets the NTP version number which
309 <code>ntpq</code>
310 claims in
311 packets. 
312 Defaults to 3, and note that mode 6 control messages (and
313 modes, for that matter) didn't exist in NTP version 1. 
314 There appear
315 to be no servers left which demand version 1. 
316 With no argument, displays the current NTP version that will be used
317 when communicating with servers. 
318 <br><dt><code>passwd</code><dd>This command prompts you to type in a password (which will not
319 be echoed) which will be used to authenticate configuration
320 requests. 
321 The password must correspond to the key configured for
322 use by the NTP server for this purpose if such requests are to be
323 successful. 
324 <br><dt><code>poll</code> <code>[</code><kbd>n</kbd><code>]</code> <code>[verbose]</code><dd>Poll an NTP server in client mode
325 <kbd>n</kbd>
326 times. 
327 Poll not implemented yet. 
328 <br><dt><code>quit</code><dd>Exit
329 <code>ntpq</code>
330 <br><dt><code>raw</code><dd>Causes all output from query commands is printed as received
331 from the remote server. 
332 The only formating/interpretation done on
333 the data is to transform nonascii data into a printable (but barely
334 understandable) form. 
335 <br><dt><code>timeout</code> <code>[</code><kbd>milliseconds</kbd><code>]</code><dd>Specify a timeout period for responses to server queries. 
336 The
337 default is about 5000 milliseconds. 
338 Without any arguments, displays the current timeout period. 
339 Note that since
340 <code>ntpq</code>
341 retries each query once after a timeout, the total waiting time for
342 a timeout will be twice the timeout value set. 
343 <br><dt><code>version</code><dd>Display the version of the
344 <code>ntpq</code>
345 program. 
346 </dl>
347
348 <h5 class="subsubsection">Control Message Commands</h5>
349
350 <p>Association ids are used to identify system, peer and clock variables. 
351 System variables are assigned an association id of zero and system name
352 space, while each association is assigned a nonzero association id and
353 peer namespace. 
354 Most control commands send a single message to the server and expect a
355 single response message. 
356 The exceptions are the
357 <code>peers</code>
358 command, which sends a series of messages,
359 and the
360 <code>mreadlist</code>
361 and
362 <code>mreadvar</code>
363 commands, which iterate over a range of associations.
364      <dl>
365 <dt><code>apeers</code><dd>Display a list of peers in the form:
366      <pre class="example">          [tally]remote refid assid st t when pool reach delay offset jitter
367      </pre>
368      <p>where the output is just like the
369 <code>peers</code>
370 command except that the
371 <code>refid</code>
372 is displayed in hex format and the association number is also displayed. 
373 <br><dt><code>associations</code><dd>Display a list of mobilized associations in the form:
374      <pre class="example">          ind assid status conf reach auth condition last_event cnt
375      </pre>
376           <dl>
377 <dt>Sy Variable Ta Sy Description<br><dt><code>ind</code> <code>Ta</code> <code>index</code> <code>on</code> <code>this</code> <code>list</code><br><dt><code>assid</code> <code>Ta</code> <code>association</code> <code>id</code><br><dt><code>status</code> <code>Ta</code> <code>peer</code> <code>status</code> <code>word</code><br><dt><code>conf</code> <code>Ta</code> <code>yes</code>: <code>No</code> <code>persistent,</code> <code>no</code>: <code>No</code> <code>ephemeral</code><br><dt><code>reach</code> <code>Ta</code> <code>yes</code>: <code>No</code> <code>reachable,</code> <code>no</code>: <code>No</code> <code>unreachable</code><br><dt><code>auth</code> <code>Ta</code> <code>ok</code>, <code>yes</code>, <code>bad</code> <code>No</code> <code>and</code> <code>none</code><br><dt><code>condition</code> <code>Ta</code> <code>selection</code> <code>status</code> <code>(see</code> <code>the</code> <code>select</code> <code>No</code> <code>field</code> <code>of</code> <code>the</code> <code>peer</code> <code>status</code> <code>word)</code><br><dt><code>last_event</code> <code>Ta</code> <code>event</code> <code>report</code> <code>(see</code> <code>the</code> <code>event</code> <code>No</code> <code>field</code> <code>of</code> <code>the</code> <code>peer</code> <code>status</code> <code>word)</code><br><dt><code>cnt</code> <code>Ta</code> <code>event</code> <code>count</code> <code>(see</code> <code>the</code> <code>count</code> <code>No</code> <code>field</code> <code>of</code> <code>the</code> <code>peer</code> <code>status</code> <code>word)</code><dd></dl>
378      <br><dt><code>authinfo</code><dd>Display the authentication statistics counters:
379 time since reset, stored keys, free keys, key lookups, keys not found,
380 uncached keys, expired keys, encryptions, decryptions. 
381 <br><dt><code>clocklist</code> <code>[</code><kbd>associd</kbd><code>]</code><br><dt><code>cl</code> <code>[</code><kbd>associd</kbd><code>]</code><dd>Display all clock variables in the variable list for those associations
382 supporting a reference clock. 
383 <br><dt><code>clockvar</code> <code>[</code><kbd>associd</kbd><code>]</code> <code>[</code><kbd>name</kbd><code>[=</code><kbd>value</kbd><code>]]</code><code>[,...]</code><br><dt><code>cv</code> <code>[</code><kbd>associd</kbd><code>]</code> <code>[</code><kbd>name</kbd><code>[=</code><kbd>value</kbd><code>]]</code><code>[,...]</code><dd>Display a list of clock variables for those associations supporting a
384 reference clock. 
385 <br><dt><code>:config</code> <kbd>configuration command line</kbd><dd>Send the remainder of the command line, including whitespace, to the
386 server as a run-time configuration command in the same format as a line
387 in the configuration file. 
388 This command is experimental until further notice and clarification. 
389 Authentication is of course required. 
390 <br><dt><code>config-from-file</code> <kbd>filename</kbd><dd>Send each line of
391 <kbd>filename</kbd>
392 to the server as run-time configuration commands in the same format as
393 lines in the configuration file. 
394 This command is experimental until further notice and clarification. 
395 Authentication is required. 
396 <br><dt><code>ifstats</code><dd>Display status and statistics counters for each local network interface address:
397 interface number, interface name and address or broadcast, drop, flag,
398 ttl, mc, received, sent, send failed, peers, uptime. 
399 Authentication is required. 
400 <br><dt><code>iostats</code><dd>Display network and reference clock I/O statistics:
401 time since reset, receive buffers, free receive buffers, used receive buffers,
402 low water refills, dropped packets, ignored packets, received packets,
403 packets sent, packet send failures, input wakeups, useful input wakeups. 
404 <br><dt><code>kerninfo</code><dd>Display kernel loop and PPS statistics:
405 associd, status, pll offset, pll frequency, maximum error,
406 estimated error, kernel status, pll time constant, precision,
407 frequency tolerance, pps frequency, pps stability, pps jitter,
408 calibration interval, calibration cycles, jitter exceeded,
409 stability exceeded, calibration errors. 
410 As with other ntpq output, times are in milliseconds; very small values
411 may be shown as exponentials. 
412 The precision value displayed is in milliseconds as well, unlike the
413 precision system variable. 
414 <br><dt><code>lassociations</code><dd>Perform the same function as the associations command, except display
415 mobilized and unmobilized associations, including all clients. 
416 <br><dt><code>lopeers</code> <code>[-4|-6]</code><dd>Display a list of all peers and clients showing
417 <code>dstadr</code>
418 (associated with the given IP version). 
419 <br><dt><code>lpassociations</code><dd>Display the last obtained list of associations, including all clients. 
420 <br><dt><code>lpeers</code> <code>[-4|-6]</code><dd>Display a list of all peers and clients (associated with the given IP version). 
421 <br><dt><code>monstats</code><dd>Display monitor facility status, statistics, and limits:
422 enabled, addresses, peak addresses, maximum addresses,
423 reclaim above count, reclaim older than, kilobytes, maximum kilobytes. 
424 <br><dt><code>mreadlist</code> <kbd>associdlo</kbd> <kbd>associdhi</kbd><br><dt><code>mrl</code> <kbd>associdlo</kbd> <kbd>associdhi</kbd><dd>Perform the same function as the
425 <code>readlist</code>
426 command for a range of association ids. 
427 <br><dt><code>mreadvar</code> <kbd>associdlo</kbd> <kbd>associdhi</kbd> <code>[</code><kbd>name</kbd><code>]</code><code>[,...]</code><dd>This range may be determined from the list displayed by any
428 command showing associations. 
429 <br><dt><code>mrv</code> <kbd>associdlo</kbd> <kbd>associdhi</kbd> <code>[</code><kbd>name</kbd><code>]</code><code>[,...]</code><dd>Perform the same function as the
430 <code>readvar</code>
431 command for a range of association ids. 
432 This range may be determined from the list displayed by any
433 command showing associations. 
434 <br><dt><code>mrulist</code> <code>[limited | kod | mincount=</code><kbd>count</kbd><code> | laddr=</code><kbd>localaddr</kbd><code> | sort=[-]</code><kbd>sortorder</kbd><code> | resany=</code><kbd>hexmask</kbd><code> | resall=</code><kbd>hexmask</kbd><code>]</code><dd>Display traffic counts of the most recently seen source addresses
435 collected and maintained by the monitor facility. 
436 With the exception of
437 <code>sort</code>=<code>[-]</code><kbd>sortorder</kbd>,
438 the options filter the list returned by
439 <code>ntpd(8)</code>. 
440 The
441 <code>limited</code>
442 and
443 <code>kod</code>
444 options return only entries representing client addresses from which the
445 last packet received triggered either discarding or a KoD response. 
446 The
447 <code>mincount</code>=<kbd>count</kbd>
448 option filters entries representing less than
449 <kbd>count</kbd>
450 packets. 
451 The
452 <code>laddr</code>=<kbd>localaddr</kbd>
453 option filters entries for packets received on any local address other than
454 <kbd>localaddr</kbd>. 
455 <code>resany</code>=<kbd>hexmask</kbd>
456 and
457 <code>resall</code>=<kbd>hexmask</kbd>
458 filter entries containing none or less than all, respectively, of the bits in
459 <kbd>hexmask</kbd>,
460 which must begin with
461 <code>0x</code>. 
462 The
463 <kbd>sortorder</kbd>
464 defaults to
465 <code>lstint</code>
466 and may be
467 <code>addr</code>,
468 <code>avgint</code>,
469 <code>count</code>,
470 <code>lstint</code>,
471 or any of those preceded by
472 -
473 to reverse the sort order. 
474 The output columns are:
475           <dl>
476 <dt>Column<dd>Description
477 <br><dt><code>lstint</code><dd>Interval in seconds between the receipt of the most recent packet from
478 this address and the completion of the retrieval of the MRU list by
479 <code>ntpq</code>
480 <br><dt><code>avgint</code><dd>Average interval in s between packets from this address. 
481 <br><dt><code>rstr</code><dd>Restriction flags associated with this address. 
482 Most are copied unchanged from the matching
483 <code>restrict</code>
484 command, however 0x400 (kod) and 0x20 (limited) flags are cleared unless
485 the last packet from this address triggered a rate control response. 
486 <br><dt><code>r</code><dd>Rate control indicator, either
487 a period,
488 <code>L</code>
489 or
490 <code>K</code>
491 for no rate control response,
492 rate limiting by discarding, or rate limiting with a KoD response, respectively. 
493 <br><dt><code>m</code><dd>Packet mode. 
494 <br><dt><code>v</code><dd>Packet version number. 
495 <br><dt><code>count</code><dd>Packets received from this address. 
496 <br><dt><code>rport</code><dd>Source port of last packet from this address. 
497 <br><dt><code>remote</code> <code>address</code><dd>host or DNS name, numeric address, or address followed by
498 claimed DNS name which could not be verified in parentheses. 
499 </dl>
500      <br><dt><code>opeers</code> <code>[-4 | -6]</code><dd>Obtain and print the old-style list of all peers and clients showing
501 <code>dstadr</code>
502 (associated with the given IP version),
503 rather than the
504 <code>refid</code>. 
505 <br><dt><code>passociations</code><dd>Perform the same function as the
506 <code>associations</code>
507 command,
508 except that it uses previously stored data rather than making a new query. 
509 <br><dt><code>peers</code><dd>Display a list of peers in the form:
510      <pre class="example">          [tally]remote refid st t when pool reach delay offset jitter
511      </pre>
512           <dl>
513 <dt>Variable<dd>Description
514 <br><dt><code>[tally]</code><dd>single-character code indicating current value of the
515 <code>select</code>
516 field of the
517 .Lk decode.html#peer "peer status word"
518 <br><dt><code>remote</code><dd>host name (or IP number) of peer. 
519 The value displayed will be truncated to 15 characters unless the
520 <code>ntpq</code>
521 <code>-w</code>
522 option is given, in which case the full value will be displayed
523 on the first line, and if too long,
524 the remaining data will be displayed on the next line. 
525 <br><dt><code>refid</code><dd>source IP address or
526 .Lk decode.html#kiss "'kiss code"
527 <br><dt><code>st</code><dd>stratum: 0 for local reference clocks, 1 for servers with local
528 reference clocks, ..., 16 for unsynchronized server clocks
529 <br><dt><code>t</code><dd><code>u</code>:
530 unicast or manycast client,
531 <code>b</code>:
532 broadcast or multicast client,
533 <code>p</code>:
534 pool source,
535 <code>l</code>:
536 local (reference clock),
537 <code>s</code>:
538 symmetric (peer),
539 <code>A</code>:
540 manycast server,
541 <code>B</code>:
542 broadcast server,
543 <code>M</code>:
544 multicast server
545 <br><dt><code>when</code><dd>time in seconds, minutes, hours, or days since the last packet
546 was received, or
547 -
548 if a packet has never been received
549 <br><dt><code>poll</code><dd>poll interval (s)
550 <br><dt><code>reach</code><dd>reach shift register (octal)
551 <br><dt><code>delay</code><dd>roundtrip delay
552 <br><dt><code>offset</code><dd>offset of server relative to this host
553 <br><dt><code>jitter</code><dd>offset RMS error estimate. 
554 </dl>
555      <br><dt><code>pstats</code> <kbd>associd</kbd><dd>Display the statistics for the peer with the given
556 <kbd>associd</kbd>:
557 associd, status, remote host, local address, time last received,
558 time until next send, reachability change, packets sent,
559 packets received, bad authentication, bogus origin, duplicate,
560 bad dispersion, bad reference time, candidate order. 
561 <br><dt><code>readlist</code> <code>[</code><kbd>associd</kbd><code>]</code><br><dt><code>rl</code> <code>[</code><kbd>associd</kbd><code>]</code><dd>Display all system or peer variables. 
562 If the
563 <kbd>associd</kbd>
564 is omitted, it is assumed to be zero. 
565 <br><dt><code>readvar</code> <code>[</code><kbd>associd</kbd> <kbd>name</kbd><code>[=</code><kbd>value</kbd><code>] [, ...]]</code><br><dt><code>rv</code> <code>[</code><kbd>associd</kbd> <kbd>name</kbd><code>[=</code><kbd>value</kbd><code>] [, ...]]</code><dd>Display the specified system or peer variables. 
566 If
567 <kbd>associd</kbd>
568 is zero, the variables are from the
569 <a href="#System-Variables">System Variables</a>
570 name space, otherwise they are from the
571 <a href="#Peer-Variables">Peer Variables</a>
572 name space. 
573 The
574 <kbd>associd</kbd>
575 is required, as the same name can occur in both spaces. 
576 If no
577 <kbd>name</kbd>
578 is included, all operative variables in the name space are displayed. 
579 In this case only, if the
580 <kbd>associd</kbd>
581 is omitted, it is assumed to be zero. 
582 Multiple names are specified with comma separators and without whitespace. 
583 Note that time values are represented in milliseconds
584 and frequency values in parts-per-million (PPM). 
585 Some NTP timestamps are represented in the format
586 <kbd>YYYY</kbd><kbd>MM</kbd> <kbd>DD</kbd> <kbd>TTTT</kbd>,
587 where
588 <kbd>YYYY</kbd>
589 is the year,
590 <kbd>MM</kbd>
591 the month of year,
592 <kbd>DD</kbd>
593 the day of month and
594 <kbd>TTTT</kbd>
595 the time of day. 
596 <br><dt><code>reslist</code><dd>Display the access control (restrict) list for
597 <code>ntpq</code>
598 Authentication is required. 
599 <br><dt><code>saveconfig</code> <kbd>filename</kbd><dd>Save the current configuration,
600 including any runtime modifications made by
601 <code>:config</code>
602 or
603 <code>config-from-file</code>,
604 to the NTP server host file
605 <kbd>filename</kbd>. 
606 This command will be rejected by the server unless
607 .Lk miscopt.html#saveconfigdir "saveconfigdir"
608 appears in the
609 <code>ntpd(8)</code>
610 configuration file. 
611 <kbd>filename</kbd>
612 can use
613 <code>date(1)</code>
614 format specifiers to substitute the current date and time, for
615 example,
616      <pre class="example">          <code>saveconfig</code> <span class="file">ntp-%Y%m%d-%H%M%S.conf</span>.
617      </pre>
618      <p>The filename used is stored in system variable
619 <code>savedconfig</code>. 
620 Authentication is required. 
621 <br><dt><code>sysinfo</code><dd>Display system operational summary:
622 associd, status, system peer, system peer mode, leap indicator,
623 stratum, log2 precision, root delay, root dispersion,
624 reference id, reference time, system jitter, clock jitter,
625 clock wander, broadcast delay, symm. auth. delay. 
626 <br><dt><code>sysstats</code><dd>Display system uptime and packet counts maintained in the
627 protocol module:
628 uptime, sysstats reset, packets received, current version,
629 older version, bad length or format, authentication failed,
630 declined, restricted, rate limited, KoD responses,
631 processed for time. 
632 <br><dt><code>timerstats</code><dd>Display interval timer counters:
633 time since reset, timer overruns, calls to transmit. 
634 <br><dt><code>writelist</code> <kbd>associd</kbd><dd>Set all system or peer variables included in the variable list. 
635 <br><dt><code>writevar</code> <kbd>associd</kbd> <kbd>name</kbd>=<kbd>value</kbd> <code>[, ...]</code><dd>Set the specified variables in the variable list. 
636 If the
637 <kbd>associd</kbd>
638 is zero, the variables are from the
639 <a href="#System-Variables">System Variables</a>
640 name space, otherwise they are from the
641 <a href="#Peer-Variables">Peer Variables</a>
642 name space. 
643 The
644 <kbd>associd</kbd>
645 is required, as the same name can occur in both spaces. 
646 Authentication is required. 
647 </dl>
648
649 <h5 class="subsubsection">Status Words and Kiss Codes</h5>
650
651 <p>The current state of the operating program is shown
652 in a set of status words
653 maintained by the system. 
654 Status information is also available on a per-association basis. 
655 These words are displayed by the
656 <code>readlist</code>
657 and
658 <code>associations</code>
659 commands both in hexadecimal and in decoded short tip strings. 
660 The codes, tips and short explanations are documented on the
661 .Lk decode.html "Event Messages and Status Words"
662 page. 
663 The page also includes a list of system and peer messages,
664 the code for the latest of which is included in the status word.
665
666   <p>Information resulting from protocol machine state transitions
667 is displayed using an informal set of ASCII strings called
668 .Lk decode.html#kiss "kiss codes" . 
669 The original purpose was for kiss-o'-death (KoD) packets
670 sent by the server to advise the client of an unusual condition. 
671 They are now displayed, when appropriate,
672 in the reference identifier field in various billboards.
673
674 <h5 class="subsubsection">System Variables</h5>
675
676 <p>The following system variables appear in the
677 <code>readlist</code>
678 billboard. 
679 Not all variables are displayed in some configurations.
680
681      <dl>
682 <dt>Variable<dd>Description
683 <br><dt><code>status</code><dd>.Lk decode.html#sys "system status word"
684 <br><dt><code>version</code><dd>NTP software version and build time
685 <br><dt><code>processor</code><dd>hardware platform and version
686 <br><dt><code>system</code><dd>operating system and version
687 <br><dt><code>leap</code><dd>leap warning indicator (0-3)
688 <br><dt><code>stratum</code><dd>stratum (1-15)
689 <br><dt><code>precision</code><dd>precision (log2 s)
690 <br><dt><code>rootdelay</code><dd>total roundtrip delay to the primary reference clock
691 <br><dt><code>rootdisp</code><dd>total dispersion to the primary reference clock
692 <br><dt><code>refid</code><dd>reference id or
693 .Lk decode.html#kiss "kiss code"
694 <br><dt><code>reftime</code><dd>reference time
695 <br><dt><code>clock</code><dd>date and time of day
696 <br><dt><code>peer</code><dd>system peer association id
697 <br><dt><code>tc</code><dd>time constant and poll exponent (log2 s) (3-17)
698 <br><dt><code>mintc</code><dd>minimum time constant (log2 s) (3-10)
699 <br><dt><code>offset</code><dd>combined offset of server relative to this host
700 <br><dt><code>frequency</code><dd>frequency drift (PPM) relative to hardware clock
701 <br><dt><code>sys_jitter</code><dd>combined system jitter
702 <br><dt><code>clk_wander</code><dd>clock frequency wander (PPM)
703 <br><dt><code>clk_jitter</code><dd>clock jitter
704 <br><dt><code>tai</code><dd>TAI-UTC offset (s)
705 <br><dt><code>leapsec</code><dd>NTP seconds when the next leap second is/was inserted
706 <br><dt><code>expire</code><dd>NTP seconds when the NIST leapseconds file expires
707 </dl>
708   The jitter and wander statistics are exponentially-weighted RMS averages. 
709 The system jitter is defined in the NTPv4 specification;
710 the clock jitter statistic is computed by the clock discipline module.
711
712   <p>When the NTPv4 daemon is compiled with the OpenSSL software library,
713 additional system variables are displayed,
714 including some or all of the following,
715 depending on the particular Autokey dance:
716      <dl>
717 <dt>Variable<dd>Description
718 <br><dt><code>host</code><dd>Autokey host name for this host
719 <br><dt><code>ident</code><dd>Autokey group name for this host
720 <br><dt><code>flags</code><dd>host flags  (see Autokey specification)
721 <br><dt><code>digest</code><dd>OpenSSL message digest algorithm
722 <br><dt><code>signature</code><dd>OpenSSL digest/signature scheme
723 <br><dt><code>update</code><dd>NTP seconds at last signature update
724 <br><dt><code>cert</code><dd>certificate subject, issuer and certificate flags
725 <br><dt><code>until</code><dd>NTP seconds when the certificate expires
726 </dl>
727
728 <h5 class="subsubsection">Peer Variables</h5>
729
730 <p>The following peer variables appear in the
731 <code>readlist</code>
732 billboard for each association. 
733 Not all variables are displayed in some configurations.
734
735      <dl>
736 <dt>Variable<dd>Description
737 <br><dt><code>associd</code><dd>association id
738 <br><dt><code>status</code><dd>.Lk decode.html#peer "peer status word"
739 <br><dt><code>srcadr</code><dd>source (remote) IP address
740 <br><dt><code>srcport</code><dd>source (remote) port
741 <br><dt><code>dstadr</code><dd>destination (local) IP address
742 <br><dt><code>dstport</code><dd>destination (local) port
743 <br><dt><code>leap</code><dd>leap indicator (0-3)
744 <br><dt><code>stratum</code><dd>stratum (0-15)
745 <br><dt><code>precision</code><dd>precision (log2 s)
746 <br><dt><code>rootdelay</code><dd>total roundtrip delay to the primary reference clock
747 <br><dt><code>rootdisp</code><dd>total root dispersion to the primary reference clock
748 <br><dt><code>refid</code><dd>reference id or
749 .Lk decode.html#kiss "kiss code"
750 <br><dt><code>reftime</code><dd>reference time
751 <br><dt><code>rec</code><dd>last packet received time
752 <br><dt><code>reach</code><dd>reach register (octal)
753 <br><dt><code>unreach</code><dd>unreach counter
754 <br><dt><code>hmode</code><dd>host mode (1-6)
755 <br><dt><code>pmode</code><dd>peer mode (1-5)
756 <br><dt><code>hpoll</code><dd>host poll exponent (log2 s) (3-17)
757 <br><dt><code>ppoll</code><dd>peer poll exponent (log2 s) (3-17)
758 <br><dt><code>headway</code><dd>headway (see
759 .Lk rate.html "Rate Management and the Kiss-o'-Death Packet" )
760 <br><dt><code>flash</code><dd>.Lk decode.html#flash "flash status word"
761 <br><dt><code>keyid</code><dd>symmetric key id
762 <br><dt><code>offset</code><dd>filter offset
763 <br><dt><code>delay</code><dd>filter delay
764 <br><dt><code>dispersion</code><dd>filter dispersion
765 <br><dt><code>jitter</code><dd>filter jitter
766 <br><dt><code>bias</code><dd>unicast/broadcast bias
767 <br><dt><code>xleave</code><dd>interleave delay (see
768 .Lk xleave.html "NTP Interleaved Modes" )
769 </dl>
770   The
771 <code>bias</code>
772 variable is calculated when the first broadcast packet is received
773 after the calibration volley. 
774 It represents the offset of the broadcast subgraph relative to the
775 unicast subgraph. 
776 The
777 <code>xleave</code>
778 variable appears only for the interleaved symmetric and interleaved modes. 
779 It represents the internal queuing, buffering and transmission delays
780 for the preceding packet.
781
782   <p>When the NTPv4 daemon is compiled with the OpenSSL software library,
783 additional peer variables are displayed, including the following:
784      <dl>
785 <dt>Variable<dd>Description
786 <br><dt><code>flags</code><dd>peer flags (see Autokey specification)
787 <br><dt><code>host</code><dd>Autokey server name
788 <br><dt><code>flags</code><dd>peer flags (see Autokey specification)
789 <br><dt><code>signature</code><dd>OpenSSL digest/signature scheme
790 <br><dt><code>initsequence</code><dd>initial key id
791 <br><dt><code>initkey</code><dd>initial key index
792 <br><dt><code>timestamp</code><dd>Autokey signature timestamp
793 <br><dt><code>ident</code><dd>Autokey group name for this association
794 </dl>
795
796 <h5 class="subsubsection">Clock Variables</h5>
797
798 <p>The following clock variables appear in the
799 <code>clocklist</code>
800 billboard for each association with a reference clock. 
801 Not all variables are displayed in some configurations.
802      <dl>
803 <dt>Variable<dd>Description
804 <br><dt><code>associd</code><dd>association id
805 <br><dt><code>status</code><dd>.Lk decode.html#clock "clock status word"
806 <br><dt><code>device</code><dd>device description
807 <br><dt><code>timecode</code><dd>ASCII time code string (specific to device)
808 <br><dt><code>poll</code><dd>poll messages sent
809 <br><dt><code>noreply</code><dd>no reply
810 <br><dt><code>badformat</code><dd>bad format
811 <br><dt><code>baddata</code><dd>bad date or time
812 <br><dt><code>fudgetime1</code><dd>fudge time 1
813 <br><dt><code>fudgetime2</code><dd>fudge time 2
814 <br><dt><code>stratum</code><dd>driver stratum
815 <br><dt><code>refid</code><dd>driver reference id
816 <br><dt><code>flags</code><dd>driver flags
817 </dl>
818
819   <p>This section was generated by <strong>AutoGen</strong>,
820 using the <code>agtexi-cmd</code> template and the option descriptions for the <code>ntpq</code> program. 
821 This software is released under the NTP license, &lt;http://ntp.org/license&gt;.
822
823 <ul class="menu">
824 <li><a accesskey="1" href="#ntpq-usage">ntpq usage</a>:                   ntpq help/usage (<span class="option">--help</span>)
825 <li><a accesskey="2" href="#ntpq-ipv4">ntpq ipv4</a>:                    ipv4 option (-4)
826 <li><a accesskey="3" href="#ntpq-ipv6">ntpq ipv6</a>:                    ipv6 option (-6)
827 <li><a accesskey="4" href="#ntpq-command">ntpq command</a>:                 command option (-c)
828 <li><a accesskey="5" href="#ntpq-interactive">ntpq interactive</a>:             interactive option (-i)
829 <li><a accesskey="6" href="#ntpq-numeric">ntpq numeric</a>:                 numeric option (-n)
830 <li><a accesskey="7" href="#ntpq-old_002drv">ntpq old-rv</a>:                  old-rv option
831 <li><a accesskey="8" href="#ntpq-peers">ntpq peers</a>:                   peers option (-p)
832 <li><a accesskey="9" href="#ntpq-refid">ntpq refid</a>:                   refid option (-r)
833 <li><a href="#ntpq-wide">ntpq wide</a>:                    wide option (-w)
834 <li><a href="#ntpq-config">ntpq config</a>:                  presetting/configuring ntpq
835 <li><a href="#ntpq-exit-status">ntpq exit status</a>:             exit status
836 </ul>
837
838 <div class="node">
839 <p><hr>
840 <a name="ntpq-usage"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#ntpq-ipv4">ntpq ipv4</a>,
841 Up:&nbsp;<a rel="up" accesskey="u" href="#ntpq-Invocation">ntpq Invocation</a>
842 <br>
843 </div>
844
845 <h4 class="subsection">ntpq help/usage (<span class="option">--help</span>)</h4>
846
847 <p><a name="index-ntpq-help-3"></a>
848 This is the automatically generated usage text for ntpq.
849
850   <p>The text printed is the same whether selected with the <code>help</code> option
851 (<span class="option">--help</span>) or the <code>more-help</code> option (<span class="option">--more-help</span>).  <code>more-help</code> will print
852 the usage text by passing it through a pager program. 
853 <code>more-help</code> is disabled on platforms without a working
854 <code>fork(2)</code> function.  The <code>PAGER</code> environment variable is
855 used to select the program, defaulting to <span class="file">more</span>.  Both will exit
856 with a status code of 0.
857
858 <pre class="example">ntpq - standard NTP query program - Ver. 4.2.8p10
859 Usage:  ntpq [ -&lt;flag&gt; [&lt;val&gt;] | --&lt;name&gt;[{=| }&lt;val&gt;] ]... [ host ...]
860   Flg Arg Option-Name    Description
861    -4 no  ipv4           Force IPv4 name resolution
862                                 - prohibits the option 'ipv6'
863    -6 no  ipv6           Force IPv6 name resolution
864                                 - prohibits the option 'ipv4'
865    -c Str command        run a command and exit
866                                 - may appear multiple times
867    -d no  debug-level    Increase debug verbosity level
868                                 - may appear multiple times
869    -D Num set-debug-level Set the debug verbosity level
870                                 - may appear multiple times
871    -i no  interactive    Force ntpq to operate in interactive mode
872                                 - prohibits these options:
873                                 command
874                                 peers
875    -n no  numeric        numeric host addresses
876       no  old-rv         Always output status line with readvar
877    -p no  peers          Print a list of the peers
878                                 - prohibits the option 'interactive'
879    -r KWd refid          Set default display type for S2+ refids
880    -w no  wide           Display the full 'remote' value
881       opt version        output version information and exit
882    -? no  help           display extended usage information and exit
883    -! no  more-help      extended usage information passed thru pager
884    -&gt; opt save-opts      save the option state to a config file
885    -&lt; Str load-opts      load options from a config file
886                                 - disabled as '--no-load-opts'
887                                 - may appear multiple times
888
889 Options are specified by doubled hyphens and their name or by a single
890 hyphen and the flag character.
891
892 The following option preset mechanisms are supported:
893  - reading file $HOME/.ntprc
894  - reading file ./.ntprc
895  - examining environment variables named NTPQ_*
896
897 The valid "refid" option keywords are:
898   hash ipv4
899   or an integer from 0 through 1
900
901 Please send bug reports to:  &lt;http://bugs.ntp.org, bugs@ntp.org&gt;
902 </pre>
903   <div class="node">
904 <p><hr>
905 <a name="ntpq-ipv4"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#ntpq-ipv6">ntpq ipv6</a>,
906 Previous:&nbsp;<a rel="previous" accesskey="p" href="#ntpq-usage">ntpq usage</a>,
907 Up:&nbsp;<a rel="up" accesskey="u" href="#ntpq-Invocation">ntpq Invocation</a>
908 <br>
909 </div>
910
911 <h4 class="subsection">ipv4 option (-4)</h4>
912
913 <p><a name="index-ntpq_002dipv4-4"></a>
914 This is the &ldquo;force ipv4 name resolution&rdquo; option.
915
916 <p class="noindent">This option has some usage constraints.  It:
917      <ul>
918 <li>must not appear in combination with any of the following options:
919 ipv6. 
920 </ul>
921
922   <p>Force resolution of following host names on the command line
923 to the IPv4 namespace. 
924 <div class="node">
925 <p><hr>
926 <a name="ntpq-ipv6"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#ntpq-command">ntpq command</a>,
927 Previous:&nbsp;<a rel="previous" accesskey="p" href="#ntpq-ipv4">ntpq ipv4</a>,
928 Up:&nbsp;<a rel="up" accesskey="u" href="#ntpq-Invocation">ntpq Invocation</a>
929 <br>
930 </div>
931
932 <h4 class="subsection">ipv6 option (-6)</h4>
933
934 <p><a name="index-ntpq_002dipv6-5"></a>
935 This is the &ldquo;force ipv6 name resolution&rdquo; option.
936
937 <p class="noindent">This option has some usage constraints.  It:
938      <ul>
939 <li>must not appear in combination with any of the following options:
940 ipv4. 
941 </ul>
942
943   <p>Force resolution of following host names on the command line
944 to the IPv6 namespace. 
945 <div class="node">
946 <p><hr>
947 <a name="ntpq-command"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#ntpq-interactive">ntpq interactive</a>,
948 Previous:&nbsp;<a rel="previous" accesskey="p" href="#ntpq-ipv6">ntpq ipv6</a>,
949 Up:&nbsp;<a rel="up" accesskey="u" href="#ntpq-Invocation">ntpq Invocation</a>
950 <br>
951 </div>
952
953 <h4 class="subsection">command option (-c)</h4>
954
955 <p><a name="index-ntpq_002dcommand-6"></a>
956 This is the &ldquo;run a command and exit&rdquo; option. 
957 This option takes a string argument <span class="file">cmd</span>.
958
959 <p class="noindent">This option has some usage constraints.  It:
960      <ul>
961 <li>may appear an unlimited number of times. 
962 </ul>
963
964   <p>The following argument is interpreted as an interactive format command
965 and is added to the list of commands to be executed on the specified
966 host(s). 
967 <div class="node">
968 <p><hr>
969 <a name="ntpq-interactive"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#ntpq-numeric">ntpq numeric</a>,
970 Previous:&nbsp;<a rel="previous" accesskey="p" href="#ntpq-command">ntpq command</a>,
971 Up:&nbsp;<a rel="up" accesskey="u" href="#ntpq-Invocation">ntpq Invocation</a>
972 <br>
973 </div>
974
975 <h4 class="subsection">interactive option (-i)</h4>
976
977 <p><a name="index-ntpq_002dinteractive-7"></a>
978 This is the &ldquo;force ntpq to operate in interactive mode&rdquo; option.
979
980 <p class="noindent">This option has some usage constraints.  It:
981      <ul>
982 <li>must not appear in combination with any of the following options:
983 command, peers. 
984 </ul>
985
986   <p>Force <code>ntpq</code> to operate in interactive mode. 
987 Prompts will be written to the standard output and
988 commands read from the standard input. 
989 <div class="node">
990 <p><hr>
991 <a name="ntpq-numeric"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#ntpq-old_002drv">ntpq old-rv</a>,
992 Previous:&nbsp;<a rel="previous" accesskey="p" href="#ntpq-interactive">ntpq interactive</a>,
993 Up:&nbsp;<a rel="up" accesskey="u" href="#ntpq-Invocation">ntpq Invocation</a>
994 <br>
995 </div>
996
997 <h4 class="subsection">numeric option (-n)</h4>
998
999 <p><a name="index-ntpq_002dnumeric-8"></a>
1000 This is the &ldquo;numeric host addresses&rdquo; option. 
1001 Output all host addresses in dotted-quad numeric format rather than
1002 converting to the canonical host names. 
1003 <div class="node">
1004 <p><hr>
1005 <a name="ntpq-old_002drv"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#ntpq-peers">ntpq peers</a>,
1006 Previous:&nbsp;<a rel="previous" accesskey="p" href="#ntpq-numeric">ntpq numeric</a>,
1007 Up:&nbsp;<a rel="up" accesskey="u" href="#ntpq-Invocation">ntpq Invocation</a>
1008 <br>
1009 </div>
1010
1011 <h4 class="subsection">old-rv option</h4>
1012
1013 <p><a name="index-ntpq_002dold_002drv-9"></a>
1014 This is the &ldquo;always output status line with readvar&rdquo; option. 
1015 By default, <code>ntpq</code> now suppresses the <code>associd=...</code>
1016 line that precedes the output of <code>readvar</code>
1017 (alias <code>rv</code>) when a single variable is requested, such as
1018 <code>ntpq -c "rv 0 offset"</code>. 
1019 This option causes <code>ntpq</code> to include both lines of output
1020 for a single-variable <code>readvar</code>. 
1021 Using an environment variable to
1022 preset this option in a script will enable both older and
1023 newer <code>ntpq</code> to behave identically in this regard. 
1024 <div class="node">
1025 <p><hr>
1026 <a name="ntpq-peers"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#ntpq-refid">ntpq refid</a>,
1027 Previous:&nbsp;<a rel="previous" accesskey="p" href="#ntpq-old_002drv">ntpq old-rv</a>,
1028 Up:&nbsp;<a rel="up" accesskey="u" href="#ntpq-Invocation">ntpq Invocation</a>
1029 <br>
1030 </div>
1031
1032 <h4 class="subsection">peers option (-p)</h4>
1033
1034 <p><a name="index-ntpq_002dpeers-10"></a>
1035 This is the &ldquo;print a list of the peers&rdquo; option.
1036
1037 <p class="noindent">This option has some usage constraints.  It:
1038      <ul>
1039 <li>must not appear in combination with any of the following options:
1040 interactive. 
1041 </ul>
1042
1043   <p>Print a list of the peers known to the server as well as a summary
1044 of their state. This is equivalent to the 'peers' interactive command. 
1045 <div class="node">
1046 <p><hr>
1047 <a name="ntpq-refid"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#ntpq-wide">ntpq wide</a>,
1048 Previous:&nbsp;<a rel="previous" accesskey="p" href="#ntpq-peers">ntpq peers</a>,
1049 Up:&nbsp;<a rel="up" accesskey="u" href="#ntpq-Invocation">ntpq Invocation</a>
1050 <br>
1051 </div>
1052
1053 <h4 class="subsection">refid option (-r)</h4>
1054
1055 <p><a name="index-ntpq_002drefid-11"></a>
1056 This is the &ldquo;set default display type for s2+ refids&rdquo; option. 
1057 This option takes a keyword argument.
1058
1059 <p class="noindent">This option has some usage constraints.  It:
1060      <ul>
1061 <li>This option takes a keyword as its argument. 
1062 The argument sets an enumeration value that can be tested by comparing the option value macro (OPT_VALUE_REFID). 
1063 The available keywords are:
1064      <pre class="example">             hash ipv4
1065     </pre>
1066      <p>or their numeric equivalent.</ul>
1067
1068   <p>Set the default display format for S2+ refids. 
1069 <div class="node">
1070 <p><hr>
1071 <a name="ntpq-wide"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#ntpq-config">ntpq config</a>,
1072 Previous:&nbsp;<a rel="previous" accesskey="p" href="#ntpq-refid">ntpq refid</a>,
1073 Up:&nbsp;<a rel="up" accesskey="u" href="#ntpq-Invocation">ntpq Invocation</a>
1074 <br>
1075 </div>
1076
1077 <h4 class="subsection">wide option (-w)</h4>
1078
1079 <p><a name="index-ntpq_002dwide-12"></a>
1080 This is the &ldquo;display the full 'remote' value&rdquo; option. 
1081 Display the full value of the 'remote' value.  If this requires
1082 more than 15 characters, display the full value, emit a newline,
1083 and continue the data display properly indented on the next line.
1084
1085 <div class="node">
1086 <p><hr>
1087 <a name="ntpq-config"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#ntpq-exit-status">ntpq exit status</a>,
1088 Previous:&nbsp;<a rel="previous" accesskey="p" href="#ntpq-wide">ntpq wide</a>,
1089 Up:&nbsp;<a rel="up" accesskey="u" href="#ntpq-Invocation">ntpq Invocation</a>
1090 <br>
1091 </div>
1092
1093 <h4 class="subsection">presetting/configuring ntpq</h4>
1094
1095 <p>Any option that is not marked as <i>not presettable</i> may be preset by
1096 loading values from configuration ("rc" or "ini") files, and values from environment variables named <code>NTPQ</code> and <code>NTPQ_&lt;OPTION_NAME&gt;</code>.  <code>&lt;OPTION_NAME&gt;</code> must be one of
1097 the options listed above in upper case and segmented with underscores. 
1098 The <code>NTPQ</code> variable will be tokenized and parsed like
1099 the command line.  The remaining variables are tested for existence and their
1100 values are treated like option arguments.
1101
1102 <p class="noindent"><code>libopts</code> will search in 2 places for configuration files:
1103      <ul>
1104 <li>$HOME
1105 <li>$PWD
1106 </ul>
1107   The environment variables <code>HOME</code>, and <code>PWD</code>
1108 are expanded and replaced when <span class="file">ntpq</span> runs. 
1109 For any of these that are plain files, they are simply processed. 
1110 For any that are directories, then a file named <span class="file">.ntprc</span> is searched for
1111 within that directory and processed.
1112
1113   <p>Configuration files may be in a wide variety of formats. 
1114 The basic format is an option name followed by a value (argument) on the
1115 same line.  Values may be separated from the option name with a colon,
1116 equal sign or simply white space.  Values may be continued across multiple
1117 lines by escaping the newline with a backslash.
1118
1119   <p>Multiple programs may also share the same initialization file. 
1120 Common options are collected at the top, followed by program specific
1121 segments.  The segments are separated by lines like:
1122 <pre class="example">    [NTPQ]
1123 </pre>
1124   <p class="noindent">or by
1125 <pre class="example">    &lt;?program ntpq&gt;
1126 </pre>
1127   <p class="noindent">Do not mix these styles within one configuration file.
1128
1129   <p>Compound values and carefully constructed string values may also be
1130 specified using XML syntax:
1131 <pre class="example">    &lt;option-name&gt;
1132        &lt;sub-opt&gt;...&amp;lt;...&amp;gt;...&lt;/sub-opt&gt;
1133     &lt;/option-name&gt;
1134 </pre>
1135   <p class="noindent">yielding an <code>option-name.sub-opt</code> string value of
1136 <pre class="example">    "...&lt;...&gt;..."
1137 </pre>
1138   <p><code>AutoOpts</code> does not track suboptions.  You simply note that it is a
1139 hierarchicly valued option.  <code>AutoOpts</code> does provide a means for searching
1140 the associated name/value pair list (see: optionFindValue).
1141
1142   <p>The command line options relating to configuration and/or usage help are:
1143
1144 <h5 class="subsubheading">version (-)</h5>
1145
1146 <p>Print the program version to standard out, optionally with licensing
1147 information, then exit 0.  The optional argument specifies how much licensing
1148 detail to provide.  The default is to print just the version.  The licensing infomation may be selected with an option argument. 
1149 Only the first letter of the argument is examined:
1150
1151      <dl>
1152 <dt><span class="samp">version</span><dd>Only print the version.  This is the default. 
1153 <br><dt><span class="samp">copyright</span><dd>Name the copyright usage licensing terms. 
1154 <br><dt><span class="samp">verbose</span><dd>Print the full copyright usage licensing terms. 
1155 </dl>
1156
1157 <div class="node">
1158 <p><hr>
1159 <a name="ntpq-exit-status"></a>Previous:&nbsp;<a rel="previous" accesskey="p" href="#ntpq-config">ntpq config</a>,
1160 Up:&nbsp;<a rel="up" accesskey="u" href="#ntpq-Invocation">ntpq Invocation</a>
1161 <br>
1162 </div>
1163
1164 <h4 class="subsection">ntpq exit status</h4>
1165
1166 <p>One of the following exit values will be returned:
1167      <dl>
1168 <dt><span class="samp">0 (EXIT_SUCCESS)</span><dd>Successful program execution. 
1169 <br><dt><span class="samp">1 (EXIT_FAILURE)</span><dd>The operation failed or the command syntax was not valid. 
1170 <br><dt><span class="samp">66 (EX_NOINPUT)</span><dd>A specified configuration file could not be loaded. 
1171 <br><dt><span class="samp">70 (EX_SOFTWARE)</span><dd>libopts had an internal operational error.  Please report
1172 it to autogen-users@lists.sourceforge.net.  Thank you. 
1173 </dl>
1174
1175 <div class="node">
1176 <p><hr>
1177 <a name="Usage"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#Internal-Commands">Internal Commands</a>,
1178 Previous:&nbsp;<a rel="previous" accesskey="p" href="#ntpq-Description">ntpq Description</a>,
1179 Up:&nbsp;<a rel="up" accesskey="u" href="#Top">Top</a>
1180 <br>
1181 </div>
1182
1183 <!-- node-name,  next,  previous,  up -->
1184 <h3 class="section">Usage</h3>
1185
1186 <p><table summary=""><tr align="left"><th valign="top" width="23%">What </th><th valign="top" width="23%">Default </th><th valign="top" width="5%">Flag </th><th valign="top" width="15%">Option
1187 <br></th></tr><tr align="left"><td valign="top" width="23%">configuration file
1188 </td><td valign="top" width="23%"><code>/etc/ntp.conf</code>
1189 </td><td valign="top" width="5%"><code>-c</code>
1190 </td><td valign="top" width="15%"><code>conffile</code>
1191 <br></td></tr><tr align="left"><td valign="top" width="23%">frequency file
1192 </td><td valign="top" width="23%">none
1193 </td><td valign="top" width="5%"><code>-f</code>
1194 </td><td valign="top" width="15%"><code>driftfile</code>
1195 <br></td></tr><tr align="left"><td valign="top" width="23%">leapseconds file
1196 </td><td valign="top" width="23%">none
1197 </td><td valign="top" width="5%">
1198 </td><td valign="top" width="15%"><code>leapfile</code>
1199 <br></td></tr><tr align="left"><td valign="top" width="23%">process ID file
1200 </td><td valign="top" width="23%">none
1201 </td><td valign="top" width="5%"><code>-p</code>
1202 </td><td valign="top" width="15%"><code>pidfile</code>
1203 <br></td></tr><tr align="left"><td valign="top" width="23%">log file
1204 </td><td valign="top" width="23%">system log
1205 </td><td valign="top" width="5%"><code>-l</code>
1206 </td><td valign="top" width="15%"><code>logfile</code>
1207 <br></td></tr><tr align="left"><td valign="top" width="23%">include file
1208 </td><td valign="top" width="23%">none
1209 </td><td valign="top" width="5%">none
1210 </td><td valign="top" width="15%"><code>includefile</code>
1211 <br></td></tr><tr align="left"><td valign="top" width="23%">statistics path
1212 </td><td valign="top" width="23%"><code>/var/NTP</code>
1213 </td><td valign="top" width="5%"><code>-s</code>
1214 </td><td valign="top" width="15%"><code>statsdir</code>
1215 <br></td></tr><tr align="left"><td valign="top" width="23%">keys path
1216 </td><td valign="top" width="23%"><code>/usr/local/etc</code>
1217 </td><td valign="top" width="5%"><code>-k</code>
1218 </td><td valign="top" width="15%"><code>keysdir</code>
1219 <br></td></tr></table>
1220
1221 <div class="node">
1222 <p><hr>
1223 <a name="Internal-Commands"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#Control-Message-Commands">Control Message Commands</a>,
1224 Previous:&nbsp;<a rel="previous" accesskey="p" href="#Usage">Usage</a>,
1225 Up:&nbsp;<a rel="up" accesskey="u" href="#Top">Top</a>
1226 <br>
1227 </div>
1228
1229 <!-- node-name,  next,  previous,  up -->
1230 <h3 class="section">Internal Commands</h3>
1231
1232 <p>Interactive format commands consist of a keyword followed by zero to four arguments.  Only enough characters of the full keyword to uniquely identify the command need be typed.  The output of a command is normally sent to the standard output, but optionally the output of individual commands may be sent to a file by appending a <code>&gt;</code>, followed by a file name, to the command line.  A number of interactive format commands are executed entirely within the <code>ntpq</code> program itself and do not result in NTP mode-6 requests being sent to a server.  These are described following.
1233
1234      <dl>
1235 <dt><code><a name="help"></a> ? [</code><kbd>command_keyword</kbd><code>]</code><dt><code>help [</code><kbd>command_keyword</kbd><code>]</code><dd>A <code>?</code> by itself will print a list of all the command keywords known to <code>ntpq</code>.  A <code>?</code> followed by a command keyword will print function and usage information about the command.
1236
1237      <br><dt><code><a name="addvars"></a> &gt;addvars </code><kbd>name</kbd><code> [ = </code><kbd>value</kbd><code>] [...]</code><dt><code>rmvars </code><kbd>name</kbd><code> [...]</code><dt><code>clearvars&lt;/dt&gt;</code><dd>The arguments to these commands consist of a list of items of the form
1238 <kbd>name</kbd><code> = </code><kbd>value</kbd>, where the <code>= </code><kbd>value</kbd> is ignored,
1239 and can be omitted in read requests. 
1240 <code>ntpq</code> maintains an internal list in which data to be included
1241 in control messages can be assembled, and sent using the <code>readlist</code>
1242 and <code>writelist</code> commands described below. 
1243 The <code>addvars</code> command allows variables and optional values
1244 to be added to the list. 
1245 If more than one variable is to be added
1246 the list should be comma-separated and not contain white space. 
1247 The <code>rmvars</code> command can be used to remove individual variables
1248 from the list,
1249 while the <code>clearlist</code> command removes all variables from the list.
1250
1251      <br><dt><code><a name="cooked"></a> cooked</code><dd>Display server messages in prettyprint format.
1252
1253      <br><dt><code><a name="debug"></a> debug more | less | off</code><dd>Turns internal query program debugging on and off.
1254
1255      <br><dt><code><a name="delay"></a> delay </code><kbd>milliseconds</kbd><dd>Specify a time interval to be added to timestamps included in requests which require authentication.  This is used to enable (unreliable) server reconfiguration over long delay network paths or between machines whose clocks are unsynchronized.  Actually the server does not now require timestamps in authenticated requests, so this command may be obsolete.
1256
1257      <br><dt><code><a name="host"></a> host </code><kbd>name</kbd><dd>Set the host to which future queries will be sent. 
1258 The name may be either a DNS name or a numeric address.
1259
1260      <br><dt><code><a name="hostnames"></a> hostnames [yes | no]</code><dd>If <code>yes</code> is specified, host names are printed in information displays. 
1261 If <code>no</code> is specified, numeric addresses are printed instead. 
1262 The default is <code>yes</code>,
1263 unless modified using the command line <code>-n</code> switch.
1264
1265      <br><dt><code><a name="keyid"></a> keyid </code><kbd>keyid</kbd><dd>This command specifies the key number to be used
1266 to authenticate configuration requests. 
1267 This must correspond to a key ID configured in <code>ntp.conf</code> for this purpose.
1268
1269      <br><dt><code><a name="keytype"></a> keytype</code><dd>Specify the digest algorithm to use for authenticated requests,
1270 with default <code>MD5</code>. 
1271 If the OpenSSL library is installed,
1272 digest can be be any message digest algorithm supported by the library. 
1273 The current selections are: <code>AES128CMAC</code>, <code>MD2</code>, <code>MD4</code>, <code>MD5</code>, <code>MDC2</code>, <code>RIPEMD160</code>, <code>SHA</code> and <code>SHA1</code>.
1274
1275      <br><dt><code><a name="ntpversion"></a> ntpversion 1 | 2 | 3 | 4</code><dd>Sets the NTP version number which <code>ntpq</code> claims in packets. 
1276 Defaults to 2. 
1277 Note that mode-6 control messages (and modes, for that matter)
1278 didn't exist in NTP version 1.
1279
1280      <br><dt><code><a name="passwd"></a> passwd</code><dd>This command prompts for a password to authenticate requests. 
1281 The password must correspond to the key ID configured in <code>ntp.conf</code> for this purpose.
1282
1283      <br><dt><code><a name="quit"></a> quit</code><dd>Exit <code>ntpq</code>.
1284
1285      <br><dt><code><a name="raw"></a> raw</code><dd>Display server messages as received and without reformatting.
1286
1287      <br><dt><code><a name="timeout"></a> timeout </code><kbd>millseconds</kbd><dd>Specify a timeout period for responses to server queries. 
1288 The default is about 5000 milliseconds. 
1289 Note that since <code>ntpq</code> retries each query once after a timeout
1290 the total waiting time for a timeout will be twice the timeout value set.
1291
1292   </dl>
1293
1294 <div class="node">
1295 <p><hr>
1296 <a name="Control-Message-Commands"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#Status-Words-and-Kiss-Codes">Status Words and Kiss Codes</a>,
1297 Previous:&nbsp;<a rel="previous" accesskey="p" href="#Internal-Commands">Internal Commands</a>,
1298 Up:&nbsp;<a rel="up" accesskey="u" href="#Top">Top</a>
1299 <br>
1300 </div>
1301
1302 <!-- node-name,  next,  previous,  up -->
1303 <h3 class="section">Control Message Commands</h3>
1304
1305 <p>Association IDs are used to identify system, peer and clock variables. 
1306 System variables are assigned an association ID of zero and system name space,
1307 while each association is assigned a nonzero association ID and peer namespace. 
1308 Most control commands send a single mode-6 message to the server
1309 and expect a single response message. 
1310 The exceptions are the <code>peers</code> command,
1311 which sends a series of messages,
1312 and the <code>mreadlist</code> and <code>mreadvar</code> commands,
1313 which iterate over a range of associations.
1314
1315   <p><a name="as"></a>
1316      <dl>
1317 <dt><code>associations</code><dd>Display a list of mobilized associations in the form:
1318 <br>
1319 <code>ind assid status conf reach auth condition last_event cnt</code>
1320
1321      <p><table summary=""><tr align="left"><th valign="top" width="10%">Variable </th><th valign="top" width="40%">Description
1322
1323      <p><br></th></tr><tr align="left"><td valign="top" width="10%"><code>ind</code>
1324 </td><td valign="top" width="40%">index on this list
1325
1326      <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>assid</code>
1327 </td><td valign="top" width="40%">association ID
1328
1329      <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>status</code>
1330 </td><td valign="top" width="40%"><a href="decode.html#peer">peer status word</a>
1331
1332      <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>conf</code>
1333 </td><td valign="top" width="40%"><code>yes</code>: persistent, <code>no</code>: ephemeral
1334
1335      <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>reach</code>
1336 </td><td valign="top" width="40%"><code>yes</code>: reachable, <code>no</code>: unreachable
1337
1338      <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>auth</code>
1339 </td><td valign="top" width="40%"><code>ok</code>, <code>yes</code>, <code>bad</code> and <code>none</code>
1340
1341      <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>condition</code>
1342 </td><td valign="top" width="40%">selection status (see the <code>select</code> field of the <a href="decode.html#peer">peer status word</a>)
1343
1344      <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>last_event</code>
1345 </td><td valign="top" width="40%">event report (see the <code>event</code> field of the <a href="decode.html#peer">peer status word</a>)
1346
1347      <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>cnt</code>
1348 event count (see the <code>count</code> field of the <a href="decode.html#peer">peer status word</a>)
1349
1350      <br></td></tr></table>
1351
1352      <br><dt><code><a name="cv"></a> clockvar </code><kbd>assocID</kbd><code> [</code><kbd>name</kbd><code> [ = </code><kbd>value</kbd><code> [...]] [...]]</code><dt><code>cv </code><kbd>assocID</kbd><code> [</code><kbd>name</kbd><code> [ = </code><kbd>value</kbd><code> [...] ][...]]</code><dd>Display a list of <a href="#clock">clock variables</a> for those associations supporting a reference clock.
1353
1354      <br><dt><code><a name="_003aconfig"></a> :config [...]</code><dd>Send the remainder of the command line, including whitespace, to the server
1355 as a run-time configuration command in the same format
1356 as the configuration file. 
1357 This command is experimental until further notice and clarification. 
1358 Authentication is of course required.
1359
1360      <br><dt><code><a name="config_002dfrom_002dfile"></a> config-from-file </code><kbd>filename</kbd><dd>Send the each line of <kbd>filename</kbd> to the server as
1361 run-time configuration commands in the same format as the configuration file. 
1362 This command is experimental until further notice and clarification. 
1363 Authentication is required.
1364
1365      <br><dt><code><a name="ifstats"></a> ifstats</code><dd>Display statistics for each local network address. 
1366 Authentication is required.
1367
1368      <br><dt><code><a name="iostats"></a> iostats</code><dd>Display network and reference clock I/O statistics.
1369
1370      <br><dt><code><a name="kerninfo"></a> kerninfo</code><dd>Display kernel loop and PPS statistics. 
1371 As with other ntpq output, times are in milliseconds. 
1372 The precision value displayed is in milliseconds as well,
1373 unlike the precision system variable.
1374
1375      <br><dt><code><a name="lassoc"></a> lassociations</code><dd>Perform the same function as the associations command,
1376 except display mobilized and unmobilized associations.
1377
1378      <br><dt><code><a name="monstats"></a> monstats</code><dd>Display monitor facility statistics.
1379
1380      <br><dt><code><a name="mrulist"></a> mrulist [limited | kod | mincount=</code><kbd>count</kbd><code> | laddr=</code><kbd>localaddr</kbd><code> | sort=</code><kbd>sortorder</kbd><code> | resany=</code><kbd>hexmask</kbd><code> | resall=</code><kbd>hexmask</kbd><code>]</code><dd>Obtain and print traffic counts collected and maintained by
1381 the monitor facility. 
1382 With the exception of <code>sort=</code><kbd>sortorder</kbd>,
1383 the options filter the list returned by <code>ntpd</code>. 
1384 The <code>limited</code> and <code>kod</code> options return only entries
1385 representing client addresses from which the last packet received
1386 triggered either discarding or a KoD response. 
1387 The <code>mincount=</code><kbd>count</kbd> option filters entries representing
1388 less than <kbd>count</kbd> packets. 
1389 The <code>laddr=</code><kbd>localaddr</kbd> option filters entries for packets
1390 received on any local address other than <kbd>localaddr</kbd>. 
1391 <code>resany=</code><kbd>hexmask</kbd> and <code>resall=</code><kbd>hexmask</kbd>
1392 filter entries containing none or less than all, respectively,
1393 of the bits in <kbd>hexmask</kbd>, which must begin with <code>0x</code>. 
1394 <br>
1395 The <kbd>sortorder</kbd> defaults to <code>lstint</code> and may be any of
1396 <code>addr</code>, <code>count</code>, <code>avgint</code>, <code>lstint</code>, or
1397 any of those preceded by a minus sign (hyphen) to reverse the sort order. 
1398 The output columns are:
1399
1400      <p><table summary=""><tr align="left"><th valign="top" width="10%">Column </th><th valign="top" width="40%">Description
1401
1402      <p><br></th></tr><tr align="left"><td valign="top" width="10%"><code>lstint</code>
1403 </td><td valign="top" width="40%">
1404 Interval in s between the receipt of the most recent packet from this
1405 address and the completion of the retrieval of the MRU list by <code>ntpq</code>
1406
1407      <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>avgint</code>
1408 </td><td valign="top" width="40%">
1409 Average interval in s between packets from this address.
1410
1411      <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>rstr</code>
1412 </td><td valign="top" width="40%">
1413 Restriction flags associated with this address. 
1414 Most are copied unchanged from the matching <code>restrict</code> command,
1415 however 0x400 (kod) and 0x20 (limited) flags are cleared unless
1416 the last packet from this address triggered a rate control response.
1417
1418      <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>r</code>
1419 </td><td valign="top" width="40%">
1420 Rate control indicator, either a period, <code>L</code> or <code>K</code> for
1421 no rate control response, rate limiting by discarding, or
1422 rate limiting with a KoD response, respectively.
1423
1424      <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>m</code>
1425 </td><td valign="top" width="40%">
1426 Packet mode. 
1427 <br></td></tr><tr align="left"><td valign="top" width="10%"><code>v</code>
1428 </td><td valign="top" width="40%">
1429 Packet version number.
1430
1431      <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>count</code>
1432 </td><td valign="top" width="40%">
1433 Packets received from this address.
1434
1435      <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>rport</code>
1436 </td><td valign="top" width="40%">
1437 Source port of last packet from this address.
1438
1439      <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>remote address</code>
1440 </td><td valign="top" width="40%">
1441 DNS name, numeric address, or address followed by claimed DNS name which
1442 could not be verified in parentheses.
1443
1444      <br></td></tr></table>
1445
1446      <br><dt><code><a name="mreadvar"></a> mreadvar </code><kbd>assocID</kbd> <kbd>assocID</kbd><code> [ </code><kbd>variable_name</kbd><code> [ = </code><kbd>value</kbd><code>[ ... ]</code><dt><code><a name="mrv"></a> mrv </code><kbd>assocID</kbd> <kbd>assocID</kbd><code> [ </code><kbd>variable_name</kbd><code> [ = </code><kbd>value</kbd><code>[ ... ]</code><dd>Perform the same function as the <code>readvar</code> command,
1447 except for a range of association IDs. 
1448 This range is determined from the association list cached by
1449 the most recent <code>associations</code> command.
1450
1451      <br><dt><code><a name="passoc"></a> passociations</code><dd>Perform the same function as the <code>associations command</code>, except that
1452 it uses previously stored data rather than making a new query.
1453
1454      <br><dt><code><a name="pe"></a> peers</code><dd>Display a list of peers in the form:
1455 <br>
1456 <code>[tally]remote refid st t when pool reach delay offset jitter</code>
1457
1458      <p><table summary=""><tr align="left"><th valign="top" width="10%">Variable </th><th valign="top" width="20%">Description
1459 <br></th></tr><tr align="left"><td valign="top" width="10%"><code>[tally]</code>
1460 </td><td valign="top" width="20%">
1461 single-character code indicating current value of the <code>select</code> field
1462 of the <a href="decode.html#peer">peer status word</a>.
1463
1464      <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>remote</code>
1465 </td><td valign="top" width="20%">
1466 host name (or IP number) of peer
1467
1468      <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>refid</code>
1469 </td><td valign="top" width="20%">
1470 association ID or <a href="decode.html#kiss">kiss code</a>.
1471
1472      <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>st</code>
1473 </td><td valign="top" width="20%">
1474 stratum
1475
1476      <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>t</code>
1477 </td><td valign="top" width="20%">
1478 <code>u</code>: unicast or manycast client,
1479 <code>b</code>: broadcast or multicast client,
1480 <code>l</code>: local (reference clock),
1481 <code>s</code>: symmetric (peer),
1482 <code>A</code>: manycast server,
1483 <code>B</code>: broadcast server,
1484 <code>M</code>: multicast server.
1485
1486      <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>when</code>
1487 </td><td valign="top" width="20%">
1488 sec/min/hr since last received packet
1489
1490      <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>poll</code>
1491 </td><td valign="top" width="20%">
1492 poll interval (log(2) s)
1493
1494      <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>reach</code>
1495 </td><td valign="top" width="20%">
1496 reach shift register (octal)
1497
1498      <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>delay</code>
1499 </td><td valign="top" width="20%">
1500 roundtrip delay
1501
1502      <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>offset</code>
1503 </td><td valign="top" width="20%">
1504 offset of server relative to this host
1505
1506      <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>jitter</code>
1507 </td><td valign="top" width="20%">
1508 jitter
1509
1510      <br></td></tr></table>
1511
1512      <br><dt><code><a name="rv"></a> readvar </code><kbd>assocID</kbd> <kbd>name</kbd><code> [ = </code><kbd>value</kbd><code> ] [,...]</code><dt><code>rv </code><kbd>assocID</kbd><code> [ </code><kbd>name</kbd><code> ] [,...]</code><dd>Display the specified variables. 
1513 If <kbd>assocID</kbd> is zero,
1514 the variables are from the <a href="#system">system variables</a> name space,
1515 otherwise they are from the <a href="#peer">peer variables</a> name space. 
1516 The <kbd>assocID</kbd> is required, as the same name can occur in both spaces. 
1517 If no <kbd>name</kbd> is included,
1518 all operative variables in the name space are displayed. 
1519 In this case only, if the <kbd>assocID</kbd> is omitted, it is assumed zero. 
1520 Multiple names are specified with comma separators and without whitespace. 
1521 Note that time values are represented in milliseconds and
1522 frequency values in parts-per-million (PPM). 
1523 Some NTP timestamps are represented in the format YYYYMMDDTTTT,
1524 where YYYY is the year, MM the month of year, DD the day of month and
1525 TTTT the time of day.
1526
1527      <br><dt><code><a name="saveconfig"></a> saveconfig </code><kbd>filename</kbd><dd>Write the current configuration, including any runtime modifications
1528 given with <code>:config</code> or <code>config-from-file</code>,
1529 to the ntpd host's file <kbd>filename</kbd>. 
1530 This command will be rejected by the server unless
1531 <a href="miscopt.html#saveconfigdir">saveconfigdir</a>
1532 appears in the <code>ntpd</code> configuration file. 
1533 <kbd>filename</kbd> can use <code>strftime()</code> format specifiers
1534 to substitute the current date and time, for example,
1535 <code>saveconfig ntp-%Y%m%d-%H%M%S.conf</code>. 
1536 The filename used is stored in system variable <code>savedconfig</code>. 
1537 Authentication is required.
1538
1539      <br><dt><code><a name="writevar"></a> writevar </code><kbd>assocID</kbd> <kbd>name</kbd><code> = </code><kbd>value</kbd><code> [,...]</code><dd>Write the specified variables. 
1540 If the <kbd>assocID</kbd> is zero, the variables are from the
1541 <a href="#system">system variables</a> name space, otherwise they are from the
1542 <a href="#peer">peer variables</a> name space. 
1543 The <kbd>assocID</kbd> is required,
1544 as the same name can occur in both spaces.
1545
1546      <br><dt><code><a name="sysinfo"></a> sysinfo</code><dd>Display operational summary.
1547
1548      <br><dt><code><a name="sysstats"></a> sysstats</code><dd>Print statistics counters maintained in the protocol module.
1549
1550   </dl>
1551
1552 <div class="node">
1553 <p><hr>
1554 <a name="Status-Words-and-Kiss-Codes"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#System-Variables">System Variables</a>,
1555 Previous:&nbsp;<a rel="previous" accesskey="p" href="#Control-Message-Commands">Control Message Commands</a>,
1556 Up:&nbsp;<a rel="up" accesskey="u" href="#Top">Top</a>
1557 <br>
1558 </div>
1559
1560 <!-- node-name,  next,  previous,  up -->
1561 <h3 class="section">Status Words and Kiss Codes</h3>
1562
1563 <p>The current state of the operating program is shown
1564 in a set of status words maintained by the system
1565 and each association separately. 
1566 These words are displayed in the <code>rv</code> and <code>as</code> commands
1567 both in hexadecimal and decoded short tip strings. 
1568 The codes, tips and short explanations are on the
1569 <a href="decode.html">Event Messages and Status Words</a> page. 
1570 The page also includes a list of system and peer messages,
1571 the code for the latest of which is included in the status word.
1572
1573   <p>Information resulting from protocol machine state transitions
1574 is displayed using an informal set of ASCII strings called
1575 <a href="decode.html#kiss">kiss codes</a>. 
1576 The original purpose was for kiss-o'-death (KoD) packets sent
1577 by the server to advise the client of an unusual condition. 
1578 They are now displayed, when appropriate,
1579 in the reference identifier field in various billboards.
1580
1581 <div class="node">
1582 <p><hr>
1583 <a name="System-Variables"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#Peer-Variables">Peer Variables</a>,
1584 Previous:&nbsp;<a rel="previous" accesskey="p" href="#Status-Words-and-Kiss-Codes">Status Words and Kiss Codes</a>,
1585 Up:&nbsp;<a rel="up" accesskey="u" href="#Top">Top</a>
1586 <br>
1587 </div>
1588
1589 <!-- node-name,  next,  previous,  up -->
1590 <h3 class="section">System Variables</h3>
1591
1592 <p>The following system variables appear in the <code>rv</code> billboard. 
1593 Not all variables are displayed in some configurations.
1594
1595   <p><table summary=""><tr align="left"><th valign="top" width="10%">Variable </th><th valign="top" width="20%">Description
1596
1597 <p><br></th></tr><tr align="left"><td valign="top" width="10%"><code>status</code>
1598 </td><td valign="top" width="20%">
1599 <a href="decode.html#sys">system status word</a>
1600
1601 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>version</code>
1602 </td><td valign="top" width="20%">
1603 NTP software version and build time
1604
1605 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>processor</code>
1606 </td><td valign="top" width="20%">
1607 hardware platform and version
1608
1609 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>system</code>
1610 </td><td valign="top" width="20%">
1611 operating system and version
1612
1613 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>leap</code>
1614 </td><td valign="top" width="20%">
1615 leap warning indicator (0-3)
1616
1617 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>stratum</code>
1618 </td><td valign="top" width="20%">
1619 stratum (1-15)
1620
1621 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>precision</code>
1622 </td><td valign="top" width="20%">
1623 precision (log(2) s)
1624
1625 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>rootdelay</code>
1626 </td><td valign="top" width="20%">
1627 total roundtrip delay to the primary reference clock
1628
1629 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>rootdisp</code>
1630 </td><td valign="top" width="20%">
1631 total dispersion to the primary reference clock
1632
1633 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>peer</code>
1634 </td><td valign="top" width="20%">
1635 system peer association ID
1636
1637 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>tc</code>
1638 time constant and poll exponent (log(2) s) (3-17)
1639
1640   <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>mintc</code>
1641 minimum time constant (log(2) s) (3-10)
1642
1643   <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>clock</code>
1644 </td><td valign="top" width="20%">
1645 date and time of day
1646
1647 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>refid</code>
1648 reference ID or <a href="decode.html#kiss">kiss code</a>
1649
1650   <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>reftime</code>
1651 </td><td valign="top" width="20%">
1652 reference time
1653
1654 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>offset</code>
1655 </td><td valign="top" width="20%">
1656 combined offset of server relative to this host
1657
1658 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>sys_jitter</code>
1659 </td><td valign="top" width="20%">
1660 combined system jitter
1661
1662 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>frequency</code>
1663 </td><td valign="top" width="20%">
1664 frequency offset (PPM) relative to hardware clock
1665
1666 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>clk_wander</code>
1667 </td><td valign="top" width="20%">
1668 clock frequency wander (PPM)
1669
1670 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>clk_jitter</code>
1671 </td><td valign="top" width="20%">
1672 clock jitter
1673
1674 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>tai</code>
1675 </td><td valign="top" width="20%">
1676 TAI-UTC offset (s)
1677
1678 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>leapsec</code>
1679 </td><td valign="top" width="20%">
1680 NTP seconds when the next leap second is/was inserted
1681
1682 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>expire</code>
1683 </td><td valign="top" width="20%">
1684 NTP seconds when the NIST leapseconds file expires
1685
1686   <br></td></tr></table>
1687
1688   <p>The jitter and wander statistics are exponentially-weighted RMS averages. 
1689 The system jitter is defined in the NTPv4 specification;
1690 the clock jitter statistic is computed by the clock discipline module.
1691
1692   <p>When the NTPv4 daemon is compiled with the OpenSSL software library,
1693 additional system variables are displayed, including some or all of the
1694 following, depending on the particular Autokey dance:
1695
1696   <p><table summary=""><tr align="left"><th valign="top" width="10%">Variable </th><th valign="top" width="20%">Description
1697
1698 <p><br></th></tr><tr align="left"><td valign="top" width="10%"><code>host</code>
1699 </td><td valign="top" width="20%">
1700 Autokey host name for this host
1701
1702 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>ident</code>
1703 </td><td valign="top" width="20%">
1704 Autokey group name for this host
1705
1706 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>flags</code>
1707 </td><td valign="top" width="20%">
1708 host flags  (see Autokey specification)
1709
1710 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>digest</code>
1711 </td><td valign="top" width="20%">
1712 OpenSSL message digest algorithm
1713
1714 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>signature</code>
1715 </td><td valign="top" width="20%">
1716 OpenSSL digest/signature scheme
1717
1718 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>update</code>
1719 </td><td valign="top" width="20%">
1720 NTP seconds at last signature update
1721
1722 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>cert</code>
1723 </td><td valign="top" width="20%">
1724 certificate subject, issuer and certificate flags
1725
1726 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>until</code>
1727 </td><td valign="top" width="20%">
1728 NTP seconds when the certificate expires
1729
1730   <br></td></tr></table>
1731
1732 <div class="node">
1733 <p><hr>
1734 <a name="Peer-Variables"></a>Next:&nbsp;<a rel="next" accesskey="n" href="#Clock-Variables">Clock Variables</a>,
1735 Previous:&nbsp;<a rel="previous" accesskey="p" href="#System-Variables">System Variables</a>,
1736 Up:&nbsp;<a rel="up" accesskey="u" href="#Top">Top</a>
1737 <br>
1738 </div>
1739
1740 <!-- node-name,  next,  previous,  up -->
1741 <h3 class="section">Peer Variables</h3>
1742
1743 <p>The following peer variables appear in the <code>rv</code> billboard
1744 for each association. 
1745 Not all variables are displayed in some configurations.
1746
1747   <p><table summary=""><tr align="left"><th valign="top" width="10%">Variable </th><th valign="top" width="20%">Description
1748
1749 <p><br></th></tr><tr align="left"><td valign="top" width="10%"><code>associd</code>
1750 </td><td valign="top" width="20%">
1751 association ID
1752
1753 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>status</code>
1754 </td><td valign="top" width="20%">
1755 <a href="decode.html#peer">peer status word</a>
1756
1757 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>srcadr</code>
1758 <br></td></tr><tr align="left"><td valign="top" width="10%"><code>srcport</code>
1759 </td><td valign="top" width="20%">
1760 source (remote) IP address and port
1761
1762 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>dstadr</code>
1763 <br></td></tr><tr align="left"><td valign="top" width="10%"><code>dstport</code>
1764 </td><td valign="top" width="20%">
1765 destination (local) IP address and port
1766
1767 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>leap</code>
1768 </td><td valign="top" width="20%">
1769 leap indicator (0-3)
1770
1771 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>stratum</code>
1772 </td><td valign="top" width="20%">
1773 stratum (0-15)
1774
1775 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>precision</code>
1776 </td><td valign="top" width="20%">
1777 precision (log(2) s)
1778
1779 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>rootdelay</code>
1780 </td><td valign="top" width="20%">
1781 total roundtrip delay to the primary reference clock
1782
1783 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>rootdisp</code>
1784 </td><td valign="top" width="20%">total root dispersion to the primary reference clock
1785
1786 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>refid</code>
1787 </td><td valign="top" width="20%">
1788 reference ID or <a href="decode.html#kiss">kiss code</a>
1789
1790 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>reftime</code>
1791 </td><td valign="top" width="20%">
1792 reference time
1793
1794 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>reach</code>
1795 </td><td valign="top" width="20%">
1796 reach register (octal)
1797
1798 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>unreach</code>
1799 </td><td valign="top" width="20%">
1800 unreach counter
1801
1802 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>hmode</code>
1803 </td><td valign="top" width="20%">
1804 host mode (1-6)
1805
1806 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>pmode</code>
1807 </td><td valign="top" width="20%">
1808 peer mode (1-5)
1809
1810 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>hpoll</code>
1811 </td><td valign="top" width="20%">
1812 host poll exponent (log(2) s) (3-17)
1813 <br></td></tr><tr align="left"><td valign="top" width="10%"><code>ppoll</code>
1814 </td><td valign="top" width="20%">
1815 peer poll exponent (log(2) s) (3-17)
1816
1817 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>headway</code>
1818 </td><td valign="top" width="20%">
1819 headway (see <a href="rate.html">Rate Management and the Kiss-o'-Death Packet</a>)
1820
1821 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>flash</code>
1822 </td><td valign="top" width="20%">
1823 <a href="decode.html#flash">flash status word</a>
1824
1825 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>offset</code>
1826 </td><td valign="top" width="20%">
1827 filter offset
1828
1829 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>delay</code>
1830 </td><td valign="top" width="20%">
1831 filter delay
1832
1833 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>dispersion</code>
1834 </td><td valign="top" width="20%">
1835 filter dispersion
1836
1837 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>jitter</code>
1838 </td><td valign="top" width="20%">
1839 filter jitter
1840
1841 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>ident</code>
1842 </td><td valign="top" width="20%">
1843 Autokey group name for this association
1844
1845 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>bias</code>
1846 </td><td valign="top" width="20%">
1847 unicast/broadcast bias
1848
1849 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>xleave</code>
1850 </td><td valign="top" width="20%">
1851 interleave delay (see <a href="xleave.html">NTP Interleaved Modes</a>)
1852
1853   <br></td></tr></table>
1854
1855   <p>The bias variable is calculated when the first broadcast packet is received
1856 after the calibration volley.  It represents the offset of the broadcast
1857 subgraph relative to the unicast subgraph.  The xleave variable appears
1858 only the interleaved symmetric and interleaved modes.  It represents
1859 the internal queuing, buffering and transmission delays for the preceding
1860 packet.
1861
1862   <p>When the NTPv4 daemon is compiled with the OpenSSL software library,
1863 additional peer variables are displayed, including the following:
1864
1865   <p><table summary=""><tr align="left"><th valign="top" width="10%">Variable </th><th valign="top" width="20%">Description
1866
1867 <p><br></th></tr><tr align="left"><td valign="top" width="10%"><code>flags</code>
1868 </td><td valign="top" width="20%">
1869 peer flags (see Autokey specification)
1870
1871 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>host</code>
1872 </td><td valign="top" width="20%">
1873 Autokey server name
1874
1875 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>flags</code>
1876 </td><td valign="top" width="20%">
1877 peer flags (see Autokey specification)
1878
1879 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>signature</code>
1880 </td><td valign="top" width="20%">
1881 OpenSSL digest/signature scheme
1882
1883 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>initsequence</code>
1884 </td><td valign="top" width="20%">
1885 initial key ID
1886
1887 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>initkey</code>
1888 </td><td valign="top" width="20%">
1889 initial key index
1890
1891 <p><br></td></tr><tr align="left"><td valign="top" width="10%"><code>timestamp</code>
1892 </td><td valign="top" width="20%">
1893 Autokey signature timestamp
1894
1895   <br></td></tr></table>
1896
1897 <div class="node">
1898 <p><hr>
1899 <a name="Clock-Variables"></a>Previous:&nbsp;<a rel="previous" accesskey="p" href="#Peer-Variables">Peer Variables</a>,
1900 Up:&nbsp;<a rel="up" accesskey="u" href="#Top">Top</a>
1901 <br>
1902 </div>
1903
1904 <!-- node-name,  next,  previous,  up -->
1905 <h3 class="section">Clock Variables</h3>
1906
1907 <p>The following clock variables appear in the <code>cv</code> billboard for each association with a reference clock.  Not all variables are displayed in some configurations.
1908
1909   <p><table summary=""><tr align="left"><th valign="top" width="10%">Variable </th><th valign="top" width="20%">Description
1910 <br></th></tr><tr align="left"><td valign="top" width="10%"><code>associd</code>
1911 </td><td valign="top" width="20%">association ID
1912 <br></td></tr><tr align="left"><td valign="top" width="10%"><code>status</code>
1913 </td><td valign="top" width="20%"><a href="decode.html#clock">clock status word</a>
1914 <br></td></tr><tr align="left"><td valign="top" width="10%"><code>device</code>
1915 </td><td valign="top" width="20%">device description
1916 <br></td></tr><tr align="left"><td valign="top" width="10%"><code>timecode</code>
1917 </td><td valign="top" width="20%">ASCII time code string (specific to device)
1918 <br></td></tr><tr align="left"><td valign="top" width="10%"><code>poll</code>
1919 </td><td valign="top" width="20%">poll messages sent
1920 <br></td></tr><tr align="left"><td valign="top" width="10%"><code>noreply</code>
1921 </td><td valign="top" width="20%">no reply
1922 <br></td></tr><tr align="left"><td valign="top" width="10%"><code>badformat</code>
1923 </td><td valign="top" width="20%">bad format
1924 <br></td></tr><tr align="left"><td valign="top" width="10%"><code>baddata</code>
1925 </td><td valign="top" width="20%">bad date or time
1926 <br></td></tr><tr align="left"><td valign="top" width="10%"><code>fudgetime1</code>
1927 </td><td valign="top" width="20%">fudge time 1
1928 <br></td></tr><tr align="left"><td valign="top" width="10%"><code>fudgetime2</code>
1929 </td><td valign="top" width="20%">fudge time 2
1930 <br></td></tr><tr align="left"><td valign="top" width="10%"><code>stratum</code>
1931 </td><td valign="top" width="20%">driver stratum
1932 <br></td></tr><tr align="left"><td valign="top" width="10%"><code>refid</code>
1933 </td><td valign="top" width="20%">driver reference ID
1934 <br></td></tr><tr align="left"><td valign="top" width="10%"><code>flags</code>
1935 </td><td valign="top" width="20%">driver flags
1936   <br></td></tr></table>
1937
1938 </body></html>
1939