mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Enhanced flow stats
This commit is contained in:
parent
ffcfe398cc
commit
6fb94b8a1a
2 changed files with 21 additions and 3 deletions
|
|
@ -42,6 +42,7 @@ typedef struct {
|
|||
u_int64_t cli2srv_bytes, srv2cli_bytes;
|
||||
u_int64_t cli2srv_goodput_bytes, srv2cli_goodput_bytes;
|
||||
TCPPacketStats tcp_stats_s2d, tcp_stats_d2s;
|
||||
ndpi_analyze_struct cli2srv_bytes_stats, srv2cli_bytes_stats;
|
||||
} FlowTrafficStats;
|
||||
|
||||
class Flow : public GenericHashEntry {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue