linux 在ntp服务中rootdelay和rootdisp的时间单位是什么[关闭]

atmip9wb  于 12个月前  发布在  Linux
关注(0)|答案(1)|浏览(112)

**已关闭。**此问题为not about programming or software development。目前不接受回答。

此问题似乎与a specific programming problem, a software algorithm, or software tools primarily used by programmers无关。如果您认为此问题与another Stack Exchange site的主题相关,可以发表评论,说明在何处可以回答此问题。
10天前关门了。
Improve this question
我读过很多关于ntp服务的文档,但是我没有在ntpq的输出中找到rootdelay和rootdisp时间单位的精确描述。

ntpq> rv 40848
associd=40848 status=9014 conf, reach, sel_reject, 1 event, reachable,
srcadr=ntp1.flashdance.cx, srcport=123, dstadr=192.168.42.142,
dstport=123, leap=00, stratum=2, precision=-25, rootdelay=0.519,
rootdisp=0.320, refid=192.36.143.150,
reftime=e935f2ee.1158397c  Wed, Dec 27 2023  8:48:46.067,
rec=e9351743.3376612b  Tue, Dec 26 2023 17:11:31.201, reach=377,
unreach=0, hmode=3, pmode=4, hpoll=10, ppoll=10, headway=0,
flash=400 peer_dist, keyid=0, offset=+6.080, delay=287.936,
dispersion=37.191, jitter=21353028.551, xleave=1.024,
filtdelay=   480.38  364.94  287.94  353.16  352.17  300.30  323.04  338.11,
filtoffset= +564948  +16.72   +6.08  +22.84  +22.85   -7.03   +8.60  +18.63,
filtdisp=      0.01   15.83   31.85   47.78   63.53   79.71   95.84  112.01

字符串
我问的是rootdelay=0.519ms rootdisp=0.320ms还是rootdelay=0.519s rootdisp=0.320s?

gorkyyrv

gorkyyrv1#

来自https://docs.ntpsec.org/latest/ntpq.html#:~:text= As%20with%20other%20ntpq%20output,unlike%20the%20precision%20system%20变量。其中描述了rv命令的输出:
请注意,时间值以毫秒表示,频率值以百万分之一(PPM)表示。
同样来自该文件的相关部分:
显示内核循环和PPS统计信息。与其他ntpq输出一样,时间以毫秒为单位。显示的精度值也以毫秒为单位,这与精度系统变量不同。

相关问题