From 405a52ed65c0b641b26f0571bf6a6c369c5251d7 Mon Sep 17 00:00:00 2001 From: Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> Date: Fri, 29 Jul 2022 15:25:00 +0200 Subject: 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). --- tests/result/weibo.pcap.out | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'tests/result/weibo.pcap.out') diff --git a/tests/result/weibo.pcap.out b/tests/result/weibo.pcap.out index c1186a315..b2e043ed4 100644 --- a/tests/result/weibo.pcap.out +++ b/tests/result/weibo.pcap.out @@ -6,6 +6,21 @@ Confidence Match by port : 13 (flows) Confidence Match by IP : 8 (flows) Confidence DPI : 23 (flows) Num dissector calls: 580 (13.18 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: 57/43 (search/found) +Automa domain: 32/0 (search/found) +Automa tls cert: 0/0 (search/found) +Automa risk mask: 2/0 (search/found) +Automa common alpns: 0/0 (search/found) +Patricia risk mask: 88/0 (search/found) +Patricia risk: 0/0 (search/found) +Patricia protocols: 163/18 (search/found) DNS 6 630 3 HTTP 19 2275 5 -- cgit v1.2.3