resqiar / colt

My simplest http load tester built in the afternoon using GO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Toy Project

This is just my work in the afternoon to be able to quickly see how fast my servers are. If you find it useful, feel free to use it.

How to use?

  • Clone
git clone https://github.com/resqiar/colt.git
  • Run the binary
./bin/bolt <OPTIONS> -u <URL>

Options

GLOBAL OPTIONS:
   --workers value, -w value              Number of conccurent workers connection used (default: 1)
   --amount value, -a value               How much jobs must be completed (default: 100)
   --url value, -u value (REQUIRED)       Target URL
   --help, -h                             show help
   --version, -v                          print the version

About

My simplest http load tester built in the afternoon using GO


Languages

Language:Go 100.0%