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 Gharge |
One Answer:
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 ♦♦ |
Thanks sake for this.