Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

流量周期性统计问题 #952

Open
2 tasks done
ceozero opened this issue Jan 7, 2025 · 0 comments
Open
2 tasks done

流量周期性统计问题 #952

ceozero opened this issue Jan 7, 2025 · 0 comments

Comments

@ceozero
Copy link

ceozero commented Jan 7, 2025

运行环境

Debian GNU/Linux12 (bookworm)

Nezha 版本

1.5.10

描述问题

从V0 开始就发现了这个问题。当时查了半天也找不到问题。就把流量统计关了
现在升到V1 还是有这个问题。
周期性流量统计经常会把总流量统计进去。导致流量统计差异很大。

image
image
image

最开始我以为是统计了多网卡的问题,就配置成监听指定网卡。
后来发现指定网卡也会出现统计错误。
就开始找是不是系统问题。因为都是重新D的系统。就换成不同的系统,还是会统计出错。(中间也以为只有甲骨文ARM会这样,后来用aws和az都出现这个问题了。)
排除了系统问题,云服务器问题,就看到有可能是go库的gopsutil问题导致统计错误。
@uubulb
nezhahq/agent#139 (comment)

我用gopsutil库随便写了个统计流量的代码 =·大概就是5分钟一次,这一次的流量减掉上一次的流量就是这5分钟使用的流量·

image

发现这里流量统计是没有问题的。。所以现在也不知道应该往哪里 查了。

复现步骤

基本不定时出现。有时候几天才会统计错误一次。有时候会间隔几个小时就来一次。

image

配置信息

附加信息

有没有一种可能,就是某一个时期统计流量的时候丢失了上一次的流量信息,没法减掉上次的流量,就会等于所有流量。???
佬们给个方向来查案。

验证

  • 我确认这是一个 nezha (哪吒面板) 的问题。
  • 我已经搜索了 Issues,并确认该问题之前没有被反馈过。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant