[][src]Function heim_disk::io_counters

pub async fn io_counters() -> Result<impl Stream<Item = Result<IoCounters>>>

Returns a stream over IO counters for all disks available in system.

Compatibility

Same to similar tools, on Windows it may be necessary to issue diskperf -y command from cmd.exe first in order to enable IO counters.