EricssonResearch / spindump

Spindump is an in-network latency measurement tool with support for QUIC and TCP
BSD 3-Clause "New" or "Revised" License
61 stars 17 forks source link

Session reporting mode #204

Closed sznadas closed 3 years ago

sznadas commented 4 years ago

It would be nice to have a reporting mode when only closed sessions are reported, 1 json record per session

sznadas commented 4 years ago

Example session statistics -Timestamp: begin, end -Amount of 1s intervals with no data within the begin-end interval -Bandwidth statistics -Bytes up/down -RTT statistics -Number of packets -Any error *statistics: min, max, avg, stddev, 10%-90% percentile, data used to calculate these

sznadas commented 4 years ago

Implementation started. Still not full functionality and code cleanup is needed.

--connection switch.

pull request: https://github.com/EricssonResearch/spindump/pull/214