NTP: Difference between revisions

From DWIKI
m (New page: = Network Time Protocol = ==Software== ===ntpd=== ===ntpq=== ntpq -p)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
= Network Time Protocol =
= Network Time Protocol =


==Software==
===ntpd===


===ntpq===
 
 
 
== Software ==
 
=== ntpd ===
 
 
=== ntpq ===
 
[https://detailed.wordpress.com/2017/10/22/understanding-ntpq-output/ Understanding ntpq output]
 
Query status:
 
  ntpq -p
  ntpq -p
     
Jitter: variance in latency on the network
Offset: time difference between the peers or between the server and client
=Which one on which OS=
==Centos 8==
[[chronyd]]
==Ubuntu 20==
timedated and friends: https://ubuntu.com/server/docs/network-ntp
=FAQ=
==systemd ntp equivalent==
systemctl status systemd-timesyncd.service

Revision as of 17:18, 10 August 2022

Network Time Protocol

Software

ntpd

ntpq

Understanding ntpq output

Query status:

ntpq -p
     

Jitter: variance in latency on the network Offset: time difference between the peers or between the server and client


Which one on which OS

Centos 8

chronyd

Ubuntu 20

timedated and friends: https://ubuntu.com/server/docs/network-ntp

FAQ

systemd ntp equivalent

systemctl status systemd-timesyncd.service