From: Jens Axboe <axboe@kernel.dk>
To: Greg Sullivan <greg.sullivan@sullivang.net>
Cc: fio@vger.kernel.org
Subject: Re: Direct io on Ubuntu i386?
Date: Mon, 20 Aug 2012 13:42:17 +0200 [thread overview]
Message-ID: <50322299.1020103@kernel.dk> (raw)
In-Reply-To: <CAHaS=QzRx=KGHy4V5MDMEo8DDQHQHdh=i019vM9iRtadNGoarA@mail.gmail.com>
On 08/20/2012 01:37 PM, Greg Sullivan wrote:
> On 20 August 2012 20:57, Jens Axboe <axboe@kernel.dk> wrote:
>>
>> On 08/20/2012 02:57 AM, Greg Sullivan wrote:
>>> I'm trying to do direct io (to avoid the file system cache) on Ubuntu
>>> i386. I've tried direct=1, and tried the io engines sync and libaio -
>>> it always seems to use the cache.
>>>
>>> Is there a way to bypass the file system cache on Ubuntu? I've got a
>>> vanilla install using the automated Ubuntu installer for Windows i386
>>> 32-bit (dual boot).
>>
>> direct=1 will certainly bypass the cache on Linux, regardless of
>> version. What makes you suspect otherwise?
>>
>> --
>> Jens Axboe
>
>
> Running a simple job that reads a 50MB file, the first time I run it,
> the aggregate throughput reported by fio is ~20MB/s For subsequent
> runs, the transfer rate is significantly higher - ~150MB/s. When I
> then clear the file system cache, and then run it again, the transfer
> rate drops back to 20MB/s.
>
> The INI:
> [read]
> bs=4k
> direct=1
> sync=1
> size=50M
> rw=read
>
> Just in case it's relevant, I'm running this on a very old laptop - a
> Compaq NW8000. (and 150MB/s is impossibly fast for it to be reading
> that from disk)
Please run fio with strace -o somefile -f fio <ini.file> and bzip2+send
the 'somefile' file.
--
Jens Axboe
next prev parent reply other threads:[~2012-08-20 11:43 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-20 0:57 Direct io on Ubuntu i386? Greg Sullivan
2012-08-20 10:57 ` Jens Axboe
2012-08-20 11:37 ` Greg Sullivan
2012-08-20 11:42 ` Jens Axboe [this message]
2012-08-21 11:32 ` Greg Sullivan
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=50322299.1020103@kernel.dk \
--to=axboe@kernel.dk \
--cc=fio@vger.kernel.org \
--cc=greg.sullivan@sullivang.net \
/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.