@#3 ... When I read things like this I wonder what the accuracy is compared to, the clock will not gain or lose the relative to what? ...
That is a great point to raise.
To explain my view, allow me to take a step back and bore you with a true story from a prior life of mine ...
OK, I was responsible for the engineering aspect of IT in a company I worked for. As such, i had many conversations with the manager in charge of the IT operations and also the techs in IT who toiled to keep things running.
One time I was trying to track down an anomaly that seemed to occur with three different servers in the computer room.
As I tried to trace the ~event~ among those servers, one of the first things I noticed was that the timestamps on the system logs were, I'll be kind, not in agreement.
Stated differently, an event that I knew occurred at the same time on three servers was presented in the logs of those servers as occurring a couple minutes apart.
So, I asked a question ... how are the clocks on those servers set. The answer was, when the server is started, the tech inserts the time from their watch.
That ain't good. When trying to trace events across multiple servers, the time clocks of those servers need to agree within a needed resolution.
So, I raised an issue, and the IT manager then put into place a substantial NTP infrastructure for the servers in the company.
The company servers were now all within milliseconds of each other, which made trouble-shooting so much easier. Because I could then look at the log files and see how things occurred relative to other events. (kudos to you if you are still hanging in here)
OK, that is a long way around to saying a simple thing, if you want to look at what is happening concurrently, the clock you use must provide the resolution you need to attain that goal.
ponsible for the engineering aspect of IT in a company I worked for. As such, I had many conversations with the manager in charge of the IT operations and also the techs in IT who toiled to keep things running.
One time I was trying to track down an anomaly that seemed to occur with three different servers in the computer room.
As I tried to trace the ~event~ among those servers, one of the first things I noticed was that the timestamps on the system logs were, I'll be kind, not in agreement.
Stated differently, an event that I knew occurred at the same time on two servers was presented in the logs of those two servers as occurring a couple minutes apart.
So, I asked a question ... how are the clocks on those servers set. The answer was, when the server is started, the tech inserts the time from their watch.
I raised an issue, and the IT manager then put into place a substantial NTP infrastructure for the servers on the company. They were now all within milliseconds of each other, which made trouble-shooting so much easier. Because I could then look at the log files and see how things occurred relative to other events. (kudos to you if you are still hanging in here)
OK, that is a long way around to saying a simple thing, if you want to look at what is happening concurrently, the clock you use must provide the resolution you need to attain that goal.