While changes are going on, may I make a few suggestions about making JMeter more 
robust in the HTTP Statistics area:
  Record the time to the first byte in the request.
  Record the time to the first byte in the response.
  Record the time to the last byte in the request.
  Record the time to the last byte in the response.
  Record the time to the connect.
  Record the time to the disconnect.
  Record the size of the request.
  Record the size of the response.
  Option to re-use connections (like IE does).

By a brief look at the code, it would appear the GUI would also have to change to 
handle this area. Right now it would appear that the GUI only knows how to handle one 
timer event. We could add a hashtable to have all the timer events and still have the 
Sampler return the  current implementation as default but if the gui can extract the 
data, then it could get a reference to the hashtable and start 
plotting/calulating/displaying based on all the hashtable.

Suggestions, comments?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to