mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
Computes CPU states every 5 seconds in the system interface
This commit is contained in:
parent
297195abab
commit
82a01c521a
7 changed files with 156 additions and 4 deletions
10
attic/scripts/lua/plugins/cpu_states_monitor/manifest.lua
Normal file
10
attic/scripts/lua/plugins/cpu_states_monitor/manifest.lua
Normal 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 = {},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue