Skip to content

Latest commit

 

History

History
41 lines (36 loc) · 1.43 KB

cix-blktrace.org

File metadata and controls

41 lines (36 loc) · 1.43 KB

blktrace

|≣|

AuthorJens Axboe
Maintainer(s)
Released2006
Sourceblktrace.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.


Index

Receipts

blkparce

blktrace

blktrace::examples

blktrace-190112230731

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

btt

References