public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Alexander V. Lukyanov" <lav@yar.ru>
To: linux-kernel@vger.kernel.org
Subject: 2.6.29.1 vs 2.6.27.21 ext4 performance problem
Date: Fri, 10 Apr 2009 19:12:35 +0400	[thread overview]
Message-ID: <20090410151235.GA9690@proxy> (raw)

I have a server that is busy reading and writing several disks with ext4 fs.
After booting 2.6.29.1 kernel I have noticed significant increase in read rate.
I measure the read rate using a script which reads sysfs byte and access counts
and calculates average per second.

Here is the output of the script from 2.6.29.1 kernel:

sda: read-rate=58932   (r=4163)
sdb: read-rate=2570440 (r=40763)
sdc: read-rate=3320403 (r=52756)
sdd: read-rate=3199639 (r=52885)
SUM: read-rate=9149414 (r=150567)

And this is output from 2.6.27.21:

sda: read-rate=32768   (r=4096)
sdb: read-rate=204800  (r=24576)
sdc: read-rate=204800  (r=22528)
sdd: read-rate=704512  (r=45056)
SUM: read-rate=1146880 (r=96256)

The rate is in bytes per second, "r" is accesses per second.
One can notice that the access rate is similar (the work load on the server is
basically the same), but byte rate is much higher.

I don't yet know what causes this reading increase. Any ideas?

-- 
   Alexander.


             reply	other threads:[~2009-04-10 15:26 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-10 15:12 Alexander V. Lukyanov [this message]
2009-04-10 16:36 ` 2.6.29.1 vs 2.6.27.21 ext4 performance problem Theodore Tso
2009-04-13  4:54   ` Alexander V. Lukyanov

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=20090410151235.GA9690@proxy \
    --to=lav@yar.ru \
    --cc=linux-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox