yinqiwen / httpbench

A small program to benchmark HTTP servers, which is built on 'arch' framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

httpbench

A small program to benchmark HTTP servers, which is built on 'arch' framework. The source code can also be found in 'arch's test source folder.

Usage

hb -c <concurrentConns> -f <file> -u <url> -n <limit> -t <rps> -r <ratio> -m <method> -H <headers> -x <vars> -h <host> -p <port> [-k]

About

A small program to benchmark HTTP servers, which is built on 'arch' framework.


Languages

Language:C++ 100.0%