Exemple #1
0
 def __init__(self, instance):
     PerfTool.__init__(self, 'nuttcp-8.1.4', instance)
Exemple #2
0
 def __init__(self, instance):
     PerfTool.__init__(self, instance, 'nuttcp')
     self.keys = ['thoroughput', 'time', 'rate', 'tx_cpu', 'jitter', 'latency']
Exemple #3
0
 def __init__(self, instance):
     PerfTool.__init__(self, 'nuttcp-7.3.2', instance)
Exemple #4
0
 def __init__(self, instance):
     PerfTool.__init__(self, instance, 'wrk2')
Exemple #5
0
 def __init__(self, instance):
     PerfTool.__init__(self, 'iperf', instance)
Exemple #6
0
 def __init__(self, instance, cfg_http_tool):
     PerfTool.__init__(self, instance, cfg_http_tool)
Exemple #7
0
 def __init__(self, instance):
     PerfTool.__init__(self, instance, 'fio')
Exemple #8
0
 def __init__(self, instance, perf_tool_path):
     PerfTool.__init__(self, 'iperf', perf_tool_path, instance)
Exemple #9
0
 def __init__(self, instance):
     PerfTool.__init__(self, 'iperf-2.0.9', instance)
Exemple #10
0
 def __init__(self, instance):
     PerfTool.__init__(self, instance, 'wrk2')
Exemple #11
0
 def __init__(self, instance, perf_tool_path):
     PerfTool.__init__(self, 'nuttcp-7.3.2', perf_tool_path, instance)