|
Last variable is Transfer rate of data with the total size of data transferred is 2916100 (two million nine hundred sixteen thousand one hundred) bytes and with total of 2855900 (two million eight hundred fifty-five thousand nine hundred) bytes of HTML data transferred.
According to the Apache official website, The data in this variable is calculated with formula: (total data read divided by one thousand twenty-four divided by time taken for test).
In this variable, container has higher transfer rate of data in span of one thousand one hundred sixty two point forty eight Kilobytes per second until one thousand seventeen point ninety three Kilobytes per second.
Meanwhile VM has lower transfer rate of data in span of nine hundred and forty six point seventy two Kilobytes per second until six hundred seventy seven point sixty one Kilobytes per second.
As we can see in this case, the greater the concurrency, the lower transfer rate of data for each concurrency has.
This happens because the greater the concurrency, then more queues of data is needed for the transferring process and so it also affects the transfer rate bandwidth for each concurrency. |