예제 #1
0
 def __init__(self, instance):
     PerfTool.__init__(self, 'nuttcp-8.1.4', instance)
예제 #2
0
 def __init__(self, instance):
     PerfTool.__init__(self, instance, 'nuttcp')
     self.keys = ['thoroughput', 'time', 'rate', 'tx_cpu', 'jitter', 'latency']
예제 #3
0
 def __init__(self, instance):
     PerfTool.__init__(self, 'nuttcp-7.3.2', instance)
예제 #4
0
 def __init__(self, instance):
     PerfTool.__init__(self, instance, 'wrk2')
예제 #5
0
파일: iperf_tool.py 프로젝트: mikeynap/vmtp
 def __init__(self, instance):
     PerfTool.__init__(self, 'iperf', instance)
예제 #6
0
 def __init__(self, instance, cfg_http_tool):
     PerfTool.__init__(self, instance, cfg_http_tool)
예제 #7
0
 def __init__(self, instance):
     PerfTool.__init__(self, instance, 'fio')
예제 #8
0
 def __init__(self, instance, perf_tool_path):
     PerfTool.__init__(self, 'iperf', perf_tool_path, instance)
예제 #9
0
 def __init__(self, instance):
     PerfTool.__init__(self, 'iperf-2.0.9', instance)
예제 #10
0
 def __init__(self, instance):
     PerfTool.__init__(self, instance, 'wrk2')
예제 #11
0
 def __init__(self, instance, perf_tool_path):
     PerfTool.__init__(self, 'nuttcp-7.3.2', perf_tool_path, instance)