サーバー固有の偏差を表示するNTPツール

サーバー固有の偏差を表示するNTPツール

コマンドラインで指定されたNTPサーバーのシステム時間オフセットを確認できるコマンドラインを探しています。システム時間を変更/調整したくありません。偏差だけを表示するだけです。

良い点は、Windowsツールw32tm.exeで使用されるテキストモードの表示です。

14:09:06 d:+00.0331970s o:+00.0046684s [                           *                           ]
14:09:08 d:+00.0331985s o:+00.0050307s [                           *                           ]
14:09:10 d:+00.0331980s o:+00.0050342s [                           *                           ]
14:09:12 d:+00.0341736s o:+00.0041995s [                           *                           ]
14:09:14 d:+00.0341737s o:+00.0048171s [                           *                           ]
14:09:16 d:+00.0331742s o:+00.0043771s [                           *                           ]
14:09:18 d:+00.0341740s o:+00.0045760s [                           *                           ]

どのプログラムを使うべきですか?

ベストアンサー1

$ ntpdate -q pool.ntp.org
server 86.59.113.118, stratum 2, offset 0.007942, delay 0.07298
server 147.251.48.140, stratum 2, offset -0.001173, delay 0.05101
server 212.18.3.19, stratum 2, offset -0.003886, delay 0.04689

おすすめ記事