Skip to content

Commit

Permalink
make big-chaos
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatan-ivanov committed Aug 10, 2023
1 parent 7a94808 commit c8b77b0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ chaos:
# and a new connection is needed to inject latency for less than 100% or the connections
#docker exec toxiproxy /toxiproxy-cli toxic add --toxicName tail-latency --type latency --downstream --toxicity 0.005 --attribute latency=150 --attribute jitter=0 water-db

big-chaos:
docker exec toxiproxy /toxiproxy-cli toxic add --toxicName base-latency --type latency --downstream --toxicity 1.0 --attribute latency=200 --attribute jitter=0 water-db

order:
docker exec toxiproxy /toxiproxy-cli toxic remove --toxicName base-latency water-db
#docker exec toxiproxy /toxiproxy-cli toxic remove --toxicName tail-latency water-db
Expand Down

0 comments on commit c8b77b0

Please sign in to comment.