FD.io VPP
v16.09
Vector Packet Processing
|
Clear commands.
Declaration: vlib_cli_clear_command (vlib/vlib/cli.c:52)
Enable/disable memory allocation trace.
Declaration: enable_disable_memory_trace_command (vlib/vlib/cli.c:657)
Implementation: enable_disable_memory_trace.
Set commands.
Declaration: vlib_cli_set_command (vlib/vlib/cli.c:60)
Show commands.
Declaration: vlib_cli_show_command (vlib/vlib/cli.c:44)
Show current memory usage.
Declaration: show_memory_usage_command (vlib/vlib/cli.c:629)
Implementation: show_memory_usage.
Test commands.
Declaration: vlib_cli_test_command (vlib/vlib/cli.c:68)
<on/off/now> validate heap on future allocs/frees or right now.
Declaration: cmd_test_heap_validate (vlib/vlib/cli.c:719)
Implementation: test_heap_validate.
Sleep for 10 seconds.
Declaration: ping_command (vlib/vlib/cli.c:751)
Implementation: sleep_ten_seconds.
Show packet buffer allocation.
Declaration: show_buffers_command (vlib/vlib/dpdk_buffer.c:1376)
Implementation: show_buffers.
test elog sample.
Declaration: test_elog_command (vlib/vlib/elog_samples.c:109)
Implementation: test_elog_command_fn.
Clear error counters.
Declaration: cli_clear_error_counters (vlib/vlib/error.c:317)
Implementation: clear_error_counters.
Clear node counters.
Declaration: cli_clear_node_counters (vlib/vlib/error.c:325)
Implementation: clear_error_counters.
Show error counts.
Declaration: cli_show_errors (vlib/vlib/error.c:283)
Implementation: show_errors.
Show node counters.
Declaration: cli_show_node_counters (vlib/vlib/error.c:291)
Implementation: show_errors.
Clear the event log.
Declaration: elog_clear_cli (vlib/vlib/main.c:663)
Implementation: vlib_cli_elog_clear.
event-logger resize <nnn>.
Declaration: elog_resize_cli (vlib/vlib/main.c:779)
Implementation: elog_resize.
Restart the event-logger.
Declaration: elog_restart_cli (vlib/vlib/main.c:749)
Implementation: elog_restart.
event-logger save <filename> (saves log in /tmp/<filename>).
Declaration: elog_save_cli (vlib/vlib/main.c:709)
Implementation: elog_save_buffer.
Stop the event-logger.
Declaration: elog_stop_cli (vlib/vlib/main.c:729)
Implementation: elog_stop.
Show event logger info.
Declaration: elog_show_cli (vlib/vlib/main.c:838)
Implementation: elog_show_buffer.
Show node dispatch frame statistics.
Declaration: show_frame_stats_cli (vlib/vlib/main.c:267)
Implementation: show_frame_stats.
Clear packet processing runtime statistics.
Declaration: clear_node_runtime_command (vlib/vlib/node_cli.c:447)
Implementation: clear_node_runtime.
Show packet processing runtime.
Declaration: show_node_runtime_command (vlib/vlib/node_cli.c:389)
Implementation: show_node_runtime.
Show packet processing node graph.
Declaration: show_node_graph_command (vlib/vlib/node_cli.c:84)
Implementation: show_node_graph.
show frame-queue trace.
Declaration: cmd_show_frame_queue_trace (vlib/vlib/threads_cli.c:296)
Implementation: show_frame_queue_trace.
show frame-queue histogram.
Declaration: cmd_show_frame_queue_histogram (vlib/vlib/threads_cli.c:304)
Implementation: show_frame_queue_histogram.
Show threads.
Declaration: show_threads_command (vlib/vlib/threads_cli.c:78)
Implementation: show_threads_fn.
test frame-queue nelts (4,8,16,32).
Declaration: cmd_test_frame_queue_nelts (vlib/vlib/threads_cli.c:346)
Implementation: test_frame_queue_nelts.
test frame-queue threshold N (0=no limit).
Declaration: cmd_test_frame_queue_threshold (vlib/vlib/threads_cli.c:394)
Implementation: test_frame_queue_threshold.
trace frame-queue (on|off).
Declaration: cmd_trace_frame_queue (vlib/vlib/threads_cli.c:140)
Implementation: trace_frame_queue.
Clear trace buffer and free memory.
Declaration: clear_trace_cli (vlib/vlib/trace.c:520)
Implementation: cli_clear_trace_buffer.
Show trace buffer [max COUNT].
Declaration: show_trace_cli (vlib/vlib/trace.c:359)
Implementation: cli_show_trace_buffer.
Packet tracer commands.
Declaration: trace_cli_command (vlib/vlib/trace.c:174)
Trace given number of packets.
Declaration: add_trace_cli (vlib/vlib/trace.c:404)
Implementation: cli_add_trace_buffer.
filter trace output - include NODE COUNT | exclude NODE COUNT | none.
Declaration: filter_trace_cli (vlib/vlib/trace.c:504)
Implementation: cli_filter_trace.