Skip to content

This load generator tool generates requests using a Poisson Distribution, i.e, it generates random number of requests per second based on the rate informed. This simulates how users will interact with your system.

License

Notifications You must be signed in to change notification settings

alandiegosantos/http-random-stress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http-random-stress

This load generator tool generates requests using a Poisson Distribution, i.e, it generates random number of requests per second based on the rate informed. This simulates how users will interact with your system.

How to compile it:

$ git clone https://github.com/alandiegosantos/http-random-stress
$ make -f build/Makefile

How to use it

Use this command to requests from https://localhost:34412/ using a rate of 10 rps for 20s

$ ./http-random-stress -rate 10 -url https://localhost:32412/ -timeout 20

About

This load generator tool generates requests using a Poisson Distribution, i.e, it generates random number of requests per second based on the rate informed. This simulates how users will interact with your system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published