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 1355.16 72.72
measured 1352.72 72.56
Load trace
load.trace.scope=sides=client__phases=inc1

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.74 43.48
measured 58.15 41.04

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 1842835.00 1839512.00 1688.31
waiting 713806.00 712696.00 474.61
concurrent HTTP transaction level trace
xact.level.trace.scope=sides=client__phases=inc1

TBD.




4. Concurrent HTTP/TCP connection level table

Connection state Number of times Mean concurrency level
entered left
open 150427.00 127340.00 13113.00
established 150425.00 127340.00 13112.69
concurrent HTTP/TCP connection level trace
conn.level.trace.scope=sides=client__phases=inc1

TBD.




5. Population level table

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

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" 62.94 45.02 851.05 32.67 1.16 5.42
"HTML" 15.58 10.68 210.71 7.75 0.29 1.29
"download" 0.12 5.74 1.63 4.16 0.00 0.69
"other" 7.41 26.91 100.20 19.53 0.14 3.24
all content types 86.05 88.35 1163.59 64.11 1.58 10.64
hits 50.03 36.26 676.61 26.31 0.92 4.37
misses 36.01 52.09 486.99 37.80 0.66 6.27
hits and misses 86.05 88.35 1163.59 64.11 1.58 10.64
ims/200 5.28 5.44 71.39 3.95 0.10 0.66
ims/304 2.95 0.06 39.94 0.04 0.05 0.01
all ims 8.23 5.50 111.33 3.99 0.15 0.66
cachable 68.96 64.88 932.51 47.08 1.27 7.81
not cachable 17.09 23.48 231.08 17.04 0.31 2.83
cachable and not 86.05 88.35 1163.59 64.11 1.58 10.64
fill 18.92 28.61 255.91 20.76 0.35 3.45
reload 5.35 5.53 72.33 4.01 0.10 0.67
abort 0.03 0.03 0.44 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.28 0.00 0.00 0.00
POST 0.35 0.61 4.74 0.45 0.01 0.07
PUT 0.00 0.00 0.00 0.00 0.00 0.00
all non-gets 0.37 0.62 5.02 0.45 0.01 0.07
all replies 100.00 100.00 1352.27 72.56 1.84 12.05

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.91 58.58
"HTML" n/a n/a n/a 0.36 4.71 84.17
"download" n/a n/a n/a 8.01 327.39 5803.27
"other" n/a n/a n/a 5.09 24.95 101.67
all content types n/a n/a n/a 0.34 7.05 5803.27
hits 0.00 10.83 1229.00 0.42 4.98 5803.27
misses 80.00 2646.75 46844.00 0.34 9.93 5803.27
hits and misses 0.00 1114.01 46844.00 0.34 7.05 5803.27
ims/200 0.00 1107.01 34284.00 0.35 7.08 5803.25
ims/304 0.00 2616.78 7117.00 0.09 0.14 0.16
all ims 0.00 1648.62 34284.00 0.09 4.59 5803.25
cachable 0.00 734.53 46844.00 0.41 6.46 5803.27
not cachable 81.00 2645.39 8577.00 0.34 9.44 344.77
cachable and not 0.00 1114.01 46844.00 0.34 7.05 5803.27
fill 80.00 2647.97 46844.00 0.41 10.39 5803.27
reload 80.00 2628.34 13195.00 0.36 7.10 1797.94
abort 150.00 2663.44 5935.00 0.37 5.36 101.07
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 1293.95 5482.00 0.36 0.42 0.47
POST 0.00 2648.71 6783.00 0.39 12.04 664.33
PUT n/a n/a n/a n/a n/a n/a
all non-gets 0.00 2573.96 6783.00 0.36 11.40 664.33
all replies 0.00 1244.45 46844.00 0.09 6.87 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

The total of 1 errors detected. Out of those errors, 1xact or 0.00% of all transactions were classified as transaction errors.

Error Count Contribution (%)
(c19) unsupported HTTP status code 1 100.00

The 'Errors' table shows detected errors. For each error type, the number of errors and their contribution towards total error count are shown.




9. Object '"image"'

