Skip to content

"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.

Notifications You must be signed in to change notification settings

caiolombello/load-stress-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks