An open API service indexing awesome lists of open source software.

https://github.com/userrails/concurrencychecker

Send concurrent request to server by using ruby service or siege
https://github.com/userrails/concurrencychecker

Last synced: 3 months ago
JSON representation

Send concurrent request to server by using ruby service or siege

Awesome Lists containing this project

README

        

#### Serve concurrent request for number of entry points registered on txt file using Siege.

`siege --time=5s --concurrent=10 -f url_lists.txt -i`

#### Use Ruby `multithread_service` to check concurrency.