HTTP/HTTPS regression testing and benchmarking utility
Siege is an HTTP/HTTPS regression testing and benchmarking utility. It was designed to let web developers measure the performance of their code under duress, to see how it will stand up to load on the internet. It lets the user hit a web server with a configurable number of concurrent simulated users.
Siege is an HTTP/HTTPS regression testing and benchmarking utility. It was designed to let web developers measure the performance of their code under duress, to see how it will stand up to load on the internet. It lets the user hit a web server with a configurable number of concurrent simulated users.
To install siege, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install siege
To see what files were installed by siege, run:
port contents siege
To later upgrade siege, run:
sudo port selfupdate && sudo port upgrade siege
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.