NTP: Difference between revisions

From DWIKI
mNo edit summary
mNo edit summary
Line 1: Line 1:


= Network Time Protocol =
= Network Time Protocol =




Line 22: Line 23:
Offset: time difference between the peers or between the server and client
Offset: time difference between the peers or between the server and client


=Which one on which OS=
==Centos 8==
[[chronyd]]
=FAQ=
=FAQ=
==systemd ntp equivalent==
==systemd ntp equivalent==
  systemctl status systemd-timesyncd.service
  systemctl status systemd-timesyncd.service

Revision as of 17:03, 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

FAQ

systemd ntp equivalent

systemctl status systemd-timesyncd.service