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 1102.26 59.63
measured 1102.26 59.61
Load trace
load.trace.scope=sides=client__phases=top2

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.52 43.11
measured 57.62 40.74

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 15874395.00 15874424.00 1682.18
waiting 6306136.00 6306150.00 530.37
concurrent HTTP transaction level trace
xact.level.trace.scope=sides=client__phases=top2

TBD.




4. Concurrent HTTP/TCP connection level table

Connection state Number of times Mean concurrency level
entered left
open 1074684.00 1074643.00 10212.66
established 1074687.00 1074643.00 10208.10
concurrent HTTP/TCP connection level trace
conn.level.trace.scope=sides=client__phases=top2

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=top2

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.37 44.37 687.18 26.45 9.90 46.49
"HTML" 15.74 10.89 173.45 6.49 2.50 11.41
"download" 0.13 5.79 1.47 3.45 0.02 6.07
"other" 7.63 27.14 84.07 16.18 1.21 28.44
all content types 85.87 88.19 946.17 52.57 13.63 92.41
hits 49.48 35.93 545.17 21.42 7.85 37.65
misses 36.39 52.26 401.01 31.15 5.78 54.76
hits and misses 85.87 88.19 946.17 52.57 13.63 92.41
ims/200 5.39 5.55 59.39 3.31 0.86 5.82
ims/304 2.99 0.06 32.89 0.04 0.47 0.06
all ims 8.38 5.61 92.28 3.35 1.33 5.88
cachable 68.77 64.36 757.71 38.36 10.91 67.44
not cachable 17.10 23.83 188.46 14.21 2.71 24.97
cachable and not 85.87 88.19 946.17 52.57 13.63 92.41
fill 19.29 28.43 212.55 16.94 3.06 29.79
reload 5.37 5.53 59.17 3.29 0.85 5.79
abort 0.04 0.03 0.41 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.36 0.67 3.96 0.40 0.06 0.70
PUT 0.00 0.00 0.00 0.00 0.00 0.00
all non-gets 0.38 0.67 4.22 0.40 0.06 0.70
all replies 100.00 100.00 1101.85 59.61 15.87 104.79

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.93 66.03
"HTML" n/a n/a n/a 0.37 4.79 89.96
"download" n/a n/a n/a 29.41 299.77 1264.01
"other" n/a n/a n/a 6.45 24.63 99.15
all content types n/a n/a n/a 0.34 7.11 1264.01
hits 25.00 139.64 9227.00 0.41 5.03 1264.01
misses 155.00 2998.67 26458.00 0.34 9.94 1264.01
hits and misses 25.00 1351.35 26458.00 0.34 7.11 1264.01
ims/200 29.00 1357.79 23192.00 0.34 7.13 1264.01
ims/304 0.00 2923.29 14442.00 0.09 0.14 0.16
all ims 0.00 1915.78 23192.00 0.09 4.64 1264.01
cachable 25.00 941.75 26458.00 0.41 6.48 1264.01
not cachable 160.00 2998.18 18008.00 0.34 9.65 1037.90
cachable and not 25.00 1351.35 26458.00 0.34 7.11 1264.01
fill 155.00 2999.10 26458.00 0.41 10.20 1264.01
reload 0.00 2974.66 24513.00 0.35 7.13 1264.00
abort 345.00 3072.03 13424.00 0.36 5.36 594.88
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 44.00 1531.87 10629.00 0.34 0.42 0.48
POST 0.00 2994.90 17707.00 0.38 12.83 1264.01
PUT n/a n/a n/a n/a n/a n/a
all non-gets 0.00 2903.99 17707.00 0.34 12.06 1264.01
all replies 0.00 1491.75 26458.00 0.09 6.92 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 1456 errors detected. Out of those errors, 0xact or 0.00% of all transactions were classified as transaction errors.

