def start(self):
     uri_idx, num_calls = self.input_entry
     httperf_args = []
     httperf_args.append(config.benchmark_home('httperf') + '/bin/httperf')
     httperf_args.append('--server=localhost')
     httperf_args.append('--port=8080')
     httperf_args.append('--uri=/test/%d.txt' % uri_idx)
     httperf_args.append('--num-calls=%d' % num_calls)
     httperf_args.append('--num-conns=1')
     logging.msg('client: uri_idx=%d, num_calls=%d\n' % (uri_idx, num_calls))
     self.fnull = open(os.devnull, 'w')
     self.proc = subprocess.Popen(httperf_args, stdout=self.fnull, stderr=self.fnull)
Exemplo n.º 2
0
 def input_dir(self):
     return config.benchmark_home('pbzip2_bug_unknown') + '/inputs'
Exemplo n.º 3
0
 def bin(self):
     return config.benchmark_home('pbzip2_bug_unknown') + '/pbzip2'
Exemplo n.º 4
0
 def verifier(self):
     return config.benchmark_home('aget_bug2') + '/verifier'
Exemplo n.º 5
0
 def home(self):
     return config.benchmark_home('mysql')
 def bin(self):
     return config.benchmark_home('memcached_bug_127') + '/bin/memcached'
Exemplo n.º 7
0
 def bin(self):
     return config.benchmark_home('splash2') + '/codes/kernels/radix/RADIX'
Exemplo n.º 8
0
 def input_dir(self):
     return config.benchmark_home('pbzip2') + '/inputs'
Exemplo n.º 9
0
 def home(self):
     return config.benchmark_home('mysql_bug_791')
Exemplo n.º 10
0
 def bin(self):
     return config.benchmark_home('pbzip2') + '/pbzip2'
Exemplo n.º 11
0
 def input_dir(self):
     return config.benchmark_home('pbzip2') + '/inputs'
Exemplo n.º 12
0
 def bin(self):
     return config.benchmark_home('pbzip2') + '/pbzip2'
Exemplo n.º 13
0
 def home(self):
     return config.benchmark_home('mysql')
Exemplo n.º 14
0
 def bin(self):
     return config.benchmark_home('splash2') + '/codes/kernels/fft/FFT'
Exemplo n.º 15
0
 def bin(self):
     return config.benchmark_home('pfscan') + '/pfscan'
Exemplo n.º 16
0
 def bin(self):
     return config.benchmark_home('aget_bug1') + '/aget'
Exemplo n.º 17
0
 def home(self):
     return config.benchmark_home('apache')
Exemplo n.º 18
0
 def home(self):
     return config.benchmark_home('apache_bug_25520')
Exemplo n.º 19
0
 def home(self):
     return config.benchmark_home('cnc_bug')
Exemplo n.º 20
0
 def bin(self):
     return config.benchmark_home('splash2') + '/codes/kernels/fft/FFT'
Exemplo n.º 21
0
 def bin(self):
     return config.benchmark_home('aget_bug2') + '/aget'
Exemplo n.º 22
0
 def bin(self):
     return config.benchmark_home('splash2') + '/codes/kernels/radix/RADIX'
Exemplo n.º 23
0
 def verifier(self):
     return config.benchmark_home('aget_bug2') + '/verifier'
Exemplo n.º 24
0
 def bin(self):
     return config.benchmark_home('pfscan') + '/pfscan'
Exemplo n.º 25
0
 def home(self):
     return config.benchmark_home('mysql_bug_791')