article/linux/ntp.md
2024-05-13 20:19:36 +08:00

16 lines
782 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

```
根据您提供的ntpq -p命令输出结果可以看到以下信息
remote列显示了NTP服务器的名称或IP地址。
refid列显示了NTP服务器的参考标识。
st列显示了NTP服务器的时钟层级。
t列显示了NTP服务器的时钟类型。
when列显示了最后一次成功与NTP服务器通信的时间以秒为单位
poll列显示了NTP客户端与NTP服务器之间的轮询间隔。
reach列显示了NTP客户端与NTP服务器之间的成功通信次数。
delay列显示了NTP客户端与NTP服务器之间的延迟以毫秒为单位
offset列显示了NTP客户端与NTP服务器之间的时钟偏移以毫秒为单位
jitter列显示了NTP客户端与NTP服务器之间的时钟抖动以毫秒为单位
```