libscap  0.1.0.0
Data Fields
scap_stats Struct Reference

Statistics about an in progress capture. More...

#include <scap.h>

Data Fields

uint64_t n_evts
 Total number of events that were received by the driver. More...
 
uint64_t n_drops
 Number of dropped events. More...
 
uint64_t n_drops_buffer
 Number of dropped events caused by full buffer. More...
 
uint64_t n_drops_pf
 Number of dropped events caused by invalid memory access. More...
 
uint64_t n_drops_bug
 Number of dropped events caused by an invalid condition in the kernel instrumentation. More...
 
uint64_t n_preemptions
 Number of preemptions. More...
 
uint64_t n_suppressed
 Number of events skipped due to the tid being in a set of suppressed tids. More...
 
uint64_t n_tids_suppressed
 Number of threads currently being suppressed. More...
 

Detailed Description

Statistics about an in progress capture.

Definition at line 90 of file scap.h.