From: Jens Axboe <axboe@kernel.dk>
To: Edoardo Comar <ECOMAR@uk.ibm.com>
Cc: fio@vger.kernel.org
Subject: Re: output - aggregate read bandwitdh
Date: Wed, 22 May 2013 10:57:36 +0200 [thread overview]
Message-ID: <20130522085736.GE9714@kernel.dk> (raw)
In-Reply-To: <OFE288D6C7.BEB7BBEB-ON80257B73.002E3467-80257B73.002E896D@uk.ibm.com>
On Wed, May 22 2013, Edoardo Comar wrote:
> >
> > I just tried the code from git on my personal macbook.
> > I replaced libaio with posixaio in the config file and
> > the ultra-high aggrb read is there too (files being created).
> >
> > is caused by the contribution to the aggregate stats
> > of the second of the two query threads [queryB]
> >
> >
> > Run status group 0 (all jobs):
> > READ: io=16350MB, aggrb=277927KB/s, minb=10KB/s, maxb=278418KB/s,
> > mint=60001msec, maxt=60240msec
> > WRITE: io=10164KB, aggrb=168KB/s, minb=8KB/s, maxb=160KB/s,
> > mint=60088msec, maxt=60240msec
>
> Hi, are there any insight on the READ aggrb issue?
> I'm fairly confident it's a bug now that I see it happening even on
> different platforms (mac and linux)
It would help a lot if you could do a git bisect and reliably find out
which commit caused the problem. The procedure is something like this,
assuming you are in the fio git repository:
$ git bisect start
$ git bisect good fio-2.0.13
$ git bisect bad master
Then make clean and make fio, run the job file:
$ make clean; make
$ ./fio <jobfile>
Run the job file as many times as is required to reliably tell whether
this is a good or a bad build. Lets assume the first one is good, you
would then do:
$ git bisect good
and repeat the make clean && make && run of job file. If the result was
bad, you'd do git bisect bad.
You continue this process until it tells you which one is the offending
commit. Then you mail that here :-)
--
Jens Axboe
next prev parent reply other threads:[~2013-05-22 8:57 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-18 1:28 output - aggregate read bandwitdh Edoardo Comar
2013-05-18 6:53 ` Jens Axboe
2013-05-18 7:01 ` Jens Axboe
2013-05-18 10:52 ` Edoardo Comar
2013-05-18 11:02 ` Edoardo Comar
[not found] ` <OFEF259463.FACECBD6-ON80257B6F.003C54FB-80257B6F.003CA237@LocalDomain>
2013-05-18 11:18 ` Edoardo Comar
2013-05-18 12:22 ` Jens Axboe
2013-05-18 17:03 ` Edoardo Comar
2013-05-18 23:15 ` Edoardo Comar
2013-05-22 8:28 ` Edoardo Comar
2013-05-22 8:57 ` Jens Axboe [this message]
2013-05-22 10:03 ` Edoardo Comar
2013-05-22 10:15 ` Jens Axboe
2013-05-22 10:18 ` Jens Axboe
2013-05-22 12:19 ` Edoardo Comar
2013-05-22 12:25 ` Jens Axboe
2013-05-22 13:15 ` Edoardo Comar
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=20130522085736.GE9714@kernel.dk \
--to=axboe@kernel.dk \
--cc=ECOMAR@uk.ibm.com \
--cc=fio@vger.kernel.org \
/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.