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