iCache 2500, polymix4: everything (scoped)
client side baseline all phases framp fill fexit inc1 top1 dec1 idle inc2 top2 dec2
server side baseline all phases framp fill fexit inc1 top1 dec1 idle inc2 top2 dec2 cold
all sides baseline all phases framp fill fexit inc1 top1 dec1 idle inc2 top2 dec2
highlighted cell(s) above show current scope
links point to other scopes

1. Load

Load Count
(xact/sec)
Volume
(Mbits/sec)
offered 1341.03 71.16
measured 1343.95 71.30
Load trace
load.trace.scope=sides=client__phases=dec2

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.




2. Hit Ratios

Hit Ratios DHR
(%)
BHR
(%)
offered 60.67 43.75
measured 57.91 41.13

The hit ratios table shows offered and measured hit ratios from client side point of view. Polygraph counts every repeated request to a cachable object as an offered hit. Measured (cache) hits are detected using Polygraph-specific headers. All hits are counted for 'basic' transactions only (simple HTTP GET requests with '200 OK' responses).

DHR, Document Hit Ratio, is the ratio of the total number of hits to the number of all basic transactions (hits and misses). BHR, Byte Hit Ratio, is the ratio of the total volume (a sum of response sizes) of hits to the total volume of all basic transactions.

A better way to measure hit ratio is to compare client- and server-side traffic. A hit ratio table based on such a comparison is available elsewhere.




3. Concurrent HTTP transaction level table

Transaction state Number of times Mean concurrency level
entered left
active 1609236.00 1612741.00 1679.31
waiting 629533.00 630579.00 482.90
concurrent HTTP transaction level trace
xact.level.trace.scope=sides=client__phases=dec2

TBD.




4. Concurrent HTTP/TCP connection level table

Connection state Number of times Mean concurrency level
entered left
open 109569.00 131447.00 14043.39
established 109569.00 131447.00 14043.14
concurrent HTTP/TCP connection level trace
conn.level.trace.scope=sides=client__phases=dec2

TBD.




5. Population level table

Number of agents Mean population level
created destroyed
0.00 6750.00 3360.01
population level trace
populus.level.trace.scope=sides=client__phases=dec2

Populus is a set of all live robot or server agents. While alive, an agent may participate in HTTP transactions or remain idle.




6. Traffic stream table

Stream Contribution Rates Totals
Count
(%)
Volume
(%)
Count
(xact/sec)
Volume
(Mbits/sec)
Count
(xact,M)
Volume
(Gbyte)
"image" 63.06 45.70 847.18 32.58 1.02 4.77
"HTML" 15.36 10.62 206.39 7.57 0.25 1.11
"download" 0.11 5.15 1.42 3.67 0.00 0.54
"other" 7.27 26.61 97.68 18.97 0.12 2.78
all content types 85.79 88.08 1152.68 62.79 1.38 9.20
hits 49.68 36.22 667.48 25.82 0.80 3.78
misses 36.11 51.85 485.20 36.97 0.58 5.42
hits and misses 85.79 88.08 1152.68 62.79 1.38 9.20
ims/200 5.42 5.50 72.84 3.92 0.09 0.57
ims/304 2.90 0.06 38.97 0.04 0.05 0.01
all ims 8.32 5.56 111.81 3.96 0.13 0.58
cachable 68.78 64.59 924.06 46.05 1.11 6.75
not cachable 17.02 23.49 228.62 16.75 0.27 2.45
cachable and not 85.79 88.08 1152.68 62.79 1.38 9.20
fill 19.10 28.36 256.58 20.22 0.31 2.96
reload 5.52 5.73 74.15 4.09 0.09 0.60
abort 0.03 0.02 0.40 0.02 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.02 0.00 0.31 0.00 0.00 0.00
POST 0.34 0.63 4.59 0.45 0.01 0.07
PUT 0.00 0.00 0.00 0.00 0.00 0.00
all non-gets 0.36 0.63 4.90 0.45 0.01 0.07
all replies 100.00 100.00 1343.54 71.30 1.61 10.44

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.




7. Object kind table

Object Response time (msec) Size (KBytes)
Min Mean Max Min Mean Max
"image" n/a n/a n/a 0.34 4.92 66.02
"HTML" n/a n/a n/a 0.36 4.69 84.17
"download" n/a n/a n/a 10.56 329.88 5803.27
"other" n/a n/a n/a 5.12 24.86 101.67
all content types n/a n/a n/a 0.34 6.97 5803.27
hits 1.00 11.35 1420.00 0.41 4.95 5803.27
misses 81.00 2643.38 43607.00 0.34 9.75 5803.25
hits and misses 1.00 1119.25 43607.00 0.34 6.97 5803.27
ims/200 1.00 1126.83 11465.00 0.36 6.89 970.41
ims/304 81.00 2625.95 7784.00 0.09 0.14 0.16
all ims 1.00 1649.28 11465.00 0.09 4.54 970.41
cachable 1.00 742.17 43607.00 0.41 6.38 5803.27
not cachable 81.00 2643.38 9093.00 0.34 9.38 344.77
cachable and not 1.00 1119.25 43607.00 0.34 6.97 5803.27
fill 81.00 2643.38 43607.00 0.41 10.09 5803.25
reload 81.00 2625.50 10933.00 0.35 7.05 1797.94
abort 88.00 2554.07 5280.00 0.36 4.78 296.43
redirected request n/a n/a n/a n/a n/a n/a
reply to redirect n/a n/a n/a n/a n/a n/a
HEAD 2.00 1320.81 5329.00 0.36 0.42 0.47
POST 0.00 2657.24 7906.00 0.38 12.60 854.41
PUT n/a n/a n/a n/a n/a n/a
all non-gets 0.00 2571.88 7906.00 0.36 11.82 854.41
all replies 0.00 1251.79 43607.00 0.09 6.79 5803.27

The 'Object' table provides response time and response size statistics for many classes of transactions.

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

Some statistics may not be available because either no objects of the corresponding class were seen during the test or no facilities to collect the stats exist for the class. The former can be verified using a 'Stream' table.




8. Errors

No errors detected in the given scope.


9. Object '"image"'

contribution: 63.06% by count and 45.70% by volume
rates: 847.18xact/sec or 32.58Mbits/sec
totals: 1.02Mxact and 4.77GByte
response time: n/a min, n/a mean, and n/a max
response size: 0.34KBytes min, 4.92KBytes mean, and 66.02KBytes max

No response time and size histograms were collected or stored for this object class.

No response time and size traces are collected for this object class.


This object class represents one of the content types specified in the PGL workload file and labeled there as "image".


10. Object '"HTML"'

contribution: 15.36% by count and 10.62% by volume
rates: 206.39xact/sec or 7.57Mbits/sec
totals: 0.25Mxact and 1.11GByte
response time: n/a min, n/a mean, and n/a max
response size: 0.36KBytes min, 4.69KBytes mean, and 84.17KBytes max

No response time and size histograms were collected or stored for this object class.

No response time and size traces are collected for this object class.


This object class represents one of the content types specified in the PGL workload file and labeled there as "HTML".


11. Object '"download"'

contribution: 0.11% by count and 5.15% by volume
rates: 1.42xact/sec or 3.67Mbits/sec
totals: 0.00Mxact and 0.54GByte
response time: n/a min, n/a mean, and n/a max
response size: 10.56KBytes min, 329.88KBytes mean, and 5803.27KBytes max

No response time and size histograms were collected or stored for this object class.

No response time and size traces are collected for this object class.


This object class represents one of the content types specified in the PGL workload file and labeled there as "download".


12. Object '"other"'

contribution: 7.27% by count and 26.61% by volume
rates: 97.68xact/sec or 18.97Mbits/sec
totals: 0.12Mxact and 2.78GByte
response time: n/a min, n/a mean, and n/a max
response size: 5.12KBytes min, 24.86KBytes mean, and 101.67KBytes max

No response time and size histograms were collected or stored for this object class.

No response time and size traces are collected for this object class.


This object class represents one of the content types specified in the PGL workload file and labeled there as "other".


13. Object 'all content types'

contribution: 85.79% by count and 88.08% by volume
rates: 1152.68xact/sec or 62.79Mbits/sec
totals: 1.38Mxact and 9.20GByte
response time: n/a min, n/a mean, and n/a max
response size: 0.34KBytes min, 6.97KBytes mean, and 5803.27KBytes max

No response time and size histograms were collected or stored for this object class.

No response time and size traces are collected for this object class.


No description is available for this object class.

This object class belongs to the 'all replies' class.




14. Object 'hits'

contribution: 49.68% by count and 36.22% by volume
rates: 667.48xact/sec or 25.82Mbits/sec
totals: 0.80Mxact and 3.78GByte
response time: 1.00msec min, 11.35msec mean, and 1420.00msec max
response size: 0.41KBytes min, 4.95KBytes mean, and 5803.27KBytes max
response time distribution
object.hits.rptm.fig.scope=sides=client__phases=dec2
object size distribution
object.hits.size.fig.scope=sides=client__phases=dec2
response time trace
object.hits.rptm.trace.scope=sides=client__phases=dec2

No description is available for this object class.

This object class belongs to the 'hits and misses' class.




15. Object 'misses'

contribution: 36.11% by count and 51.85% by volume
rates: 485.20xact/sec or 36.97Mbits/sec
totals: 0.58Mxact and 5.42GByte
response time: 81.00msec min, 2643.38msec mean, and 43607.00msec max
response size: 0.34KBytes min, 9.75KBytes mean, and 5803.25KBytes max
response time distribution
object.misses.rptm.fig.scope=sides=client__phases=dec2
object size distribution
object.misses.size.fig.scope=sides=client__phases=dec2
response time trace
object.misses.rptm.trace.scope=sides=client__phases=dec2

No description is available for this object class.

This object class belongs to the 'hits and misses' class.




16. Object 'hits and misses'

contribution: 85.79% by count and 88.08% by volume
rates: 1152.68xact/sec or 62.79Mbits/sec
totals: 1.38Mxact and 9.20GByte
response time: 1.00msec min, 1119.25msec mean, and 43607.00msec max
response size: 0.34KBytes min, 6.97KBytes mean, and 5803.27KBytes max
response time distribution
object.hits_and_misses.rptm.fig.scope=sides=client__phases=dec2
object size distribution
object.hits_and_misses.size.fig.scope=sides=client__phases=dec2
response time trace
object.hits_and_misses.rptm.trace.scope=sides=client__phases=dec2

No description is available for this object class.

This object class belongs to the 'all replies' class.




17. Object 'ims/200'

contribution: 5.42% by count and 5.50% by volume
rates: 72.84xact/sec or 3.92Mbits/sec
totals: 0.09Mxact and 0.57GByte
response time: 1.00msec min, 1126.83msec mean, and 11465.00msec max
response size: 0.36KBytes min, 6.89KBytes mean, and 970.41KBytes max
response time distribution
object.ims_sc200.rptm.fig.scope=sides=client__phases=dec2
object size distribution
object.ims_sc200.size.fig.scope=sides=client__phases=dec2

No response time and size traces are collected for this object class.


No description is available for this object class.

This object class belongs to the 'all ims' class.




18. Object 'ims/304'

contribution: 2.90% by count and 0.06% by volume
rates: 38.97xact/sec or 0.04Mbits/sec
totals: 0.05Mxact and 0.01GByte
response time: 81.00msec min, 2625.95msec mean, and 7784.00msec max
response size: 0.09KBytes min, 0.14KBytes mean, and 0.16KBytes max
response time distribution
object.ims_sc304.rptm.fig.scope=sides=client__phases=dec2
object size distribution
object.ims_sc304.size.fig.scope=sides=client__phases=dec2

No response time and size traces are collected for this object class.


No description is available for this object class.

This object class belongs to the 'all ims' class.




19. Object 'all ims'

contribution: 8.32% by count and 5.56% by volume
rates: 111.81xact/sec or 3.96Mbits/sec
totals: 0.13Mxact and 0.58GByte
response time: 1.00msec min, 1649.28msec mean, and 11465.00msec max
response size: 0.09KBytes min, 4.54KBytes mean, and 970.41KBytes max
response time distribution
object.ims_scAll.rptm.fig.scope=sides=client__phases=dec2
object size distribution
object.ims_scAll.size.fig.scope=sides=client__phases=dec2
response time trace
object.ims_scAll.rptm.trace.scope=sides=client__phases=dec2

No description is available for this object class.

This object class belongs to the 'all replies' class.




20. Object 'cachable'

contribution: 68.78% by count and 64.59% by volume
rates: 924.06xact/sec or 46.05Mbits/sec
totals: 1.11Mxact and 6.75GByte
response time: 1.00msec min, 742.17msec mean, and 43607.00msec max
response size: 0.41KBytes min, 6.38KBytes mean, and 5803.27KBytes max

No response time and size histograms were collected or stored for this object class.

response time trace
object.cachable.rptm.trace.scope=sides=client__phases=dec2

No description is available for this object class.

This object class belongs to the 'cachable and not' class.




21. Object 'not cachable'

contribution: 17.02% by count and 23.49% by volume
rates: 228.62xact/sec or 16.75Mbits/sec
totals: 0.27Mxact and 2.45GByte
response time: 81.00msec min, 2643.38msec mean, and 9093.00msec max
response size: 0.34KBytes min, 9.38KBytes mean, and 344.77KBytes max

No response time and size histograms were collected or stored for this object class.

response time trace
object.uncachable.rptm.trace.scope=sides=client__phases=dec2

No description is available for this object class.

This object class belongs to the 'cachable and not' class.




22. Object 'cachable and not'

contribution: 85.79% by count and 88.08% by volume
rates: 1152.68xact/sec or 62.79Mbits/sec
totals: 1.38Mxact and 9.20GByte
response time: 1.00msec min, 1119.25msec mean, and 43607.00msec max
response size: 0.34KBytes min, 6.97KBytes mean, and 5803.27KBytes max

No response time and size histograms were collected or stored for this object class.

response time trace
object.all_cachable.rptm.trace.scope=sides=client__phases=dec2

No description is available for this object class.

This object class belongs to the 'all replies' class.




23. Object 'fill'

contribution: 19.10% by count and 28.36% by volume
rates: 256.58xact/sec or 20.22Mbits/sec
totals: 0.31Mxact and 2.96GByte
response time: 81.00msec min, 2643.38msec mean, and 43607.00msec max
response size: 0.41KBytes min, 10.09KBytes mean, and 5803.25KBytes max

No response time and size histograms were collected or stored for this object class.

response time trace
object.fill.rptm.trace.scope=sides=client__phases=dec2

No description is available for this object class.

This object class belongs to the 'all replies' class.




24. Object 'reload'

contribution: 5.52% by count and 5.73% by volume
rates: 74.15xact/sec or 4.09Mbits/sec
totals: 0.09Mxact and 0.60GByte
response time: 81.00msec min, 2625.50msec mean, and 10933.00msec max
response size: 0.35KBytes min, 7.05KBytes mean, and 1797.94KBytes max
response time distribution
object.reload.rptm.fig.scope=sides=client__phases=dec2
object size distribution
object.reload.size.fig.scope=sides=client__phases=dec2
response time trace
object.reload.rptm.trace.scope=sides=client__phases=dec2

No description is available for this object class.

This object class belongs to the 'all replies' class.




25. Object 'abort'

contribution: 0.03% by count and 0.02% by volume
rates: 0.40xact/sec or 0.02Mbits/sec
totals: 0.00Mxact and 0.00GByte
response time: 88.00msec min, 2554.07msec mean, and 5280.00msec max
response size: 0.36KBytes min, 4.78KBytes mean, and 296.43KBytes max

No response time and size histograms were collected or stored for this object class.

response time trace
object.abort.rptm.trace.scope=sides=client__phases=dec2

No description is available for this object class.

This object class belongs to the 'all replies' class.




26. Object 'redirected request'

No instances of this object class were observed or recorded in the given scope.


No description is available for this object class.

This object class belongs to the 'all replies' class.




27. Object 'reply to redirect'

No instances of this object class were observed or recorded in the given scope.


No description is available for this object class.

This object class belongs to the 'all replies' class.




28. Object 'HEAD'

contribution: 0.02% by count and 0.00% by volume
rates: 0.31xact/sec or 0.00Mbits/sec
totals: 0.00Mxact and 0.00GByte
response time: 2.00msec min, 1320.81msec mean, and 5329.00msec max
response size: 0.36KBytes min, 0.42KBytes mean, and 0.47KBytes max
response time distribution
object.method_head.rptm.fig.scope=sides=client__phases=dec2
object size distribution
object.method_head.size.fig.scope=sides=client__phases=dec2
response time trace
object.method_head.rptm.trace.scope=sides=client__phases=dec2

No description is available for this object class.

This object class belongs to the 'all non-gets' class.




29. Object 'POST'

contribution: 0.34% by count and 0.63% by volume
rates: 4.59xact/sec or 0.45Mbits/sec
totals: 0.01Mxact and 0.07GByte
response time: 0.00msec min, 2657.24msec mean, and 7906.00msec max
response size: 0.38KBytes min, 12.60KBytes mean, and 854.41KBytes max
response time distribution
object.method_post.rptm.fig.scope=sides=client__phases=dec2
object size distribution
object.method_post.size.fig.scope=sides=client__phases=dec2
response time trace
object.method_post.rptm.trace.scope=sides=client__phases=dec2

No description is available for this object class.

This object class belongs to the 'all non-gets' class.




30. Object 'PUT'

No instances of this object class were observed or recorded in the given scope.


No description is available for this object class.

This object class belongs to the 'all non-gets' class.




31. Object 'all non-gets'

contribution: 0.36% by count and 0.63% by volume
rates: 4.90xact/sec or 0.45Mbits/sec
totals: 0.01Mxact and 0.07GByte
response time: 0.00msec min, 2571.88msec mean, and 7906.00msec max
response size: 0.36KBytes min, 11.82KBytes mean, and 854.41KBytes max
response time distribution
object.method_all.rptm.fig.scope=sides=client__phases=dec2
object size distribution
object.method_all.size.fig.scope=sides=client__phases=dec2
response time trace
object.method_all.rptm.trace.scope=sides=client__phases=dec2

No description is available for this object class.

This object class belongs to the 'all replies' class.




32. Object 'all replies'

contribution: 100.00% by count and 100.00% by volume
rates: 1343.54xact/sec or 71.30Mbits/sec
totals: 1.61Mxact and 10.44GByte
response time: 0.00msec min, 1251.79msec mean, and 43607.00msec max
response size: 0.09KBytes min, 6.79KBytes mean, and 5803.27KBytes max
response time distribution
object.rep.rptm.fig.scope=sides=client__phases=dec2
object size distribution
object.rep.size.fig.scope=sides=client__phases=dec2
response time trace
object.rep.rptm.trace.scope=sides=client__phases=dec2

No description is available for this object class.