mirror of
https://github.com/ntop/ntopng.git
synced 2026-06-01 14:19:04 +00:00
Implements ul/dl thpts in C and reworks the footer to use them
This commit is contained in:
parent
f7dfe812b8
commit
b86378bca3
7 changed files with 215 additions and 205 deletions
|
|
@ -3037,6 +3037,7 @@ void NetworkInterface::periodicStatsUpdate() {
|
|||
|
||||
bytes_thpt.updateStats(&tv, getNumBytes());
|
||||
pkts_thpt.updateStats(&tv, getNumPackets());
|
||||
ethStats.updateStats(&tv);
|
||||
|
||||
if(!isView() && flows_hash) /* View Interfaces don't have flows, they just walk flows of their 'viewed' peers */
|
||||
walker(&begin_slot, walk_all, walker_flows, flow_update_hosts_stats, (void*)&tv, true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue