From: Johannes Stezenbach <js@sig21.net>
To: Florian Mickler <florian@mickler.org>
Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org,
linux-fsdevel@vger.kernel.org
Subject: Re: block cache replacement strategy?
Date: Mon, 13 Sep 2010 17:21:38 +0200 [thread overview]
Message-ID: <20100913152138.GA16334@sig21.net> (raw)
In-Reply-To: <20100910160247.GA637@sig21.net>
On Fri, Sep 10, 2010 at 06:02:48PM +0200, Johannes Stezenbach wrote:
>
> Linear read heuristic might be a good guess, but it would
> be nice to hear a comment from a vm/fs expert which
> confirms this works as intended.
Apparently I'm unworthy to get a response from someone knowledgable :-(
Anyway I found lmdd (from lmbench) can do random reads,
and indeed causes the data to enter the block (page?) cache,
replacing the previous data.
Johannes
zzz:~# echo 3 >/proc/sys/vm/drop_caches
zzz:~# ./lmdd if=~js/qemu/test.img bs=1M count=1000
1000.0000 MB in 17.7554 secs, 56.3210 MB/sec
zzz:~# ./lmdd if=~js/qemu/test.img bs=1M count=1000
1000.0000 MB in 0.9112 secs, 1097.4178 MB/sec
zzz:~# ./lmdd if=~js/qemu/test2.img bs=1M count=1000 rand=1G norepeat=
norepeat on 238035072
norepeat on 724579648
1000.0000 MB in 21.4419 secs, 46.6376 MB/sec
zzz:~# ./lmdd if=~js/qemu/test2.img bs=1M count=1000 rand=1G norepeat=
norepeat on 238035072
norepeat on 724579648
1000.0000 MB in 14.3859 secs, 69.5125 MB/sec
zzz:~# ./lmdd if=~js/qemu/test2.img bs=1M count=1000 rand=1G norepeat=
norepeat on 238035072
norepeat on 724579648
1000.0000 MB in 0.8764 secs, 1141.0810 MB/sec
WARNING: multiple messages have this Message-ID (diff)
From: Johannes Stezenbach <js@sig21.net>
To: Florian Mickler <florian@mickler.org>
Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org,
linux-fsdevel@vger.kernel.org
Subject: Re: block cache replacement strategy?
Date: Mon, 13 Sep 2010 17:21:38 +0200 [thread overview]
Message-ID: <20100913152138.GA16334@sig21.net> (raw)
In-Reply-To: <20100910160247.GA637@sig21.net>
On Fri, Sep 10, 2010 at 06:02:48PM +0200, Johannes Stezenbach wrote:
>
> Linear read heuristic might be a good guess, but it would
> be nice to hear a comment from a vm/fs expert which
> confirms this works as intended.
Apparently I'm unworthy to get a response from someone knowledgable :-(
Anyway I found lmdd (from lmbench) can do random reads,
and indeed causes the data to enter the block (page?) cache,
replacing the previous data.
Johannes
zzz:~# echo 3 >/proc/sys/vm/drop_caches
zzz:~# ./lmdd if=~js/qemu/test.img bs=1M count=1000
1000.0000 MB in 17.7554 secs, 56.3210 MB/sec
zzz:~# ./lmdd if=~js/qemu/test.img bs=1M count=1000
1000.0000 MB in 0.9112 secs, 1097.4178 MB/sec
zzz:~# ./lmdd if=~js/qemu/test2.img bs=1M count=1000 rand=1G norepeat=
norepeat on 238035072
norepeat on 724579648
1000.0000 MB in 21.4419 secs, 46.6376 MB/sec
zzz:~# ./lmdd if=~js/qemu/test2.img bs=1M count=1000 rand=1G norepeat=
norepeat on 238035072
norepeat on 724579648
1000.0000 MB in 14.3859 secs, 69.5125 MB/sec
zzz:~# ./lmdd if=~js/qemu/test2.img bs=1M count=1000 rand=1G norepeat=
norepeat on 238035072
norepeat on 724579648
1000.0000 MB in 0.8764 secs, 1141.0810 MB/sec
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
next prev parent reply other threads:[~2010-09-13 15:21 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-07 13:34 block cache replacement strategy? Johannes Stezenbach
2010-09-07 13:34 ` Johannes Stezenbach
2010-09-09 12:00 ` Johannes Stezenbach
2010-09-09 12:00 ` Johannes Stezenbach
2010-09-10 10:02 ` Florian Mickler
2010-09-10 10:02 ` Florian Mickler
2010-09-10 16:02 ` Johannes Stezenbach
2010-09-10 16:02 ` Johannes Stezenbach
2010-09-13 15:21 ` Johannes Stezenbach [this message]
2010-09-13 15:21 ` Johannes Stezenbach
2010-09-13 19:09 ` dave b
2010-09-13 19:09 ` dave b
2010-09-13 19:26 ` Johannes Stezenbach
2010-09-13 19:26 ` Johannes Stezenbach
2010-09-30 23:27 ` Jan Kara
2010-09-30 23:27 ` Jan Kara
2010-10-01 13:05 ` Johannes Stezenbach
2010-10-01 13:05 ` Johannes Stezenbach
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=20100913152138.GA16334@sig21.net \
--to=js@sig21.net \
--cc=florian@mickler.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.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.