mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-25 20:40:24 +08:00
网站列表增加QPS和攻击QPS信息
This commit is contained in:
@@ -41,8 +41,10 @@ message Server {
|
||||
int64 webId = 15;
|
||||
bytes reverseProxyJSON = 16;
|
||||
|
||||
string bandwidthTime = 26;
|
||||
int64 bandwidthBytes = 27;
|
||||
string bandwidthTime = 26; // 带宽时间
|
||||
int64 bandwidthBytes = 27; // 带宽字节数
|
||||
int64 countRequests = 34; // 最近(通常5分钟内)访问量
|
||||
int64 countAttackRequests = 35; // 最近识别到的攻击访问量
|
||||
|
||||
NodeCluster nodeCluster = 30;
|
||||
repeated ServerGroup serverGroups = 31;
|
||||
|
||||
Reference in New Issue
Block a user