Skip to main content

detect_high_disk_io

Function detect_high_disk_io 

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

Detect high disk I/O (read/write) above thresholds.