我正在寻找一个命令行,允许我检查命令行上指定的 NTP 服务器的系统时间偏差。我不想更改/调整系统时间 - 只显示偏差。
不错的是文本模式显示,因为它由 Windows 工具 w32tm.exe 使用:
14:09:06 d:+00.0331970s o:+00.0046684s [ * ]
14:09:08 d:+00.0331985s o:+00.0050307s [ * ]
14:09:10 d:+00.0331980s o:+00.0050342s [ * ]
14:09:12 d:+00.0341736s o:+00.0041995s [ * ]
14:09:14 d:+00.0341737s o:+00.0048171s [ * ]
14:09:16 d:+00.0331742s o:+00.0043771s [ * ]
14:09:18 d:+00.0341740s o:+00.0045760s [ * ]
我应该使用什么程序?
答案1
$ ntpdate -q pool.ntp.org
server 86.59.113.118, stratum 2, offset 0.007942, delay 0.07298
server 147.251.48.140, stratum 2, offset -0.001173, delay 0.05101
server 212.18.3.19, stratum 2, offset -0.003886, delay 0.04689
答案2
ntpdate 即将消失。你可以使用 sntp 做同样的事情