Project

abr

0.0
No commit activity in last 3 years
No release in over 3 years
multiple request ab(apache bench)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.16
>= 0
~> 10.0
~> 3.0

Runtime

 Project Readme

Abr

Abr is a gem for performance test with ab (apache bench).

Installation

Install it yourself as:

$ gem install abr

Usage

Make text and write ab command into it.

input_file.txt

ab -n 1 -c 1 https://google.com/

And then, pass as an option to this abr command.

abr test -i=input_file.txt

Finally, you got a result file which name is result.csv.

Or, you can specify result file name using -o option.

abr test -i=input_file.txt -o=specified_result_file.csv

License

The gem is available as open source under the terms of the MIT License.