+
+
+ Result
+
+
+
+
+
+
+ Worker | +Requests (sum) | +Rate (per second) | +Throughput (per second) | +Success (%) | +Avg Resp Time (ms) | +P95 Resp Time (ms) | +Total Bytes In | +Total Bytes Out | +
---|---|---|---|---|---|---|---|---|
{{ name }} | +{{ worker.metrics.requests }} | +{{ Math.floor(worker.metrics.rate) }} | +{{ Math.floor(worker.metrics.throughput) }} | +{{ Math.floor(worker.metrics.success * 100) }} | +{{ worker.metrics.latencies.mean / 1000000 }} | +{{ worker.metrics.latencies['95th'] / 1000000 }} | +{{ worker.metrics.bytes_in.total }} | +{{ worker.metrics.bytes_out.total }} | +
Summary | +{{ summary.requests }} | +{{ Math.floor(summary.rate) }} | +{{ Math.floor(summary.throughput) }} | +{{ Math.floor(summary.success * 100) }} | +{{ summary.meanLatencies / 1000000 }} | +{{ summary.meanP95Latencies / 1000000 }} | +{{ summary.totalBytesIn }} | +{{ summary.totalBytesOut }} | +