GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
NTPSTAT(1) FreeBSD General Commands Manual NTPSTAT(1)

ntpstat - Print NTP synchronisation status

ntpstat [-m MAXERROR]

ntpstat is a script which prints a brief summary of the system clock's synchronisation status when the ntpd or chronyd daemon is running. It prints the time source (NTP server or reference clock) to which the system clock is currently synchronised, its stratum, how often is the server polled, and the maximum estimated error of the clock. The script uses the ntpq or chronyc program to obtain the information from the daemon.

Following the NTPv4 specification (RFC 5905), if the time source becomes unreachable and there are no other sources that could be selected, the status of the clock will still be “synchronised”, but the maximum error will be slowly increasing.

ntpstat exits with a status of 0 if the clock is synchronised, 1 if the clock is not synchronised, 2 if the status could not be determined, e.g. when the daemon is not running, or 3 if an invalid command-line option was specified.

Specify a maximum acceptable error of the clock in milliseconds. If the clock is synchronised, but its maximum estimated error is larger than MAXERROR, or is unknown, ntpstat will exit with a status of 1.
Print a help message and exit.

ntpd(8), ntpq(8), chronyd(8), chronyc(1)

ntpstat

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.