Computes CPU states every 5 seconds in the system interface

This commit is contained in:
Simone Mainardi 2020-02-27 16:48:08 +01:00
parent 297195abab
commit 82a01c521a
7 changed files with 156 additions and 4 deletions

View file

@ -0,0 +1,10 @@
--
-- (C) 2019-20 - ntop.org
--
return {
title = "CPU States Monitor",
description = "Monitors the various states of the CPU (e.g., user, system and iowait)",
author = "ntop",
dependencies = {},
}