mixedCntBestEffort_filterOff: traffic rates, counts, and volumes

This information is based on the client-side measurements.

Load Count
(xact/sec)
Volume
(Mbits/sec)
offered 75.40 14.40
measured 75.40 14.39
Load trace
load.trace.scope=sides=client__phases=normal_traffic

The load table shows offered and measured load from client side point of view. Offered load statistics are based on the request stream. Measured load statistics are based on reply messages. The 'count' column depicts the number of requests or responses.

The 'volume' column is a little bit more tricky to interpret. Offered volume is reply bandwidth that would have been required to support offered load. This volume is computed as request rate multiplied by measured mean response size. Measured volume is the actual or measured reply bandwidth.



Stream Contribution Rates Totals
Count
(%)
Volume
(%)
Count
(xact/sec)
Volume
(Mbits/sec)
Count
(xact,M)
Volume
(Gbyte)
"foreign" 0.00 0.00 0.00 0.00 0.00 0.00
"image" 23.10 14.44 17.41 2.08 0.02 0.30
"HTML" 29.65 24.57 22.34 3.54 0.03 0.52
"download" 1.04 13.13 0.78 1.89 0.00 0.28
"other" 46.21 47.86 34.82 6.89 0.04 1.01
all content types 100.00 100.00 75.34 14.39 0.09 2.11
hits 0.00 0.00 0.00 0.00 0.00 0.00
misses 100.00 100.00 75.34 14.39 0.09 2.11
hits and misses 100.00 100.00 75.34 14.39 0.09 2.11
ims/200 0.00 0.00 0.00 0.00 0.00 0.00
ims/304 0.00 0.00 0.00 0.00 0.00 0.00
all ims 0.00 0.00 0.00 0.00 0.00 0.00
cachable 0.00 0.00 0.00 0.00 0.00 0.00
not cachable 100.00 100.00 75.34 14.39 0.09 2.11
cachable and not 100.00 100.00 75.34 14.39 0.09 2.11
fill 0.00 0.00 0.00 0.00 0.00 0.00
reload 0.00 0.00 0.00 0.00 0.00 0.00
abort 0.00 0.00 0.00 0.00 0.00 0.00
redirected request 0.00 0.00 0.00 0.00 0.00 0.00
reply to redirect 0.00 0.00 0.00 0.00 0.00 0.00
HEAD 0.00 0.00 0.00 0.00 0.00 0.00
POST 0.00 0.00 0.00 0.00 0.00 0.00
PUT 0.00 0.00 0.00 0.00 0.00 0.00
all non-gets 0.00 0.00 0.00 0.00 0.00 0.00
all replies 100.00 100.00 75.34 14.39 0.09 2.11

The 'Stream' table provides count and volume statistics for many classes of transactions. The 'Contribution' columns show count- and volume-based portions of all transactions. The 'Rates' columns show throughput and bandwidth measurements. The 'Totals' columns contain the total number of transactions and the total volume (a sum of individual response sizes) for each stream.

Note that some streams are a combination of other streams. For example, the 'all ims' stream contains transactions with If-Modified-Since requests that resulted in either '200 OK' (the 'ims/304' stream) or '304 Not Modified' (the 'ims/304' stream) responses.

Many combination streams, such as 'all content types' or 'hits and misses' stream, contribute less than 100% because properties like content type or hit status are distinguished for 'basic' transactions only. A basic transactions is a simple HTTP GET request resulted in a '200 OK' response. Various special transactions such as IMS or aborts do not belong to the 'basic' category.

The 'Object' table contains corresponding response time and size statistics for streams.