+
+
+ {{ formatNumber(stats.total_requests) }}
+ Requests
+
+
+ {{ formatTime(stats.avg_response_time_ms) }}
+ Avg Response
+
+
+ {{ formatBytes(stats.total_bytes) }}
+ Total Bytes
+
+
+ {{ errorRate }}%
+ Error Rate
+
+
+
+
+
+
+
+ {{ status }}: {{ formatNumber(count) }}
+
+
+
+
+
Top Paths
+
+
+
{{ path.path }}
+
+ {{ formatNumber(path.request_count) }}
+ {{ formatTime(path.avg_time_ms) }}
+ {{ path.error_count }} errors
+
+
+
+
+