Changes for version 1.005
- Change: 8602cd594cec6abdba6506d1b74431c2ef0ecfe0 Author: Markus Benning <ich@markusbenning.de> Date : 2016-03-15 16:12:27 +0000
- Add support for counting test hits
- This add a new option timing_redis_hits_enabled.
- If enabled for each test that matched an counter will be incremented in the redis database.
- 127.0.0.1:6379> keys *.hits
- 1) "sa-timing.MISSING_SUBJECT.hits"
- 2) "sa-timing.MISSING_MID.hits"
- 3) "sa-timing.NO_RELAYS.hits"
- 127.0.0.1:6379> GET "sa-timing.MISSING_SUBJECT.hits"
- "3"
- Default is: 0 (disabled)
Documentation
Modules
collect SA rule timings in redis