From 930aaf92760ea8e350c65af3b71ee34cd3581fa9 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Wed, 19 Jun 2024 14:25:42 +0200 Subject: Added global (heap) memory stats for daemon status events. * added new CMake option `ENABLE_MEMORY_STATUS` to restore the old behavior (and increase performance) * splitted `ENABLE_MEMORY_PROFILING` into `ENABLE_MEMORY_STATUS` and `ENABLE_MEMORY_PROFILING` Signed-off-by: Toni Uhlig --- test/results/stats/caches_cfg/ookla.pcap.out | 2 +- test/results/stats/caches_cfg/teams.pcap.out | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test/results/stats/caches_cfg') diff --git a/test/results/stats/caches_cfg/ookla.pcap.out b/test/results/stats/caches_cfg/ookla.pcap.out index 11f3a8ee7..d125038a1 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/counter-json_lines" interval=60 N:56 -PUTVAL "localhost/exec-nDPIsrvd/counter-json_bytes" interval=60 N:43680 +PUTVAL "localhost/exec-nDPIsrvd/counter-json_bytes" interval=60 N:43950 PUTVAL "localhost/exec-nDPIsrvd/counter-flow_new_count" interval=60 N:6 PUTVAL "localhost/exec-nDPIsrvd/counter-flow_end_count" interval=60 N:1 PUTVAL "localhost/exec-nDPIsrvd/counter-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 223ac4781..f409e3bab 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/counter-json_lines" interval=60 N:682 -PUTVAL "localhost/exec-nDPIsrvd/counter-json_bytes" interval=60 N:649810 +PUTVAL "localhost/exec-nDPIsrvd/counter-json_bytes" interval=60 N:649990 PUTVAL "localhost/exec-nDPIsrvd/counter-flow_new_count" interval=60 N:83 PUTVAL "localhost/exec-nDPIsrvd/counter-flow_end_count" interval=60 N:17 PUTVAL "localhost/exec-nDPIsrvd/counter-flow_idle_count" interval=60 N:66 -- cgit v1.2.3