]> git.ipfire.org Git - thirdparty/suricata.git/commit
profiling: initial rulegroup tracking
authorVictor Julien <victor@inliniac.net>
Fri, 16 Oct 2015 22:21:00 +0000 (00:21 +0200)
committerVictor Julien <victor@inliniac.net>
Tue, 5 Apr 2016 07:30:12 +0000 (09:30 +0200)
commit722e2dbf7cb916845fc50d5408000dcc6da9eabc
treebfcc95ff3787a83a8151ab22a75316080df54a8b
parente310a033be69d40026cb6ae9f605da78699d37c8
profiling: initial rulegroup tracking

Per rule group tracking of checks, use of lists, mpm matches,
post filter counts.

Logs SGH id so it can be compared with the rule_group.json output.

Implemented both in a human readable text format and a JSON format.
src/Makefile.am
src/detect-engine.c
src/detect.c
src/detect.h
src/runmode-unix-socket.c
src/suricata.c
src/util-profiling-keywords.c
src/util-profiling-rulegroups.c [new file with mode: 0644]
src/util-profiling.h
suricata.yaml.in