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/git.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/git.pcap.out')
-rw-r--r-- | tests/result/git.pcap.out | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/result/git.pcap.out b/tests/result/git.pcap.out index f8962b9b0..3c3d710fb 100644 --- a/tests/result/git.pcap.out +++ b/tests/result/git.pcap.out @@ -3,6 +3,21 @@ Guessed flow protos: 0 DPI Packets (TCP): 4 (4.00 pkts/flow) Confidence DPI : 1 (flows) Num dissector calls: 1 (1.00 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: 2/0 (search/found) +Patricia risk: 0/0 (search/found) +Patricia protocols: 4/0 (search/found) Git 90 74005 1 |