pcap2json icon indicating copy to clipboard operation
pcap2json copied to clipboard

TCP re-transmission stats

Open fmadio opened this issue 5 years ago • 1 comments

Need to work out a way to calculate some TCP re-transmission stats . its problem because all worker threads run in-dependently

fmadio avatar Jun 02 '19 06:06 fmadio

SACK counter might be a good proxy for retransmissions https://github.com/fmadio/pcap2json/commit/0bed656642fafbc7d3c9bd060d6c3c972a21de8c

Its a problem because of the wide parallel execution and exact TCP gap detection requires full serialization. Serialization burden the processing overhead.

See how it looks for production traffic

fmadio avatar Jul 15 '19 12:07 fmadio