SCE增加raw & decrypted traffic的监控指标
This commit is contained in:
@@ -35,6 +35,12 @@ struct thread_metrics
|
||||
struct throughput_metrics nf_rx; // 累计值
|
||||
struct throughput_metrics nf_tx; // 累计值
|
||||
|
||||
struct throughput_metrics raw_rx; // 累计值
|
||||
struct throughput_metrics raw_tx; // 累计值
|
||||
|
||||
struct throughput_metrics dec_rx; // 累计值
|
||||
struct throughput_metrics dec_tx; // 累计值
|
||||
|
||||
struct throughput_metrics endpoint_vxlan_rx; // 累计值
|
||||
struct throughput_metrics endpoint_vxlan_tx; // 累计值
|
||||
struct throughput_metrics endpoint_vxlan_drop; // 累计值
|
||||
|
||||
Reference in New Issue
Block a user