DebugSeFault

DebugSeFault
DebugSeFault
JSON Example
{
    "faults": [
        {
            "arg": 0,
            "fault_name": "string",
            "function_name": "string",
            "num_executions": 0,
            "num_skips": 0
        }
    ],
    "se_malloc_fail_frequency": 0,
    "se_malloc_fail_type": 0,
    "se_mbuf_cl_sanity": false,
    "se_shm_malloc_fail_frequency": 0,
    "se_shm_malloc_fail_type": 0,
    "se_waf_alloc_fail_frequency": 0,
    "se_waf_learning_alloc_fail_frequency": 0
}
array of SeFault
faults
Optional

Set of faults to enable/disable. Field introduced in 20.1.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

integer As uint32 As uint32
se_malloc_fail_frequency
Optional

Fail SE malloc type at this frequency. Field introduced in 18.1.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

integer As uint32 As uint32
se_malloc_fail_type
Optional

Fail this SE malloc type. Field introduced in 18.1.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

boolean
se_mbuf_cl_sanity
Optional

Toggle assert on mbuf cluster sanity check fail. Field introduced in 17.2.13,18.1.3,18.2.1. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

integer As uint32 As uint32
se_shm_malloc_fail_frequency
Optional

Fail SE SHM malloc type at this frequency. Field introduced in 18.1.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

integer As uint32 As uint32
se_shm_malloc_fail_type
Optional

Fail this SE SHM malloc type. Field introduced in 18.1.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

integer As uint32 As uint32
se_waf_alloc_fail_frequency
Optional

Fail SE WAF allocation at this frequency. Field introduced in 18.1.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

integer As uint32 As uint32
se_waf_learning_alloc_fail_frequency
Optional

Fail SE WAF learning allocation at this frequency. Field introduced in 18.1.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.