httpbenchmark

command module
v0.0.0-...-9196751 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 19, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

README

http benchmark

A programmable HTTP stress testing tool. Written in Golang.

Install

git clone https://github.com/abersheeran/httpbenchmark.git
cd httpbenchmark

And then, if use go install to install it, you can use httpbenchmark command in your terminal.

httpbenchmark -h

If you want to use it without installing, you can use go run to run it.

go run main.go -h

Usage

httpbenchmark https://example.com
httpbenchmark -X POST -H "Content-Type: application/json" -d '{"key": "value"}' https://httpbin.org/post
httpbenchmark -c 300 -r 100000 https://example.com

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL