ServerStatus-Rust icon indicating copy to clipboard operation
ServerStatus-Rust copied to clipboard

Mac 上流量获取有亿点点问题

Open softwind0214 opened this issue 2 years ago • 0 comments

现象

image 这 5 台都是 MacOS,都没有使用 vnstat(因为之前试过使用了获取不到流量,这是另一个问题,不展开),然后出现的问题是这里的月流量有时候有,有时候会变成0。

Server 版本

uname -a

Linux p-qcsh4-mobile-inhouse-publish-6a3f26cd-01 5.14.0-160.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Aug 25 23:06:03 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
./stat_server -V

stat_server v1.7.2 (f2bbe95, 2023-05-28 04:07:22 UTC, rustc 1.69.0, x86_64-unknown-linux-musl)

Client 版本

uname -a

Darwin iOSdeMac-Studio.local 21.6.0 Darwin Kernel Version 21.6.0: Sat Jun 18 17:07:22 PDT 2022; root:xnu-8020.140.41~1/RELEASE_ARM64_T6000 arm64
./stat_client -V

stat_client v1.7.2 (f2bbe95, 2023-05-28 04:08:09 UTC, rustc 1.69.0, x86_64-apple-darwin)

Server 配置

就是正常的 group 配置,group_gc = 40,offline_threshold = 30

softwind0214 avatar Jul 13 '23 06:07 softwind0214