blob: 33e12ca77c537ef06fcc425a12bd806f36efadf1 (
plain)
1
2
3
4
5
6
7
8
9
|
config BR2_PACKAGE_IOZONE
bool "iozone"
depends on BR2_USE_MMU # fork()
depends on !BR2_UCLIBC_VERSION_0_9_31 # no pthread_setaffinity_np
help
IOzone is a filesystem benchmark tool.
The benchmark generates and measures a variety of file operations
http://www.iozone.org/
|