mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Implements bi-directional HTTP reqs/resps rates
This commit is contained in:
parent
e4dd2cba51
commit
fdaf16a7ef
3 changed files with 274 additions and 17 deletions
|
|
@ -378,7 +378,7 @@ function getOverallTopTalkers(interface_id, l4proto, port, info, begin_epoch, en
|
|||
if tonumber(limit) > 0 then slice_limit = limit end
|
||||
sql = sql.."limit "..slice_offset..","..slice_limit.." "
|
||||
|
||||
if(1 or db_debug == true) then io.write(sql.."\n") end
|
||||
if(db_debug == true) then io.write(sql.."\n") end
|
||||
|
||||
res = interface.execSQLQuery(sql)
|
||||
if(type(res) == "string") then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue