1

How could I find or calculate the throughput, delay, and packet loss rate of TCP flow ?

  1. I want to do it from reading the pcap file , and using Python
  2. Now I use the dpkt module to caculate the throughput of TCP flow, accumulate the total length of all packets of one TCP flow, and divide total length by (endtimestamp - starttimestamp), is it correct? And how to find delay and pcaket loss rate?
  3. The data was captured in LTE network.

Thanks a lot.

Community
  • 1
  • 1
cyminute
  • 11
  • 5

0 Answers0