Skip to content

v0.2-Release-candidate-1

Latest
Compare
Choose a tag to compare
@lafikl lafikl released this 26 Apr 03:07
· 3 commits to master since this release

This release adds the ability to manage the attack plan through redis-cli by pointing it to port 6380.

connect to the configuration port

redis-cli -p 6380

some examples of commands to run inside redis-cli:

# adds a rule named "delay_25" a delay for 25% of the commands
$ RULEADD "delay_25" delay=2000 percentage=25

# remove rule "delay_25"
$ RULEDEL 

# list commands and their hit counts as well
$ RULELIST