Error Count Contribution (%)
(c28) stale object 1456 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.37% by count and 44.37% by volume
rates: 687.18xact/sec or 26.45Mbits/sec
totals: 9.90Mxact and 46.49GByte
response time: n/a min, n/a mean, and n/a max
response size: 0.34KBytes min, 4.93KBytes mean, and 66.03KBytes 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.74% by count and 10.89% by volume
rates: 173.45xact/sec or 6.49Mbits/sec
totals: 2.50Mxact and 11.41GByte
response time: n/a min, n/a mean, and n/a max
response size: 0.37KBytes min, 4.79KBytes mean, and 89.96KBytes 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.13% by count and 5.79% by volume
rates: 1.47xact/sec or 3.45Mbits/sec
totals: 0.02Mxact and 6.07GByte
response time: n/a min, n/a mean, and n/a max
response size: 29.41KBytes min, 299.77KBytes 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.63% by count and 27.14% by volume
rates: 84.07xact/sec or 16.18Mbits/sec
totals: 1.21Mxact and 28.44GByte
response time: n/a min, n/a mean, and n/a max
response size: 6.45KBytes min, 24.63KBytes 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.87% by count and 88.19% by volume
rates: 946.17xact/sec or 52.57Mbits/sec
totals: 13.63Mxact and 92.41GByte
response time: n/a min, n/a mean, and n/a max
response size: 0.34KBytes min, 7.11KBytes 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.48% by count and 35.93% by volume
rates: 545.17xact/sec or 21.42Mbits/sec
totals: 7.85Mxact and 37.65GByte
response time: 25.00msec min, 139.64msec mean, and 9227.00msec max
response size: 0.41KBytes min, 5.03KBytes mean, and 1264.01KBytes max
response time distribution
object.hits.rptm.fig.scope=sides=client__phases=top2
object size distribution
object.hits.size.fig.scope=sides=client__phases=top2
response time trace
object.hits.rptm.trace.scope=sides=client__phases=top2

No description is available for this object class.

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




15. Object 'misses'

contribution: 36.39% by count and 52.26% by volume
rates: 401.01xact/sec or 31.15Mbits/sec
totals: 5.78Mxact and 54.76GByte
response time: 155.00msec min, 2998.67msec mean, and 26458.00msec max
response size: 0.34KBytes min, 9.94KBytes mean, and 1264.01KBytes max
response time distribution
object.misses.rptm.fig.scope=sides=client__phases=top2
object size distribution
object.misses.size.fig.scope=sides=client__phases=top2
response time trace
object.misses.rptm.trace.scope=sides=client__phases=top2

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.87% by count and 88.19% by volume
rates: 946.17xact/sec or 52.57Mbits/sec
totals: 13.63Mxact and 92.41GByte
response time: 25.00msec min, 1351.35msec mean, and 26458.00msec max
response size: 0.34KBytes min, 7.11KBytes mean, and 1264.01KBytes max
response time distribution
object.hits_and_misses.rptm.fig.scope=sides=client__phases=top2
object size distribution
object.hits_and_misses.size.fig.scope=sides=client__phases=top2
response time trace
object.hits_and_misses.rptm.trace.scope=sides=client__phases=top2

No description is available for this object class.

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




17. Object 'ims/200'

contribution: 5.39% by count and 5.55% by volume
rates: 59.39xact/sec or 3.31Mbits/sec
totals: 0.86Mxact and 5.82GByte
response time: 29.00msec min, 1357.79msec mean, and 23192.00msec max
response size: 0.34KBytes min, 7.13KBytes mean, and 1264.01KBytes max
response time distribution
object.ims_sc200.rptm.fig.scope=sides=client__phases=top2
object size distribution
object.ims_sc200.size.fig.scope=sides=client__phases=top2

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.99% by count and 0.06% by volume
rates: 32.89xact/sec or 0.04Mbits/sec
totals: 0.47Mxact and 0.06GByte
response time: 0.00msec min, 2923.29msec mean, and 14442.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=top2
object size distribution
object.ims_sc304.size.fig.scope=sides=client__phases=top2

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.38% by count and 5.61% by volume
rates: 92.28xact/sec or 3.35Mbits/sec
totals: 1.33Mxact and 5.88GByte
response time: 0.00msec min, 1915.78msec mean, and 23192.00msec max
response size: 0.09KBytes min, 4.64KBytes mean, and 1264.01KBytes max
response time distribution
object.ims_scAll.rptm.fig.scope=sides=client__phases=top2
object size distribution
object.ims_scAll.size.fig.scope=sides=client__phases=top2
response time trace
object.ims_scAll.rptm.trace.scope=sides=client__phases=top2

