mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Implements per-AS nw latency stats rrds
This commit is contained in:
parent
f37b071d72
commit
3ef543fecd
12 changed files with 63 additions and 22 deletions
|
|
@ -19,6 +19,7 @@ local top_rrds = {
|
|||
{rrd="drops.rrd", label=i18n("graphs.packet_drops"), nedge_exclude=1},
|
||||
{rrd="blocked_flows.rrd", label=i18n("graphs.blocked_flows")},
|
||||
{rrd="num_zmq_rcvd_flows.rrd", label=i18n("graphs.zmq_received_flows"), nedge_exclude=1},
|
||||
{rrd="num_ms_srv_nw_ltn.rrd", label=i18n("graphs.num_ms_srv_nw_ltn"), nedge_exclude=1},
|
||||
{separator=1, nedge_exclude=1},
|
||||
{rrd="tcp_lost.rrd", label=i18n("graphs.tcp_packets_lost"), nedge_exclude=1},
|
||||
{rrd="tcp_ooo.rrd", label=i18n("graphs.tcp_packets_ooo"), nedge_exclude=1},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue