chiro-hiro / stressben

Stress benchmark tool

Home Page:https://fkguru.com/en/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StressBen

This tool will give you abilities to test your rest API with highest concurrent.

Installation

Clone source code from github:

~$ git clone https://github.com/tad88dev/stressben.git stressben

Build from source:

~$ cd stressben
~/stressben/$ make
~/stressben/$ sudo make install

Usage

Create queries.txt which's containt URI.

/api/getBalance/address
/api/getHistory/address

Start stressben:

~$ stressben --host tradahacking.vn --user-agent ./data/useragent.txt --queries ./data/queries.txt

License

This tool was distributed under MIT License

About

Stress benchmark tool

https://fkguru.com/en/

License:MIT License


Languages

Language:C++ 95.1%Language:Makefile 4.9%