menuconfig DBENCH bool prompt "dbench" help The dbench (disk) and tbench (TCP) benchmarks dbench and tbench simulate the load of the netbench "industry standard" benchmark used to rate (windows) file servers. Unlike netbench, they do not require a lab of Microsoft Windows PCs: dbench produces the filesystem load on a netbench run, and tbench produces the network load, allowing simpler bottleneck isolation. Note that this benchmark is *not* a realistic reflection of normal server load. http://samba.org/ftp/tridge/dbench/ comment "Installation Options" depends on DBENCH config DBENCH_DBENCH bool prompt "install dbench" depends on DBENCH help dbench produces the filesystem load on a netbench run config DBENCH_TBENCH bool prompt "install tbench" depends on DBENCH help tbench produces the network load on a netbench run. Client component. config DBENCH_TBENCH_SERVER bool prompt "install tbench server" depends on DBENCH help tbench produces the network load on a netbench run. Server component.