mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-20 17:50:25 +08:00
合并部分流量查询和带宽查询
This commit is contained in:
@@ -14,4 +14,9 @@ message ServerBandwidthStat {
|
||||
int64 totalBytes = 9; // 总流量
|
||||
int64 bits = 7; // 峰值带宽比特
|
||||
int64 nodeRegionId = 8; // 节点所在区域ID
|
||||
int64 cachedBytes = 10; // 总缓存流量
|
||||
int64 attackBytes = 11; // 总攻击流量
|
||||
int64 countRequests = 12; // 总请求数
|
||||
int64 countCachedRequests = 13; // 总缓存请求数
|
||||
int64 countAttackRequests = 14; // 总攻击请求数
|
||||
}
|
||||
Reference in New Issue
Block a user