aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJens Axboe <axboe@wiggum>2005-08-26 13:49:39 +0200
committerJens Axboe <axboe@wiggum>2005-08-26 13:49:39 +0200
commitd0ca268b05b1f0135e6b0d39da6ef8101fe686d6 (patch)
tree3094228af6e49f8f621615a3b96417cdd84759b6 /README
downloadblktrace-d0ca268b05b1f0135e6b0d39da6ef8101fe686d6.tar.gz
Initial commit
Diffstat (limited to 'README')
-rw-r--r--README19
1 files changed, 19 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..3d3ed7e
--- /dev/null
+++ b/README
@@ -0,0 +1,19 @@
+Block IO Tracing
+----------------
+
+Written by Jens Axboe <axboe@suse.de> (initial version and kernel support) and
+Alan D. Brunelle (threading and splitup into two seperate programs).
+
+
+To run:
+ % blktrace <dev>
+ --- run task to generate load to be traced ---
+ <SIGINT to kill>
+ --- Generates:
+ <dev>_dat.[0..ncpus] : Contains binary pdu data
+ <dev>_out.[0..ncpus] : Contains binary trace data
+
+ % blkparse <dev> <ncpus>
+ --- Generates:
+ <dev>_log.[0..ncpus] : Contains formatted trace data
+ Merged formatted trace data to stdout