mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 09:20:10 +00:00
Add dscp info to raw flows
This commit is contained in:
parent
ceba04f92c
commit
da74202e94
4 changed files with 27 additions and 7 deletions
|
|
@ -40,7 +40,7 @@ end
|
|||
|
||||
for key, value in pairsByKeys(stats.dscp, asc) do
|
||||
res[#res + 1] = {
|
||||
label = dscp_consts.ds_precedence_descr(key),
|
||||
label = dscp_consts.ds_class_descr(key),
|
||||
value = value['packets.rcvd'] + value['packets.sent']
|
||||
}
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue