pub fn get_disk_io(pid: i32) -> Option<DiskIo>
Get disk I/O statistics for a process.
Reads /proc/[pid]/io for cumulative disk bytes read/written. ~10µs per call.
/proc/[pid]/io