toxiproxy icon indicating copy to clipboard operation
toxiproxy copied to clipboard

:alarm_clock: :fire: A TCP proxy to simulate network and system conditions for chaos and resiliency testing

Results 135 toxiproxy issues
Sort by recently updated
recently updated
newest added

ToxicLink only allows one direction data. Can we support bidirectional?

Would you guys be willing to accept a patch for client ip based filtering for toxics? There would be additional argument `subnet`( like `toxicity`) for each toxic which will accept...

Hi, I am trying to setup a proxy client-side to test a mobile application's behavior. The setup would be like this: mobile ---[wifi]--- AP --- Toxiproxy ---[internet]--- servers Toxiproxy is...

Hi, I would like to add metrics to allow RT monitoring, to allow automatic & manual test on remote servers verify that the traffic is actually passing through toxiproxy, verify...

I am trying to do a simple setup of using toxiproxy for 3rd party service APIs but running into an issue that I cant seem to resolve. I am running...

I have kind of a unique situation that can use your help on. In my environment we terminate TLS at a LB before it gets routed to my toxiproxy instance....

Hi quick question Example: create a proxy for an webapp like ``` toxiproxy-cli create myapp -l localhost:7777 -u localhost:5555 toxiproxy-cli toxic add myapp -t bandwidth -n speed -a rate=500 ```...

## What (proposal) I'd like to get support of multiple upstream hosts in single proxy + definition of balancing strategy (at least round-robin and/or least/most-connected). As of now (`v2.1.4`) there...

Dealing with a server restart isn't a big deal for simple deployments of Toxiproxy with a couple proxies and toxics. However, as the environment grows to dozens of proxies things...

I'd like to be able to write toxics that are upstream aware e.g. drop if client's IP = x. This will be useful for testing peer 2 peer systems rather...

enhancement