All of lore.kernel.org
 help / color / mirror / Atom feed
From: Learner Study <learner.study@gmail.com>
To: fio@vger.kernel.org
Cc: Jens Axboe <jens.axboe@oracle.com>, learner.study@gmail.com
Subject: Ques on FIO output (how to interpret iops)
Date: Fri, 19 Jun 2009 15:19:26 -0700	[thread overview]
Message-ID: <7efa8a7d0906191519l5b268430o3ec4c96e60dfcb7a@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 2807 bytes --]

Hi:

How do I calculate total IOPS done by different FIO threads/jobs?

Following is output from FIO (with two threads)...

Each thread shows "bw" and "iops" numbers. Towards the end of output log,
there is "aggrb" which is sum of individual "bw" of threads, but "io" field
(3 line from the bottom of output below) doesn't seem to be sum of
individual thread iops....

For example, Thread_1 has bw: 15k iops: 29366
Thread_2 has bw: 15k iops: 29445
But, the summary towards the end (third line from bottom of output), says
"io=1,723MiB, aggrb=30,105KiB/s".

In this aggrb is good but io doesn't match up (it should be 58781) ! Can
someone please educate what am I missing?

Thanks a lot!

================================== FIO Output
=========================================
[root@localhost fio-1.24]# ./1.sh
job1: (g=0): rw=read, bs=512-512/512-512, ioengine=libaio, iodepth=4000
job2: (g=0): rw=read, bs=512-512/512-512, ioengine=libaio, iodepth=4000
Starting 2 processes
Jobs: 2 (f=2): [RR] [100.0% done] [ 30609/     0 kb/s] [eta 00m:00s]
job1: (groupid=0, jobs=1): err= 0: pid=3389
  read : io=860MiB, bw=15,035KiB/s, iops=29,366, runt= 60003msec
    slat (usec): min=7, max=72,825, avg=20.43, stdev=219.35
    clat (msec): min=1, max=505, avg=136.08, stdev=43.51
    bw (KiB/s) : min= 4047, max=23724, per=49.91%, avg=15025.60,
stdev=3869.13
  cpu          : usr=14.77%, sys=70.29%, ctx=36920, majf=0, minf=514
  IO depths    : 1=0.1%, 2=0.1%, 4=0.1%, 8=0.1%, 16=0.1%, 32=0.1%,
>=64=100.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.1%
     issued r/w: total=1762085/0, short=0/0

     lat (msec): 2=0.01%, 4=0.01%, 10=0.01%, 20=0.02%, 50=0.03%
     lat (msec): 100=28.57%, 250=70.55%, 500=0.68%, 750=0.14%
job2: (groupid=0, jobs=1): err= 0: pid=3390
  read : io=863MiB, bw=15,076KiB/s, iops=29,445, runt= 60030msec
    slat (usec): min=7, max=90,307, avg=20.00, stdev=233.75
    clat (msec): min=28, max=617, avg=135.63, stdev=47.85
    bw (KiB/s) : min= 5039, max=23341, per=49.98%, avg=15047.44,
stdev=4046.40
  cpu          : usr=14.86%, sys=66.24%, ctx=35149, majf=0, minf=514
  IO depths    : 1=0.1%, 2=0.1%, 4=0.1%, 8=0.1%, 16=0.1%, 32=0.1%,
>=64=100.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.1%
     issued r/w: total=1767629/0, short=0/0

     lat (msec): 50=0.21%, 100=24.98%, 250=72.56%, 500=2.03%, 750=0.21%

Run status group 0 (all jobs):
   READ: io=1,723MiB, aggrb=30,105KiB/s, minb=15,035KiB/s, maxb=15,076KiB/s,
mint=60003msec, maxt=60030msec

Disk stats (read/write):
  sdb: ios=76944/0, merge=3452770/0, ticks=454753/0, in_queue=454712,
util=99.86%

[-- Attachment #2: Type: text/html, Size: 3082 bytes --]

             reply	other threads:[~2009-06-19 22:19 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-19 22:19 Learner Study [this message]
2009-06-20  6:27 ` Ques on FIO output (how to interpret iops) Jens Axboe
2009-06-20 13:21   ` John Cagle
2009-06-20 14:12     ` Jens Axboe
2009-06-20 20:38       ` Learner Study
2009-06-20 21:17         ` Learner Study
     [not found]           ` <6863f0c90906202031h54c9f74bwdb09ca084d05ddfa@mail.gmail.com>
2009-06-21  5:15             ` Learner Study
2009-06-21 12:30               ` John Cagle
2009-06-20 15:33     ` 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=7efa8a7d0906191519l5b268430o3ec4c96e60dfcb7a@mail.gmail.com \
    --to=learner.study@gmail.com \
    --cc=fio@vger.kernel.org \
    --cc=jens.axboe@oracle.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.