pub fn monitor(intv: Duration, shutdown: Arc<AtomicBool>) -> Result<()>
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.
main.rs