This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

throughput measurement, graph

0

Hi, Im currently working on my Bachelor theses, and have a problem. The goal is to show differences among TCP variants. As far as know, the biggest difference is based on Congestion Avoidance, which Id like to demonstrate by unplugging one site of the communication and than take a look at how quickly those different TCP types can recover from that "disconnection". To determine that, i need a very exact output (graph) that would show that. IS IT POSSIBLE IN WIRESHARK?

Thank you very much in advance,

Radim Havlicek

asked 18 Mar '13, 07:14

radim0574's gravatar image

radim0574
11334
accept rate: 0%

edited 18 Mar '13, 09:32

grahamb's gravatar image

grahamb ♦
19.8k330206


2 Answers:

1

Yes, Have you looked at the different TCP stream graphs? Especially the tcptrace variant? (See: "Statistics -> TCP StreamGraph -> Time-Sequence Graph (tcptrace)")

answered 18 Mar '13, 07:23

SYN-bit's gravatar image

SYN-bit ♦♦
17.1k957245
accept rate: 20%

thank you for your answer. Yes, i did but than doesn`t provide all i need, which is:exact time (yes), bandwidth (yes), current RTT (no), congestion window (no). I need to determine where exactly the connection is back (which packet), and when exactly does the throughput gets into the same level as it was before the disconnection.

Radim

(18 Mar '13, 13:31) radim0574

0

I would also make use of the Statistics:Flow Graph which represents the details and direction of the TCP packets as they flow between the hosts.

answered 18 Mar '13, 13:21

martyvis's gravatar image

martyvis
8911525
accept rate: 7%