vlib: improve summary vector-rate statistics
Type: refactor Signed-off-by: Dave Barach <dave@barachs.net> Change-Id: I4b77879b0a84fdec3c1518a972cf003d5135222d Signed-off-by: Ole Troan <ot@cisco.com>
This commit is contained in:

committed by
Florin Coras

parent
eacc8c5943
commit
a8df85ce1f
@ -319,7 +319,7 @@ vl_api_clnt_process (vlib_main_t * vm, vlib_node_runtime_t * node,
|
||||
* of the application to process the request, the client will
|
||||
* sit and wait for Godot...
|
||||
*/
|
||||
vector_rate = vlib_last_vector_length_per_node (vm);
|
||||
vector_rate = (f64) vlib_last_vectors_per_main_loop (vm);
|
||||
start_time = vlib_time_now (vm);
|
||||
while (1)
|
||||
{
|
||||
|
Reference in New Issue
Block a user