Is there some benchmark which can do fs or io stress test and verify the test file integrity at the same time, to ensure the written file correct store in disk?
I have this question because a member report some file integrity issues during their mmc card driver developing.
On Thursday 14 May 2015 14:24:46 Alex Shi wrote:
Is there some benchmark which can do fs or io stress test and verify the test file integrity at the same time, to ensure the written file correct store in disk?
I have this question because a member report some file integrity issues during their mmc card driver developing.
The xfs test suite can do a bunch of that, you should certainly use that, but you might also need something else in addition.
Arnd
On 05/14/2015 02:55 PM, Arnd Bergmann wrote:
On Thursday 14 May 2015 14:24:46 Alex Shi wrote:
Is there some benchmark which can do fs or io stress test and verify the test file integrity at the same time, to ensure the written file correct store in disk?
I have this question because a member report some file integrity issues during their mmc card driver developing.
The xfs test suite can do a bunch of that, you should certainly use that, but you might also need something else in addition.
Thanks Arnd!
Is this test case https://en.opensuse.org/SDB:XFStests? and what's else in addition?
On Thursday 14 May 2015 15:35:12 Alex Shi wrote:
On 05/14/2015 02:55 PM, Arnd Bergmann wrote:
On Thursday 14 May 2015 14:24:46 Alex Shi wrote:
Is there some benchmark which can do fs or io stress test and verify the test file integrity at the same time, to ensure the written file correct store in disk?
I have this question because a member report some file integrity issues during their mmc card driver developing.
The xfs test suite can do a bunch of that, you should certainly use that, but you might also need something else in addition.
Thanks Arnd!
Is this test case https://en.opensuse.org/SDB:XFStests?
That's the one I meant, yes.
and what's else in addition?
I don't know. See what this does for you first, and what's still missing afterwards.
Arnd
On Thu, May 14, 2015 at 11:54 AM, Alex Shi alex.shi@linaro.org wrote:
Is there some benchmark which can do fs or io stress test and verify the test file integrity at the same time, to ensure the written file correct store in disk?
I have this question because a member report some file integrity issues during their mmc card driver developing.
Try stress-ng[1] with the --io* cmdline options.
Thanks for suggestion! Just found the normal case, iozone also provide the integrity checking. That was the first choice by the member.
Thanks Alex
On 05/14/2015 05:23 PM, Amit Kucheria wrote:
On Thu, May 14, 2015 at 11:54 AM, Alex Shi alex.shi@linaro.org wrote:
Is there some benchmark which can do fs or io stress test and verify the test file integrity at the same time, to ensure the written file correct store in disk?
I have this question because a member report some file integrity issues during their mmc card driver developing.
Try stress-ng[1] with the --io* cmdline options.
linaro-kernel@lists.linaro.org