2020-10-02 23:25:23 +02:00
2020-08-24 19:36:47 +02:00
2020-10-02 23:25:23 +02:00
2020-10-02 23:25:23 +02:00

Basic HTTP Stress test

This is a little script wrote in Python 3. It's just for simulating multiple connection in same time.

How to use it

  1. Install Python 3

Debian, Ubuntu

sudo apt install python3

Fedora

sudo dnf install python37

Redhat, CentOS

sudo yum install python3

Windows and macOS You can download the installer on here for Windows and here for macOS

Example and minimal arguments

py main.py -h host -p path [--port port] [-t number_of_thread] [-tm timeout_in_second] [--ssl [--allow-self-signed]]

Your command must have -h (host IP or domain) and -p (path to the resource)

Example:

py main.py -h www.google.fr -p / -t 10
Description
Send a lot of simultaneous HTTP request
Readme 74 KiB
Languages
Python 98.9%
Batchfile 1.1%