How to check if NTP client works on windows 7/10

How to check if NTP client works on windows 7/10

run this command from command line:

w32tm /stripchart /computer:jp.pool.ntp.org /dataonly /samples:5

Response will be :

C:\Windows\System32>w32tm /stripchart /computer:jp.pool.ntp.org /dataonly /samples:5
Tracking jp.pool.ntp.org [162.159.200.1:123].
Collecting 5 samples.
The current time is 24.10.2019 08:58:22.
08:58:22, -00.3017199s
08:58:24, -00.3021865s
08:58:26, -00.3018570s
08:58:28, -00.3018344s
08:58:30, -00.3017718s

Comments

Popular posts from this blog

How to clean DB from old logs in Magento 1.x

Securing the Pi-hole with fail2ban to prevent DNS Amplification attacks

Apache 2.4 + mod_wsgi + Python 3.7 + Django installation on Centos 7.10