Toxiproxy is a framework for simulating network conditions.
Toxiproxy is a framework for simulating network conditions. It's made specifically to work in testing, CI and development environments, supporting deterministic tampering with connections, but with support for randomized chaos and customization. Toxiproxy is the tool you need to prove with tests that your application doesn't have single points of failure.
Toxiproxy is a framework for simulating network conditions. It's made specifically to work in testing, CI and development environments, supporting deterministic tampering with connections, but with support for randomized chaos and customization. Toxiproxy is the tool you need to prove with tests that your application doesn't have single points of failure.
To install toxiproxy, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install toxiproxy
To see what files were installed by toxiproxy, run:
port contents toxiproxy
To later upgrade toxiproxy, run:
sudo port selfupdate && sudo port upgrade toxiproxy
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.