Re: file system for solid state disks

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Daniel J Blueman <daniel.blueman@...>
Cc: Jan Engelhardt <jengelh@...>, Richard Ballantyne <richardballantyne@...>, Linux Kernel <linux-kernel@...>, James Courtier-Dutton <James@...>
Date: Thursday, August 23, 2007 - 9:43 am

On Thu, Aug 23, 2007 at 01:56:17PM +0100, Daniel J Blueman wrote:

A little bit of readahead will be helpful for flash memory.  Its latency is
low, but sure not zero. Asynchronous readahead will help to hide the latency.


My favorite test cases are

big file:
        time cp $file /dev/null &>/dev/null
        time dd if=$file of=/dev/null \ bs=${bs:-4k} &>/dev/null

big file, parallel:
        time diff $file $file.clone

small files:
        time grep -qr 'doruimi' $dir 2>/dev/null

Don't forget to clear the cache before each run:
        echo 2 > /proc/sys/vm/drop_caches


Cheers,
Fengguang

-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: file system for solid state disks, Daniel J Blueman, (Thu Aug 23, 4:55 am)
Re: file system for solid state disks, Denys Vlasenko, (Wed Sep 5, 8:34 am)
Re: file system for solid state disks, linux-os (Dick Johnson), (Wed Sep 5, 8:56 am)
Re: file system for solid state disks, Manu Abraham, (Wed Sep 5, 9:04 am)
Re: file system for solid state disks, James Courtier-Dutton, (Thu Aug 23, 8:45 am)
Re: file system for solid state disks, Daniel J Blueman, (Thu Aug 23, 8:56 am)
Re: file system for solid state disks, Fengguang Wu, (Thu Aug 23, 9:43 am)
Re: file system for solid state disks, Daniel J Blueman, (Thu Aug 23, 11:09 am)