From: Martin Steigerwald <Martin@lichtvoll.de>
To: linux-kernel@vger.kernel.org
Cc: Kim Jaegeuk <jaegeuk.kim@gmail.com>,
Jaegeuk Kim <jaegeuk.kim@samsung.com>,
linux-fsdevel@vger.kernel.org, gregkh@linuxfoundation.org,
viro@zeniv.linux.org.uk, arnd@arndb.de, tytso@mit.edu,
chur.lee@samsung.com, cm224.lee@samsung.com,
jooyoung.hwang@samsung.com
Subject: Re: [PATCH 00/16 v3] f2fs: introduce flash-friendly file system
Date: Sat, 10 Nov 2012 19:40:25 +0100 [thread overview]
Message-ID: <201211101940.25950.Martin@lichtvoll.de> (raw)
In-Reply-To: <201211101933.38434.Martin@lichtvoll.de>
Am Samstag, 10. November 2012 schrieb Martin Steigerwald:
> merkaba:~> mkfs.f2fs /dev/sdb1
> Info: sector size = 512
> Info: total sectors = 4093951 (in 512bytes)
> Info: zone aligned segment0 blkaddr: 256
> Info: This device doesn't support TRIM
> Info: format successful
> merkaba:~> mount -t f2fs /dev/sdb1 /mnt/zeit
> merkaba:~> fio /tmp/usb-stick.job
> seq-read: (g=0): rw=read, bs=4K-4K/4K-4K, ioengine=libaio, iodepth=4
> rand-read: (g=1): rw=randread, bs=4K-4K/4K-4K, ioengine=libaio,
> iodepth=4 seq-write: (g=2): rw=write, bs=4K-4K/4K-4K, ioengine=libaio,
> iodepth=4 rand-write: (g=3): rw=randwrite, bs=4K-4K/4K-4K,
> ioengine=libaio, iodepth=4 2.0.8
> Starting 4 processes
> seq-read: Laying out IO file(s) (1 file(s) / 512MB)
> Jobs: 1 (f=1): [___w] [57.2% done] [0K/703K /s] [0 /175 iops] [eta
> 03m:00s] seq-read: (groupid=0, jobs=1): err= 0: pid=7819
> read : io=470600KB, bw=7843.8KB/s, iops=1960 , runt= 60002msec
I forgot the job file I used:
merkaba:~> cat /tmp/usb-stick.job
[global]
bs=4k
ioengine=libaio
size=512m
direct=1
iodepth=4
runtime=60
directory=/mnt/zeit
filename=test.file
[seq-read]
rw=read
stonewall
[rand-read]
rw=randread
stonewall
[seq-write]
rw=write
stonewall
[rand-write]
rw=randwrite
stonewall
Thanks,
--
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-11-10 18:40 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-31 9:35 [PATCH 00/16 v3] f2fs: introduce flash-friendly file system Jaegeuk Kim
2012-10-31 9:38 ` [PATCH 01/17] f2fs: add document Jaegeuk Kim
2012-10-31 9:39 ` [PATCH 02/17] f2fs: add on-disk layout Jaegeuk Kim
2012-10-31 9:41 ` [PATCH 03/17] f2fs: add superblock and major in-memory structure Jaegeuk Kim
2012-10-31 9:58 ` [PATCH 03/17 v2] " Jaegeuk Kim
2012-10-31 22:53 ` [PATCH 03/17 v3] " Jaegeuk Kim
2012-10-31 9:41 ` [PATCH 04/17] f2fs: add super block operations Jaegeuk Kim
2012-10-31 9:43 ` [PATCH 05/17] f2fs: add checkpoint operations Jaegeuk Kim
2012-10-31 9:44 ` [PATCH 06/17] f2fs: add node operations Jaegeuk Kim
2012-10-31 9:44 ` [PATCH 08/17] f2fs: add file operations Jaegeuk Kim
2012-10-31 9:45 ` [PATCH 09/17] f2fs: add address space operations for data Jaegeuk Kim
2012-10-31 9:46 ` [PATCH 10/17] f2fs: add core inode operations Jaegeuk Kim
2012-10-31 9:47 ` [PATCH 11/17] f2fs: add inode operations for special inodes Jaegeuk Kim
2012-10-31 9:47 ` [PATCH 12/17] f2fs: add core directory operations Jaegeuk Kim
2012-10-31 9:48 ` [PATCH 13/17] f2fs: add xattr and acl functionalities Jaegeuk Kim
2012-10-31 9:48 ` [PATCH 14/17] f2fs: add garbage collection functions Jaegeuk Kim
2012-10-31 9:48 ` [PATCH 15/17] f2fs: add recovery routines for roll-forward Jaegeuk Kim
2012-10-31 9:49 ` [PATCH 16/17] f2fs: move proc files to debugfs Jaegeuk Kim
2012-10-31 15:51 ` Greg KH
2012-10-31 21:48 ` Jaegeuk Kim
2012-10-31 22:38 ` [PATCH 16/17 v2] " Jaegeuk Kim
2012-10-31 22:50 ` 'Greg KH'
2012-10-31 9:50 ` [PATCH 17/17] f2fs: update Kconfig and Makefile Jaegeuk Kim
2012-10-31 9:56 ` [PATCH 07/17] f2fs: add segment operations Jaegeuk Kim
2012-11-02 13:39 ` [PATCH 00/16 v3] f2fs: introduce flash-friendly file system Martin Steigerwald
2012-11-02 22:49 ` Kim Jaegeuk
2012-11-10 18:33 ` Martin Steigerwald
2012-11-10 18:40 ` Martin Steigerwald [this message]
2012-11-10 21:49 ` Arnd Bergmann
2012-11-12 15:16 ` Martin Steigerwald
2012-11-12 16:57 ` Arnd Bergmann
2012-11-14 15:57 ` Martin Steigerwald
2012-11-16 21:26 ` Arnd Bergmann
2012-11-10 21:55 ` Vyacheslav Dubeyko
2012-11-11 11:42 ` Jaegeuk Kim
2012-11-12 6:04 ` Vyacheslav Dubeyko
2012-11-23 0:23 ` util-linux bug: was " NeilBrown
[not found] ` <20121123112309.52429ceb-wvvUuzkyo1EYVZTmpyfIwg@public.gmane.org>
2012-11-26 13:27 ` Karel Zak
[not found] ` <20121126132700.GA28200-s5vVilr7EKH/9pzu0YdTqQ@public.gmane.org>
2012-11-26 21:06 ` NeilBrown
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=201211101940.25950.Martin@lichtvoll.de \
--to=martin@lichtvoll.de \
--cc=arnd@arndb.de \
--cc=chur.lee@samsung.com \
--cc=cm224.lee@samsung.com \
--cc=gregkh@linuxfoundation.org \
--cc=jaegeuk.kim@gmail.com \
--cc=jaegeuk.kim@samsung.com \
--cc=jooyoung.hwang@samsung.com \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=tytso@mit.edu \
--cc=viro@zeniv.linux.org.uk \
/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;
as well as URLs for NNTP newsgroup(s).