contribution: 62.94% by count and 45.02% by volume
rates: 851.05xact/sec or 32.67Mbits/sec
totals: 1.16Mxact and 5.42GByte
response time: n/a min, n/a mean, and n/a max
response size: 0.34KBytes min, 4.91KBytes mean, and 58.58KBytes 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.58% by count and 10.68% by volume
rates: 210.71xact/sec or 7.75Mbits/sec
totals: 0.29Mxact and 1.29GByte
response time: n/a min, n/a mean, and n/a max
response size: 0.36KBytes min, 4.71KBytes 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.12% by count and 5.74% by volume
rates: 1.63xact/sec or 4.16Mbits/sec
totals: 0.00Mxact and 0.69GByte
response time: n/a min, n/a mean, and n/a max
response size: 8.01KBytes min, 327.39KBytes 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.41% by count and 26.91% by volume
rates: 100.20xact/sec or 19.53Mbits/sec
totals: 0.14Mxact and 3.24GByte
response time: n/a min, n/a mean, and n/a max
response size: 5.09KBytes min, 24.95KBytes 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: 86.05% by count and 88.35% by volume
rates: 1163.59xact/sec or 64.11Mbits/sec
totals: 1.58Mxact and 10.64GByte
response time: n/a min, n/a mean, and n/a max
response size: 0.34KBytes min, 7.05KBytes 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: 50.03% by count and 36.26% by volume
rates: 676.61xact/sec or 26.31Mbits/sec
totals: 0.92Mxact and 4.37GByte
response time: 0.00msec min, 10.83msec mean, and 1229.00msec max
response size: 0.42KBytes min, 4.98KBytes mean, and 5803.27KBytes max
response time distribution
object.hits.rptm.fig.scope=sides=client__phases=inc1
object size distribution
object.hits.size.fig.scope=sides=client__phases=inc1
response time trace
object.hits.rptm.trace.scope=sides=client__phases=inc1

No description is available for this object class.

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




15. Object 'misses'

contribution: 36.01% by count and 52.09% by volume
rates: 486.99xact/sec or 37.80Mbits/sec
totals: 0.66Mxact and 6.27GByte
response time: 80.00msec min, 2646.75msec mean, and 46844.00msec max
response size: 0.34KBytes min, 9.93KBytes mean, and 5803.27KBytes max
response time distribution
object.misses.rptm.fig.scope=sides=client__phases=inc1
object size distribution
object.misses.size.fig.scope=sides=client__phases=inc1
response time trace
object.misses.rptm.trace.scope=sides=client__phases=inc1

No description is available for this object class.

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




16. Object 'hits and misses'

contribution: 86.05% by count and 88.35% by volume
rates: 1163.59xact/sec or 64.11Mbits/sec
totals: 1.58Mxact and 10.64GByte
response time: 0.00msec min, 1114.01msec mean, and 46844.00msec max
response size: 0.34KBytes min, 7.05KBytes mean, and 5803.27KBytes max
response time distribution
object.hits_and_misses.rptm.fig.scope=sides=client__phases=inc1
object size distribution
object.hits_and_misses.size.fig.scope=sides=client__phases=inc1
response time trace
object.hits_and_misses.rptm.trace.scope=sides=client__phases=inc1

No description is available for this object class.

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




17. Object 'ims/200'

contribution: 5.28% by count and 5.44% by volume
rates: 71.39xact/sec or 3.95Mbits/sec
totals: 0.10Mxact and 0.66GByte
response time: 0.00msec min, 1107.01msec mean, and 34284.00msec max
response size: 0.35KBytes min, 7.08KBytes mean, and 5803.25KBytes max
response time distribution
object.ims_sc200.rptm.fig.scope=sides=client__phases=inc1
object size distribution
object.ims_sc200.size.fig.scope=sides=client__phases=inc1

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.95% by count and 0.06% by volume
rates: 39.94xact/sec or 0.04Mbits/sec
totals: 0.05Mxact and 0.01GByte
response time: 0.00msec min, 2616.78msec mean, and 7117.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=inc1
object size distribution
object.ims_sc304.size.fig.scope=sides=client__phases=inc1

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.23% by count and 5.50% by volume
rates: 111.33xact/sec or 3.99Mbits/sec
totals: 0.15Mxact and 0.66GByte
response time: 0.00msec min, 1648.62msec mean, and 34284.00msec max
response size: 0.09KBytes min, 4.59KBytes mean, and 5803.25KBytes max
response time distribution
object.ims_scAll.rptm.fig.scope=sides=client__phases=inc1
object size distribution
object.ims_scAll.size.fig.scope=sides=client__phases=inc1
response time trace
object.ims_scAll.rptm.trace.scope=sides=client__phases=inc1

No description is available for this object class.

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




20. Object 'cachable'

contribution: 68.96% by count and 64.88% by volume
rates: 932.51xact/sec or 47.08Mbits/sec
totals: 1.27Mxact and 7.81GByte
response time: 0.00msec min, 734.53msec mean, and 46844.00msec max
response size: 0.41KBytes min, 6.46KBytes 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=inc1

No description is available for this object class.

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




21. Object 'not cachable'

contribution: 17.09% by count and 23.48% by volume
rates: 231.08xact/sec or 17.04Mbits/sec
totals: 0.31Mxact and 2.83GByte
response time: 81.00msec min, 2645.39msec mean, and 8577.00msec max
response size: 0.34KBytes min, 9.44KBytes 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=inc1

No description is available for this object class.

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




22. Object 'cachable and not'

contribution: 86.05% by count and 88.35% by volume
rates: 1163.59xact/sec or 64.11Mbits/sec
totals: 1.58Mxact and 10.64GByte
response time: 0.00msec min, 1114.01msec mean, and 46844.00msec max
response size: 0.34KBytes min, 7.05KBytes 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=inc1

No description is available for this object class.

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




23. Object 'fill'

contribution: 18.92% by count and 28.61% by volume
rates: 255.91xact/sec or 20.76Mbits/sec
totals: 0.35Mxact and 3.45GByte
response time: 80.00msec min, 2647.97msec mean, and 46844.00msec max
response size: 0.41KBytes min, 10.39KBytes mean, and 5803.27KBytes 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=inc1

No description is available for this object class.

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




24. Object 'reload'

contribution: 5.35% by count and 5.53% by volume
rates: 72.33xact/sec or 4.01Mbits/sec
totals: 0.10Mxact and 0.67GByte
response time: 80.00msec min, 2628.34msec mean, and 13195.00msec max
response size: 0.36KBytes min, 7.10KBytes mean, and 1797.94KBytes max
response time distribution
object.reload.rptm.fig.scope=sides=client__phases=inc1
object size distribution
object.reload.size.fig.scope=sides=client__phases=inc1
response time trace
object.reload.rptm.trace.scope=sides=client__phases=inc1

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.03% by volume
rates: 0.44xact/sec or 0.02Mbits/sec
totals: 0.00Mxact and 0.00GByte
response time: 150.00msec min, 2663.44msec mean, and 5935.00msec max
response size: 0.37KBytes min, 5.36KBytes mean, and 101.07KBytes 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=inc1

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.28xact/sec or 0.00Mbits/sec
totals: 0.00Mxact and 0.00GByte
response time: 2.00msec min, 1293.95msec mean, and 5482.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=inc1
object size distribution
object.method_head.size.fig.scope=sides=client__phases=inc1
response time trace
object.method_head.rptm.trace.scope=sides=client__phases=inc1

No description is available for this object class.

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




29. Object 'POST'

contribution: 0.35% by count and 0.61% by volume
rates: 4.74xact/sec or 0.45Mbits/sec
totals: 0.01Mxact and 0.07GByte
response time: 0.00msec min, 2648.71msec mean, and 6783.00msec max
response size: 0.39KBytes min, 12.04KBytes mean, and 664.33KBytes max
response time distribution
object.method_post.rptm.fig.scope=sides=client__phases=inc1
object size distribution
object.method_post.size.fig.scope=sides=client__phases=inc1
response time trace
object.method_post.rptm.trace.scope=sides=client__phases=inc1

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.37% by count and 0.62% by volume
rates: 5.02xact/sec or 0.45Mbits/sec
totals: 0.01Mxact and 0.07GByte
response time: 0.00msec min, 2573.96msec mean, and 6783.00msec max
response size: 0.36KBytes min, 11.40KBytes mean, and 664.33KBytes max
response time distribution
object.method_all.rptm.fig.scope=sides=client__phases=inc1
object size distribution
object.method_all.size.fig.scope=sides=client__phases=inc1
response time trace
object.method_all.rptm.trace.scope=sides=client__phases=inc1

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: 1352.27xact/sec or 72.56Mbits/sec
totals: 1.84Mxact and 12.05GByte
response time: 0.00msec min, 1244.45msec mean, and 46844.00msec max
response size: 0.09KBytes min, 6.87KBytes mean, and 5803.27KBytes max
response time distribution
object.rep.rptm.fig.scope=sides=client__phases=inc1
object size distribution
object.rep.size.fig.scope=sides=client__phases=inc1
response time trace
object.rep.rptm.trace.scope=sides=client__phases=inc1

No description is available for this object class.