diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2023-09-09 19:32:08 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2023-09-10 19:32:08 +0200 |
commit | e42e3fe406c30bec09fe3be0c6bacd1efac44950 (patch) | |
tree | d5387f314725c83af1eefd4dab39c8b9a02cebbf /test/results/stats/caches_cfg | |
parent | 96b0a8a4749f56244b9d6841de3696ab7fe1fd0e (diff) |
Serialize nDPId / libnDPI versions within daemon events.
* changed nDPI version hints / requirements
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'test/results/stats/caches_cfg')
-rw-r--r-- | test/results/stats/caches_cfg/ookla.pcap.out | 2 | ||||
-rw-r--r-- | test/results/stats/caches_cfg/teams.pcap.out | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/results/stats/caches_cfg/ookla.pcap.out b/test/results/stats/caches_cfg/ookla.pcap.out index f3289739a..e52ef9cef 100644 --- a/test/results/stats/caches_cfg/ookla.pcap.out +++ b/test/results/stats/caches_cfg/ookla.pcap.out @@ -1,5 +1,5 @@ PUTVAL "localhost/exec-nDPIsrvd/gauge-json_lines" interval=60 N:55 -PUTVAL "localhost/exec-nDPIsrvd/gauge-json_bytes" interval=60 N:41624 +PUTVAL "localhost/exec-nDPIsrvd/gauge-json_bytes" interval=60 N:41844 PUTVAL "localhost/exec-nDPIsrvd/gauge-flow_new_count" interval=60 N:6 PUTVAL "localhost/exec-nDPIsrvd/gauge-flow_end_count" interval=60 N:1 PUTVAL "localhost/exec-nDPIsrvd/gauge-flow_idle_count" interval=60 N:5 diff --git a/test/results/stats/caches_cfg/teams.pcap.out b/test/results/stats/caches_cfg/teams.pcap.out index 92ed9481c..9ad02e4a5 100644 --- a/test/results/stats/caches_cfg/teams.pcap.out +++ b/test/results/stats/caches_cfg/teams.pcap.out @@ -1,5 +1,5 @@ PUTVAL "localhost/exec-nDPIsrvd/gauge-json_lines" interval=60 N:680 -PUTVAL "localhost/exec-nDPIsrvd/gauge-json_bytes" interval=60 N:649483 +PUTVAL "localhost/exec-nDPIsrvd/gauge-json_bytes" interval=60 N:649648 PUTVAL "localhost/exec-nDPIsrvd/gauge-flow_new_count" interval=60 N:83 PUTVAL "localhost/exec-nDPIsrvd/gauge-flow_end_count" interval=60 N:17 PUTVAL "localhost/exec-nDPIsrvd/gauge-flow_idle_count" interval=60 N:66 |