[Yaffs] benchmark

Reggiani, Adamo areggiani@ferrari.it
Thu, 7 Oct 2004 15:44:08 +0200


What do you mean for "testing your nand"?

If you need a speed comparison on unix it's easy to do with:
time dd if=3D/mnt/yaffs/file1 of=3D/dev/null bs=3D4096 count=3D1024
(read performance on yaffs for 4Mbyte)
or
time dd if=3D/dev/null of=3D/mnt/yaffs/file2 bs=3D4096 count=3D1024
(write performance on yaffs for 4Mbyte)

Or you can write a simple apps that do the same, creating/deleting =
files, depending on your needs.
It would take no more than a few minutes.

There're also some OpenSource benchmark like bonnie that you can =
download from inet.

Regards
Adamo



> -----Original Message-----
> From: yaffs-admin@stoneboat.aleph1.co.uk
> [mailto:yaffs-admin@stoneboat.aleph1.co.uk]On Behalf Of Lorenzo PARISI
> Sent: gioved=EC 7 ottobre 2004 14.54
> To: MTD mailing list; YAFFS mailing list
> Subject: [Yaffs] benchmark
>=20
>=20
> Hi,
>=20
> I've a s3c2410 board and I want testing my NAND, but I don't=20
> know any benchmark that run under ARM architecture and i386=20
> architecture, so.
>=20
> Do you know someone? I work with jffs2 and yaffs.
>=20
> Thanks
>=20
> _______________________________________________
> yaffs mailing list
> yaffs@stoneboat.aleph1.co.uk
> http://stoneboat.aleph1.co.uk/cgi-bin/mailman/listinfo/yaffs
>=20