From 114365a48012609d3d7930157b1b65d01face636 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Fri, 18 Jun 2021 13:31:37 +0200 Subject: Enable memory profiling for nDPId-test. * print a summary Signed-off-by: Toni Uhlig --- test/results/fix.pcap.out | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'test/results/fix.pcap.out') diff --git a/test/results/fix.pcap.out b/test/results/fix.pcap.out index 22aeda8e6..3fcc7bc4c 100644 --- a/test/results/fix.pcap.out +++ b/test/results/fix.pcap.out @@ -184,3 +184,14 @@ 00498{"flow_event_id":3,"flow_event_name":"idle","thread_id":0,"packet_id":1261,"source":"fix.pcap","alias":"nDPId-test","flow_id":7,"flow_packet_id":18,"flow_first_seen":1493755110320,"flow_last_seen":1493755130355,"flow_min_l4_payload_len":0,"flow_max_l4_payload_len":86,"flow_tot_l4_payload_len":647,"flow_avg_l4_payload_len":35,"midstream":1,"l3_proto":"ip4","src_ip":"208.245.107.3","dst_ip":"192.168.0.20","src_port":4000,"dst_port":38652,"l4_proto":"tcp","flow_datalink":1,"flow_max_packets":15} 00499{"flow_event_id":3,"flow_event_name":"idle","thread_id":0,"packet_id":1261,"source":"fix.pcap","alias":"nDPId-test","flow_id":10,"flow_packet_id":11,"flow_first_seen":1493755113353,"flow_last_seen":1493755123449,"flow_min_l4_payload_len":0,"flow_max_l4_payload_len":99,"flow_tot_l4_payload_len":401,"flow_avg_l4_payload_len":36,"midstream":1,"l3_proto":"ip4","src_ip":"208.245.107.3","dst_ip":"192.168.0.20","src_port":4000,"dst_port":39094,"l4_proto":"tcp","flow_datalink":1,"flow_max_packets":15} 00125{"daemon_event_id":3,"daemon_event_name":"shutdown","thread_id":0,"packet_id":1261,"source":"fix.pcap","alias":"nDPId-test"} +~~~~~~~~~~~~~~~~~~~~ SUMMARY ~~~~~~~~~~~~~~~~~~~~ +~~ packets captured/processed: 1261/1261 +~~ skipped flows.............: 0 +~~ total layer4 data length..: 71026 bytes +~~ total detected protocols..: 12 +~~ total active/idle flows...: 12/12 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~ total memory allocated....: 4915900 bytes +~~ total memory freed........: 4915900 bytes +~~ total allocations/frees...: 59664/59664 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- cgit v1.2.3