|
|
|||
SYNCHRONIZE
SYSTEM TIME WITH CLOCKSPEED However, if you have a large network, NTP can create a fair amount of traffic to keep the clocks updated. It needs to run somewhat regularly to adjust for individual clock drifts on different computers. So unless you set up your own NTP server for the network, it can generate more traffic than you bargained for. One alternative is D. J. Bernstein's clockspeed program. Not only can it update the system's clock from an NTP server, but it can also calculate clock drifts and manage the system time accordingly. http://cr.yp.to/clockspeed.html Using clockspeed, you should only need to synchronize with an NTP server infrequently after the initial configuration; it could be even as rarely as once a year. To begin, download clockspeed from the Web, and compile and install it. Then, use the sntpclock tool to view the difference between the remote clock and the local clock, as shown below. (Replace 1.2.3.4 with the remote NTP server's IP address.) # sntpclock
1.2.3.4 | clockview # sntpclock
1.2.3.4 | clockadd clockspeed
& |
||||