Flexible I/O Tester development
 help / color / mirror / Atom feed
* Parsing FIO output
@ 2012-03-16 22:09 Hoppetauet
  2012-03-17 12:19 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Hoppetauet @ 2012-03-16 22:09 UTC (permalink / raw)
  To: fio

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?

Thanks

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Parsing FIO output
  2012-03-16 22:09 Parsing FIO output Hoppetauet
@ 2012-03-17 12:19 ` Jens Axboe
  0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2012-03-17 12:19 UTC (permalink / raw)
  To: Hoppetauet; +Cc: fio

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-03-17 12:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-16 22:09 Parsing FIO output Hoppetauet
2012-03-17 12:19 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox