mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Add ntopng process memory chart
This commit is contained in:
parent
4f4548713e
commit
8977ac81f6
16 changed files with 115 additions and 35 deletions
|
|
@ -47,7 +47,7 @@ end
|
|||
--! @param tags_filter a list of filter tags.
|
||||
--! @param wildcard_tags the remaining tags of the schema which are considered wildcard.
|
||||
--! @param start_time time filter. Only timeseries updated after start_time will be returned.
|
||||
--! @return a (possibly empty) list of tags values for the matching timeseries on success, nil on error.
|
||||
--! @return a (possibly empty) list of tags values for the matching timeseries on success, nil for non-existing series.
|
||||
function driver:listSeries(schema, tags_filter, wildcard_tags, start_time)
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue