From 9574cfde6a00d86ea68c82e3238fe67b5f20c9b3 Mon Sep 17 00:00:00 2001 From: Lena <126529524+acuteenvy@users.noreply.github.com> Date: Mon, 28 Oct 2024 04:47:14 +0100 Subject: [PATCH] ntpctl: add page (#14382) --- pages/common/ntpctl.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/common/ntpctl.md diff --git a/pages/common/ntpctl.md b/pages/common/ntpctl.md new file mode 100644 index 000000000..bb4b9bbde --- /dev/null +++ b/pages/common/ntpctl.md @@ -0,0 +1,20 @@ +# ntpctl + +> Display information about the running instance of OpenNTPD. +> More information: . + +- Show all data: + +`ntpctl -s {{a|all}}` + +- Show information about each peer: + +`ntpctl -s {{p|peers}}` + +- Show the status of peers and sensors, and whether the system clock is synced: + +`ntpctl -s {{s|status}}` + +- Show information about each sensor: + +`ntpctl -s {{S|Sensors}}`