Obtaining I/O Information
The intelligent prefetch user-mode program acache_client provides the function of obtaining I/O information.
Redirect I/O information to a file.
acache_client -d > acache_client_trace
The following figure shows the file content: op (I/O status), time, majorDev (primary device number), minorDev (secondary device number), offset (I/O address), and length (I/O length).

Parent topic: Using the Software