Skip to content
/ colt Public

My simplest http load tester built in the afternoon using GO

Notifications You must be signed in to change notification settings

resqiar/colt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages