NTP: Difference between revisions

From DWIKI
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 29: Line 29:
==Ubuntu 20==
==Ubuntu 20==
timedated and friends: https://ubuntu.com/server/docs/network-ntp
timedated and friends: https://ubuntu.com/server/docs/network-ntp
=HOWTO=
==Check ntp server==
ntpdate -q ntp.server.name


=FAQ=
=FAQ=
==systemd ntp equivalent==
==systemd ntp equivalent==
timedatectl status
or
  systemctl status systemd-timesyncd.service
  systemctl status systemd-timesyncd.service

Latest revision as of 14:14, 26 June 2023

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

HOWTO

Check ntp server

ntpdate -q ntp.server.name

FAQ

systemd ntp equivalent

timedatectl status

or

systemctl status systemd-timesyncd.service