Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.06 KB

README.md

File metadata and controls

56 lines (36 loc) · 1.06 KB

gowebbench - refine webbench in C

Travis CI: Build Status

See Webbench written in C

This is a free software, see GNU Public License version 3 for details.

Usage

./build/gowebbench [-c clientNumber -t requestTimeInSecond --(httpMethod)] url

Show Help

./build/gowebbench -h

How To build

git clone https://github.com/qinyuhang/go-webbench.git
cd go-webbench
make
make install

TODO

  • Makefile install target

  • Force HTTP2 support

  • Switch UA support

  • -f switch support Pragma no-cache

  • -r switch support --force-reload

  • -F switch support --Field

  • --file using with POST send file

  • -i switch support --input read json or csv config

  • -d switch support --data

  • -p switch support --proxy

  • -o json output verbose request info

  • console color

  • more friendly switch like httpie

  • json res checker