mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Enhanced collector stats
This commit is contained in:
parent
895a1f7832
commit
e522eebf6b
8 changed files with 124 additions and 38 deletions
|
|
@ -91,7 +91,7 @@ end
|
|||
-- You can call it as tprint(mytable)
|
||||
-- The other two parameters should not be set
|
||||
function tprint(s, l, i)
|
||||
-- io.write(debug.traceback().."\n")
|
||||
-- io.write(debug.traceback().."\n")
|
||||
|
||||
l = (l) or 1000;
|
||||
i = i or ""; -- default item limit, indent string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue