summaryrefslogtreecommitdiffstats
path: root/rules/dbench.in
blob: 52557934a62baf368812f7b479a4a0603232007a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
## SECTION=test_suites

menuconfig DBENCH
	tristate
	select ATTR
	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/

if DBENCH

comment "Installation Options"

config DBENCH_DBENCH
	bool
	prompt "install dbench"
	help
	  dbench produces the filesystem load
	  on a netbench run

config DBENCH_TBENCH
	bool
	prompt "install tbench"
	help
	  tbench produces the network load
	  on a netbench run. Client component.

config DBENCH_TBENCH_SERVER
	bool
	prompt "install tbench server"
	help
	  tbench produces the network load
	  on a netbench run. Server component.

endif