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
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
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.