Skip to main content

detect_high_network_io

Function detect_high_network_io 

Source
pub fn detect_high_network_io(
    samples: &[MetricSample],
    high_threshold: u64,
    critical_threshold: u64,
) -> Vec<Anomaly>
Expand description

Detect high network I/O (RX/TX) above thresholds.