FD.io VPP  v17.07-30-g839fa73
Vector Packet Processing
Circular Journal

cj

Summary/usage

cj <enable | disable | dump>.

Description

Enable, disable the collection of diagnostic data into a circular journal or dump the circular journal diagnostic data. This is only useful if you, the deveoper, have written code to make use of the circular journal.

When dumping the data it is formatted and sent to stderr of the VPP process; when running VPP in unix interactive mode this is typically the same place as the Debug CLI.

Declaration and implementation

Declaration: cj_command (src/vlib/unix/cj.c line 258)

Implementation: cj_command_fn.