mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-16 14:50:25 +08:00
实现峰值带宽和平均带宽两种带宽算法
This commit is contained in:
@@ -9,5 +9,5 @@ message UserBandwidthStat {
|
||||
int64 userId = 2;
|
||||
string day = 3;
|
||||
string timeAt = 4;
|
||||
int64 bytes = 5;
|
||||
int64 bytes = 5; // 峰值带宽字节
|
||||
}
|
||||
Reference in New Issue
Block a user