|
Next variable is average Time spent per request for each concurrency.
According to the Apache official website, the data in this variable is calculated with formula: (concurrency times time taken for test times one thousand divided by the total requests that were successfully served).
VM is taking time in span of three hundred points eight hundred and three milliseconds until four thousand two hundred two point six hundred and forty three milliseconds.
Meanwhile container is taking time in span of two hundred and forty-four points nine hundred and seventy-three milliseconds until two thousand seven hundred ninety seven point five hundred and eighty five milliseconds.
In this variable, similar things happens with Time taken for test variable which I have explained before. And the reason is also same, the greater the concurrency, the more memory is needed for serving request for each concurrency, so it means the greater the concurrency, the longer it takes to serve requests for each concurrency. |