FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
cj <enable | disable | dump>.
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: cj_command (src/vlib/unix/cj.c line 270)
Implementation: cj_command_fn.