Files
tldr/pages.zh/linux/ntpq.md

24 lines
447 B
Markdown
Raw Permalink 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
> 查询网络时间协议NTP守护进程。
> 更多信息:<https://www.eecis.udel.edu/~mills/ntp/html/ntpq.html>。
- 以交互模式启动 `ntpq`
`ntpq --interactive`
- 打印 NTP 对等体列表:
`ntpq --peers`
- 打印 NTP 对等体列表,不从 IP 地址解析主机名:
`ntpq --numeric --peers`
- 以调试模式使用 `ntpq`
`ntpq --debug-level`
- 打印 NTP 系统变量值:
`ntpq --command={{rv}}`