-
Hi Overthere
Glad you asked 
A file is written either using 1 io or using 3 ios, max blocksize/transfersize is 4MB, it needs some more explaining so here we go.
50% of the files are created using one write operation with a max blocksize of 128KB, as for the other half
each file consits of exactly 3 WriteFile operations, each IO can be up to 4MB in size, so it is sort of random. (even though the data is written sequentially)
edit:
Forgot the first one
This test is single threaded, so, 1 single file at a time.
Last edited by Anvil; 05-21-2011 at 07:54 AM.
-
Hardware:
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks