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/default/starcraft_battle.pcap.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/results/stats/default/starcraft_battle.pcap.out') diff --git a/test/results/stats/default/starcraft_battle.pcap.out b/test/results/stats/default/starcraft_battle.pcap.out index 25ecb0f6a..203b426d9 100644 --- a/test/results/stats/default/starcraft_battle.pcap.out +++ b/test/results/stats/default/starcraft_battle.pcap.out @@ -1,5 +1,5 @@ PUTVAL "localhost/exec-nDPIsrvd/counter-json_lines" interval=60 N:383 -PUTVAL "localhost/exec-nDPIsrvd/counter-json_bytes" interval=60 N:296791 +PUTVAL "localhost/exec-nDPIsrvd/counter-json_bytes" interval=60 N:296971 PUTVAL "localhost/exec-nDPIsrvd/counter-flow_new_count" interval=60 N:52 PUTVAL "localhost/exec-nDPIsrvd/counter-flow_end_count" interval=60 N:26 PUTVAL "localhost/exec-nDPIsrvd/counter-flow_idle_count" interval=60 N:26 -- cgit v1.2.3