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

queries regarding http protocol

0

Hi,

I wanted to ask following questions for long. I tried fetching information from various RFCs, mailing lists, forums etc. but no luck. Finally I found this site and decided to post questions here. They are as follows:

How can we get request Vs response delay for HTTP protocol?

How exactly to plot LOAD(*) graphs for HTTP protocol?

How can I use wireshark to identify performance bottleneck between proxy server and web server?

Regards, Vijay

asked 22 Feb '11, 12:28

Vijay%20Gharge's gravatar image

Vijay Gharge
36151620
accept rate: 0%


One Answer:

0

The HTTP protocol does not have response times yet. It is something I have started working on a while back, but it got stranded as HTTP pipelining kinda makes it a little more complex as I initially thought :-)

Because there is no response time analysis, there is also no way to use the LOAD(*) graphs for HTTP. You will have to analyze the problems manually unfortunately.

answered 22 Feb '11, 14:26

SYN-bit's gravatar image

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

Thanks sake for this.

(24 Feb '11, 08:13) Vijay Gharge