]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Update monopt.html with the new rawstats information
authorHarlan Stenn <stenn@ntp.org>
Thu, 7 Dec 2017 10:56:10 +0000 (10:56 +0000)
committerHarlan Stenn <stenn@ntp.org>
Thu, 7 Dec 2017 10:56:10 +0000 (10:56 +0000)
bk: 5a291e4aUT6tffuTzwCf8Z8da-JN0Q

html/monopt.html

index 60d2e724005825047af1faab2317743d45cc8f9b..e9b60e3166667d18b4c291f28f981d7f90e7c6db 100644 (file)
@@ -11,7 +11,7 @@
 <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>
 <p>Pig was hired to watch the logs.</p>
 <p>Last update:
-  <!-- #BeginDate format:En2m -->7-Jul-2017  02:08<!-- #EndDate -->
+  <!-- #BeginDate format:En2m -->7-Dec-2017  10:17<!-- #EndDate -->
     UTC</p>
 <br clear="left">
 <h4>Related Links</h4>
     the <a href="decode.html">Event Messages and Status Words</a> page.</dd>
   <dt><tt>rawstats</tt></dt>
   <dd>Record timestamp statistics. Each NTP packet received appends one line to
-    the <tt>rawstats</tt> file set:</dd>
+the <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>
   <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>
+  <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>
+  </tt></dd>
   <dd>
     <table width="100%" border="1" cellspacing="2" cellpadding="2">
       <tr>
         <td>total dispersion to the primary reference clock</td>
       </tr>
       <tr>
-        <td><tt>PPS.</tt></td>
-        <td>IP or text</td>
-        <td>refid, association ID</td>
+        <td><tt>.PPS.</tt></td>
+        <td>REFID</td>
+        <td>system peer, association ID</td>
+      </tr>
+      <tr>
+       <td></td>
+       <td></td>
+        <td>If there is data beyond the base packet:</td>
+      </tr>
+      <tr>
+        <td><tt>4:</tt></td>
+        <td>Integer</td>
+        <td>Length, in bytes</td>
+      </tr>
+      <tr>
+        <td><tt>0000</tt></td>
+        <td>Hex data</td>
       </tr>
     </table>
   </dd>