mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Add stacked top user scripts chart
This commit is contained in:
parent
13a7b8ba67
commit
63660b59f4
7 changed files with 17 additions and 7 deletions
|
|
@ -66,6 +66,8 @@ local tags = {
|
|||
}
|
||||
|
||||
drawGraphs(ifId, schema, tags, _GET["zoom"], url, selected_epoch, {
|
||||
top_user_script = "top:user_script:duration",
|
||||
|
||||
timeseries = {
|
||||
{schema = "user_script:duration", label = i18n("internals.script_duration"), value_formatter = {"fmillis"}},
|
||||
{schema = "user_script:num_calls", label = i18n("internals.num_calls")},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue