sapcc / ntp_exporter

Prometheus exporter for NTP offset/stratum of a client
Apache License 2.0
50 stars 17 forks source link

The meaning of indicators:ntp_drift_seconds #79

Closed yy549159265 closed 10 months ago

yy549159265 commented 10 months ago

Difference between system time and NTP time

May I ask what the system time and NTP time represent

SuperSandro2000 commented 10 months ago

ntp_drift_seconds is based on ClockOffset of the ntp library we are using.

system time is the time of the linux server where the exporter is running and ntp time is what the ntp server reported. offset or drift is the estimated difference between that.