mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
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:
parent
7ff33f2e64
commit
4aa4212630
9 changed files with 302 additions and 243 deletions
|
|
@ -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")},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue