Module libafl::monitors[][src]

Expand description

Keep stats, and dispaly them to the user. Usually used in a broker, or main node, of some sort.

Re-exports

pub use multi::MultiMonitor;

Modules

Monitor to disply both cumulative and per-client monitor

Structs

Client performance statistics

A simple struct to keep track of client monitor

Monitor that print exactly nothing. Not good for debuging, very good for speed.

Tracking monitor during fuzzing.

Enums

Various features that are measured for performance

User-defined stat types

Traits

The monitor trait keeps track of all the client’s monitor, and offers methods to dispaly them.