Skip to content
This repository has been archived by the owner on Feb 15, 2020. It is now read-only.

A simple script which bombards a single URL with maximum possible number of requests.

Notifications You must be signed in to change notification settings

ezyatev/simple-stress-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Stress Tester

A simple script which bombards a single URL with maximum possible number of requests.

May be used as stress testing tool.

Installation

  1. Go to the directory where requirements.txt is located.

  2. Create & activate Python 3 virtual environment.

  3. Run in your shell:

     pip install -r requirements.txt 
    

Using

  1. Make the script executable:

     $ chmod a+x tester.py
    
  2. Run in your shell:

     $ ./tester.py --url http://127.0.0.1
    

Notes

The script is an improved version of Mailgun Team solution.

Authors

About

A simple script which bombards a single URL with maximum possible number of requests.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages