mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Added script tracings
This commit is contained in:
parent
9ccf4e5acc
commit
74f03c3a38
17 changed files with 91 additions and 4 deletions
|
|
@ -6,6 +6,8 @@ local dirs = ntop.getDirs()
|
|||
|
||||
package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path
|
||||
|
||||
-- trace_script_duration = true
|
||||
|
||||
require "lua_utils"
|
||||
local periodic_activities_utils = require "periodic_activities_utils"
|
||||
local cpu_utils = require("cpu_utils")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue