Does anyone know how I can trace all the disk resquests and place them
in a file? That is, for each request (read, write, address, ..., numbers
of bytes read/write, ...) seen by the disk, I want to record them.
I know that this can be done by actually modifying the kernel program.
However, I am wondering if the O.S. already has this function?
All suggestions are welcome. Thanks.
- Chi