mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Join interface packets and drops into a single timeseries
This commit is contained in:
parent
b8a510cd61
commit
ea4f936d07
5 changed files with 6 additions and 8 deletions
|
|
@ -1498,8 +1498,7 @@ local default_timeseries = {
|
|||
{schema="iface:1d_delta_traffic_volume", label="1 Day Traffic Delta"}, -- TODO localize
|
||||
{schema="iface:1d_delta_flows", label="1 Day Active Flows Delta"}, -- TODO localize
|
||||
|
||||
{schema="iface:packets", label=i18n("packets")},
|
||||
{schema="iface:drops", label=i18n("graphs.packet_drops")},
|
||||
{schema="iface:packets_vs_drops", label=i18n("graphs.packets_vs_drops")},
|
||||
{schema="iface:nfq_pct", label=i18n("graphs.num_nfq_pct"), nedge_only=1},
|
||||
|
||||
{schema="iface:disc_prob_bytes", label=i18n("graphs.discarded_probing_bytes"), nedge_exclude=1},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue