使用时systemd-timesyncd,您如何显示更详细的 NTP 状态?具体来说,我正在寻找我正在使用的对等点的 IP 地址(大概是通过 DHCP 获取的)。
这并没有显示我正在寻找的内容:
# timedatectl status
Local time: Wed 2016-01-13 09:59:13 EST
Universal time: Wed 2016-01-13 14:59:13 UTC
RTC time: Wed 2016-01-13 14:59:13
Time zone: America/New_York (EST, -0500)
NTP enabled: yes
NTP synchronized: yes
RTC in local TZ: no
DST active: no
Last DST change: DST ended at
Sun 2015-11-01 01:59:59 EDT
Sun 2015-11-01 01:00:00 EST
Next DST change: DST begins (the clock jumps one hour forward) at
Sun 2016-03-13 01:59:59 EST
Sun 2016-03-13 03:00:00 EDT
答案1
您可以使用:
systemctl status systemd-timesyncd
这将向您显示服务的状态以及获取的 IP。
答案2
您还可以使用:
timedatectl timesync-status
或者
timedatectl show-timesync