public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
From: "Frank Ch. Eigler" <fche@redhat.com>
To: Badari Pulavarty <pbadari@us.ibm.com>
Cc: systemtap@sources.redhat.com
Subject: Re: simple (dumb) script to track sizes of IOs
Date: Fri, 07 Oct 2005 22:02:00 -0000	[thread overview]
Message-ID: <20051007220150.GA20565@redhat.com> (raw)
In-Reply-To: <1128719917.4754.141.camel@dyn9047017102.beaverton.ibm.com>

Hi -

On Fri, Oct 07, 2005 at 02:18:37PM -0700, Badari Pulavarty wrote:
> [...]
> > > Does this functionality exists today ?
> > 
> > Yes, it does.  Just to keep the parsing simple, I implemented a simple
> > suffix syntax.  For example:
> > 
> > foreach (io+ in iosizes) { ... }  // in increasing order of io index
> > foreach (io in iosizes-) { ... }  // in decreasing order of iosizes[]

By the way, if someone has better suggestions of a nice, compact,
easy-to-read and -parse alternative, let me know.

> BTW, don't you want to do
> foreach(io- in iosizes) { ..}
> to be consistent ?

Such permutations work too.

- FChE

  reply	other threads:[~2005-10-07 22:02 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-06 16:48 Badari Pulavarty
2005-10-06 17:27 ` Frank Ch. Eigler
2005-10-06 17:37   ` Badari Pulavarty
2005-10-06 17:44     ` Frank Ch. Eigler
2005-10-07 19:17     ` Frank Ch. Eigler
2005-10-07 21:19       ` Badari Pulavarty
2005-10-07 22:02         ` Frank Ch. Eigler [this message]
2005-10-07 22:42           ` Daniel P. Berrange
2005-10-08  1:54 Zhang, Yanmin
2005-10-08 16:45 Frank Ch. Eigler
2005-10-09  0:33 Zhang, Yanmin

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=20051007220150.GA20565@redhat.com \
    --to=fche@redhat.com \
    --cc=pbadari@us.ibm.com \
    --cc=systemtap@sources.redhat.com \
    /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 read-only IMAP folder(s) and NNTP newsgroup(s).