Improved detection of flow status

This commit is contained in:
Luca 2016-05-16 18:54:08 +02:00
parent 689e38d90a
commit 5ff9db9dd5
9 changed files with 214 additions and 12 deletions

View file

@ -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