mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2026-04-25 15:35:48 +08:00
增加网站每日独立IP统计
This commit is contained in:
@@ -21,4 +21,5 @@ message ServerBandwidthStat {
|
||||
int64 countAttackRequests = 14; // 总攻击请求数
|
||||
int64 userPlanId = 15; // 绑定的用户套餐ID
|
||||
int64 countWebsocketConnections = 16; // Websocket连接数
|
||||
int64 countIPs = 17; // 总IP数
|
||||
}
|
||||
@@ -16,9 +16,10 @@ message ServerDailyStat {
|
||||
int64 countAttackRequests = 8;
|
||||
int64 attackBytes = 9;
|
||||
bool checkTrafficLimiting = 10;
|
||||
int64 planId = 11;
|
||||
string day = 12;
|
||||
int64 planId = 11; // 套餐ID
|
||||
string day = 12; // 日期 YYYYMMDD
|
||||
string hour = 13;
|
||||
string timeFrom = 14;
|
||||
string timeTo = 15;
|
||||
int64 countIPs = 17; // 独立IP数量
|
||||
}
|
||||
|
||||
@@ -154,6 +154,8 @@ message ComposeServerStatBoardResponse {
|
||||
int64 dailyPeekBandwidthBytes = 2; // 当天带宽峰值
|
||||
int64 monthlyPeekBandwidthBytes = 3; // 当月带宽峰值
|
||||
int64 lastMonthlyPeekBandwidthBytes = 4; // 上个月带宽峰值
|
||||
int64 dailyCountIPs = 9; // 当天独立IP
|
||||
int64 dailyTrafficBytes = 10; // 当天流量
|
||||
|
||||
int32 bandwidthPercentile = 7;
|
||||
repeated ServerBandwidthStat minutelyBandwidthStats = 1; // 分钟级的带宽统计
|
||||
|
||||
Reference in New Issue
Block a user