mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-25 03:26:36 +08:00
用户看板增加带宽百分位
This commit is contained in:
@@ -217,6 +217,8 @@ message ComposeUserDashboardResponse {
|
||||
int64 dailyPeekBandwidthBytes = 5;
|
||||
repeated DailyTrafficStat dailyTrafficStats = 6;
|
||||
repeated DailyPeekBandwidthStat dailyPeekBandwidthStats = 7;
|
||||
int32 bandwidthPercentile = 8; // 带宽百分位
|
||||
int64 bandwidthPercentileBits = 9; // 带宽百分位上的比特数
|
||||
|
||||
message DailyTrafficStat {
|
||||
string day = 1;
|
||||
|
||||
Reference in New Issue
Block a user