A. Results of Static Web Workload Test
In this test, HTTP request rate which is produced is
990.7 HTTP request per second, then distributed to
real-server with Locality-Based Least Connection
Algorithm.
The data recording of static web workload test
results for Locality-Based Least Connection
Algorithm are:
Connection rate: 99.3 conn/s (10.1
ms/conn, <=80 concurrent connections)
Connection time [ms]: min 63.7 avg
388.1 max 799.2 median 395.5 stddev
200.5
Connection time [ms]: connect 30.7
Connection length [replies/conn]:
10.000
Request rate: 990.7 req/s (1.0 ms/req)
Request size [B]: 75.0
Reply rate [replies/s]: min 962.5 avg
988.8 max 1029.5 stddev 17.1 (10 samples)
Reply time [ms]: response 35.7
transfer 0.0
Reply size [B]: header 241.0 content
44.0 footer 0.0 (total 285.0)
Reply status: 1xx=0 2xx=49900 3xx=0
4xx=0 5xx=0
CPU time [s]: user 4.10 system 43.60
(user 8.1% system 86.6% total 94.7%)
Net I/O: 348.3 KB/s (2.9*10^6 bps)
Errors: total 10 client-timo 10
socket-timo 0 connrefused 0 connreset 0
Errors: fd-unavail 0 addrunavail 0
ftab-full 0 other 0
Explanation line by line are:
TCP connection rate and total TCP connection
were together appear in Linux text mode line as
below.
Connection rate: 99.3 conn/s (10.1
ms/conn, <=80 concurrent connections)
The line above shows connection rate as big as
99.3 connection per second (10.1
miliseconds/connection), and at least, there were 80
connections opened together to the web server cluster
at the same time.
One full TCP connection life time statistic were
appear in Linux text mode line as below.
Connection time [ms]: min 63.7 avg
388.1 max 799.2 median 395.5 stddev 200.5
The line above shows successful connection life
time statistic. Connection life time is time which
counted from TCP connection was established until
TCP connection was closed. One TCP connection
would be said success if it has at least one HTTP
request that was replied by web server cluster. From
the line of data recording above we can see that
minimum connection life time is 63.7 miliseconds,
average 388.1 miliseconds, maximum 799.2
miliseconds, median 395.5 miliseconds and standard
deviation was 200.5 miliseconds.
Average time which needed to form one TCP
connection to server, including success TCP
connection, fail TCP connection and non replied TCP
connection, was appear in Linux text mode line as
below.
Connection time [ms]: connect 30.7
The line above shows that, at least, it needs time
around 30.7 miliseconds to build a TCP connection
with server.
Average HTTP reply per TCP connection was
appear in the Linux text mode line as below.
Connection length [replies/conn]:
10.000
The line above shows that average HTTP replies
per one TCP connection was 10 HTTP replies per
TCP connection.
HTTP request rate was appear in Linux text mode
line as below.
Request rate: 990.7 req/s (1.0 ms/req)
The line above shows that HTTP request rate
from client to server were 990.7 HTTP request per
second.
Average size of HTTP request in byte order was
appear as below.
Request size [B]: 75.0
The line above shows that average size of HTTP
request was 75 Byte.
HTTP reply rate statistic were appear in Linux
text mode line as below.
Reply rate [replies/s]: min 962.5 avg
988.8 max 1029.5 stddev 17.1 (10 samples)
The line above shows that minimum HTTP reply
rate was 962.5 replies/second, average 988.8
replies/second, maximum 1029.5 replies/second and
standard deviation was 17.1 replies/second.
Response and transfer time of the server were
appear in Linux text mode line as below.