Skip to content

Kevin20180/RequestRain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RequestRain

A testing tool that sends many requests to an HTTP server.

Usage: reqrain [options] <server-url>

Sends multiple requests to an HTTP server.

Arguments:
  server-url         HTTP server URL.

Options:
  -V, --version      output the version number
  --threads <quant>  Number of threads to be used.
                     Default: 2
  --req-delay <ms>   Delay in milliseconds for each request per thread.
                     Default: 20
  -h, --help         display help for command

Example:

reqrain http://localhost:8080 --threads 3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors