0

Guys,

I got a task to measure the clock drift between a linux server and an "accurate" NTP/PTP server.

Any suggestion on this?

Thanks

Xavier
  • 1
  • 1

1 Answers1

0

There is an easy way to do this that I used recently.

On your linux server on which you want to monitor drift you set up the NTP config file with a single server entry to your "accurate NTP/PTP server" and include the server option noselect.

When you run NTP it will not discipline the clock but the offset can be viewed using e.g. nptq -pn or -c rl and you can use that to determine the drift over time.

Sᴀᴍ Onᴇᴌᴀ
  • 8,218
  • 8
  • 36
  • 58
CA_Charlie
  • 21
  • 3