Main index | Section 4 | Options |
/usr/lib/dtrace/io.d | |
DTrace type and translator definitions for the io provider. | |
#pragma D option quietio:::start { @[args[1]->device_name, execname, pid] = sum(args[0]->bio_bcount); }
END { printf("%10s %20s %10s %15s , "DEVICE", "APP", "PID", "BYTES"); printa("%10s %20s %10d %15@d , @); }
DTRACE_IO (4) | April 18, 2015 |
Main index | Section 4 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.