iofile.d(1m) USER COMMANDS iofile.d(1m)NAMEiofile.d - I/O wait time by file and process. Uses DTrace.SYNOPSISiofile.dDESCRIPTIONThis prints the total I/O wait times for each filename by process. This can help determine why an application is performing poorly by identifying which file they are waiting on, and the total times. Both disk and NFS I/O are measured. Since this uses DTrace, only users with root privileges can run this command.EXAMPLESSample until Ctrl-C is hit then print report, # iofile.dFIELDSPID process ID CMD process name TIME total wait time for disk events, us FILE file pathnameBASED ON/usr/demo/dtrace/iocpu.dDOCUMENTATIONSee the DTraceToolkit for further documentation under the Docs directory. The DTraceToolkit docs may include full worked examples with ver- bose descriptions explaining the output.EXITiofile.d will sample until Ctrl-C is hit.SEE ALSOiosnoop(1M), dtrace(1M) version 0.70 Jul 24, 2005 iofile.d(1m)