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