mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Implement L7 num flows charts
This commit is contained in:
parent
9372eb8962
commit
c506ef6aeb
11 changed files with 79 additions and 8 deletions
|
|
@ -265,6 +265,14 @@ schema:addMetric("flows_as_client")
|
|||
|
||||
--##############################################
|
||||
|
||||
schema = ts_utils.newSchema("host:ndpi_flows", {step = 300})
|
||||
schema:addTag("ifid")
|
||||
schema:addTag("host")
|
||||
schema:addTag("protocol")
|
||||
schema:addMetric("num_flows")
|
||||
|
||||
--##############################################
|
||||
|
||||
schema = ts_utils.newSchema("host:echo_packets", {step = 300})
|
||||
schema:addTag("ifid")
|
||||
schema:addTag("host")
|
||||
|
|
|
|||
|
|
@ -95,6 +95,13 @@ schema:addMetric("bytes")
|
|||
|
||||
-- ##############################################
|
||||
|
||||
schema = ts_utils.newSchema("iface:ndpi_flows", {step=60})
|
||||
schema:addTag("ifid")
|
||||
schema:addTag("protocol")
|
||||
schema:addMetric("num_flows")
|
||||
|
||||
-- ##############################################
|
||||
|
||||
-- NOTE: not shown
|
||||
schema = ts_utils.newSchema("iface:local2remote", {step=60, rrd_fname="local2remote"})
|
||||
schema:addTag("ifid")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue