The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 1.002

  • Change: 2452fdcf8a5d5113f3b3efdd93bbd2d3d7c8c175 Author: Markus Benning <ich@markusbenning.de> Date : 2015-07-16 20:31:00 +0000
    • added new features and performance improvements
    • The following new features have been added:
    • New option: timing_redis_password allows to specifiy a redis password
    • New option: timing_redis_exclude_re excludes rules from timing
    • statistics. By default set to '^__' which will exclude all sub-rules
    • New option: timing_redis_database allows to select a non-default
    • database in redis. (redis SWITCH call)
    • New option: timing_redis_bulk_update will queue timing updates
    • before sending them to redis and execute them in a bulk via a
    • single call to a server-side script. By default this option is set
    • to 50 entries. Set to 0 do disable. Requires redis >= 2.6.0 and a
    • Redis perl >= 1.954 module.

Modules

collect SA rule timings in redis