From 0440a06ff6e0e8bb4b73fb58270c3bb96247ca89 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Sat, 8 Aug 2015 09:19:05 +0200 Subject: [PATCH] suricata: add tcp reassembly memuse graph --- suricata/templates/suricata/index.html | 41 ++++++++++++++++++++++++-- 1 file changed, 38 insertions(+), 3 deletions(-) diff --git a/suricata/templates/suricata/index.html b/suricata/templates/suricata/index.html index be55ac56f..aad21aea2 100644 --- a/suricata/templates/suricata/index.html +++ b/suricata/templates/suricata/index.html @@ -326,7 +326,7 @@

TCP memory usage (last {{ date }}) +
+ +
+ +
+
+
+Fetching data... + + +
+
+
+ +
+
+ @@ -472,6 +506,7 @@

HTTP memory usage (last {{ date }}) if (String(e.target).match('#memory')) { draw_stats_timeline({{ from_date }}, 'stats.flow.memuse', '#flow_memuse', 0, [ '{{ suricata.name }}']); draw_stats_timeline({{ from_date }}, 'stats.tcp.memuse', '#tcp_memuse', 0, [ '{{ suricata.name }}'] ); + draw_stats_timeline({{ from_date }}, 'stats.tcp.reassembly_memuse', '#tcp_reassembly_memuse', 0, [ '{{ suricata.name }}'] ); draw_stats_timeline({{ from_date }}, 'stats.http.memuse', '#http_memuse', 0, [ '{{ suricata.name }}']); draw_stats_timeline({{ from_date }}, 'stats.dns.memuse', '#dns_memuse', 0, [ '{{ suricata.name }}']); }