To build an HTML load tester that measures multiple factors on a specified URL using concurrent workers.
Python 3.9.12
requests psutil
Latency Statistics (min, max, avg, std deviation) Error Rates Resource Monitoring (CPU and memory usage) Throughput
HTTP methods (GET, POST) Dynamic workload simulation using different queries per second (qps)
Python: 3.9.12 Port: 8000 Command: python load_tester.py [--max-qps ] [--duration ] [--workers ] [--method ]
./test_load_tester.sh
docker build -t load_tester . python load_tester.py [--max-qps ] [--duration ] [--workers ] [--method ]