Skip to main content

monitor

Function monitor 

Source
pub fn monitor(intv: Duration, shutdown: Arc<AtomicBool>) -> Result<()>
Expand description

The monitor loop. It periodically polls the stats server and prints a one-line summary. It runs in its own thread (see main.rs) and exits on shutdown.