![]() |
How to determine throughput/bandwidth from a file captured (e.g TCP packets) using py - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: Networking (https://python-forum.io/forum-12.html) +--- Thread: How to determine throughput/bandwidth from a file captured (e.g TCP packets) using py (/thread-25236.html) |
How to determine throughput/bandwidth from a file captured (e.g TCP packets) using py - Laura - Mar-24-2020 How to determine throughput/bandwidth from a file captured (e.g TCP packets) using py. I need to determine the throughput available between TCP client/server for each message (e.g TCP..) based on a packet capture. I would be very grateful if someone would indicate a .py script or tool that allows me to extract the throughput or network bandwidth from a pcap file and save it in a csv, txt, etc. Any help will be really appreciated, Laura |