|
Hi,
I would like to get the response time for each request. In the class
grinder-http/src/main/java/net/grinder/plugin/http/HTTPRequest.java, line 1306
of grinder it is logged some information for every request like response size but not respone time
final String message =
httpResponse.getOriginalURI() + " -> " + statusCode + " " +
httpResponse.getReasonLine() + ", " + responseLength + " bytes";
Any other idea how to get response time?
Regards,
Bernhard
|