net_benchmark.http_bench.load_test_exporters
CSV/Excel/PDF/JSON export for load test results. Takes List[LoadTestSummary] (one per target) so Excel gets a per-URL sheet. Reuses base.py’s table/chart helpers; adds a local line-chart helper for time-series (base.py’s generate_bar_chart is bar-only).
Functions
|
|
|
Error message counts for a single target's load test — mirrors HTTPAnalyzer.get_error_statistics() but works directly off LoadTestSummary.results since load tests don't go through HTTPAnalyzer for the raw-result path (only for the aggregate stats). |
Classes
One static method per export type, mirroring HTTPCSVExporter. |
|
- net_benchmark.http_bench.load_test_exporters.error_breakdown(summary)[source]
Error message counts for a single target’s load test — mirrors HTTPAnalyzer.get_error_statistics() but works directly off LoadTestSummary.results since load tests don’t go through HTTPAnalyzer for the raw-result path (only for the aggregate stats).
- class net_benchmark.http_bench.load_test_exporters.LoadTestCSVExporter[source]
Bases:
objectOne static method per export type, mirroring HTTPCSVExporter.