[root@openvpn ~]# chronyc sources -v 210 Number of sources = 4 .-- Source mode '^' = server, '=' = peer, '#' = local clock. / .- Source state '*' = current synced, '+' = combined , '-' = not combined, | / '?' = unreachable, 'x' = time may be in error, '~' = time too variable. || .- xxxx [ yyyy ] +/- zzzz || Reachability register (octal) -. | xxxx = adjusted offset, || Log2(Polling interval) --. | | yyyy = measured offset, || \ | | zzzz = estimated error. || | | \ MS Name/IP address Stratum Poll Reach LastRx Last sample =============================================================================== ^? 61-216-153-105.HINET-IP.> 0 10 0 - +0ns[ +0ns] +/- 0ns ^* dns1.synet.edu.cn 2 8 377 38 +536us[+6474us] +/- 21ms ^? ntp2.itcompliance.dk 0 10 0 - +0ns[ +0ns] +/- 0ns ^- mx.comglobalit.com 2 10 377 477 +37ms[ +45ms] +/- 210ms
chronyc命令参数说明:
参数
参数说明
accheck
检查NTP访问是否对特定主机可用
activity
该命令会显示有多少NTP源在线/离线
add server
手动添加一台新的NTP服务器。
clients
在客户端报告已访问到服务器
delete
手动移除NTP服务器或对等服务器
settime
手动设置守护进程时间
tracking
显示系统时间信息
查看日期时间、时区及NTP状态:# timedatectl1.1.6 其他时间设置相关指令
查看日期时间、时区及NTP状态:# timedatectl 查看时区列表:# timedatectl list-timezones 修改时区# timedatectl set-timezone Asia/Shanghai 修改日期时间:# timedatectl set-time "2015-01-21 11:50:00"(可以只修改其中一个) 开启NTP:# timedatectl set-ntp true/flase
1.1.7 chrony的优势更快的同步只需要数分钟而非数小时时间,从而最大程度减少了时间和频率误差,这对于并非全天 24 小时运行的台式计算机或系统而言非常有用。
能够更好地响应时钟频率的快速变化,这对于具备不稳定时钟的虚拟机或导致时钟频率发生变化的节能技术而言非常有用。
在初始同步后,它不会停止时钟,以防对需要系统时间保持单调的应用程序造成影响。
在应对临时非对称延迟时(例如,在大规模下载造成链接饱和时)提供了更好的稳定性。
无需对服务器进行定期轮询,因此具备间歇性网络连接的系统仍然可以快速同步时钟。