mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Adds timeseries of iowait
This commit is contained in:
parent
2dbdc13ec6
commit
f6bd1b3493
5 changed files with 53 additions and 9 deletions
|
|
@ -5,6 +5,14 @@
|
|||
local ts_utils = require "ts_utils_core"
|
||||
local schema
|
||||
|
||||
-------------------------------------------------------
|
||||
-- SYSTEM CPU states
|
||||
-------------------------------------------------------
|
||||
|
||||
schema = ts_utils.newSchema("system:iowait", {step = 5, metrics_type = ts_utils.metrics.gauge})
|
||||
schema:addTag("ifid")
|
||||
schema:addMetric("iowait_pct")
|
||||
|
||||
-------------------------------------------------------
|
||||
-- FLOW USER SCRIPTS SCHEMAS
|
||||
-------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue