Author | Jens Axboe |
Maintainer(s) | |
Released | 2006 |
Source | blktrace.git |
Homepage |
---|
blktrace
is a block layer IO tracing mechanism which provides detailed
information about request queue operations to user space. This package includes
both blktrace
, a utility which gathers event traces from the kernel; and
blkparse, a utility which formats trace data collected by blktrace.
You should install the blktrace package if you need to gather detailed information about IO patterns.
capture i/o for period of 30s from /dev/sda, logs will be saved in binary files with sda prefix:
~# blktrace -w 30 -d /dev/sda -o sda