No description is available for this object class.

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




20. Object 'cachable'

contribution: 68.77% by count and 64.36% by volume
rates: 757.71xact/sec or 38.36Mbits/sec
totals: 10.91Mxact and 67.44GByte
response time: 25.00msec min, 941.75msec mean, and 26458.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=top2

No description is available for this object class.

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




21. Object 'not cachable'

contribution: 17.10% by count and 23.83% by volume
rates: 188.46xact/sec or 14.21Mbits/sec
totals: 2.71Mxact and 24.97GByte
response time: 160.00msec min, 2998.18msec mean, and 18008.00msec max
response size: 0.34KBytes min, 9.65KBytes 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=top2

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.87% by count and 88.19% by volume
rates: 946.17xact/sec or 52.57Mbits/sec
totals: 13.63Mxact and 92.41GByte
response time: 25.00msec min, 1351.35msec mean, and 26458.00msec max
response size: 0.34KBytes min, 7.11KBytes 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=top2

No description is available for this object class.

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




23. Object 'fill'

contribution: 19.29% by count and 28.43% by volume
rates: 212.55xact/sec or 16.94Mbits/sec
totals: 3.06Mxact and 29.79GByte
response time: 155.00msec min, 2999.10msec mean, and 26458.00msec max
response size: 0.41KBytes min, 10.20KBytes 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=top2

No description is available for this object class.

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




24. Object 'reload'

contribution: 5.37% by count and 5.53% by volume
rates: 59.17xact/sec or 3.29Mbits/sec
totals: 0.85Mxact and 5.79GByte
response time: 0.00msec min, 2974.66msec mean, and 24513.00msec max
response size: 0.35KBytes min, 7.13KBytes mean, and 1264.00KBytes max
response time distribution
object.reload.rptm.fig.scope=sides=client__phases=top2
object size distribution
object.reload.size.fig.scope=sides=client__phases=top2
response time trace
object.reload.rptm.trace.scope=sides=client__phases=top2

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.41xact/sec or 0.02Mbits/sec
totals: 0.01Mxact and 0.03GByte
response time: 345.00msec min, 3072.03msec mean, and 13424.00msec max
response size: 0.36KBytes min, 5.36KBytes mean, and 594.88KBytes 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=top2

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: 44.00msec min, 1531.87msec mean, and 10629.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=top2
object size distribution
object.method_head.size.fig.scope=sides=client__phases=top2
response time trace
object.method_head.rptm.trace.scope=sides=client__phases=top2

No description is available for this object class.

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




29. Object 'POST'

contribution: 0.36% by count and 0.67% by volume
rates: 3.96xact/sec or 0.40Mbits/sec
totals: 0.06Mxact and 0.70GByte
response time: 0.00msec min, 2994.90msec mean, and 17707.00msec max
response size: 0.38KBytes min, 12.83KBytes mean, and 1264.01KBytes max
response time distribution
object.method_post.rptm.fig.scope=sides=client__phases=top2
object size distribution
object.method_post.size.fig.scope=sides=client__phases=top2
response time trace
object.method_post.rptm.trace.scope=sides=client__phases=top2

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.38% by count and 0.67% by volume
rates: 4.22xact/sec or 0.40Mbits/sec
totals: 0.06Mxact and 0.70GByte
response time: 0.00msec min, 2903.99msec mean, and 17707.00msec max
response size: 0.34KBytes min, 12.06KBytes mean, and 1264.01KBytes max
response time distribution
object.method_all.rptm.fig.scope=sides=client__phases=top2
object size distribution
object.method_all.size.fig.scope=sides=client__phases=top2
response time trace
object.method_all.rptm.trace.scope=sides=client__phases=top2

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: 1101.85xact/sec or 59.61Mbits/sec
totals: 15.87Mxact and 104.79GByte
response time: 0.00msec min, 1491.75msec mean, and 26458.00msec max
response size: 0.09KBytes min, 6.92KBytes mean, and 1264.01KBytes max
response time distribution
object.rep.rptm.fig.scope=sides=client__phases=top2
object size distribution
object.rep.size.fig.scope=sides=client__phases=top2
response time trace
object.rep.rptm.trace.scope=sides=client__phases=top2

No description is available for this object class.