FD.io VPP  v18.04-17-g3a0d853
Vector Packet Processing
Circular Journal

cj

Description

Configure the circular journal diagnostic mechanism. This is only useful if you, the deveoper, have written code to make use of the circular journal.

records <number>
Configure the number of records to allocate for the circular journal.
on
Enable the collection of records in the circular journal at the earliest opportunity.

Declaration and implementation

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

Implementation: cj_config.