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
34 A blktrace visualization tool, iowatcher, was added to blktrace in version
40 $ blktrace -d <dev> [ -r debug_path ] [ -o output ] [ -k ] [ -w time ]
67 -l Run in network listen mode (blktrace server)
142 via blktrace. It will check for valid event formats, forward
148 If you want to do live tracing, you can pipe the data between blktrace
151 % blktrace -d <device> -o - | blkparse -i -
157 % blktrace -l
159 to listen to incoming blktrace connections, while the client should use
161 % blktrace -d /dev/sda -h <server hostname>