linux-btrace.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Alan D. Brunelle" <Alan.Brunelle@hp.com>
To: linux-btrace@vger.kernel.org
Subject: [BTT PATCH] Clean out btt/README file
Date: Mon, 16 Apr 2007 13:42:56 +0000	[thread overview]
Message-ID: <46237D60.3030605@hp.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #2: update-README --]
[-- Type: text/plain, Size: 3974 bytes --]

From: Alan D. Brunelle <Alan.Brunelle@hp.com>

Cleaned out the btt/README file.

The documentation under btt/doc/btt.tex is current, while this is woefully
out of date.

Signed-off-by: Alan D. Brunelle <Alan.Brunelle@hp.com>
---

 btt/README |   75 ++----------------------------------------------------------
 1 files changed, 3 insertions(+), 72 deletions(-)

diff --git a/btt/README b/btt/README
index 3ae7779..c395a67 100644
--- a/btt/README
+++ b/btt/README
@@ -3,77 +3,7 @@ blktrace Timeline
 
 Alan D. Brunelle (initial version)
 
-Usage
------
-
-Usage: btt
-	[ -d <seconds>     | --range-delta=<seconds> ]
-	[ -D <dev;...>     | --devices=<dev;...> ]
-	[ -e <exe,...>     | --exes=<exe,...>  ]
-	[ -h               | --help ]
-	[ -i <input name>  | --input-file=<input name> ]
-	[ -I <output name> | --iostat=<output name> ]
-	[ -l <output name> | --d2c-latencies=<output name> ]
-	[ -M <dev map>     | --dev-maps=<dev map>
-	[ -o <output name> | --output-file=<output name> ]
-	[ -p <output name> | --per-io-dump=<output name> ]
-	[ -q <output name> | --q2c-latencies=<output name> ]
-	[ -s <output name> | --seeks=<output name> ]
-	[ -S <interval>    | --iostat-interval=<interval> ]
-	[ -t <sec>         | --time-start=<sec> ]
-	[ -T <sec>         | --time-end=<sec> ]
-	[ -V               | --version ]
-	[ -v               | --verbose ]
-
-You are required to specify an input file (-i)
-
-The -d option allows you to specify the granularity which determines
-"activity" with regard to the .dat files -- this specific the time
-(in seconds) that must elapse without a particular event occuring to
-signify inactivity. The larger the number, the fewer ranges output --
-the default is 0.1 seconds.
-
-The -D option supplies the devices which should be looked at when
-analyzing the input. This is a ":" separated list of devices, devices are
-specified by a mjr,mnr tuple (e.g.: -D "8,0:8,8" specifies two devices
-with major 8 and minor 0 and 8 respectively).
-
-The -e option supplies the list of executables that will have I/Os
-analyzed.
-
-The -I option directs btt to output iostat-like data to the specified
-file.  Refer to the iostat (sysstat) documentation for details on the
-data columns. The -S option specifies the interval to use between data
-output, it defaults to once per second.
-
-The -l and -q options allow one to output per-IO D2C and Q2C latencies
-respectively. The supplied argument provides the basis for the output
-name for each device.
-
-The -M option takes in a file generated by the provided script
-(gen_disk_info.py), and allows for better output of device names.
-
-The -p option will generate a file that contains a list of all IO
-"sequences" - showing the parts of each IO (Q, A, I/M, D, & C).
-
-The -s option instructs btt to output seek data, the argument provided
-is the basis for file names output. There are two files per device,
-read seeks and write seeks.
-
-The -t/-T options allow one to set a start and/or end time for analyzing
-- analyzing will only be done for traces after -t's argument and before
--T's argument. (-t and -T are optional, so if you specify just -t,
-analysis will occur for all traces after the time specified. Similarly,
-if only -T is specified, analysis stops after -T's seconds.)
-
-Overview
---------
-
-btt will take in binary dump data from blkparse, and analyze the events,
-producing a series of output from the analysis. It will also build .dat
-files containing "range data" -- showing things like Q activity (periods
-of time while Q events are being produced), C activity (likewise for
-command completions), and etc.
+Please refer to the documentation for details.
 
 Resources
 ---------
@@ -83,4 +13,5 @@ The list is called linux-btrace@vger.kernel.org, subscribe by sending
 a mail to majordomo@vger.kernel.org with 'subscribe linux-btrace' in
 the mail body.
 
-2006-09_18, Alan D. Brunelle <alan.brunelle@hp.com>
+2006-04-16, Alan D. Brunelle <Alan.Brunelle@hp.com>
+

             reply	other threads:[~2007-04-16 13:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-04-16 13:42 Alan D. Brunelle [this message]
2007-04-16 17:17 ` [BTT PATCH] Clean out btt/README file Jens Axboe

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=46237D60.3030605@hp.com \
    --to=alan.brunelle@hp.com \
    --cc=linux-btrace@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).