修改fieldstat字段的命名
This commit is contained in:
@@ -27,9 +27,9 @@ struct global_metrics
|
||||
struct throughput_metrics dev_endpoint_tx; // 累计值
|
||||
struct throughput_metrics dev_endpoint_err_drop; // 累计值
|
||||
|
||||
struct throughput_metrics dev_nf_interface_rx; // 累计值
|
||||
struct throughput_metrics dev_nf_interface_tx; // 累计值
|
||||
struct throughput_metrics dev_nf_interface_err_bypass; // 累计值
|
||||
struct throughput_metrics raw_pkt_rx; // 累计值
|
||||
struct throughput_metrics raw_pkt_tx; // 累计值
|
||||
struct throughput_metrics raw_pkt_err_bypass; // 累计值
|
||||
|
||||
struct throughput_metrics hit_block_policy; // 累计值
|
||||
struct throughput_metrics hit_bypass_policy; // 累计值
|
||||
@@ -40,15 +40,15 @@ struct global_metrics
|
||||
struct throughput_metrics mirroring_tx; // 累计值
|
||||
struct throughput_metrics mirroring_rx_drop; // 累计值
|
||||
|
||||
struct throughput_metrics downlink_keepalive_packet_rx; // 累计值
|
||||
struct throughput_metrics uplink_keepalive_packet_rx; // 累计值
|
||||
struct throughput_metrics control_packet_rx; // 累计值
|
||||
struct throughput_metrics downlink_keepalive_pkt_rx; // 累计值
|
||||
struct throughput_metrics uplink_keepalive_pkt_rx; // 累计值
|
||||
struct throughput_metrics ctrl_pkt_rx; // 累计值
|
||||
|
||||
uint64_t control_packet_opening_num; // 累计值
|
||||
uint64_t control_packet_active_num; // 累计值
|
||||
uint64_t control_packet_closing_num; // 累计值
|
||||
uint64_t control_packet_resetall_num; // 累计值
|
||||
uint64_t control_packet_error_num; // 累计值
|
||||
uint64_t ctrl_pkt_opening_num; // 累计值
|
||||
uint64_t ctrl_pkt_active_num; // 累计值
|
||||
uint64_t ctrl_pkt_closing_num; // 累计值
|
||||
uint64_t ctrl_pkt_resetall_num; // 累计值
|
||||
uint64_t ctrl_pkt_error_num; // 累计值
|
||||
|
||||
uint64_t sf_active_times; // 累计值
|
||||
uint64_t sf_inactive_times; // 累计值
|
||||
|
||||
Reference in New Issue
Block a user