I have an application that depends on gpsd and ntpd to accurately set the system time on a linux machine.
gpsd is fed NMEA + PPS
The application is punping ~25MB per second over the network and I think the loading on the system is causing jitter in the time somehow. (loaded PCI express bus causing irregular interrupt latency)
I have another machine that is not loaded at all that I could setup to read the GPS and act as an NTP server for the loaded machine. (the loaded machine would be getting startum 1 ???)
How accurate can I expect the time to be from a stratum 0 NTP server on the same subnet on Ethernet?
I hope this is not too off topic, I am sure sometime someone else will be happy the answer is documented here. ;-)