From cccf794265dee24f25e16f21753972b20f7593c5 Mon Sep 17 00:00:00 2001 From: Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> Date: Tue, 13 Jul 2021 12:28:39 +0200 Subject: ndpiReader: add statistics about nDPI performance (#1240) The goal is to have a (roughly) idea about how many packets nDPI needs to properly classify a flow. Log this information (and guessed flows number too) during unit tests, to keep track of improvements/regressions across commits. --- tests/result/quic_interop_V.pcapng.out | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/result/quic_interop_V.pcapng.out') diff --git a/tests/result/quic_interop_V.pcapng.out b/tests/result/quic_interop_V.pcapng.out index cc5c31c0b..5aafa0574 100644 --- a/tests/result/quic_interop_V.pcapng.out +++ b/tests/result/quic_interop_V.pcapng.out @@ -1,3 +1,8 @@ +Guessed flow protos: 0 + +DPI Packets (UDP): 63 (1.00 pkts/flow) +DPI Packets (other): 14 (1.00 pkts/flow) + ICMP 21 7436 9 ICMPV6 10 10642 5 QUIC 195 201384 60 -- cgit v1.2.3