2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-05 12:00:16 +00:00

added sheets/blktrace

This commit is contained in:
Igor Chubin 2018-01-06 18:14:33 +00:00
parent 74ca091f9b
commit 39db552a7e

6
sheets/blktrace Normal file
View File

@ -0,0 +1,6 @@
# 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 -