From: Jens Axboe <axboe@kernel.dk>
To: "Kudryavtsev, Andrey O" <andrey.o.kudryavtsev@intel.com>,
Sitsofe Wheeler <sitsofe@gmail.com>,
"fio@vger.kernel.org" <fio@vger.kernel.org>
Subject: Re: REPORT: High CPU utilization since 2.2.5
Date: Tue, 17 Mar 2015 10:16:07 -0600 [thread overview]
Message-ID: <55085347.5060702@kernel.dk> (raw)
In-Reply-To: <D1235F6C.1BF40%andrey.o.kudryavtsev@intel.com>
On 03/09/2015 04:07 PM, Kudryavtsev, Andrey O wrote:
> Thank you for the advise,
> Utilization is coming from fio threads, reported I/O is similar to iostat.
> Disabling all latency reporting works and returns the CPU utilization back
> to normal. Unfortunately this workaround doesn’t work for me, I’m using
> latency monitoring a lot for my tests.
>
> I did some more research,
> With latency reporting enabled I’m getеing 350k IOPS instead of 450k.
> With gdot_disable=1 back to normal 450k
> With disable_slat=1 only it gets 420k
> disable_clat=1 doesn’t make any difference and the performace is still
> low 350k.
>
> Please, advise.
Please run a git bisect, as suggested. This will help pinpoint what
commit made it worse for you. Should be pretty easy to do, since you can
reproduce quickly and easily. You mentioned that 2.1.14 works, and that
2.2.5 is broken. So do:
$ git bisect start
$ git bisect good fio-2.1.14
$ git bisect bad fio-2.2.5
Now for each iteration, do:
$ make clean && make -j20
$ ./fio <jobfile>
if the result is slow, do:
$ git bisect bad
and if the result is fast, do:
$ git bisect good
Then go back to the make clean && make and rerun your test case. Repeat
this until you've bisected your way to the problematic commit, git will
tell you when it's done.
--
Jens Axboe
next prev parent reply other threads:[~2015-03-17 16:16 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-20 23:10 REPORT: High CPU utilization since 2.2.5 Kudryavtsev, Andrey O
2015-02-21 9:20 ` Sitsofe Wheeler
2015-03-09 22:07 ` Kudryavtsev, Andrey O
2015-03-17 16:16 ` Jens Axboe [this message]
2015-03-18 12:33 ` Kudryavtsev, Andrey O
2015-02-21 15:18 ` Andrey Kuzmin
2015-02-25 20:48 ` 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=55085347.5060702@kernel.dk \
--to=axboe@kernel.dk \
--cc=andrey.o.kudryavtsev@intel.com \
--cc=fio@vger.kernel.org \
--cc=sitsofe@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 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.