ac5tin / stresser

Minimalistic stress testing tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stresser

Minimalistic Stress testing tool

Usage

TLDR

stresser -c 100 -t 1000 -f ./req.toml

Export requests to csv

stresser -c 100 -t 1000 -f ./req.toml

Export csv of errors only

stresser -c 100 -t 1000 -f ./req.toml -e ./resp.csv -err

About

Minimalistic stress testing tool


Languages

Language:Go 96.8%Language:Makefile 3.2%