Lines Matching refs:blktrace
14 blktrace was integrated into the mainline kernel between 2.6.16 and 2.6.17-rc1.
17 git://git.kernel.dk/blktrace.git
27 git://git.kernel.dk/blktrace.git
38 $ blktrace -d <dev> [ -r debug_path ] [ -o output ] [ -k ] [ -w time ]
65 -l Run in network listen mode (blktrace server)
140 via blktrace. It will check for valid event formats, forward
146 If you want to do live tracing, you can pipe the data between blktrace
149 % blktrace -d <device> -o - | blkparse -i -
155 % blktrace -l
157 to listen to incoming blktrace connections, while the client should use
159 % blktrace -d /dev/sda -h <server hostname>