iMimic, 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 1101.35 59.43
measured 1101.35 59.41
Load trace
load.trace.scope=sides=client__phases=top1

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.61 43.09
measured 57.84 41.00

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 15861095.00 15861044.00 1651.62
waiting 6500178.00 6500072.00 552.12
concurrent HTTP transaction level trace
xact.level.trace.scope=sides=client__phases=top1

TBD.




4. Concurrent HTTP/TCP connection level table

Connection state Number of times Mean concurrency level
entered left
open 1073611.00 1073603.00 10220.91
established 1073611.00 1073603.00 10216.37
concurrent HTTP/TCP connection level trace
conn.level.trace.scope=sides=client__phases=top1

TBD.




5. Population level table

Number of agents Mean population level
created destroyed
0.00 0.00 2754.00
population level trace
populus.level.trace.scope=sides=client__phases=top1

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.00 44.87 693.55 26.66 9.99 46.86
"HTML" 15.34 10.59 168.86 6.29 2.43 11.06
"download" 0.12 6.17 1.37 3.67 0.02 6.45
"other" 7.42 26.51 81.72 15.75 1.18 27.68
all content types 85.88 88.14 945.50 52.36 13.62 92.05
hits 49.67 36.13 546.86 21.47 7.88 37.74
misses 36.21 52.00 398.64 30.89 5.74 54.31
hits and misses 85.88 88.14 945.50 52.36 13.62 92.05
ims/200 5.44 5.59 59.87 3.32 0.86 5.84
ims/304 2.90 0.06 31.91 0.04 0.46 0.06
all ims 8.34 5.65 91.78 3.36 1.32 5.90
cachable 68.75 64.47 756.92 38.30 10.90 67.33
not cachable 17.13 23.67 188.58 14.06 2.72 24.72
cachable and not 85.88 88.14 945.50 52.36 13.62 92.05
fill 19.08 28.34 210.06 16.83 3.03 29.60
reload 5.41 5.55 59.57 3.30 0.86 5.79
abort 0.04 0.03 0.39 0.02 0.01 0.03
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.26 0.00 0.00 0.00
POST 0.35 0.66 3.84 0.39 0.06 0.69
PUT 0.00 0.00 0.00 0.00 0.00 0.00
all non-gets 0.37 0.67 4.10 0.40 0.06 0.69
all replies 100.00 100.00 1100.95 59.41 15.86 104.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.37 4.77 86.56
"download" n/a n/a n/a 29.41 343.53 1264.01
"other" n/a n/a n/a 6.45 24.66 99.15
all content types n/a n/a n/a 0.34 7.09 1264.01
hits 26.00 136.37 9748.00 0.41 5.02 1264.01
misses 153.00 2992.95 30381.00 0.34 9.92 1264.01
hits and misses 26.00 1340.75 30381.00 0.34 7.09 1264.01
ims/200 26.00 1353.72 24520.00 0.34 7.10 990.53
ims/304 0.00 2916.49 15087.00 0.09 0.14 0.16
all ims 0.00 1897.08 24520.00 0.09 4.68 990.53
cachable 26.00 929.60 30381.00 0.41 6.48 1264.01
not cachable 160.00 2991.01 22788.00 0.34 9.54 1037.90
cachable and not 26.00 1340.75 30381.00 0.34 7.09 1264.01
fill 153.00 2994.69 30381.00 0.41 10.26 1264.01
reload 0.00 2967.46 24011.00 0.35 7.08 1264.00
abort 322.00 3079.58 13573.00 0.36 5.07 553.59
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 42.00 1479.85 7200.00 0.34 0.42 0.48
POST 0.00 2993.53 18200.00 0.38 13.13 982.86
PUT n/a n/a n/a n/a n/a n/a
all non-gets 0.00 2899.43 18200.00 0.34 12.34 982.86
all replies 0.00 1480.95 30381.00 0.09 6.91 1264.01

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 1660 errors detected. Out of those errors, 0xact or 0.00% of all transactions were classified as transaction errors.

