| 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 |
| 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 |
Load Count
(xact/sec)Volume
(Mbits/sec)offered 13.52 1.21 measured 13.46 1.20
Load trace
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.
Hit Ratios DHR
(%)BHR
(%)offered 4.13 2.37 measured 4.08 2.35
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.
Transaction state Number of times Mean concurrency level entered left active 16306.00 16235.00 34.72 waiting 6738.00 6719.00 14.42
concurrent HTTP transaction level trace
TBD.
Connection state Number of times Mean concurrency level entered left open 7262.00 7131.00 60.47 established 7262.00 7131.00 60.42
concurrent HTTP/TCP connection level trace
TBD.
Number of agents Mean population level created destroyed 63.00 0.00 32.05
population level trace
Populus is a set of all live robot or server agents. While alive, an agent may participate in HTTP transactions or remain idle.
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.
Object Response time (msec) Size (KBytes) Min Mean Max Min Mean Max "foreign" n/a n/a n/a n/a n/a n/a "image" n/a n/a n/a 0.33 4.75 41.88 "HTML" n/a n/a n/a 0.44 9.76 63.95 "download" n/a n/a n/a 18.34 231.57 509.59 "applet" n/a n/a n/a 1.56 4.40 7.29 "other" n/a n/a n/a 7.74 25.71 72.65 all content types n/a n/a n/a 0.33 11.51 509.59 hits 3.00 39.64 1063.00 0.41 6.64 53.03 misses 9.00 2687.12 14845.00 0.33 11.71 509.59 hits and misses 3.00 2579.08 14845.00 0.33 11.51 509.59 ims/200 4.00 1091.74 4125.00 0.33 7.60 68.02 ims/304 2.00 1619.26 4974.00 0.09 0.13 0.16 all ims 2.00 1275.95 4974.00 0.09 4.99 68.02 cachable 3.00 2560.17 14845.00 0.38 11.59 509.59 not cachable 11.00 2662.10 7325.00 0.33 11.14 113.09 cachable and not 3.00 2579.08 14845.00 0.33 11.51 509.59 fill 9.00 2693.12 14845.00 0.38 11.85 509.59 reload 298.00 2591.89 4675.00 0.43 8.14 47.29 abort 5936.00 7895.89 10138.00 0.38 5.04 27.10 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 2509.00 2509.00 2509.00 0.38 0.38 0.38 POST 2029.00 2898.17 5557.00 0.49 10.96 29.33 PUT n/a n/a n/a n/a n/a n/a all non-gets 2029.00 2842.57 5557.00 0.38 9.45 29.33 all replies 2.00 2564.06 14845.00 0.09 11.41 509.59
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' class) or '304 Not Modified' (the 'ims/304' class) 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.
The total of 7 errors detected. Out of those errors, 7xact or 0.04% of all transactions were classified as transaction errors.
Error Count Contribution (%) (c19) unsupported HTTP status code 7 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.
No instances of this object class were observed or recorded in the given scope.
This object class represents one of the content types specified in the PGL workload file and labeled there as "foreign".
contribution: 61.44% by count and 25.57% by volume rates: 8.25xact/sec or 0.31Mbits/sec totals: 0.01Mxact and 0.05GByte response time: n/a min, n/a mean, and n/a max response size: 0.33KBytes min, 4.75KBytes mean, and 41.88KBytes 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".
contribution: 16.52% by count and 14.12% by volume rates: 2.22xact/sec or 0.17Mbits/sec totals: 0.00Mxact and 0.02GByte response time: n/a min, n/a mean, and n/a max response size: 0.44KBytes min, 9.76KBytes mean, and 63.95KBytes 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".
contribution: 0.78% by count and 15.78% by volume rates: 0.10xact/sec or 0.19Mbits/sec totals: 0.00Mxact and 0.03GByte response time: n/a min, n/a mean, and n/a max response size: 18.34KBytes min, 231.57KBytes mean, and 509.59KBytes 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".
contribution: 0.23% by count and 0.09% by volume rates: 0.03xact/sec or 0.00Mbits/sec totals: 0.00Mxact and 0.00GByte response time: n/a min, n/a mean, and n/a max response size: 1.56KBytes min, 4.40KBytes mean, and 7.29KBytes 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 "applet".
contribution: 19.33% by count and 43.54% by volume rates: 2.60xact/sec or 0.52Mbits/sec totals: 0.00Mxact and 0.08GByte response time: n/a min, n/a mean, and n/a max response size: 7.74KBytes min, 25.71KBytes mean, and 72.65KBytes 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".
contribution: 98.30% by count and 99.10% by volume rates: 13.21xact/sec or 1.19Mbits/sec totals: 0.02Mxact and 0.17GByte response time: n/a min, n/a mean, and n/a max response size: 0.33KBytes min, 11.51KBytes mean, and 509.59KBytes 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.
response time distribution
object size distribution
response time trace
No description is available for this object class.
This object class belongs to the 'hits and misses' class.
response time distribution
object size distribution
response time trace
No description is available for this object class.
This object class belongs to the 'hits and misses' class.
response time distribution
object size distribution
response time trace
No description is available for this object class.
This object class belongs to the 'all replies' class.
response time distribution
object size distribution 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.
response time distribution
object size distribution 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.
response time distribution
object size distribution
response time trace
No description is available for this object class.
This object class belongs to the 'all replies' class.
No response time and size histograms were collected or stored for this object class.
response time trace
No description is available for this object class.
This object class belongs to the 'cachable and not' class.
No response time and size histograms were collected or stored for this object class.
response time trace
No description is available for this object class.
This object class belongs to the 'cachable and not' class.
No response time and size histograms were collected or stored for this object class.
response time trace
No description is available for this object class.
This object class belongs to the 'all replies' class.
No response time and size histograms were collected or stored for this object class.
response time trace
No description is available for this object class.
This object class belongs to the 'all replies' class.
response time distribution
object size distribution
response time trace
No description is available for this object class.
This object class belongs to the 'all replies' class.
No response time and size histograms were collected or stored for this object class.
response time trace
No description is available for this object class.
This object class belongs to the 'all replies' class.
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.
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.
response time distribution
object size distribution
response time trace
No description is available for this object class.
This object class belongs to the 'all non-gets' class.
response time distribution
object size distribution
response time trace
No description is available for this object class.
This object class belongs to the 'all non-gets' class.
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.
response time distribution
object size distribution
response time trace
No description is available for this object class.
This object class belongs to the 'all replies' class.
response time distribution
object size distribution
response time trace
No description is available for this object class.