mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +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
|
|
@ -74,9 +74,10 @@ schema:addMetric("num_flows")
|
|||
|
||||
-- ##############################################
|
||||
|
||||
schema = ts_utils.newSchema("iface:drops", {step=1, rrd_fname="drops", is_critical_ts=true})
|
||||
schema = ts_utils.newSchema("iface:packets_vs_drops", {step=1, is_critical_ts=true})
|
||||
schema:addTag("ifid")
|
||||
schema:addMetric("packets")
|
||||
schema:addMetric("drops")
|
||||
|
||||
-- ##############################################
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue