Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
我在这些位置找到了单元测试
http://lwn.net/Articles/276617/
http://www.tuxera.com/community/posix-test-suite/
以及此答案讨论性能测试:https://serverfault.com/questions/19487/how-to-do-filesystem-testing
I found unit tests at these locations
http://lwn.net/Articles/276617/
http://www.tuxera.com/community/posix-test-suite/
and this answer talking about performance tests: https://serverfault.com/questions/19487/how-to-do-filesystem-testing
您还可以考虑尝试一些基准测试工具。虽然它们本身不是单元测试,但它们肯定会对文件系统进行压力测试,这可能是一种有用的测试形式。
我过去使用过 IOZone,效果很好(http://www.iozone.org/)。
You might also consider trying out a few benchmarking tools. While they are not unit tests per-se they will certainly stress test a file system, which may be a useful form of testing.
I've used IOZone in the past to good effect (http://www.iozone.org/).
另请参阅 http://oss .sgi.com/cgi-bin/gitweb.cgi?p=xfs/cmds/xfstests.git;a=summary
See also http://oss.sgi.com/cgi-bin/gitweb.cgi?p=xfs/cmds/xfstests.git;a=summary