A modern load testing tool, using Go and JavaScript
k6 is a modern load testing tool, building on Load Impact's years of experience in the load and performance testing industry. It provides a clean, approachable scripting API, local and cloud execution, with command & control through CLI or a REST API.
k6 is a modern load testing tool, building on Load Impact's years of experience in the load and performance testing industry. It provides a clean, approachable scripting API, local and cloud execution, with command & control through CLI or a REST API.
To install k6, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install k6
To see what files were installed by k6, run:
port contents k6
To later upgrade k6, run:
sudo port selfupdate && sudo port upgrade k6
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.