Commit 62de4d8f authored by Jialin Li's avatar Jialin Li
Browse files

experiments: add netperf latency experiment

parent 4326d597
......@@ -222,7 +222,8 @@ class NetperfClient(AppConfig):
server_ip = '10.0.0.1'
def run_cmds(self, node):
return ['netserver',
'netperf -H ' + self.server_ip]
'netperf -H ' + self.server_ip,
'netperf -H ' + self.server_ip + ' -t TCP_RR -- -o mean_latency,p50_latency,p90_latency,p99_latency']
class NOPaxosReplica(AppConfig):
index = 0
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment