This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Throughput calculation with Wireshark

Hi,

I want to calculate throughput rate using data that nRF52840 dongle working as sniffer captured.

Wireshark shows 'time' , 'delta time' and 'packet time'.

I think 'time' is incorrect.

For example, about IFS,  'delta time' shows 150 us but 'time' shows more than 1 ms.

・What dose 'time' means ?

・Do ’delta time’ and 'packet time' show correct time ?

Best regards

Parents
  • Hi

    At this maximum throughput in the 2MBPS PHY and with DLE + L2CAP, the nRF Sniffer will fill its buffer rather quick, and while it sends data from the chip to Wireshark, the device will miss a few packets before getting back to listening.

    Yes, you can estimate a throughput rate from Wireshark using the delta time and packet time parameters.

    Best regards,

    Simon

Reply
  • Hi

    At this maximum throughput in the 2MBPS PHY and with DLE + L2CAP, the nRF Sniffer will fill its buffer rather quick, and while it sends data from the chip to Wireshark, the device will miss a few packets before getting back to listening.

    Yes, you can estimate a throughput rate from Wireshark using the delta time and packet time parameters.

    Best regards,

    Simon

Children
Related