brontide / aioedgeos

Async version of code to interact with EdgeOS API and streaming statistics daemon.
39 stars 8 forks source link

Incorrect Cumulative Transfer #8

Open panks21 opened 3 years ago

panks21 commented 3 years ago

Thanks for this great tool I started using this in docker environment around 12 hours ago and since then I have updated three iphones to IOS 14.5 which was around 1.5GB each, but the data transfer shows only close to 250MB instead of the real close to 5GB value. My Wan port is eth0 on static IP. Is there a way to check and fix this?? Screenshot below

image

brontide commented 3 years ago

The display only shows what is recorded in DPI. Some offloaded traffic and/or ipv6 may not show up there because UI never added support for it. I would look at the router itself and see if the per-active-device seems correct.

panks21 commented 3 years ago

Thanks. I agree, the UI is pretty basic Is it possible to run rpc calls to the router direcly?? I guess not Looks like running a cli via ssh is the only option left

show interfaces ethernet eth0 statistics NIC statistics: tx_bytes: 67755344485 tx_packets: 74301234 tx_skip: 0 tx_collisions: 0 rx_bytes: 66137159148 rx_packets: 74079080 rx_overflow: 0 rx_fcs_errors: 0 rx_short_errors: 0 rx_long_errors: 0 rx_checksum_errors: 2 rx_flow_control_packets: 0