How do I export RTT data of a TCP stream?
Hello, I would like to export the data from the RTT plot for a given TCP stream. Currently I can see the temporal view of the RTT, but would like to get into specific timestamps and average RTT values. Is there a way to export the RTT data into a CSV or so, for further processing? I have searched around and could not find anything relevant. Appreciate any inputs.
Figure 7.7. “TCP Analysis” packet detail items
Would
tcp.analysis.ack_rtt
be enough?Thank you, that seems to work. I added the parameter
tcp.analysis.ack_rtt
as one of the display columns, exported it to CSV and able to get the average RTT.Is there a way to automate the above (maybe with tshark)? The trace file will have multiple TCP streams, sort the streams with highest amount of data, and get RTT for each of the streams.