Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 512 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 512 Bytes

REST API / Web Service Stress Tester

This is a simple tool to stress test your REST API / Web Service.

It is written in Python and uses aiohttp to make asynchronous requests, along with uvloop to speed up the event loop. uvloop is optional, and is not included in the requirements, if you'd like to use it, be sure to install it via pip install uvloop (only currently supported on linux).

Use python3 main.py -h to see the help message and get started.

Preview