Bombe was created by, and is maintained by Nuno Maduro, and is a tool for benchmarking the given url response status and response time.
git clone https://github.com/nunomaduro/bombe
cd bombe
make
cd bin
./bombe <your-url.com> <number-of-requests>
➜ ./bombe nunomaduro.com 10
[200] nunomaduro.com ~= 0.216454 seconds
[200] nunomaduro.com ~= 0.109665 seconds
[200] nunomaduro.com ~= 0.098251 seconds
[200] nunomaduro.com ~= 0.097521 seconds
[200] nunomaduro.com ~= 0.098594 seconds
[200] nunomaduro.com ~= 0.121236 seconds
[200] nunomaduro.com ~= 0.105027 seconds
[200] nunomaduro.com ~= 0.105631 seconds
[200] nunomaduro.com ~= 0.099940 seconds
[200] nunomaduro.com ~= 0.114933 seconds
Bombe was created by Nuno Maduro under the MIT license.