lollipopkit / flutter_server_box

ServerBox - server status & toolbox app using Flutter
GNU General Public License v3.0
3.71k stars 239 forks source link

群晖累积上下行数据量,实时上下行速度数据显示不正常,显示为实际数值的2倍 #295

Closed upbeat-backbone-bose closed 3 months ago

upbeat-backbone-bose commented 4 months ago

期望结果

显示准确的累积上下行数据量,以及实时上下行传输速率

实际结果

实际显示为准确值的2倍

截图

image image image

设备

系统:iOS 17.3.1 App版本:1.0.780(+3) 设备:群晖ds920+

Issues-translate-bot commented 4 months ago

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


Title: Synology has accumulated uplink and downlink data volume, and the real-time uplink and downlink speed data display is abnormal and is displayed as twice the actual value.

upbeat-backbone-bose commented 4 months ago

猜测与群晖ovs的open switch取值可能有关系

Issues-translate-bot commented 4 months ago

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


I guess it may have something to do with the open switch value of Synology OVS.

Issues-translate-bot commented 4 months ago

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


I guess it may have something to do with the open switch value of Synology OVS.

lollipopkit commented 3 months ago

大概率因为群晖流量出入得先走ovs,再走eth,所以相同的流量被统计了两次 考虑新增设置:忽略ovs等虚拟接口

Issues-translate-bot commented 3 months ago

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


There is a high probability that Synology traffic must go through ovs first and then through eth, so the same traffic is counted twice. Consider new settings: ignore virtual interfaces such as ovs

upbeat-backbone-bose commented 3 months ago

大概率因为群晖流量出入得先走ovs,再走eth,所以相同的流量被统计了两次 考虑新增设置:忽略ovs等虚拟接口

同感,没有深入研究过ovs。但是也是猜测是虚拟接口的问题导致统计了2倍的速率+流量。

Issues-translate-bot commented 3 months ago

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


There is a high probability that Synology traffic must go through ovs first, and then through eth, so the same traffic is counted twice. Consider adding a new setting: ignore virtual interfaces such as ovs.

I feel the same, I haven't studied ovs in depth. But it is also speculated that it is a problem with the virtual interface that causes the statistics of 2 times the rate + traffic.

upbeat-backbone-bose commented 3 months ago

更新至v1.0.787确认问题解决。

Issues-translate-bot commented 3 months ago

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


Updated to v1.0.787 to confirm the problem is resolved.