You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/doc/userguide/performance
Lukas Sismis 7dc65c2f8a hyperscan: add caching mechanism for hyperscan contexts
Cache Hyperscan serialized databases to disk to prevent compilation
of the same databases when Suricata is run again with the same
ruleset.
Hyperscan binary files are stored per rulegroup in the designated
folder, by default in the cached library folder.
Since caching is per signature group heads,
some chunk of the ruleset can change and it still can reuse part of
the unchanged signature groups.

Loading *fresh* ET Open ruleset:  19 seconds
Loading *cached* ET Open ruleset: 07 seconds

Ticket: 7170
4 months ago
..
analysis
runmodes
analysis.rst
high-performance-config.rst
hyperscan.rst hyperscan: add caching mechanism for hyperscan contexts 4 months ago
ignoring-traffic.rst doc/userguide: spelling 2 years ago
index.rst
packet-capture.rst
packet-profiling.rst
rule-profiling.rst
runmodes.rst
statistics.rst
tcmalloc.rst
tuning-considerations.rst