[mdlug] Raspberry Pinewood Derby
Dan Pritts
danno at dogcheese.net
Fri Mar 14 10:02:29 EDT 2014
On Mar 13, 2014, at 5:24 PM, gib at juno.com wrote:
> Is there software that could be used to test the speed? What would you recommend?
There are various disk benchmarking tools (bonnie++ is the one that comes to mind, I think also postmark or postbench), but for this use case, just do this:
for boo in `seq 1 10`
do
time dd if=/dev/zero of=/some/file bs=1M count=100
done
Do a little math, average the values, and this will give you a pretty reasonable estimate of raw write speed to the filesystem.
More information about the mdlug
mailing list