Re: Time Synchronizing Between Two Servers



On May 4, 2007, at 9:10 AM, RW wrote:
On Thu, 03 May 2007 11:07:34 -0400
Chuck Swiger <cswiger@xxxxxxx> wrote:
Sun SPARC machines have good HW clocks, and also some of the newer
Macs also seem to have consistently low values in ntp.drift and
handle timekeeping well.

Does that matter?

A good question-- the answer seems to be that it depends.

The RTC time is almost immediately overridden by ntpdate. The
drift is a systematic error that ntpd allows for. I would
have thought that the only significant issue, is whether the system
loses timer interrupts under load.

There are limits to how rapidly ntpd will slew the clock via adjtime (); the smaller the intrinsic drift of the HW clock, the sooner any adjustment (beyond the initial stepping at system boot via ntpdate) will complete. This only matters to stratum-2 and higher systems-- anything with a primary reference clock (GPS/WWV/ACTS/etc) is going to sync to that and ignore the local HW clock entirely.

--
-Chuck

_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: vmware timekeeping
    ... problem is that the clock keeps *gaining* time. ... I have the "timesync" option turned on in ESX's .vmx file, ... Does anyone have a good recipe for decent timekeeping in this config? ... Without using syncTime the guest's clock can run slow, depending on the host's overall load. ...
    (freebsd-questions)
  • Re: Re: [PATCH 2/3] ftrace: add tracepoint for xtime
    ... So the only thing to watch out on here is that xtime doesn't hold the ... you're actually tracing the timekeeping code. ... clock source can not take locks or do anything fancy. ...
    (Linux-Kernel)
  • Re: [PATCH 2/3] ftrace: add tracepoint for xtime
    ... So the only thing to watch out on here is that xtime doesn't hold the ... you're actually tracing the timekeeping code. ... clock source can not take locks or do anything fancy. ...
    (Linux-Kernel)
  • Re: [PATCH 2/3] ftrace: add tracepoint for xtime
    ... So the only thing to watch out on here is that xtime doesn't hold the ... you're actually tracing the timekeeping code. ... clock source can not take locks or do anything fancy. ...
    (Linux-Kernel)
  • Re: clock works slowly when I change CPU speed
    ... >the clock works ... You should not be using the TSC for timekeeping if you change the ...
    (freebsd-current)