monopt.html revision 330106
153813Simp<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
271283Simp<html>
352506Simp<head>
452506Simp<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
552506Simp<meta name="generator" content="HTML Tidy, see www.w3.org">
652506Simp<title>Monitoring Options</title>
752506Simp<link href="scripts/style.css" type="text/css" rel="stylesheet">
852506Simp</head>
952506Simp<body>
1052506Simp<h3>Monitoring Commands and Options</h3>
1152506Simp<img src="pic/pogo8.gif" alt="gif" align="left"><a href="http://www.eecis.udel.edu/~mills/pictures.html"></a> from <i>Pogo</i>, Walt Kelly</a>
1252506Simp<p>Pig was hired to watch the logs.</p>
1352506Simp<p>Last update:
1452506Simp  <!-- #BeginDate format:En2m -->7-Dec-2017  10:17<!-- #EndDate -->
1552506Simp    UTC</p>
1652506Simp<br clear="left">
1752506Simp<h4>Related Links</h4>
1852506Simp<script type="text/javascript" language="javascript" src="scripts/command.txt"></script>
1952506Simp<script type="text/javascript" language="javascript" src="scripts/monopt.txt"></script>
2052506Simp<h4>Table of Contents</h4>
2152506Simp<ul>
2252506Simp  <li class="inline"><a href="#intro">Naming Conventions</a></li>
2352506Simp  <li class="inline"><a href="#cmd">Monitoring Commands and Options</a></li>
2452506Simp  <li class="inline"><a href="#types">File Set Types</a></li>
2552506Simp</ul>
2652506Simp<hr>
2752506Simp<h4 id="intro">Naming Conventions</h4>
2852506Simp<p>The <tt>ntpd</tt> includes a comprehensive monitoring facility which collects
2952506Simp  statistical data of various types and writes the data to files associated with
3052506Simp  each type at defined events or intervals. The files associated with a particular
3152506Simp  type are collectively called the generation file set for that type. The files
3252506Simp  in the file set are the members of that set.</p>
3352506Simp<p>File sets have names specific to the type and generation epoch. The names
3452506Simp  are constructed from three concatenated elements <i><tt>prefix</tt></i>, <i><tt>filename</tt></i> and <i><tt>suffix</tt></i>:</p>
3552506Simp<dl>
3652506Simp  <dt><i><tt>prefix</tt></i></dt>
3752506Simp  <dd>The directory path specified in the <tt>statsdir</tt> command.</dd>
3852506Simp  <dt><i><tt>name</tt></i></dt>
3952506Simp  <dd>The name specified by the <tt>file</tt> option of the <tt>filegen</tt> command.</dd>
4052506Simp  <dt><i><tt>suffix</tt></i></dt>
4152506Simp  <dd>A string of elements bdginning with . (dot) followed by a number of elements
4252506Simp    depending on the file set type.</dd>
4352506Simp</dl>
4452506Simp<p>Statistics files can be managed using scripts, examples of which are in the <tt>./scripts</tt> directory.
4558545Simp  Using these or similar scripts and Unix <tt>cron</tt> jobs, the files can be
4652506Simp  automatically summarized and archived for retrospective analysis.</p>
4765039Simp<h4 id="cmd">Monitoring Commands and Options</h4>
4865039Simp<p>Unless noted otherwise, further information about these commands is on the <a href="decode.html">Event Messages and Status Codes</a> page.</p></a> page.</p><dl>
4952506Simp  <dt id="filegen"><tt>filegen <i>name</i> [file <i>filename</i>] [type <i>type</i>]
5052506Simp    [link | nolink] [enable | disable]</tt></dt>
5152506Simp  <dd>
5252506Simp    <dl>
5352506Simp      <dt><i><tt>name</tt></i></dt>
5452506Simp      <dd>Specifies the file set type from the list in the next section.</dd>
5558545Simp      <dt><tt>file <i>filename</i></tt></dt>
5652506Simp      <dd>Specifies the filename prefix. The default is the file set type, such as "loopstats".</dd>
5752506Simp      <dt><tt>type <i>typename</i></tt></dt>
5852506Simp      <dd>Specifies the file set interval. The following intervals are supported
5965039Simp        with default <tt>day</tt>:</dd>
6052506Simp      <dd>
6158545Simp        <dl>
6252506Simp          <dt><tt>none</tt></dt>
6352506Simp          <dd>The file set is actually a single plain file.</dd>
6453813Simp          <dt><tt>pid</tt></dt>
6558545Simp          <dd>One file set member is created for every incarnation of <tt>ntpd</tt>.
6658545Simp            The file name suffix is the string .<tt>n</tt>, where <tt>n</tt> is the
6769138Speter            process ID of the <tt>ntpd</tt> server process.</dd>
6852506Simp          <dt><tt>day</tt></dt>
6958545Simp          <dd>One file set member is created per day. A day is defined as the period
7052506Simp            between 00:00 and 23:59 UTC. The file name suffix is the string .<tt>yyyymmdd</tt>,
7153813Simp            where <tt>yyyy</tt> is the year, <tt>mm</tt> the month of the year and <tt>dd</tt> the
7265039Simp            day of the month. Thus, member created on 10 December 1992 would have suffix <tt>.19921210</tt>.</dd>
7371279Simp          <dt><tt>week</tt></dt>
7458545Simp          <dd>One file set member is created per week. The week is defined as the
7565039Simp            day of year modulo 7. The file name suffix is the string .<tt>yyyyWww</tt>,
7658545Simp            where <tt>yyyy</tt> is the year, <tt>W</tt> stands for itself and <tt>ww</tt> the
7758545Simp            week number starting from 0. For example, The member created on 10 January
7852506Simp            1992 would have suffix <tt>.1992W1</tt>.</dd>
7958545Simp          <dt><tt>month</tt></dt>
8053813Simp          <dd>One file set member is created per month. The file name suffix is the
8171279Simp            string .<tt>yyyymm</tt>, where <tt>yyyy</tt> is the year and <tt>mm</tt> the
8271283Simp            month of the year starting from 1. For example, The member created on 10
8352506Simp            January 1992 would have suffix <tt>.199201</tt>.</dd>
8453813Simp          <dt><tt>year</tt></dt>
8552506Simp          <dd>One file set member is generated per year. The file name suffix is the
8652506Simp            string .<tt>yyyy</tt>, where <tt>yyyy</tt> is the year. For example, The
8771283Simp            member created on 1 January 1992 would have suffix <tt>.1992</tt>.</dd>
8871279Simp          <dt><tt>age</tt></dt>
8952506Simp          <dd>One file set member is generated every 24 hours of <tt>ntpd</tt> operation.
9052506Simp            The filename suffix is the string <tt>.adddddddd</tt>, where <tt>a</tt> stands
9152506Simp            for itself and <tt>dddddddd</tt> is the <tt>ntpd</tt> running time in seconds
9252506Simp            at the start of the corresponding 24-hour period.</dd>
9353813Simp        </dl>
9452506Simp      </dd>
9565039Simp      <dt><tt>link | nolink</tt></dt>
9665039Simp      <dd>It is convenient to be able to access the current file set members by
9752506Simp        file name, but without the suffix. This feature is enabled by <tt>link</tt> and
9852506Simp        disabled by <tt>nolink</tt>. If enabled, which is the default, a hard link
9965039Simp        from the current file set member to a file without suffix is created. When
10058545Simp        there is already a file with this name and the number of links to this file
10152506Simp        is one, it is renamed by appending a dot, the letter <tt>C</tt>, and the
10252506Simp        pid of the <tt>ntpd</tt> server process. When the number of links is greater
10352506Simp        than one, the file is unlinked. This allows the current file to be accessed
10453813Simp        by a constant name.</dd>
10552506Simp      <dt><tt>enable | disable</tt></dt>
10653813Simp      <dd>Enable or disable the recording function, with default <tt>enable</tt>.
10753813Simp        These options are intended for remote configuration commands.</dd>
10852506Simp    </dl>
10965039Simp  </dd>
11065039Simp  <dt id="statistics"><tt>statistics <i>name</i>...</tt></dt>
11165039Simp  <dd>Enables writing of statistics records. Currently, eight kinds of
11252506Simp    statistics are supported: <i>name</i>s specify the file set type(s) from
11352506Simp    the list in the next section.</dd>
11452506Simp  <dt id="statsdir"><tt>statsdir <i>directory_path</i></tt></dt>
11553813Simp  <dd>Specify the directory path prefix for statistics file names.</dd>
11653813Simp</dl>
11753813Simp<h4 id="types">File Set Types</h4>
11852506Simp<dl>
11952506Simp  <dt><tt>clockstats</tt></dt>
12052506Simp  <dd>Record reference clock statistics. Each update received from a reference
12152506Simp    clock driver appends one line to the <tt>clockstats</tt> file set:</dd>
12252506Simp  <dd><tt>49213 525.624 127.127.4.1 93 226 00:08:29.606 D</tt></dd>
12352506Simp  <dd>
12452506Simp    <table width="100%" border="1" cellspacing="2" cellpadding="2">
12571279Simp      <tr>
12671279Simp        <td>Item</td>
12771279Simp        <td>Units</td>
12871279Simp        <td>Description</td>
12952506Simp      </tr>
13052506Simp      <tr>
13152506Simp        <td><tt>49213</tt></td>
13252506Simp        <td>MJD</td>
13352506Simp        <td>date</td>
13452506Simp      </tr>
13552506Simp      <tr>
13669138Speter        <td><tt>525.624</tt></td>
13769138Speter        <td>s</td>
13869138Speter        <td>time past midnight</td>
13953813Simp      </tr>
14053813Simp      <tr>
14153813Simp        <td><tt>127.127.4.1</tt></td>
14253813Simp        <td>IP</td>
14352506Simp        <td>reference clock address</td>
14471279Simp      </tr>
14565039Simp      <tr>
14665039Simp        <td><tt><i>message</i></tt></td>
14765039Simp        <td>text</td>
14865039Simp        <td>log message</td>
14965039Simp      </tr>
15052506Simp    </table>
15165039Simp  </dd>
15253813Simp  <dd>The <tt><i>message</i></tt> field includes the last timecode received in
15352506Simp    decoded ASCII format, where meaningful. In some cases a good deal of additional
15465039Simp    information is displayed. See information specific to each reference clock
15565039Simp    for further details.</dd>
15665039Simp  <dt><tt>cryptostats</tt></dt>
15752506Simp  <dd>Record significant events in the Autokey protocol. This option requires
15853813Simp    the OpenSSL cryptographic software library. Each event appends one line to
15952506Simp    the <tt>cryptostats</tt> file set:</dd>
16065039Simp  <dd><tt>49213 525.624 128.4.1.1 <i>message</i></tt></dd>
16165039Simp  <dd>
16265039Simp    <table width="100%" border="1" cellspacing="2" cellpadding="2">
16358545Simp      <tr>
16471279Simp        <td>Item</td>
16558545Simp        <td>Units</td>
16652506Simp        <td>Description</td>
16758545Simp      </tr>
16852506Simp      <tr>
16952506Simp        <td><tt>49213</tt></td>
17052506Simp        <td>MJD</td>
17152506Simp        <td>date</td>
17252506Simp      </tr>
17352506Simp      <tr>
17453813Simp        <td><tt>525.624</tt></td>
17552506Simp        <td>s</td>
17652506Simp        <td>time past midnight</td>
17752506Simp      </tr>
17852506Simp      <tr>
17958545Simp        <td><tt>128.4.1.1</tt></td>
18058545Simp        <td>IP</td>
18158545Simp        <td>source address (<tt>0.0.0.0</tt> for system)</td>
18258545Simp      </tr>
18358545Simp      <tr>
18458545Simp        <td><tt><i>message</i></tt></td>
18565039Simp        <td>text</td>
18665039Simp        <td>log message</td>
18765039Simp      </tr>
18858545Simp    </table>
18958545Simp  </dd>
19065039Simp  <dd>The <tt><i>message</i></tt> field includes the message type and certain
19158545Simp    ancillary information. See the <a href="authopt.html">Authentication Options</a> page
19252506Simp    for further information.</dd>
19352506Simp  <dt><tt>loopstats</tt></dt>
19452506Simp  <dd>Record clock discipline loop statistics. Each system clock update appends
19552506Simp    one line to the <tt>loopstats</tt> file set:</dd>
19652506Simp  <dd><tt>50935 75440.031 0.000006019 13.778 0.000351733 0.013380 6</tt></dd>
19752506Simp  <dd>
19852506Simp    <table width="100%" border="1" cellspacing="2" cellpadding="2">
19952506Simp      <tr>
20053813Simp        <td>Item</td>
20153813Simp        <td>Units</td>
20252506Simp        <td>Description</td>
20352506Simp      </tr>
20452506Simp      <tr>
20552506Simp        <td><tt>50935</tt></td>
20671279Simp        <td>MJD</td>
20771279Simp        <td>date</td>
20852506Simp      </tr>
20952506Simp      <tr>
21052506Simp        <td><tt>75440.031</tt></td>
21152506Simp        <td>s</td>
21265039Simp        <td>time past midnight</td>
21352506Simp      </tr>
21465039Simp      <tr>
21565039Simp        <td><tt>0.000006019</tt></td>
21665039Simp        <td>s</td>
21765039Simp        <td>clock offset</td>
21865039Simp      </tr>
21965039Simp      <tr>
22065039Simp        <td><tt>13.778</tt></td>
22165039Simp        <td>PPM</td>
22265039Simp        <td>frequency offset</td>
22365039Simp      </tr>
22465039Simp      <tr>
22552506Simp        <td><tt>0.000351733</tt></td>
22653813Simp        <td>s</td>
22753813Simp        <td>RMS jitter</td>
22853813Simp      </tr>
22952506Simp      <tr>
23052506Simp        <td><tt>0.013380</tt></td>
23152506Simp        <td>PPM</td>
23258545Simp        <td>RMS&nbsp;frequency jitter (aka wander)</td>
23352506Simp      </tr>
23453813Simp      <tr>
23553813Simp        <td><tt>6 </tt></td>
23653813Simp        <td>log<sub>2</sub> s</td>
23771283Simp        <td>clock discipline loop time constant</td>
23871283Simp      </tr>
23971283Simp    </table>
24053813Simp  </dd>
24153813Simp  <dt><tt>peerstats</tt></dt>
24253813Simp  <dd>Record peer statistics. Each NTP packet or reference clock update received
24352506Simp    appends one line to the <tt>peerstats</tt> file set:</dd>
24471281Simp  <dd><tt>48773 10847.650 127.127.4.1 9714 -0.001605376 0.000000000 0.001424877
24552506Simp    0.000958674</tt></dd>
24653813Simp  <dd>
24758545Simp    <table width="100%" border="1" cellspacing="2" cellpadding="2">
24853813Simp      <tr>
24958545Simp        <td>Item</td>
25058545Simp        <td>Units</td>
25158545Simp        <td>Description</td>
25253813Simp      </tr>
25358545Simp      <tr>
25458545Simp        <td><tt>48773</tt></td>
25558545Simp        <td>MJD</td>
25658545Simp        <td>date</td>
25758545Simp      </tr>
25858545Simp      <tr>
25958545Simp        <td><tt>10847.650</tt></td>
26058545Simp        <td>s</td>
26165039Simp        <td>time past midnight</td>
26265039Simp      </tr>
26365039Simp      <tr>
26471279Simp        <td><tt>127.127.4.1</tt></td>
26571279Simp        <td>IP</td>
26671279Simp        <td>source address</td>
26771279Simp      </tr>
26871279Simp      <tr>
26971279Simp        <td><tt>9714</tt></td>
27071283Simp        <td>hex</td>
27171283Simp        <td>status word</td>
27271283Simp      </tr>
27352506Simp      <tr>
27452506Simp        <td><tt>-0.001605376</tt></td>
27552506Simp        <td>s</td>
27653813Simp        <td>clock offset</td>
27752506Simp      </tr>
27852506Simp      <tr>
27952506Simp        <td><tt>0.000000000 </tt></td>
28052506Simp        <td>s</td>
28152506Simp        <td>roundtrip delay</td>
28252506Simp      </tr>
28352506Simp      <tr>
28452506Simp        <td><tt>0.001424877</tt></td>
28553813Simp        <td>s</td>
28658545Simp        <td>dispersion</td>
28758545Simp      </tr>
28858545Simp      <tr>
28958545Simp        <td><tt>0.000958674</tt></td>
29058545Simp        <td>s</td>
29165039Simp        <td>RMS&nbsp;jitter</td>
29252506Simp      </tr>
29352506Simp    </table>
29452506Simp  </dd>
29552506Simp  <dd>The status field is encoded in hex format as described in Appendix B of
29653813Simp    the NTP specification RFC 1305.</dd>
29758545Simp  <dt><tt>protostats</tt></dt>
29858545Simp  <dd>Record significant peer, system and protocol events. Each significant event
29953813Simp    appends one line to the <tt>protostats</tt> file set:</dd>
30058545Simp  <dd><tt>49213 525.624 128.4.1.1 963a 8a <i>message</i></tt></dd>
30158545Simp  <dd>
30252506Simp    <table width="100%" border="1" cellspacing="2" cellpadding="2">
30352506Simp      <tr>
30458545Simp        <td>Item</td>
30552506Simp        <td>Units</td>
30652506Simp        <td>Description</td>
30752506Simp      </tr>
30852506Simp      <tr>
30952506Simp        <td><tt>49213</tt></td>
31053813Simp        <td>MJD</td>
31158545Simp        <td>date</td>
31258545Simp      </tr>
31358545Simp      <tr>
31465039Simp        <td><tt>525.624</tt></td>
31552506Simp        <td>s</td>
31652506Simp        <td>time past midnight</td>
31758545Simp      </tr>
31858545Simp      <tr>
31958545Simp        <td><tt>128.4.1.1</tt></td>
32058545Simp        <td>IP</td>
32158545Simp        <td>source address (<tt>0.0.0.0</tt> for system)</td>
32252506Simp      </tr>
32365039Simp      <tr>
32465039Simp        <td><tt>963a</tt></td>
32571279Simp        <td>code</td>
32658545Simp        <td>status word</td>
32758545Simp      </tr>
32858545Simp      <tr>
32958545Simp        <td><tt>8a</tt></td>
33058545Simp        <td>code</td>
33158545Simp        <td>event message code</td>
33265039Simp      </tr>
33371279Simp      <tr>
33471279Simp        <td><tt><i>message</i></tt></td>
33571279Simp        <td>text</td>
33671283Simp        <td>event message</td>
33774634Simp      </tr>
338    </table>
339  </dd>
340  <dd>The event message code and <tt><i>message</i></tt> field are described on
341    the <a href="decode.html">Event Messages and Status Words</a> page.</dd>
342  <dt><tt>rawstats</tt></dt>
343  <dd>Record timestamp statistics. Each NTP packet received appends one line to
344the <tt>rawstats</tt> file set.  As of ntp-4.2.8p11, each NTP packet written appends one line to the <tt>rawstats</tt> file set, as well.  The format of this line is:</dd>
345  <dd><tt>56285 54575.160 128.4.1.1 192.168.1.5 3565350574.400229473 3565350574.442385200 3565350574.442436000 3565350575.154505763 0 4 4 1 8 -21 0.000000 0.000320 .PPS.</tt></dd>
346  <dd><tt>56285 54575.160 128.4.1.1 192.168.1.5 3565350574.400229473 3565350574.442385200 3565350574.442436000 3565350575.154505763 0 4 4 1 8 -21 0.000000 0.000320 .PPS. 4: 0000</tt></dd>
347  </tt></dd>
348  <dd>
349    <table width="100%" border="1" cellspacing="2" cellpadding="2">
350      <tr>
351        <td>Item</td>
352        <td>Units</td>
353        <td>Description</td>
354      </tr>
355      <tr>
356        <td><tt>56285</tt></td>
357        <td>MJD</td>
358        <td>date</td>
359      </tr>
360      <tr>
361        <td><tt>54575.160</tt></td>
362        <td>s</td>
363        <td>time past midnight</td>
364      </tr>
365      <tr>
366        <td><tt>128.4.1.1</tt></td>
367        <td>IP</td>
368        <td>source address</td>
369      </tr>
370      <tr>
371        <td><tt>192.168.1.5</tt></td>
372        <td>IP</td>
373        <td>destination address</td>
374      </tr>
375      <tr>
376        <td><tt>3565350574.400229473</tt></td>
377        <td>NTP&nbsp;s</td>
378        <td>origin timestamp</td>
379      </tr>
380      <tr>
381        <td><tt>3565350574.442385200</tt></td>
382        <td>NTP s</td>
383        <td>receive timestamp</td>
384      </tr>
385      <tr>
386        <td><tt>3565350574.442436000</tt></td>
387        <td>NTP s</td>
388        <td>transmit timestamp</td>
389      </tr>
390      <tr>
391        <td><tt>3565350575.154505763</tt></td>
392        <td>NTP&nbsp;s</td>
393        <td>destination timestamp</td>
394      </tr>
395      <tr>
396        <td><tt>0</tt></td>
397        <td>0: OK, 1: insert pending,<br>2: delete pending, 3: not synced</td>
398        <td>leap warning indicator</td>
399      </tr>
400      <tr>
401        <td><tt>4</tt></td>
402        <td>4 was current in 2012</td>
403        <td>NTP version</td>
404      </tr>
405      <tr>
406        <td><tt>4</tt></td>
407        <td>3: client, 4: server, 5: broadcast</td>
408        <td>mode</td>
409      </tr>
410      <tr>
411        <td><tt>1</tt></td>
412        <td>1-15, 16: not synced</td>
413        <td>stratum</td>
414      </tr>
415      <tr>
416        <td><tt>8</tt></td>
417        <td>log<sub>2</sub> seconds</td>
418        <td>poll</td>
419      </tr>
420      <tr>
421        <td><tt>-21</tt></td>
422        <td>log<sub>2</sub> seconds</td>
423        <td>precision</td>
424      </tr>
425      <tr>
426        <td><tt>0.000000</tt></td>
427        <td>seconds</td>
428        <td>total roundtrip delay to the primary reference clock</td>
429      </tr>
430      <tr>
431        <td><tt>0.000320</tt></td>
432        <td>seconds</td>
433        <td>total dispersion to the primary reference clock</td>
434      </tr>
435      <tr>
436        <td><tt>.PPS.</tt></td>
437        <td>REFID</td>
438        <td>system peer, association ID</td>
439      </tr>
440      <tr>
441	<td></td>
442	<td></td>
443        <td>If there is data beyond the base packet:</td>
444      </tr>
445      <tr>
446        <td><tt>4:</tt></td>
447        <td>Integer</td>
448        <td>Length, in bytes</td>
449      </tr>
450      <tr>
451        <td><tt>0000</tt></td>
452        <td>Hex data</td>
453      </tr>
454    </table>
455  </dd>
456  <dt><tt>sysstats</tt></dt>
457  <dd>Record system statistics. Each hour one line is appended to the <tt>sysstats</tt> file
458    set in the following format:</dd>
459  <dd><tt>50928 2132.543 3600 81965 0 9546 56 512 540 10 4 147 1</tt></dd>
460  <dd>
461    <table width="100%" border="1" cellspacing="2" cellpadding="2">
462      <tr>
463        <td>Item</td>
464        <td>Units</td>
465        <td>Description</td>
466      </tr>
467      <tr>
468        <td><tt>50928</tt></td>
469        <td>MJD</td>
470        <td>date</td>
471      </tr>
472      <tr>
473        <td><tt>2132.543</tt></td>
474        <td>s</td>
475        <td>time past midnight</td>
476      </tr>
477      <tr>
478        <td><tt>3600</tt></td>
479        <td>s</td>
480        <td>time since reset</td>
481      </tr>
482      <tr>
483        <td><tt>81965</tt></td>
484        <td>#</td>
485        <td>packets received</td>
486      </tr>
487      <tr>
488        <td><tt>0</tt></td>
489        <td>#</td>
490        <td>packets for this host</td>
491      </tr>
492      <tr>
493        <td><tt>9546</tt></td>
494        <td>#</td>
495        <td>current versions</td>
496      </tr>
497      <tr>
498        <td><tt>56</tt></td>
499        <td>#</td>
500        <td>old version</td>
501      </tr>
502      <tr>
503        <td><tt>512</tt></td>
504        <td>#</td>
505        <td>access denied</td>
506      </tr>
507      <tr>
508        <td><tt>540</tt></td>
509        <td>#</td>
510        <td>bad length or format</td>
511      </tr>
512      <tr>
513        <td><tt>10</tt></td>
514        <td>#</td>
515        <td>bad authentication</td>
516      </tr>
517      <tr>
518        <td><tt>4</tt></td>
519        <td>#</td>
520        <td>declined</td>
521      </tr>
522      <tr>
523        <td><tt>147</tt></td>
524        <td>#</td>
525        <td>rate exceeded</td>
526      </tr>
527      <tr>
528        <td><tt>1</tt></td>
529        <td>#</td>
530        <td>kiss-o'-death packets sent</td>
531      </tr>
532    </table>
533  </dd>
534  <dt><tt>timingstats</tt></dt>
535  <dd>(Only available when the daemon is compiled with process time debugging
536    support (--enable-debug-timing - costs performance). Record processing time
537    statistics for various selected code paths.</dd>
538  <dd><tt>53876 36.920 10.0.3.5 1 0.000014592 input processing delay</tt></dd>
539  <dd>
540    <table width="100%" border="1" cellspacing="2" cellpadding="2">
541      <tr>
542        <td>Item</td>
543        <td>Units</td>
544        <td>Description</td>
545      </tr>
546      <tr>
547        <td><tt>53876</tt></td>
548        <td>MJD</td>
549        <td>date</td>
550      </tr>
551      <tr>
552        <td><tt>36.920</tt></td>
553        <td>s</td>
554        <td>time past midnight</td>
555      </tr>
556      <tr>
557        <td><tt>10.0.3.5</tt></td>
558        <td>IP</td>
559        <td>server address</td>
560      </tr>
561      <tr>
562        <td><tt>1</tt></td>
563        <td>#</td>
564        <td>event count</td>
565      </tr>
566      <tr>
567        <td><tt>0.000014592</tt></td>
568        <td>s</td>
569        <td>total time</td>
570      </tr>
571      <tr>
572        <td><tt><i>message</i></tt></td>
573        <td>text</td>
574        <td>code path description (see source)</td>
575      </tr>
576    </table>
577  </dd>
578</dl>
579<hr>
580<script type="text/javascript" language="javascript" src="scripts/footer.txt"></script>
581</body>
582</html>
583