Error Count Contribution (%)
(c28) stale object 1660 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: 63.00% by count and 44.87% by volume
rates: 693.55xact/sec or 26.66Mbits/sec
totals: 9.99Mxact and 46.86GByte
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.34% by count and 10.59% by volume
rates: 168.86xact/sec or 6.29Mbits/sec
totals: 2.43Mxact and 11.06GByte
response time: n/a min, n/a mean, and n/a max
response size: 0.37KBytes min, 4.77KBytes mean, and 86.56KBytes 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 6.17% by volume
rates: 1.37xact/sec or 3.67Mbits/sec
totals: 0.02Mxact and 6.45GByte
response time: n/a min, n/a mean, and n/a max
response size: 29.41KBytes min, 343.53KBytes mean, and 1264.01KBytes 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.42% by count and 26.51% by volume
rates: 81.72xact/sec or 15.75Mbits/sec
totals: 1.18Mxact and 27.68GByte
response time: n/a min, n/a mean, and n/a max
response size: 6.45KBytes min, 24.66KBytes mean, and 99.15KBytes 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.88% by count and 88.14% by volume
rates: 945.50xact/sec or 52.36Mbits/sec
totals: 13.62Mxact and 92.05GByte
response time: n/a min, n/a mean, and n/a max
response size: 0.34KBytes min, 7.09KBytes mean, and 1264.01KBytes 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.67% by count and 36.13% by volume
rates: 546.86xact/sec or 21.47Mbits/sec
totals: 7.88Mxact and 37.74GByte
response time: 26.00msec min, 136.37msec mean, and 9748.00msec max
response size: 0.41KBytes min, 5.02KBytes mean, and 1264.01KBytes max
response time distribution
object.hits.rptm.fig.scope=sides=client__phases=top1
object size distribution
object.hits.size.fig.scope=sides=client__phases=top1
response time trace
object.hits.rptm.trace.scope=sides=client__phases=top1

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.00% by volume
rates: 398.64xact/sec or 30.89Mbits/sec
totals: 5.74Mxact and 54.31GByte
response time: 153.00msec min, 2992.95msec mean, and 30381.00msec max
response size: 0.34KBytes min, 9.92KBytes mean, and 1264.01KBytes max
response time distribution
object.misses.rptm.fig.scope=sides=client__phases=top1
object size distribution
object.misses.size.fig.scope=sides=client__phases=top1
response time trace
object.misses.rptm.trace.scope=sides=client__phases=top1

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.88% by count and 88.14% by volume
rates: 945.50xact/sec or 52.36Mbits/sec
totals: 13.62Mxact and 92.05GByte
response time: 26.00msec min, 1340.75msec mean, and 30381.00msec max
response size: 0.34KBytes min, 7.09KBytes mean, and 1264.01KBytes max
response time distribution
object.hits_and_misses.rptm.fig.scope=sides=client__phases=top1
object size distribution
object.hits_and_misses.size.fig.scope=sides=client__phases=top1
response time trace
object.hits_and_misses.rptm.trace.scope=sides=client__phases=top1

No description is available for this object class.

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




17. Object 'ims/200'

contribution: 5.44% by count and 5.59% by volume
rates: 59.87xact/sec or 3.32Mbits/sec
totals: 0.86Mxact and 5.84GByte
response time: 26.00msec min, 1353.72msec mean, and 24520.00msec max
response size: 0.34KBytes min, 7.10KBytes mean, and 990.53KBytes max
response time distribution
object.ims_sc200.rptm.fig.scope=sides=client__phases=top1
object size distribution
object.ims_sc200.size.fig.scope=sides=client__phases=top1

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: 31.91xact/sec or 0.04Mbits/sec
totals: 0.46Mxact and 0.06GByte
response time: 0.00msec min, 2916.49msec mean, and 15087.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=top1
object size distribution
object.ims_sc304.size.fig.scope=sides=client__phases=top1

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.34% by count and 5.65% by volume
rates: 91.78xact/sec or 3.36Mbits/sec
totals: 1.32Mxact and 5.90GByte
response time: 0.00msec min, 1897.08msec mean, and 24520.00msec max
response size: 0.09KBytes min, 4.68KBytes mean, and 990.53KBytes max
response time distribution
object.ims_scAll.rptm.fig.scope=sides=client__phases=top1
object size distribution
object.ims_scAll.size.fig.scope=sides=client__phases=top1
response time trace
object.ims_scAll.rptm.trace.scope=sides=client__phases=top1

No description is available for this object class.

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




20. Object 'cachable'

