Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
62de4d8f
"...git@developer.sourcefind.cn:OpenDAS/torch-spline-conv.git" did not exist on "2d792ffdcd1fd4fccd0da9ba13ed11d56f15775f"
Commit
62de4d8f
authored
Nov 18, 2020
by
Jialin Li
Browse files
experiments: add netperf latency experiment
parent
4326d597
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
experiments/modes/nodeconfig.py
experiments/modes/nodeconfig.py
+2
-1
No files found.
experiments/modes/nodeconfig.py
View file @
62de4d8f
...
@@ -222,7 +222,8 @@ class NetperfClient(AppConfig):
...
@@ -222,7 +222,8 @@ class NetperfClient(AppConfig):
server_ip
=
'10.0.0.1'
server_ip
=
'10.0.0.1'
def
run_cmds
(
self
,
node
):
def
run_cmds
(
self
,
node
):
return
[
'netserver'
,
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
):
class
NOPaxosReplica
(
AppConfig
):
index
=
0
index
=
0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment