Flexible I/O Tester development
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@kernel.dk>
To: Hoppetauet <hoppetauet@gmail.com>
Cc: fio@vger.kernel.org
Subject: Re: Parsing FIO output
Date: Sat, 17 Mar 2012 13:19:28 +0100	[thread overview]
Message-ID: <4F648150.7000705@kernel.dk> (raw)
In-Reply-To: <4F63BA21.1090600@gmail.com>

On 2012-03-16 23:09, Hoppetauet wrote:
> Hello!
> 
> I'm in the process of benchmarking a cloud, and have written scripts 
> that capture FIO output from X runs (using the --minimal option).
> 
> I run 4 different tests, for seq read/write and random read/write. I've 
> found that the write output is in field $25 and the read output is in 
> $6, but I'm struggling with min, max and stddev of the latency (clat). 
> Also, I've read that it changes from usec to msec where it's convenient. 
> Any tips as to getting out the values in msec always?

The format is actually described. See the HOWTO included with fio,
section 7.0, terse output. The minimal format output _always_ includes
latencies in both msec and usec ranges. So if you just want the msec
ranges, you only look at those fields.

But I'd recommend looking at the HOWTO. The actual output is from
stat.c:show_thread_status_terse_v3(), so you can verify by looking at
the actual output code as well.

-- 
Jens Axboe


      reply	other threads:[~2012-03-17 12:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-16 22:09 Parsing FIO output Hoppetauet
2012-03-17 12:19 ` 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=4F648150.7000705@kernel.dk \
    --to=axboe@kernel.dk \
    --cc=fio@vger.kernel.org \
    --cc=hoppetauet@gmail.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