[Bglug] ssd testing using fio
Logan Streondj
streondj at gmail.com
Wed Jul 6 22:00:40 EDT 2016
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
just to save people the trouble of testing SD cards,
there is a list of pre-tested SD cards that work well with RPi
it is continuously updated, and is where I go to find what the best SD
cards on the market are.
http://elinux.org/RPi_SD_cards#SD_card_performance
Currently I have a sandisk extreme 16GB,
mostly because they have read and write speed in excess of 19MB/s and
was only $23 with shipping on ebay.
Hope that helps.
On 16-07-06 11:50 AM, Andrew Howlett wrote:
> hi everyone,
>
> i've been installing SSD's for many clients and have noticed that
> some SSD's perform better than others. but it can be hard to tell
> from the manufacturer's marketing crap exactly what to expect from
> different drives.
>
> there was a good article in a recent Linux Pro Magazine suggesting
> the command line utility fio is the best way to test SSD's in
> linux. The fio HOWTO is here:
>
> https://github.com/axboe/fio/blob/master/HOWTO
>
> fio requires a "jobfile" which describes the test(s) to run. here's
> an example jobfile for ssd testing:
>
> # Do some important numbers on SSD drives, to gauge what kind of #
> performance you might get out of them. # # Sequential read and
> write speeds are tested, these are expected to be # high. Random
> reads should also be fast, random writes are where crap # drives
> are usually separated from the good drives. # # This uses a queue
> depth of 4. New SATA SSD's will support up to 32 # in flight
> commands, so it may also be interesting to increase the queue #
> depth and compare. Note that most real-life usage will not see
> that # large of a queue depth, so 4 is more representative of
> normal use. # [global] bs=4k ioengine=libaio iodepth=4 size=10g
> direct=1 runtime=60 directory=/mount-point-of-ssd
> filename=ssd.test.file
>
> [seq-read] rw=read stonewall
>
> [rand-read] rw=randread stonewall
>
> [seq-write] rw=write stonewall
>
> [rand-write] rw=randwrite stonewall
>
>
>
> i'm going to test and compare several drives this weekend. will
> post results on sunday night ...
>
> andrew h.
>
>
>
>
> _______________________________________________ Group mailing list
> Group at bglug.ca http://bglug.ca/mailman/listinfo/group_bglug.ca
>
- --
Logan Streondj,
A dream of Gaia's future.
blog: http://joyfullifestyle.ca
twitter: https://twitter.com/streondj
Speakable Programming for Every Language:
github: https://github.com/elspru/spel
intro: http://wyn.bot.nu/spel/src/vocab/gen/start.html
You can use encrypted email with me,
how to: https://emailselfdefense.fsf.org/en/
key fingerprint:
BD7E 6E2A E625 6D47 F7ED 30EC 86D8 FC7C FAD7 2729
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
iQIcBAEBAgAGBQJXfbfIAAoJEIbY/Hz61ycpRBQQAINxGji8x8QyomRwtSO/j/s4
trvGHVtd2JbWbWeZvniKGDR2hnpOUAxajkZ3YPPlmnSCJjp4hBzi7XLdZ36qMUbX
pq1kTWToELg0+oyiK1p2vH+3iUoTWGe8xgqVCmrfSU8B22A3EkuuYzhw+wMB2hmK
cB6EcZgB0UiKS3Vo1pvvvTFKq4EBM4DB40FQE5zBKnYS5IUtbBuwnEDnLZ3Qt0TO
GUZukSOlUqm3UR+MN5YXfCrzvNK6AqdtwQRm44oKnb5qIK5cbgazOoQG3zNMCo2C
TE4pSbH8KNi9LyEJtjRNw9BOu4REKSOVM2uKMMWSLZmwrmE1zhEPsBGQbzZI+Dum
64/UOt06BRrKPyHPn94JSxvqQgIcJXxGN734fAu8yqSsTy8Q3gBFjuJzN6pCN6iH
YGJUN/5bXNOCn/TjSPMqPSpyH7vLzwn2srdpH5ToA2zDr9osURNO6RAUMygcgkL6
VFWaIAaXWepumukq0Os47JL4N0a4b0PHDYsQvquz8UqWErBuWZOugZ+oIiEmj3wf
bNRRUWQXCiYlHNipbRyfRNqO42kCbZyCCUXX4fSrJK5d3tEGX1+hReT+bPNZ5xDC
sw6ROrlaD/zIf9317RRn1D91Lm5Pqt5rJRHa5jXRXaDzNFGm1VBJNRkRZwhyH0Qk
9/5dP3KBlMcjjjSVKT1o
=yvTC
-----END PGP SIGNATURE-----
More information about the Group
mailing list