SCE增加raw & decrypted traffic的监控指标

This commit is contained in:
luwenpeng
2024-03-06 11:56:07 +08:00
parent b295aacf0e
commit 551bb06590
15 changed files with 143 additions and 26 deletions

View File

@@ -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; // 累计值