Ask Your Question
0

UDP packet matching for latency and jitter

asked 2021-06-14 23:05:10 +0000

I have two logs that I can merge. They are UDP data from iperf. Is there a way to do packet matching to determine jitter, latency and throughput in wireshark?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-06-15 22:00:04 +0000

BigFatCat gravatar image

It can be done either manually or with a script, but I do not recommend it because there are so some many "what if?"

  1. The integrity of the timestamps in both files need to verify. Timestamps can be affected if the computer capturing packets is doing offloading, background applications running, slow CPU or has high CPU utilization.
  2. Both devices need a clock that traceable back to a reliable clock source (e.g., NTP). BTW, there is jitter on NTP. An example if the clocks are off by 500ms, your timestamp will be off by 500ms. You can always adjust the timestamps on the file, but the clocks must be verified before every capture.
  3. Out-of-order and dropped packets
  4. Graph throughput with I/0 graph
edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2021-06-14 23:05:10 +0000

Seen: 684 times

Last updated: Jun 15 '21