Categorygithub.com/fgrehm/boom-curl
modulepackage
0.2.0
Repository: https://github.com/fgrehm/boom-curl.git
Documentation: pkg.go.dev

# README

boom-curl

Work in progress cURL like interface for https://github.com/rakyll/boom

USAGE:
   bcurl [options] <URL>
GLOBAL OPTIONS:
   -H, --header '-H option -H option'	custom header to pass to server
   -d, --data 				HTTP POST data
   --cpus '4'				Number of used cpu cores. (default for current machine is 4 cores)
   --requests '200'			Number of requests to run
   --concurrency '50'			Number of requests to run concurrently.
   --help, -h				show help
   --version, -v			print the version

Installation

To install the latest pre-built binary release run the following one-liners:

Linux
L=$HOME/bin/bcurl && curl -sL https://github.com/fgrehm/boom-curl/releases/download/v0.1.0/linux_amd64 > $L && chmod +x $L
Mac OS
L=$HOME/bin/bcurl && curl -sL https://github.com/fgrehm/boom-curl/releases/download/v0.1.0/darwin_amd64 > $L && chmod +x $L

The oneliners above assume that $HOME/bin is available on your PATH, if that's not the case please change it accordingly.

# Packages

No description provided by the author

# Constants

No description provided by the author