Note
For a complete list of CLI Debug commands refer to the Debug CLI section of the Source Code Documents .
API Trace¶
Summary/Usage¶
api trace [on|off][first <n>][last <n>][status][free][post-mortem-on][dump|custom-dump|save|replay <file>]
Description¶
Display, replay, or save a binary API trace.
Declaration and Implementation¶
Declaration: api_trace_command (src/vlibmemory/vlib_api_cli.c line 783)
Implementation: api_trace_command_fn
Clear Trace¶
Summary/Usage¶
Clear trace buffer and free memory. Declaration and implementation
Declaration: clear_trace_cli (src/vlib/trace.c line 519)
Implementation: cli_clear_trace_buffer