From: Jens Axboe <jens.axboe@oracle.com>
To: Radha Ramachandran <radha@google.com>
Cc: fio@vger.kernel.org
Subject: Re: Fix name of the slat log file
Date: Wed, 29 Apr 2009 07:24:03 +0200 [thread overview]
Message-ID: <20090429052403.GP4593@kernel.dk> (raw)
In-Reply-To: <66dfd3fe0904281439v72b661e5n1319025c8a9f8e6@mail.gmail.com>
On Tue, Apr 28 2009, Radha Ramachandran wrote:
> Fix the name of the latency log file:
> Currently the slat and clat logs go to the same clat log file when the
> latency log file is specified.
Bad copy'n paste error... Applied, thanks!
>
> diff -up fio.c.orig fio.c
> --- fio.c.orig 2009-04-28 14:37:50.049570000 -0700
> +++ fio.c 2009-04-28 14:38:17.306291000 -0700
> @@ -1086,7 +1086,7 @@ static void *thread_main(void *data)
> if (td->ts.slat_log) {
> if (td->o.lat_log_file) {
> finish_log_named(td, td->ts.slat_log,
> - td->o.lat_log_file, "clat");
> + td->o.lat_log_file, "slat");
> } else
> finish_log(td, td->ts.slat_log, "slat");
> }
>
> thanks
> -radha
> --
> To unsubscribe from this list: send the line "unsubscribe fio" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
Jens Axboe
prev parent reply other threads:[~2009-04-29 5:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-28 21:39 Fix name of the slat log file Radha Ramachandran
2009-04-29 5:24 ` Jens Axboe [this message]
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=20090429052403.GP4593@kernel.dk \
--to=jens.axboe@oracle.com \
--cc=fio@vger.kernel.org \
--cc=radha@google.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.