mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
24 lines
480 B
Markdown
24 lines
480 B
Markdown
# ntpq
|
|
|
|
> 네트워크 타임 프로토콜(NTP) 데몬 질의 도구.
|
|
> 더 많은 정보: <https://www.eecis.udel.edu/~mills/ntp/html/ntpq.html>.
|
|
|
|
- 대화형 모드로 `ntpq` 시작:
|
|
|
|
`ntpq --interactive`
|
|
|
|
- NTP 피어 목록 출력:
|
|
|
|
`ntpq --peers`
|
|
|
|
- IP 주소에서 호스트명을 해석하지 않고 NTP 피어 목록 출력:
|
|
|
|
`ntpq --numeric --peers`
|
|
|
|
- 디버깅 모드로 `ntpq` 사용:
|
|
|
|
`ntpq --debug-level`
|
|
|
|
- NTP 시스템 변수 값 출력:
|
|
|
|
`ntpq --command={{rv}}`
|