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:
parent
74ca091f9b
commit
39db552a7e
6
sheets/blktrace
Normal file
6
sheets/blktrace
Normal 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 -
|
Loading…
Reference in New Issue
Block a user