mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 16:30:10 +00:00
Improved detection of flow status
This commit is contained in:
parent
689e38d90a
commit
5ff9db9dd5
9 changed files with 214 additions and 12 deletions
|
|
@ -361,6 +361,8 @@ else
|
|||
print("</td></tr>\n")
|
||||
end
|
||||
|
||||
print("<tr><th width=30%>Flow Status</th><td colspan=2>"..getFlowStatus(flow["flow.status"]).."</td></tr>\n")
|
||||
|
||||
if((flow.client_process == nil) and (flow.server_process == nil)) then
|
||||
print("<tr><th width=30%>Actual / Peak Throughput</th><td width=20%>")
|
||||
if (throughput_type == "bps") then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue