mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-03 15:40:17 +00:00
7 lines
300 B
Plaintext
7 lines
300 B
Plaintext
# blktrace
|
|
# blktrace is a block layer IO tracing mechanism which provides detailed information about request queue operations up to user space
|
|
|
|
# trace PC (non-filesystem requests, PC) on the /dev/sdb disk.
|
|
# blkparse generates human-readable formatting
|
|
blktrace /dev/sdb -a PC -o - | blkparse -i -
|