Implement OOO/Retransmissions Stats

Implements #1072

Additional implementations:
- l7 statistics for networks

Additional fixes and improvements:
- local networks traffic statistics were saved twice
- 5min.lua was not properly coded to keep into account user
preferences
_ 5min.lua has been simplified

TODO:
- ooo / retransmissions / lost counters should be accounted in the C engine or
serialized to disk as idle hosts may determine a decrease in the
aforementioned counters.
This commit is contained in:
Simone Mainardi 2017-04-05 19:34:58 +02:00
parent 7ff33f2e64
commit 4aa4212630
9 changed files with 302 additions and 243 deletions

View file

@ -19,6 +19,7 @@ local top_rrds = {
{rrd="tcp_lost.rrd", label=i18n("graphs.tcp_packets_lost")},
{rrd="tcp_ooo.rrd", label=i18n("graphs.tcp_packets_ooo")},
{rrd="tcp_retransmissions.rrd", label=i18n("graphs.tcp_packets_retr")},
{rrd="tcp_retr_ooo_lost.rrd", label=i18n("graphs.tcp_retr_ooo_lost")},
{separator=1},
{rrd="tcp_syn.rrd", label=i18n("graphs.tcp_syn_packets")},
{rrd="tcp_synack.rrd", label=i18n("graphs.tcp_synack_packets")},