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/socks-http-example.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/socks-http-example.pcap.out')
-rw-r--r-- | tests/result/socks-http-example.pcap.out | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/result/socks-http-example.pcap.out b/tests/result/socks-http-example.pcap.out index 641b247ff..a0458f423 100644 --- a/tests/result/socks-http-example.pcap.out +++ b/tests/result/socks-http-example.pcap.out @@ -4,6 +4,21 @@ DPI Packets (TCP): 29 (9.67 pkts/flow) Confidence Match by port : 1 (flows) Confidence DPI : 2 (flows) Num dissector calls: 473 (157.67 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: 6/0 (search/found) +Patricia risk: 0/0 (search/found) +Patricia protocols: 14/0 (search/found) SOCKS 46 8383 3 |