Skip to main content

compute_storms

Function compute_storms 

Source
pub fn compute_storms(
    cap: &Capture,
    filter: &Filter,
    window_ms: u64,
    min_count: usize,
    top: usize,
) -> StormsResult
Expand description

Detect bursts of many calls to the same host or endpoint within window_ms.