]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Documentation updated from Dave Mills
authorHarlan Stenn <stenn@ntp.org>
Mon, 26 Jun 2006 07:23:59 +0000 (03:23 -0400)
committerHarlan Stenn <stenn@ntp.org>
Mon, 26 Jun 2006 07:23:59 +0000 (03:23 -0400)
bk: 449f8b8f4POh2jeD6Cwwr4CW_PUKjA

html/ntpdsim.html
html/scripts/links7.txt
html/scripts/links9.txt

index 1a8d8af8f7de4a1714ceb8acd38d775c32f71fe2..31eccf84ec5daf2e7cf3133cc1fb305065084aae 100644 (file)
@@ -13,7 +13,7 @@
                <h3><tt>ntpdsim</tt> - Network Time Protocol (NTP) simulator</h3>
                <img src="pic/alice47.gif" alt="gif" align="left"><a href="http://www.eecis.udel.edu/%7emills/pictures.html">from <i>Alice's Adventures in Wonderland</i>, Lewis Carroll</a>
                <p>The mushroom knows all the command line options.</p>
-               <p>Last update: <csobj format="ShortTime" h="25" locale="00000409" region="0" t="DateTime" w="61">18:45</csobj> UTC <csobj format="LongDate" h="25" locale="00000409" region="0" t="DateTime" w="246">Thursday, July 28, 2005</csobj></p>
+               <p>Last update: <csobj format="ShortTime" h="25" locale="00000409" region="0" t="DateTime" w="61">20:07</csobj> UTC <csobj format="LongDate" h="25" locale="00000409" region="0" t="DateTime" w="223">Friday, June 16, 2006</csobj></p>
                <br clear="left">
                <h4>Related Links</h4>
                <script type="text/javascript" language="javascript" src="scripts/links7.txt"></script>
@@ -28,7 +28,7 @@
                <h4 id="synop">Synopsis</h4>
                <tt>ntpdsim [ -B <i>bdly</i> ] [ -C <i>snse</i> ] [ -O <i>clk_time</i> ] [ -S <i>sim_time</i> ] [ -T <i>ferr</i> ] [ -W <i>fsne</i> ] [ -Y </tt><i><tt>ndly</tt></i><tt> ] [ -X </tt><i><tt>pdly</tt></i><tt> ]</tt>
                <h4 id="descr">Description</h4>
-               <p>The <tt>ntpdsim</tt> program is an adaptation of the <tt>ntpd</tt> operating system daemon. The program operates as a discrete time simulator using specified systematic and random driving sources. It includes all the mitigation and discipline algorithms of the actual daemon, but with the packet I/O and system clock algorithms driven by simulation. Most functions of the real <tt>ntpd</tt> remain intact, including the monitoring, statistics recording, trace and host name resolution features. Further information on the simulator is on the <a href="http://www.eecis.udel.edu/~mills/ntpsim.html">NTP Discrete Event Simulator</a> page.</p>
+               <p>The <tt>ntpdsim</tt> program is an adaptation of the <tt>ntpd</tt> operating system daemon. The program operates as a discrete time simulator using specified systematic and random driving sources. It includes all the mitigation and discipline algorithms of the actual daemon, but with the packet I/O and system clock algorithms driven by simulation. Most functions of the real <tt>ntpd</tt> remain intact, including the monitoring, statistics recording, trace and host name resolution features. Further information on the simulator is on the <a href="http://www.eecis.udel.edu/%7emills/ntpsim.html">NTP Discrete Event Simulator</a> page.</p>
                <p>The simulator is most useful to study NTP behavior in response to time and/or frequency transients under specific conditions of network jitter and oscillator wander. For this purpose the daemon can be driven by pseudorandom jitter and wander sample sequences characteristic of real networks and oscillators. The jitter generator produces samples from a Poisson distribution, while the wander generator produces samples from a Guassian distribution.</p>
                <p>The easiest way to use this program is to create a <tt>ntpstats</tt> directory, configuration file <tt>ntp.conf</tt> and frequency file <tt>ntp.drift</tt> and test shell <tt>test.sh</tt> in the base directory. The <tt>ntp.drift</tt> file and <tt>ntpstats</tt> directory can be empty to start. The <tt>test.sh</tt> script can contain something like</p>
                <pre>rm ./ntpstats/*
@@ -44,7 +44,7 @@ filegen peerstats type day enable
 </pre>
                <h4 id="cmd">Command Line Options</h4>
                <dl>
-                       <dt>Most of the <tt>ntpd</tt> command line options apply also to <tt>ntpdsim</tt>. In addition, the following command line options apply to <tt>ntpdsim.</tt>
+                       <dt>Note:&nbsp;The NTP&nbsp;development team is moving to the use of a syntax-directed configuration file design. When complete these options will be replaced by a <a href="ntpdsim_new.html">new one</a>. Most of the <tt>ntpd</tt> command line options apply also to <tt>ntpdsim</tt>. In addition, the following command line options apply to <tt>ntpdsim.</tt>
                        <dt><tt>-B <i>bdly</i></tt>
                        <dd>Specify beep delay (3600) s.
                        <dt><tt>-C <i>snse</i></tt>
index fa476e279c7144f5c1b9f134a7406bec4a29da22..0d33473cc31e5cbde6a7a1abfefb0eccc2f0f888 100644 (file)
@@ -2,4 +2,5 @@ document.write("<ul>\
 <li class='inline'><a href='confopt.html'>Server Options</a><br>\\r
 <li class='inline'><a href='authopt.html'>Authentication Options</a><br>\\r
 <li class='inline'><a href='monopt.html'>Monitoring Options</a><br>\\r
+<li class='inline'><a href='ntp_conf.html'>Configuration File Definition (Advanced)</a><br>\
 </ul>")
\ No newline at end of file
index 06e3462e24441b243bcf5367c1352403cc5e6162..6ea32f06da860e6b0a6bedebec3ed4b1ac3a831e 100644 (file)
@@ -2,6 +2,7 @@ document.write("<ul>\
 <li class='inline'><a href='authopt.html'>Authentication Options</a><br>\\r
 <li class='inline'><a href='manyopt.html'>Automatic NTP Configuration Options</a><br>\\r
 <li class='inline'><a href='confopt.html'>Server Options</a><br>\\r
+<li class='inline'><a href='groups.html'>Trusted Hosts and Groups</a><br>\
 <li class='inline'><a href='keygen.html'><tt>ntp-keygen</tt> - generate public and private keys</a>\
 <li class='inline'><a href='http://www.eecis.udel.edu/~mills/autokey.html'>Autonomous Authentication</a>\\r
 </ul>")
\ No newline at end of file