gocannon
:boom: Performance-focused HTTP load testing tool written in Go
File Explorer
Download Latest Version (.zip)- ci.yml
- release.yml
- dependabot.yml
- launch.json
- plugin.go
- gocannon-logo-horizontal.svg
- gocannon-logo.svg
- config.go
- headers.go
- headers_test.go
- plugin_interface.go
- request_body.go
- histogram.go
- histogram_print.go
- histogram_stats.go
- histogram_test.go
- histogram_txt.go
- gocannon.go
- http.go
- http_test.go
- integration_test.go
- plugin_loader.go
- stats_collector.go
- stats_collector_test.go
- target_test.go
- timestamp.go
- timestamp_test.go
- output_csv.go
- output_csv_test.go
- request.go
- request_test.go
- stats.go
- stats_print.go
- stats_print_test.go
- stats_test.go
- rescodes.go
- rescodes_test.go
- .gitignore
- args.go
- CITATION.cff
- CONTRIBUTING.md
- go.mod
- go.sum
- LICENSE
- main.go
- print.go
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/kffl/gocannon
Downloads the entire project code from GitHub to your computer.
cd gocannon
Moves into the project folder you just downloaded.
2. Go
Medium RecommendedPrerequisites
go build -buildmode=plugin -o plugin.so plugin.go
Compiles the Go program into an executable.
If the build finishes without errors, it worked. If you used go run ., check the terminal output.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
