mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
df6c5fd47c
for a persistently fast or slow system clock. It also could be used to synchronize time across LAN or WAN. PR: 19349 Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
17 lines
736 B
Plaintext
17 lines
736 B
Plaintext
clockspeed uses a hardware tick counter to compensate for a persistently
|
|
fast or slow system clock. Given a few time measurements from a reliable
|
|
source, it computes and then eliminates the clock skew.
|
|
|
|
sntpclock checks another system's NTP clock, and prints the results in a
|
|
format suitable for input to clockspeed. sntpclock is the simplest
|
|
available NTP/SNTP client.
|
|
|
|
taiclock and taiclockd form an even simpler alternative to SNTP. They
|
|
are suitable for precise time synchronization over a local area network,
|
|
without the hassles and potential security problems of an NTP server.
|
|
|
|
This version of clockspeed can use the Pentium RDTSC tick counter or the
|
|
Solaris gethrtime() nanosecond counter.
|
|
|
|
WWW: http://cr.yp.to/clockspeed.html
|