X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvpp%2Fapp%2Fstat_client.c;h=b3dee5331ca35775f3201fd466c11cb86f261b02;hb=1ec0ea85c3f57f4638e32a00396057f80d958ec9;hp=96c1bda2c8d3f24c99401928cdac08bb5e402b5b;hpb=c22f87b8763c844e09177e30bbb92830cd928812;p=vpp.git diff --git a/src/vpp/app/stat_client.c b/src/vpp/app/stat_client.c index 96c1bda2c8d..b3dee5331ca 100644 --- a/src/vpp/app/stat_client.c +++ b/src/vpp/app/stat_client.c @@ -142,17 +142,15 @@ connect_to_vpp (stat_client_main_t * sm) } #define foreach_cached_pointer \ -_(vector_rate, SCALAR_POINTER, &stat_client_main.vector_rate_ptr) \ -_(input_rate, SCALAR_POINTER, &stat_client_main.input_rate_ptr) \ -_(last_update, SCALAR_POINTER, &stat_client_main.last_runtime_ptr) \ -_(last_stats_clear, SCALAR_POINTER, \ +_(/sys/vector_rate, SCALAR_POINTER, &stat_client_main.vector_rate_ptr) \ +_(/sys/input_rate, SCALAR_POINTER, &stat_client_main.input_rate_ptr) \ +_(/sys/last_update, SCALAR_POINTER, &stat_client_main.last_runtime_ptr) \ +_(/sys/last_stats_clear, SCALAR_POINTER, \ &stat_client_main.last_runtime_stats_clear_ptr) \ -_(rx, COUNTER_VECTOR, &stat_client_main.intfc_rx_counters) \ -_(tx, COUNTER_VECTOR, &stat_client_main.intfc_tx_counters) \ +_(/if/rx, COUNTER_VECTOR, &stat_client_main.intfc_rx_counters) \ +_(/if/tx, COUNTER_VECTOR, &stat_client_main.intfc_tx_counters) \ _(/err/0/counter_vector, VECTOR_POINTER, \ &stat_client_main.thread_0_error_counts) \ -_(/err/IP4 source address matches local interface, ERROR_INDEX, \ - &stat_client_main.source_address_match_error_index) \ _(serialized_nodes, SERIALIZED_NODES, \ &stat_client_main.serialized_nodes)