These statistics are only available when the
--showHourly
flag is enabled.
The following sample may be line-wrapped:
DATE NUM REQUESTS OPS/SEC AVG ROUND-TRIP TIME ROUND-TRIP OVER 1250 AVG ENGINE TIME ENGINE TIME OVER 750 ---- ------------ ------- ------------------- -------------------- --------------- -------------------- 2005-12-19 14:00-15:00 1 / 1 1.000 / 0.000 0.000 / 0.000 0 (0.00%) / (0.00%) 0.000 / 0.000 0 (0.00%) / (0.00%) 2005-12-19 15:00-16:00 12890 / 12891 3.786 / 0.000 303.924 / 303.900 325 (2.52%) / 325 (2.52%) 109.311 / 109.303 343 (2.66%) / 343 (2.66%) 2005-12-19 16:00-17:00 14169 / 27060 3.936 / 0.000 304.759 / 304.350 375 (2.65%) / 700 (2.59%) 107.894 / 108.565 327 (2.31%) / 670 (2.48%) 2005-12-19 17:00-18:00 12182 / 39242 3.384 / 0.000 295.993 / 301.756 292 (2.40%) / 992 (2.53%) 92.452 / 103.563 232 (1.90%) / 902 (2.30%) 2005-12-19 18:00-19:00 11189 / 50431 3.108 / 0.000 291.157 / 299.404 286 (2.56%) / 1278 (2.53%) 86.383 / 99.751 164 (1.47%) / 1066 (2.11%)
Hourly statistics, when enabled, are output as they are calculated by the Request Log Analyzer. This is the only statistic to be output in this manner; all other statistics are only output when the Request Log Analyzer has finished processing all logs. For this reason, hourly statistics are useful to know that the Request Log Analyzer is continuing to run properly.
The metrics output by hourly statistics are:
Date: The timespan of the current hour. The Request Log Analyzers hourly statistics are measured by single hour boundaries; this is not configurable.
Num Requests: The number of requests found in the current hour, followed by the number of requests processed so far.
Ops/Sec: the achieved throughput for the current hour, followed by the achieved throughput for all requests processed so far.
Avg Round-Trip Time: the average round-trip response time for the current hour, followed by the round-trip response time for all requests processed so far.
Round Trip Over [threshold]: the number of requests in the current hour requiring longer than [threshold] to complete, based on round-trip response time, followed by the number of requests over [threshold] for all requests processed so far.
Avg Engine Time: the average engine-only processing time for the current hour, followed by the engine-only processing time for all requests processed so far.
Engine Time Over [threshold]: the number of requests in the current hour requiring longer than [threshold] to complete, based on engine-only processing time, followed by the number of requests over [threshold] for all requests processed so far.