Load-tester v0.1.0 — a small HTTP load tester for the CLI and Go packages
Hello everybody,
I’ve revealed load-tester v0.1.0, an HTTP load-testing software written in Go.
It may be utilized in two methods:
The present model performs closed-loop, request-count-based assessments and reviews throughput, P50/P90/P99 latency, HTTP standing codes, and errors. The implementation makes use of the Go commonplace library and helps clear cancellation.
The objective is to offer a small and clear possibility for builders who need fast native or approved staging assessments with out organising a bigger load-testing system. It’s an early launch, however it’s accessible to make use of now if its present scope matches your wants.
Set up:
go set up github.com/tentse/load-tester/cmd/loadtester@v0.1.0
Instance:
loadtester -url http://localhost:8080/ -c 20 -n 500
The README paperwork the present limitations and roadmap. I’d admire suggestions on the CLI design, public Go API, concurrency behaviour, end result reporting, and documentation.
Security be aware for v0.1.0: solely take a look at techniques you personal or are approved to check, and don’t put credentials or API keys within the goal URL. URL redaction in error output is being improved.
Repository: https://github.com/tentse/load-tester

