mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Implements REST API endpoint to get pools for any available type
Implements #4263
This commit is contained in:
parent
bf7a5c2776
commit
6e0ae904df
6 changed files with 65 additions and 5 deletions
|
|
@ -308,7 +308,7 @@ for _key, value in ipairs(flows_stats) do -- pairsByValues(vals, funct) do
|
|||
if(throughput_type == "pps") then
|
||||
column_thpt = value["throughput_pps"]
|
||||
else
|
||||
column_thpt = 8*value["throughput_bps"]
|
||||
column_thpt = 8 * value["throughput_bps"]
|
||||
end
|
||||
|
||||
if false then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue