pub fn compute_storms( cap: &Capture, filter: &Filter, window_ms: u64, min_count: usize, top: usize, ) -> StormsResult
Detect bursts of many calls to the same host or endpoint within window_ms.
window_ms