A simple command line tool, for running quick http loads to URLs.
Number of requests to perform (default infinite)
Specify the requests per second for each client (default 1)
Send string as Request body
Number of client (default 1)
Send the contents of the file as Request body
Method to url (default "GET")
Send a cookie as name=value (multiple)
Send a header as header:value (multiple)
$ git clone git@github.com:vinod-tahelyani/go-loadtest.git
$ make make buildLoadtest
$ ./bin/loadtest -h
Note: This project is currently under developement.