Fast cross-platform HTTP benchmarking tool written in Go
bombardier is a HTTP(S) benchmarking tool. It is written in Go programming language and uses excellent fasthttp instead of Go's default http library, because of its lightning fast performance.
bombardier is a HTTP(S) benchmarking tool. It is written in Go programming language and uses excellent fasthttp instead of Go's default http library, because of its lightning fast performance.
To install bombardier, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install bombardier
To see what files were installed by bombardier, run:
port contents bombardier
To later upgrade bombardier, run:
sudo port selfupdate && sudo port upgrade bombardier
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.