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

How can I see how long takes from when the HTTP GET message was sent until the HTTP OK reply was received

0

Thank you for your help

asked 12 Mar '13, 20:50

feierqi's gravatar image

feierqi
1111
accept rate: 0%


3 Answers:

2

Set your time display format to "Seconds Since Beginning of Capture." (View > Time Display Format > Seconds Since Beginning of Capture.) In the Packet List pane, right-click on the packet with the GET request, and select "Set Time Reference." You will see "*REF*" in the Time column.

Now select the packet with the reply. The value in the Time column is the elapsed time between those two packets.

answered 12 Mar '13, 21:32

Jim%20Aragon's gravatar image

Jim Aragon
7.2k733118
accept rate: 24%

2

Or use the latest development version of Wireshark (a buildbot build or the recently-released 1.9.1): with that Wireshark will calculate these things for you (thanks to bug 8287).

answered 13 Mar '13, 07:38

JeffMorriss's gravatar image

JeffMorriss ♦
6.2k572
accept rate: 27%

0

Hey, Use Jmeter.. Its a good tool for any HTTP XML/JSON testes.. Automation is easy once you learn it

answered 21 Mar '13, 06:23

Kaasi's gravatar image

Kaasi
16114
accept rate: 0%