ntpq -p
remote refid st t when poll reach delay offset jitter
==============================================================================
LOCAL(0) .LOCL. 10 l 23 64 1 0.000 0.000 0.001
erman.prt 85.119.80.232 5 u 22 64 1 0.116 8.789 0.001
remote refid st t when poll reach delay offset jitter
==============================================================================
LOCAL(0) .LOCL. 10 l 23 64 1 0.000 0.000 0.001
erman.prt 85.119.80.232 5 u 22 64 1 0.116 8.789 0.001
- The asterisk(*): prefered time server(ntp will first to try to get the time).
 - remote: the address of the time server, with LOCAL(0) indicating the local clock.
 - refid: type of the time server. LOCAL or .LCL. means local, .DCFa. is a DCF77 receiver, .PPS. is a hardware device generating a pulse every second.
 - st: the Stratum, which indicates the accuracy to be expected. Stratum 0 are usually atomic clocks, Stratum 1 might be radio controlled clocks.
 - when: next update time.
 - poll: the count that when has to reach before an update is attempted
 - reach: octal number that is left-shifted on each update. On a successful update an 1 is shifted in, 0 otherwise.
 - delay: RTT to the time server
 - offset: the difference between the remote and the local clock
 
No comments :
Post a Comment
If you will ask a question, please don't comment here..
For your questions, please create an issue into my forum.
Forum Link: http://ermanarslan.blogspot.com.tr/p/forum.html
Register and create an issue in the related category.
I will support you from there.