aboutsummaryrefslogtreecommitdiffstats
path: root/README
AgeCommit message (Collapse)AuthorFilesLines
2014-09-25Add iowatcher requirements to READMEAndrew Price1-0/+2
Merge the requirements bits of iowatcher/README into README Signed-off-by: Andrew Price <anprice@redhat.com>
2007-07-18git:// url location updateJens Axboe1-2/+2
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
2007-05-31Make the %C format specified explanation more clearJens Axboe1-1/+1
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
2007-02-07[PATCH] Fix debugfs references in docsVasily Tarasov1-1/+1
At several places in docs old mountpoint for debugfs is mentioned. The patch just corrects these misprints. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
2007-01-09[PATCH] Missed fixups wrt Bounce and BackmergeVasily Tarasov1-2/+2
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
2006-12-01[PATCH] README updatesJens Axboe1-6/+4
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
2006-09-05[PATCH] email updateJens Axboe1-2/+2
2006-07-05[PATCH] Fixup git web referenceJens Axboe1-1/+1
2006-05-17[PATCH] docs updates: relayfs->debugfsTomasz Torcz1-2/+2
documentation still mentions relayfs, but I believe debugfs is correct. Small fix attached.
2006-03-24[PATCH] Update references to kernel patch and its inclusion in mainlineJens Axboe1-3/+5
2006-02-27[PATCH] blktrace: make sendfile usage the defaultJens Axboe1-1/+1
2006-02-27[PATCH] blkprase: binary dump capability + notify addedAlan D. Brunelle1-0/+2
Here is a proposed patch which would allow blkparse to dump its output to a binary file (in addition to the ascii output). It adds a new '-d <file>' parameter. The purpose of this would be to allow for the easier handling of the collected data by analysis tools. [Rather than having to parse the textual output from blkparse, or duplicate the collation efforts of blkparse itself.]
2006-02-22[PATCH] README and blkrawverify minor updateJens Axboe1-0/+2
Don't create an output file if the input argument is bogus or fails
2006-02-15[PATCH] blktrace/README: update to include description of new net parametersJens Axboe1-5/+12
2006-01-26[PATCH] Added blkrawverify utilityAlan D. Brunelle1-1/+8
2005-10-09[PATCH] Making the pdf requires tetex and latexJens Axboe1-1/+2
2005-10-07[PATCH] Switch hash option -h, update btrace for all new optionsJens Axboe1-1/+1
2005-10-07[PATCH] Add -v for being more verbose on non-fatal errorsJens Axboe1-3/+3
Move version to -V instead.
2005-10-07[PATCH] Update READMEJens Axboe1-2/+9
2005-10-06[PATCH] Add support for remap actionsJens Axboe1-0/+1
2005-10-04[PATCH] Add -D output/input directory option to blkparse and blktraceJens Axboe1-0/+2
2005-10-02[PATCH] blkparse: Add option to print missing entriesJens Axboe1-0/+1
And default to off, it can be fairly verbose.
2005-09-29[PATCH] README: add reference to gitweb on brickJens Axboe1-0/+5
2005-09-28[PATCH] Add verify_blkparse description to READMEJens Axboe1-0/+7
2005-09-26[PATCH] blkparse: add %N format for bytesJens Axboe1-1/+2
We need this for PC requests, they are not multiples of 512 like the FS requests. At the same time change the default for PC requests to dump in bytes.
2005-09-26[PATCH] blkparse: Add option to hash process by nameJens Axboe1-0/+1
For some traces, you really don't want to see thousands of cc1 processes in the stats, you want to collect the stats by name instead. This adds the -n option to blkparse, enabling that. Switched to Jenkins hash at the same time, as it allows for easy hash-by-u32 or hash-by-name as we see fit.
2005-09-23[PATCH] blktrace: Add option for setting sub buffer sizeJens Axboe1-0/+2
Use -b to give sub buffer size in KiB, -n to give number of sub buffers wanted. This affects the relayfs trace setup.
2005-09-23[PATCH] README: add link to mailing list at vgerJens Axboe1-0/+10
2005-09-22[PATCH] Add local master repo to documentationJens Axboe1-2/+6
Note that it is using the git daemon, not rsync.
2005-09-22[PATCH] Update in-program help/usage infoJens Axboe1-0/+3
2005-09-22[PATCH] Add support for bounce and split operationsJens Axboe1-0/+2
2005-09-21[PATCH] README: typoJens Axboe1-1/+1
2005-09-21[PATCH] blkparse: split queue and insert into two operationsJens Axboe1-0/+1
We need this to support md/dm actions.
2005-09-20[PATCH] blkparse: Add format specifiers and format field identifiersAlan D. Brunelle1-16/+61
This allows the user to completely customize the output format.
2005-09-15[PATCH] README: update to say it needs 2.6.14-rc1 or newerJens Axboe1-1/+1
2005-09-12[PATCH] Add support for tracing multiple devicesNathan Scott1-2/+3
This bumps the protocol number to 0x05, as device info was added to the trace structure.
2005-09-09[PATCH] README: document the -t optionJens Axboe1-1/+3
2005-09-08[PATCH] blkparse: Add per-process stats and fix outputJens Axboe1-5/+7
Add the option (-s) to display per-process read/write stats as well as the per-processor and total output. At the same time, fix the output so it's a single file instead of per-processor (doesn't make sense here) and put everything in the output file given with -o. If no output file is given, stdout is used.
2005-09-08[PATCH] Update README with info about the snapshotsJens Axboe1-0/+6
2005-09-06[PATCH] Correct netcat examplesJens Axboe1-1/+1
2005-09-06[PATCH] Update documentationJens Axboe1-18/+33
Some of it was a little out of sync with reality. Add an example for live tracing, locally as well as over the network.
2005-09-01[PATCH] Update kernel patch to 2.6.13-mm1Jens Axboe1-10/+2
2005-08-31[PATCH] Add argument parsing for blktraceAlan D. Brunelle1-1/+12
This patch adds the option of specifying the trace mask for blktrace, so you can register an interest in only certain events.
2005-08-26blkparse doesn't take a NR_CPU argument anymoreJens Axboe1-1/+1
2005-08-26Add the required relayfs-read update patch as wellJens Axboe1-0/+3
2005-08-26Update README and add kernel patchJens Axboe1-0/+21
2005-08-26Initial commitJens Axboe1-0/+19