contribution: 68.75% by count and 64.47% by volume
rates: 756.92xact/sec or 38.30Mbits/sec
totals: 10.90Mxact and 67.33GByte
response time: 26.00msec min, 929.60msec mean, and 30381.00msec max
response size: 0.41KBytes min, 6.48KBytes mean, and 1264.01KBytes 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=top1

No description is available for this object class.

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




21. Object 'not cachable'

contribution: 17.13% by count and 23.67% by volume
rates: 188.58xact/sec or 14.06Mbits/sec
totals: 2.72Mxact and 24.72GByte
response time: 160.00msec min, 2991.01msec mean, and 22788.00msec max
response size: 0.34KBytes min, 9.54KBytes mean, and 1037.90KBytes 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=top1

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.88% by count and 88.14% by volume
rates: 945.50xact/sec or 52.36Mbits/sec
totals: 13.62Mxact and 92.05GByte
response time: 26.00msec min, 1340.75msec mean, and 30381.00msec max
response size: 0.34KBytes min, 7.09KBytes mean, and 1264.01KBytes 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=top1

No description is available for this object class.

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




23. Object 'fill'

contribution: 19.08% by count and 28.34% by volume
rates: 210.06xact/sec or 16.83Mbits/sec
totals: 3.03Mxact and 29.60GByte
response time: 153.00msec min, 2994.69msec mean, and 30381.00msec max
response size: 0.41KBytes min, 10.26KBytes mean, and 1264.01KBytes 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=top1

No description is available for this object class.

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




24. Object 'reload'

contribution: 5.41% by count and 5.55% by volume
rates: 59.57xact/sec or 3.30Mbits/sec
totals: 0.86Mxact and 5.79GByte
response time: 0.00msec min, 2967.46msec mean, and 24011.00msec max
response size: 0.35KBytes min, 7.08KBytes mean, and 1264.00KBytes max
response time distribution
object.reload.rptm.fig.scope=sides=client__phases=top1
object size distribution
object.reload.size.fig.scope=sides=client__phases=top1
response time trace
object.reload.rptm.trace.scope=sides=client__phases=top1

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.39xact/sec or 0.02Mbits/sec
totals: 0.01Mxact and 0.03GByte
response time: 322.00msec min, 3079.58msec mean, and 13573.00msec max
response size: 0.36KBytes min, 5.07KBytes mean, and 553.59KBytes 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=top1

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.26xact/sec or 0.00Mbits/sec
totals: 0.00Mxact and 0.00GByte
response time: 42.00msec min, 1479.85msec mean, and 7200.00msec max
response size: 0.34KBytes min, 0.42KBytes mean, and 0.48KBytes max
response time distribution
object.method_head.rptm.fig.scope=sides=client__phases=top1
object size distribution
object.method_head.size.fig.scope=sides=client__phases=top1
response time trace
object.method_head.rptm.trace.scope=sides=client__phases=top1

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.66% by volume
rates: 3.84xact/sec or 0.39Mbits/sec
totals: 0.06Mxact and 0.69GByte
response time: 0.00msec min, 2993.53msec mean, and 18200.00msec max
response size: 0.38KBytes min, 13.13KBytes mean, and 982.86KBytes max
response time distribution
object.method_post.rptm.fig.scope=sides=client__phases=top1
object size distribution
object.method_post.size.fig.scope=sides=client__phases=top1
response time trace
object.method_post.rptm.trace.scope=sides=client__phases=top1

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.67% by volume
rates: 4.10xact/sec or 0.40Mbits/sec
totals: 0.06Mxact and 0.69GByte
response time: 0.00msec min, 2899.43msec mean, and 18200.00msec max
response size: 0.34KBytes min, 12.34KBytes mean, and 982.86KBytes max
response time distribution
object.method_all.rptm.fig.scope=sides=client__phases=top1
object size distribution
object.method_all.size.fig.scope=sides=client__phases=top1
response time trace
object.method_all.rptm.trace.scope=sides=client__phases=top1

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: 1100.95xact/sec or 59.41Mbits/sec
totals: 15.86Mxact and 104.44GByte
response time: 0.00msec min, 1480.95msec mean, and 30381.00msec max
response size: 0.09KBytes min, 6.91KBytes mean, and 1264.01KBytes max
response time distribution
object.rep.rptm.fig.scope=sides=client__phases=top1
object size distribution
object.rep.size.fig.scope=sides=client__phases=top1
response time trace
object.rep.rptm.trace.scope=sides=client__phases=top1

No description is available for this object class.