diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2022-07-29 15:25:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-29 15:25:00 +0200 |
commit | 405a52ed65c0b641b26f0571bf6a6c369c5251d7 (patch) | |
tree | 0fd8b13b109e05ddcc77338e14d66d3c26accbbf /tests/result/ajp.pcap.out | |
parent | df2e11ef51ea34f595d79e526ab6f3ac89cb6462 (diff) |
Patricia tree, Ahocarasick automa, LRU cache: add statistics (#1683)
Add (basic) internal stats to the main data structures used by the
library; they might be usefull to check how effective these structures
are.
Add an option to `ndpiReader` to dump them; enabled by default in the
unit tests.
This new option enables/disables dumping of "num dissectors calls"
values, too (see b4cb14ec).
Diffstat (limited to 'tests/result/ajp.pcap.out')
-rw-r--r-- | tests/result/ajp.pcap.out | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/result/ajp.pcap.out b/tests/result/ajp.pcap.out index ffaa3776c..5a8260734 100644 --- a/tests/result/ajp.pcap.out +++ b/tests/result/ajp.pcap.out @@ -5,6 +5,21 @@ DPI Packets (other): 6 (3.00 pkts/flow) Confidence Unknown : 2 (flows) Confidence DPI : 2 (flows) Num dissector calls: 2 (0.50 diss/flow) +LRU cache ookla: 0/0/0 (insert/search/found) +LRU cache bittorrent: 0/0/0 (insert/search/found) +LRU cache zoom: 0/0/0 (insert/search/found) +LRU cache stun: 0/0/0 (insert/search/found) +LRU cache tls_cert: 0/0/0 (insert/search/found) +LRU cache mining: 0/0/0 (insert/search/found) +LRU cache msteams: 0/0/0 (insert/search/found) +Automa host: 0/0 (search/found) +Automa domain: 0/0 (search/found) +Automa tls cert: 0/0 (search/found) +Automa risk mask: 0/0 (search/found) +Automa common alpns: 0/0 (search/found) +Patricia risk mask: 4/0 (search/found) +Patricia risk: 0/0 (search/found) +Patricia protocols: 8/0 (search/found) Unknown 6 2200 2 AJP 26 4446 2 |