mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
Add Throughput (bps) chart
This commit is contained in:
parent
fa2c03b3a7
commit
113ba252ba
3 changed files with 27 additions and 0 deletions
|
|
@ -343,6 +343,20 @@ local community_timeseries = {
|
|||
color = timeseries_info.get_timeseries_color('bytes')
|
||||
}
|
||||
}
|
||||
}, {
|
||||
schema = "iface:throughput_bps",
|
||||
id = timeseries_id.iface,
|
||||
label = i18n("graphs.throughput_bps"),
|
||||
description = i18n("graphs.metric_descr.iface_throughput_bps"),
|
||||
priority = 0,
|
||||
measure_unit = "bps",
|
||||
scale = i18n("graphs.metric_labels.traffic"),
|
||||
timeseries = {
|
||||
bps = {
|
||||
label = i18n('graphs.metric_labels.throughput'),
|
||||
color = timeseries_info.get_timeseries_color('bytes')
|
||||
}
|
||||
}
|
||||
}, {
|
||||
schema = "iface:score",
|
||||
id = timeseries_id.iface,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue