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 1475.42 79.08
measured 1478.03 79.19
Load trace
load.trace.scope=sides=client__phases=dec1

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.76 43.72
measured 57.95 41.07

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 1777766.00 1780907.00 1840.99
waiting 692939.00 693892.00 523.14
concurrent HTTP transaction level trace
xact.level.trace.scope=sides=client__phases=dec1

TBD.




4. Concurrent HTTP/TCP connection level table

Connection state Number of times Mean concurrency level
entered left
open 121394.00 141160.00 15086.10
established 121396.00 141160.00 15085.86
concurrent HTTP/TCP connection level trace
conn.level.trace.scope=sides=client__phases=dec1

TBD.




5. Population level table

Number of agents Mean population level
created destroyed
0.00 6078.00 3730.41
population level trace
populus.level.trace.scope=sides=client__phases=dec1

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.22 45.28 934.10 35.86 1.13 5.27
"HTML" 15.47 10.60 228.55 8.39 0.28 1.23
"download" 0.11 6.02 1.67 4.76 0.00 0.70
"other" 7.30 26.53 107.88 21.01 0.13 3.09
all content types 86.11 88.43 1272.20 70.03 1.53 10.30
hits 49.89 36.32 737.18 28.76 0.89 4.23
misses 36.21 52.11 535.02 41.27 0.64 6.07
hits and misses 86.11 88.43 1272.20 70.03 1.53 10.30
ims/200 5.37 5.49 79.37 4.35 0.10 0.64
ims/304 2.88 0.06 42.51 0.05 0.05 0.01
all ims 8.25 5.55 121.88 4.39 0.15 0.65
cachable 69.00 65.17 1019.43 51.61 1.23 7.59
not cachable 17.11 23.26 252.76 18.42 0.30 2.71
cachable and not 86.11 88.43 1272.20 70.03 1.53 10.30
fill 19.10 28.85 282.25 22.85 0.34 3.36
reload 5.27 5.36 77.86 4.25 0.09 0.62
abort 0.04 0.03 0.55 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.35 0.65 5.23 0.52 0.01 0.08
PUT 0.00 0.00 0.00 0.00 0.00 0.00
all non-gets 0.37 0.66 5.54 0.52 0.01 0.08
all replies 100.00 100.00 1477.47 79.19 1.78 11.65

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.70 84.19
"download" n/a n/a n/a 10.55 365.35 5803.27
"other" n/a n/a n/a 5.09 24.93 101.67
all content types n/a n/a n/a 0.34 7.05 5803.27
hits 1.00 10.30 2629.00 0.42 4.99 5803.27
misses 81.00 2644.83 48229.00 0.34 9.87 5803.27
hits and misses 1.00 1118.24 48229.00 0.34 7.05 5803.27
ims/200 1.00 1126.03 11274.00 0.36 7.01 1536.40
ims/304 0.00 2617.24 6514.00 0.09 0.14 0.16
all ims 0.00 1646.14 11274.00 0.09 4.62 1536.40
cachable 1.00 740.78 48229.00 0.41 6.48 5803.27
not cachable 81.00 2640.59 8715.00 0.34 9.33 344.77
cachable and not 1.00 1118.24 48229.00 0.34 7.05 5803.27
fill 81.00 2648.62 48229.00 0.41 10.36 5803.27
reload 81.00 2635.00 12955.00 0.35 6.98 1797.94
abort 85.00 2681.51 6104.00 0.38 5.23 165.95
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 4.00 1327.31 5429.00 0.36 0.42 0.47
POST 0.00 2657.64 16636.00 0.38 12.69 1797.94
PUT n/a n/a n/a n/a n/a n/a
all non-gets 0.00 2583.51 16636.00 0.36 12.01 1797.94
all replies 0.00 1247.21 48229.00 0.09 6.86 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.22% by count and 45.28% by volume
rates: 934.10xact/sec or 35.86Mbits/sec
totals: 1.13Mxact and 5.27GByte
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.47% by count and 10.60% by volume
rates: 228.55xact/sec or 8.39Mbits/sec
totals: 0.28Mxact and 1.23GByte
response time: n/a min, n/a mean, and n/a max
response size: 0.36KBytes min, 4.70KBytes mean, and 84.19KBytes 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 6.02% by volume
rates: 1.67xact/sec or 4.76Mbits/sec
totals: 0.00Mxact and 0.70GByte
response time: n/a min, n/a mean, and n/a max
response size: 10.55KBytes min, 365.35KBytes 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.30% by count and 26.53% by volume
rates: 107.88xact/sec or 21.01Mbits/sec
totals: 0.13Mxact and 3.09GByte
response time: n/a min, n/a mean, and n/a max
response size: 5.09KBytes min, 24.93KBytes 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.11% by count and 88.43% by volume
rates: 1272.20xact/sec or 70.03Mbits/sec
totals: 1.53Mxact and 10.30GByte
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: 49.89% by count and 36.32% by volume
rates: 737.18xact/sec or 28.76Mbits/sec
totals: 0.89Mxact and 4.23GByte
response time: 1.00msec min, 10.30msec mean, and 2629.00msec max
response size: 0.42KBytes min, 4.99KBytes mean, and 5803.27KBytes max
response time distribution
object.hits.rptm.fig.scope=sides=client__phases=dec1
object size distribution
object.hits.size.fig.scope=sides=client__phases=dec1
response time trace
object.hits.rptm.trace.scope=sides=client__phases=dec1

No description is available for this object class.

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




15. Object 'misses'

contribution: 36.21% by count and 52.11% by volume
rates: 535.02xact/sec or 41.27Mbits/sec
totals: 0.64Mxact and 6.07GByte
response time: 81.00msec min, 2644.83msec mean, and 48229.00msec max
response size: 0.34KBytes min, 9.87KBytes mean, and 5803.27KBytes max
response time distribution
object.misses.rptm.fig.scope=sides=client__phases=dec1
object size distribution
object.misses.size.fig.scope=sides=client__phases=dec1
response time trace
object.misses.rptm.trace.scope=sides=client__phases=dec1

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.11% by count and 88.43% by volume
rates: 1272.20xact/sec or 70.03Mbits/sec
totals: 1.53Mxact and 10.30GByte
response time: 1.00msec min, 1118.24msec mean, and 48229.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=dec1
object size distribution
object.hits_and_misses.size.fig.scope=sides=client__phases=dec1
response time trace
object.hits_and_misses.rptm.trace.scope=sides=client__phases=dec1

No description is available for this object class.

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




17. Object 'ims/200'

contribution: 5.37% by count and 5.49% by volume
rates: 79.37xact/sec or 4.35Mbits/sec
totals: 0.10Mxact and 0.64GByte
response time: 1.00msec min, 1126.03msec mean, and 11274.00msec max
response size: 0.36KBytes min, 7.01KBytes mean, and 1536.40KBytes max
response time distribution
object.ims_sc200.rptm.fig.scope=sides=client__phases=dec1
object size distribution
object.ims_sc200.size.fig.scope=sides=client__phases=dec1

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.88% by count and 0.06% by volume
rates: 42.51xact/sec or 0.05Mbits/sec
totals: 0.05Mxact and 0.01GByte
response time: 0.00msec min, 2617.24msec mean, and 6514.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=dec1
object size distribution
object.ims_sc304.size.fig.scope=sides=client__phases=dec1

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.25% by count and 5.55% by volume
rates: 121.88xact/sec or 4.39Mbits/sec
totals: 0.15Mxact and 0.65GByte
response time: 0.00msec min, 1646.14msec mean, and 11274.00msec max
response size: 0.09KBytes min, 4.62KBytes mean, and 1536.40KBytes max
response time distribution
object.ims_scAll.rptm.fig.scope=sides=client__phases=dec1
object size distribution
object.ims_scAll.size.fig.scope=sides=client__phases=dec1
response time trace
object.ims_scAll.rptm.trace.scope=sides=client__phases=dec1

No description is available for this object class.

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




20. Object 'cachable'

contribution: 69.00% by count and 65.17% by volume
rates: 1019.43xact/sec or 51.61Mbits/sec
totals: 1.23Mxact and 7.59GByte
response time: 1.00msec min, 740.78msec mean, and 48229.00msec max
response size: 0.41KBytes min, 6.48KBytes 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=dec1

No description is available for this object class.

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




21. Object 'not cachable'

contribution: 17.11% by count and 23.26% by volume
rates: 252.76xact/sec or 18.42Mbits/sec
totals: 0.30Mxact and 2.71GByte
response time: 81.00msec min, 2640.59msec mean, and 8715.00msec max
response size: 0.34KBytes min, 9.33KBytes 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=dec1

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.11% by count and 88.43% by volume
rates: 1272.20xact/sec or 70.03Mbits/sec
totals: 1.53Mxact and 10.30GByte
response time: 1.00msec min, 1118.24msec mean, and 48229.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=dec1

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.85% by volume
rates: 282.25xact/sec or 22.85Mbits/sec
totals: 0.34Mxact and 3.36GByte
response time: 81.00msec min, 2648.62msec mean, and 48229.00msec max
response size: 0.41KBytes min, 10.36KBytes 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=dec1

No description is available for this object class.

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




24. Object 'reload'

contribution: 5.27% by count and 5.36% by volume
rates: 77.86xact/sec or 4.25Mbits/sec
totals: 0.09Mxact and 0.62GByte
response time: 81.00msec min, 2635.00msec mean, and 12955.00msec max
response size: 0.35KBytes min, 6.98KBytes mean, and 1797.94KBytes max
response time distribution
object.reload.rptm.fig.scope=sides=client__phases=dec1
object size distribution
object.reload.size.fig.scope=sides=client__phases=dec1
response time trace
object.reload.rptm.trace.scope=sides=client__phases=dec1

No description is available for this object class.

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




25. Object 'abort'

contribution: 0.04% by count and 0.03% by volume
rates: 0.55xact/sec or 0.02Mbits/sec
totals: 0.00Mxact and 0.00GByte
response time: 85.00msec min, 2681.51msec mean, and 6104.00msec max
response size: 0.38KBytes min, 5.23KBytes mean, and 165.95KBytes 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=dec1

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: 4.00msec min, 1327.31msec mean, and 5429.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=dec1
object size distribution
object.method_head.size.fig.scope=sides=client__phases=dec1
response time trace
object.method_head.rptm.trace.scope=sides=client__phases=dec1

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.65% by volume
rates: 5.23xact/sec or 0.52Mbits/sec
totals: 0.01Mxact and 0.08GByte
response time: 0.00msec min, 2657.64msec mean, and 16636.00msec max
response size: 0.38KBytes min, 12.69KBytes mean, and 1797.94KBytes max
response time distribution
object.method_post.rptm.fig.scope=sides=client__phases=dec1
object size distribution
object.method_post.size.fig.scope=sides=client__phases=dec1
response time trace
object.method_post.rptm.trace.scope=sides=client__phases=dec1

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.66% by volume
rates: 5.54xact/sec or 0.52Mbits/sec
totals: 0.01Mxact and 0.08GByte
response time: 0.00msec min, 2583.51msec mean, and 16636.00msec max
response size: 0.36KBytes min, 12.01KBytes mean, and 1797.94KBytes max
response time distribution
object.method_all.rptm.fig.scope=sides=client__phases=dec1
object size distribution
object.method_all.size.fig.scope=sides=client__phases=dec1
response time trace
object.method_all.rptm.trace.scope=sides=client__phases=dec1

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: 1477.47xact/sec or 79.19Mbits/sec
totals: 1.78Mxact and 11.65GByte
response time: 0.00msec min, 1247.21msec mean, and 48229.00msec max
response size: 0.09KBytes min, 6.86KBytes mean, and 5803.27KBytes max
response time distribution
object.rep.rptm.fig.scope=sides=client__phases=dec1
object size distribution
object.rep.size.fig.scope=sides=client__phases=dec1
response time trace
object.rep.rptm.trace.scope=sides=client__phases=dec1

No description is available for this object class.