Hi,
I working on some applications that route tcp and upd traffic through multiple machines and I'm trying to timestamp (millisecond resolution) the packets on every node to receive a full picture of latency through each node.
Before the tests I made sure that all windows machines are NTP synced, however my issue seems to be that the time on all machines is never really fully in sync and system times seem to vary +-500ms. For example, sometimes my timestamp logs show that a packet was received at node2 500ms before it was sent from node1.
After a NTP resync of all machines it will always show a different latency between node1 and node2 but the time differences are always constant until the next NTP sync.
What accuracy can I expect when syncing multiple machines to the same NTP server? Is there any reason why I'm seeing these discrepancies and how do other applications measure latency through a system that involves multiple machines?
Thanks,
Tom