mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-05-15 07:25:24 +08:00
带宽相关数据增加百分位
This commit is contained in:
@@ -48,6 +48,8 @@ message FindHourlyServerBandwidthStatsRequest {
|
||||
|
||||
message FindHourlyServerBandwidthStatsResponse {
|
||||
repeated Stat stats = 1;
|
||||
int32 percentile = 2; // 百分位
|
||||
Stat nthStat = 3; // 百分位统计数据
|
||||
|
||||
message Stat {
|
||||
string day = 1;
|
||||
@@ -65,6 +67,8 @@ message FindDailyServerBandwidthStatsRequest {
|
||||
|
||||
message FindDailyServerBandwidthStatsResponse {
|
||||
repeated Stat stats = 1;
|
||||
int32 percentile = 2; // 百分位
|
||||
Stat nthStat = 3; // 百分位统计数据
|
||||
|
||||
message Stat {
|
||||
string day = 1;
|
||||
|
||||
@@ -145,8 +145,10 @@ message ComposeServerStatBoardResponse {
|
||||
int64 monthlyPeekBandwidthBytes = 3; // 当月带宽峰值
|
||||
int64 lastMonthlyPeekBandwidthBytes = 4; // 上个月带宽峰值
|
||||
|
||||
int32 bandwidthPercentile = 7;
|
||||
repeated ServerBandwidthStat minutelyBandwidthStats = 1; // 分钟级的带宽统计
|
||||
repeated ServerBandwidthStat dailyBandwidthStats = 6; // 按天的带宽统计
|
||||
ServerBandwidthStat minutelyNthBandwidthStat = 8;
|
||||
|
||||
repeated DailyTrafficStat dailyTrafficStats = 30;
|
||||
repeated HourlyTrafficStat hourlyTrafficStats = 31;
|
||||
repeated NodeStat topNodeStats = 32;
|
||||
|
||||
Reference in New Issue
Block a user