diff --git a/pages/linux/chronyc.md b/pages/linux/chronyc.md new file mode 100644 index 000000000..64f187c4b --- /dev/null +++ b/pages/linux/chronyc.md @@ -0,0 +1,28 @@ +# chronyc + +> Query the Chrony NTP daemon. +> More information: . + +- 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` diff --git a/pages/linux/ntpq.md b/pages/linux/ntpq.md new file mode 100644 index 000000000..2ce51dec1 --- /dev/null +++ b/pages/linux/ntpq.md @@ -0,0 +1,24 @@ +# ntpq + +> Query the Network Time Protocol (NTP) daemon. +> More information: . + +- 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}}`