summaryrefslogtreecommitdiffstats
path: root/rules/dbench.in
blob: 8f73cd3fe12ff5ea9619c071656c1afffcec947a (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
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.