From: Martin Steigerwald <Martin@lichtvoll.de>
To: Greg Sullivan <greg.sullivan@sullivang.net>, fio@vger.kernel.org
Subject: Re: How to do strict synchronous i/o on Windows?
Date: Tue, 14 Aug 2012 19:36:34 +0200 [thread overview]
Message-ID: <201208141936.34301.Martin@lichtvoll.de> (raw)
In-Reply-To: <CAHaS=Qz9b2UzcUegFBbFzdiy0j48JJ-DP_oFMqAWYhjYP3BQiA@mail.gmail.com>
Hi Greg,
Please quote (http://learn.to/quote click "English")
Am Dienstag, 14. August 2012 schrieb Greg Sullivan:
> On Aug 14, 2012 11:06 PM, "Jens Axboe" <axboe@kernel.dk> wrote:
> >
> > On 08/14/2012 08:24 AM, Greg Sullivan wrote:
> > > I need to simulate strict synchronous, round robin i/o to a group of
> > > files. I am on Windows 7 32-bit.
> > > fio is very nearly working, except that even with a queue depth of 1,
> > > it is still resulting in a disk queue that is > 1, because the
> > > "iodepth" parameter is not global - it is per thread. (correct?)
> > >
> > > I've tried using the "sync" engine, however that doesn't work at all -
> > > just spews out errors.
> >
> > That'll be the case for ANY platform and IO engine. If you have more
> > than 1 thread or process going, you can have > 1 depth at the device
> > side. The definition of a sync IO call is that the call doesn't return
> > until the IO is done. If you have overlapped calls due to more than 1
> > thread, then that is no longer true.
> >
> > What you are looking for is outside the scope of an application. You
> > would have to limit the queue depth on the operating system side to
> > achieve that. Or artificially limit fio in some way, which would not
> > make a lot of sense imho.
> Thanks Jens. I do in fact have an application that reads in exactly the
> manner I described. I have monitored the queue depth - it does not rise
> above 1. It is a real time musical sample streamer.
>
> Please consider this a new feature request for fio - thankyou.
Is this application multithreaded? If so, are mutiple threads doing I/O
at the same time? If not I�d suggest just testing with one job.
Ciao,
--
Martin 'Helios' Steigerwald - http://www.Lichtvoll.de
GPG: 03B0 0D6C 0040 0710 4AFA B82F 991B EAAC A599 84C7
next prev parent reply other threads:[~2012-08-14 17:36 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-08-14 6:24 How to do strict synchronous i/o on Windows? Greg Sullivan
2012-08-14 7:58 ` Greg Sullivan
2012-08-14 13:05 ` Jens Axboe
2012-08-14 13:10 ` Greg Sullivan
2012-08-14 13:19 ` Greg Sullivan
2012-08-14 13:33 ` Greg Sullivan
2012-08-14 17:36 ` Martin Steigerwald [this message]
2012-08-14 18:54 ` Greg Sullivan
2012-08-14 19:16 ` Martin Steigerwald
2012-08-14 19:56 ` Greg Sullivan
2012-08-14 20:32 ` Martin Steigerwald
2012-08-14 20:47 ` Greg Sullivan
2012-08-14 21:24 ` Martin Steigerwald
2012-08-15 2:46 ` Greg Sullivan
2012-08-15 7:27 ` Martin Steigerwald
2012-08-15 7:45 ` Greg Sullivan
2012-08-15 11:31 ` Martin Steigerwald
2012-08-15 14:07 ` Greg Sullivan
2012-08-15 7:52 ` Bruce Cran
2012-08-15 7:58 ` Greg Sullivan
2012-08-15 9:19 ` 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=201208141936.34301.Martin@lichtvoll.de \
--to=martin@lichtvoll.de \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox