2021-12-09 10:49:34 +01:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
2023-11-06 05:17:22 +01:00
|
|
|
config BENCHMARK_IOZONE
|
2021-12-09 10:49:34 +01:00
|
|
|
tristate "IOzone, filesystem benchmark tool"
|
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
https://www.iozone.org/
|
|
|
|
|
2023-11-06 05:17:22 +01:00
|
|
|
if BENCHMARK_IOZONE
|
2021-12-09 10:49:34 +01:00
|
|
|
|
2023-11-06 05:17:22 +01:00
|
|
|
config BENCHMARK_IOZONE_PROGNAME
|
2021-12-09 10:49:34 +01:00
|
|
|
string "Program name"
|
|
|
|
default "iozone"
|
|
|
|
|
2023-11-06 05:17:22 +01:00
|
|
|
config BENCHMARK_IOZONE_PRIORITY
|
2021-12-09 10:49:34 +01:00
|
|
|
int "IOzone task priority"
|
|
|
|
default 100
|
|
|
|
|
2023-11-06 05:17:22 +01:00
|
|
|
config BENCHMARK_IOZONE_STACKSIZE
|
2021-12-09 10:49:34 +01:00
|
|
|
int "IOzone stack size"
|
|
|
|
default 8192
|
|
|
|
|
2023-11-06 05:17:22 +01:00
|
|
|
config BENCHMARK_IOZONE_VERSION
|
2021-12-09 10:49:34 +01:00
|
|
|
string "iozone version"
|
|
|
|
default "3_493"
|
|
|
|
|
|
|
|
endif
|