Skip to content

Commit

Permalink
chronyc, ntpq: add page (tldr-pages#5828)
Browse files Browse the repository at this point in the history
  • Loading branch information
RH-sdavey authored Apr 25, 2021
1 parent 932a620 commit c5ceab5
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
28 changes: 28 additions & 0 deletions pages/linux/chronyc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# chronyc

> Query the Chrony NTP daemon.
> More information: <https://chrony.tuxfamily.org/doc/4.0/chronyc.html>.
- Start chronyc in interactive mode:

`chronyc`

- Display tracking stats for the Chrony daemon:

`chronyc tracking`

- Print the time sources that Chrony is currently using:

`chronyc sources`

- Display stats for sources currently used by chrony daemon as a time source:

`chronyc sourcestats`

- Step the system clock immediately, bypassing any slewing:

`chronyc makestep`

- Display verbose information about each NTP source:

`chronyc ntpdata`
24 changes: 24 additions & 0 deletions pages/linux/ntpq.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# ntpq

> Query the Network Time Protocol (NTP) daemon.
> More information: <https://www.eecis.udel.edu/~mills/ntp/html/ntpq.html>.
- Start `ntpq` in interactive mode:

`ntpq --interactive`

- Print a list of NTP peers:

`ntpq --peers`

- Print a list of NTP peers without resolving hostnames from IP addresses:

`ntpq --numeric --peers`

- Use `ntpq` in debugging mode:

`ntpq --debug-level`

- Print NTP system variables values:

`ntpq --command={{rv}}`

0 comments on commit c5ceab5

Please sign in to comment.