Clock_stepと時間リセットの違いは何ですか?

Clock_stepと時間リセットの違いは何ですか?

clock_stepが時々表示されますが、時間リセットが表示されるのはなぜですか?

ログ1:

27 Jul 11:11:08 ntpd[100258]: 0.0.0.0 c515 05 clock_sync
27 Jul 11:13:41 ntpd[100258]: 0.0.0.0 0613 03 spike_detect +4.152511 s
27 Jul 11:27:01 ntpd[100258]: 0.0.0.0 061c 0c clock_step +4.151101 s
27 Jul 11:27:05 ntpd[100258]: 0.0.0.0 0614 04 freq_mode

ログ2:

Apr  6 16:39:01 AAA3 ntpd[2576]: synchronized to 172.16.100.81, stratum 3
Apr  6 16:56:16 AAA3 ntpd[2576]: time reset +6.288863 s
Apr  6 16:59:49 AAA3 ntpd[2576]: synchronized to 172.16.100.81, stratum 3

ベストアンサー1

時間リセット:時間エラーがステップしきい値を超えて正しい時間にリセットされました。

クロックステップ:通常、有効なNTPサーバーとの差を調整するために、ローカルシステムのクロック周波数を変更します。オフセットが 128ms より大きい場合、追加の設定が行われ、システムクロックが段階的に調整されます。

また見てくださいここ

おすすめ記事