summaryrefslogtreecommitdiffstats
path: root/src/main_dpdk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main_dpdk.cpp')
-rwxr-xr-xsrc/main_dpdk.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main_dpdk.cpp b/src/main_dpdk.cpp
index d3dcb0c5..aba15c28 100755
--- a/src/main_dpdk.cpp
+++ b/src/main_dpdk.cpp
@@ -2319,6 +2319,9 @@ void CGlobalStats::dump_json(std::string & json){
json+=GET_FIELD(m_tx_expected_cps);
json+=GET_FIELD(m_tx_expected_pps);
json+=GET_FIELD(m_tx_expected_bps);
+ json+=GET_FIELD(m_total_alloc_error);
+ json+=GET_FIELD(m_total_queue_full);
+ json+=GET_FIELD(m_total_queue_drop);
json+=GET_FIELD(m_rx_drop_bps);
json+=GET_FIELD(m_active_flows);
json+=GET_FIELD(m_open_flows);