Drill is an HTTP load testing application written in Rust inspired by Ansible syntax
Drill is an HTTP load testing application written in Rust inspired by Ansible syntax. The main goal for this project is to build a really lightweight tool as an alternative to others that require a JVM and other stuff. You can write benchmark files, in YAML format, describing all the stuff you want to test.
Drill is an HTTP load testing application written in Rust inspired by Ansible syntax. The main goal for this project is to build a really lightweight tool as an alternative to others that require a JVM and other stuff. You can write benchmark files, in YAML format, describing all the stuff you want to test.
To install drill, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install drill
To see what files were installed by drill, run:
port contents drill
To later upgrade drill, run:
sudo port selfupdate && sudo port upgrade drill
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.