Go to the source code of this file.
static u8* format_vlib_node_stats |
( |
u8 * |
s, |
|
|
va_list * |
va |
|
) |
| |
|
static |
static int node_cmp |
( |
void * |
a1, |
|
|
void * |
a2 |
|
) |
| |
|
static |
void vlib_node_cli_reference |
( |
void |
| ) |
|
Initial value:= {
.path = "clear runtime",
.short_help = "Clear packet processing runtime statistics",
}
static clib_error_t * clear_node_runtime(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (clear_node_runtime_command)
Definition at line 437 of file node_cli.c.
Initial value:= {
.path = "show vlib graph",
.short_help = "Show packet processing node graph",
}
static clib_error_t * show_node_graph(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (show_node_graph_command)
Definition at line 84 of file node_cli.c.
Initial value:= {
.path = "show runtime",
.short_help = "Show packet processing runtime",
.is_mp_safe = 1,
}
static clib_error_t * show_node_runtime(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (show_node_runtime_command)
Definition at line 384 of file node_cli.c.