Flexible I/O Tester development
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@kernel.dk>
To: Matthew Eaton <m.eaton82@gmail.com>
Cc: fio@vger.kernel.org
Subject: Re: Fio 2.1.5 release upcoming
Date: Tue, 11 Feb 2014 14:42:05 -0700	[thread overview]
Message-ID: <52FA992D.6050507@kernel.dk> (raw)
In-Reply-To: <CAF+0mv=MifZvs6Nj72x0=ed5+cOKKsNJaLGn+PHEzhAAn6xWXQ@mail.gmail.com>

On 2014-02-11 14:38, Matthew Eaton wrote:
>> Try and delete the output files and re-run it.
>
> Ok, but got the same result.  Here is the output.
>
> matt@matt-work:~/fiogit/fio$ rm -r ~/temp/*
> matt@matt-work:~/fiogit/fio$ ls -l ~/temp
> total 0
> matt@matt-work:~/fiogit/fio$ ./fio ~/fio.job
> job: (g=0): rw=write, bs=1M-1M/1M-1M/1M-1M, ioengine=sync, iodepth=1
> fio-2.1.4-51-geb0c7
> Starting 1 process
> job: Laying out IO file(s) (50 file(s) / 1023MB)
> Jobs: 1 (f=10)
> job: (groupid=0, jobs=1): err= 0: pid=18777: Tue Feb 11 13:37:19 2014
>    write: io=1000.0MB, bw=562947KB/s, iops=549, runt=  1819msec
>      clat (usec): min=331, max=18299, avg=1790.14, stdev=3952.06
>       lat (usec): min=342, max=18310, avg=1804.84, stdev=3952.43
>      clat percentiles (usec):
>       |  1.00th=[  338],  5.00th=[  346], 10.00th=[  354], 20.00th=[  374],
>       | 30.00th=[  398], 40.00th=[  434], 50.00th=[  442], 60.00th=[  482],
>       | 70.00th=[  644], 80.00th=[  660], 90.00th=[ 9408], 95.00th=[13632],
>       | 99.00th=[16512], 99.50th=[17792], 99.90th=[18048], 99.95th=[18304],
>       | 99.99th=[18304]
>      bw (KB  /s): min=387072, max=1038307, per=100.00%, avg=606881.00,
> stdev=373648.33
>      lat (usec) : 500=61.20%, 750=28.70%
>      lat (msec) : 10=0.20%, 20=9.90%
>    cpu          : usr=2.20%, sys=25.91%, ctx=261, majf=0, minf=33
>    IO depths    : 1=100.0%, 2=0.0%, 4=0.0%, 8=0.0%, 16=0.0%, 32=0.0%, >=64=0.0%
>       submit    : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
>       complete  : 0=0.0%, 4=100.0%, 8=0.0%, 16=0.0%, 32=0.0%, 64=0.0%, >=64=0.0%
>       issued    : total=r=0/w=1000/d=0, short=r=0/w=0/d=0
>       latency   : target=0, window=0, percentile=100.00%, depth=1
>
> Run status group 0 (all jobs):
>    WRITE: io=1000.0MB, aggrb=562946KB/s, minb=562946KB/s,
> maxb=562946KB/s, mint=1819msec, maxt=1819msec
>
> Disk stats (read/write):
>    sda: ios=0/1005, merge=0/0, ticks=0/191632, in_queue=207380, util=83.30%

Weird, this is what I get with your config file:

[...]
Run status group 0 (all jobs):
   WRITE: io=1023.9MB, aggrb=130026KB/s, minb=130026KB/s, 
maxb=130026KB/s, mint=8063msec, maxt=8063msec

and each file in temp/ is 21474836, which should give us 1023.99MB of IO.

-- 
Jens Axboe



  reply	other threads:[~2014-02-11 21:42 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-06 19:21 Fio 2.1.5 release upcoming Jens Axboe
2014-02-07  3:44 ` Mutex destruction, invalid memory accesses, leaks Sitsofe Wheeler
2014-02-07 16:11   ` Jens Axboe
2014-02-09 19:50     ` Sitsofe Wheeler
2014-02-09 20:49       ` Jens Axboe
2014-02-10  9:55         ` Sitsofe Wheeler
2014-02-10 19:25       ` Bruce Cran
2014-02-10 20:22         ` Sitsofe Wheeler
2014-02-10 20:48           ` Jens Axboe
2014-02-10 20:56           ` Jens Axboe
2014-02-11  0:12             ` Elliott, Robert (Server Storage)
2014-02-11  7:07               ` Sitsofe Wheeler
2014-02-11 15:30                 ` Elliott, Robert (Server Storage)
2014-02-11 15:38                   ` Jens Axboe
2014-02-11 22:51                     ` Sitsofe Wheeler
2014-02-12  6:32                       ` Sitsofe Wheeler
2014-02-08 19:52 ` Fio 2.1.5 release upcoming Matthew Eaton
2014-02-09 20:57   ` Jens Axboe
2014-02-10  0:26     ` Matthew Eaton
2014-02-10 22:14       ` Jens Axboe
2014-02-10 23:11         ` Matthew Eaton
2014-02-10 23:15           ` Jens Axboe
2014-02-11  0:00             ` Matthew Eaton
2014-02-11 15:09               ` Jens Axboe
2014-02-11 15:27               ` Jens Axboe
2014-02-11 19:18                 ` Matthew Eaton
2014-02-11 19:29                   ` Jens Axboe
2014-02-11 20:52                     ` Matthew Eaton
2014-02-11 21:21                       ` Jens Axboe
2014-02-11 21:38                         ` Matthew Eaton
2014-02-11 21:42                           ` Jens Axboe [this message]
2014-02-12  0:01                             ` Matthew Eaton
2014-02-12  1:46                               ` Jens Axboe
2014-02-12  2:30                                 ` Matthew Eaton
2014-02-11 11:22 ` Paul Alcorn
2014-02-11 15:39   ` '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=52FA992D.6050507@kernel.dk \
    --to=axboe@kernel.dk \
    --cc=fio@vger.kernel.org \
    --cc=m.eaton82@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