caiolombello / load-stress-tool

"Load Stress Tool" is a Python-based load and stress testing utility, designed to simulate high-load scenarios on your system. It generates user requests to measure system response and identify potential weak points. Key parameters can be configured via environment variables. This tool is Docker-packaged for ease of deployment and scalability.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Load & Stress Tests

Build

docker build -t load-tester .

Run

docker run -it \
-e METHOD=<method> \
-e URL=<url> \
-e AUTH_HEADER=<auth_header> \
-e DATA=<data> \
-e NUM_USERS=<num_users> \
-e NUM_REQUESTS=<num_requests> \
load-tester

About

"Load Stress Tool" is a Python-based load and stress testing utility, designed to simulate high-load scenarios on your system. It generates user requests to measure system response and identify potential weak points. Key parameters can be configured via environment variables. This tool is Docker-packaged for ease of deployment and scalability.


Languages

Language:Python 91.0%Language:Dockerfile 9.0%