Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
i4
manycore
emper-io-eval
Commits
204b1751
Commit
204b1751
authored
May 07, 2022
by
Florian Fischer
Browse files
fix connections and do not measure energy
Energy measurement tooling does not seem stable yet.
parent
97a01449
Changes
1
Hide whitespace changes
Inline
Side-by-side
eval-muhq-ma.sh
View file @
204b1751
#!/usr/bin/env bash
# DEFAULTS
set
-e
# DEFAULTS
DEFAULT_HOST
=
fd00:638:a000:4142::ffff:124
# big02
#DEFAULT_HOST=fd00:638:a000:4142::ffff:125 # big03
#DEFAULT_HOST=192.168.101.2
...
...
@@ -25,11 +26,12 @@ mkdir -p "${OUT}"/{latency,throughput}
NUMA_ARGS
=
--measure-cmd
=
"numactl --cpunodebind=netdev:10gbe-card-p1 /usr/bin/time -o {BENCHDIR}/server_stats.{RUN}.txt -v"
COMMON_ARGS
=(
--ssh-port
"
${
SSH_PORT
}
"
--host
"
${
HOST
}
"
--perf-energy
)
COMMON_ARGS
=(
--ssh-port
"
${
SSH_PORT
}
"
--host
"
${
HOST
}
"
)
#COMMON_ARGS=(--ssh-port "${SSH_PORT}" --host "${HOST}" --perf-energy)
#--host "${HOST}" --perf-energy "${NUMA_ARGS}")
COMMON_ARGS_THROUGHPUT
=(
${
COMMON_ARGS
[@]
}
--data-dir
${
OUT
}
/throughput
\
-c
"
500
,
1000
,
5000
,
10000
"
--time
"
${
TIME
}
"
-r
"
${
RUNS
}
"
)
-c
500
1000
5000
10000
--time
"
${
TIME
}
"
-r
"
${
RUNS
}
"
)
COMMON_ARGS_LATENCY
=(
${
COMMON_ARGS
[@]
}
--data-dir
${
OUT
}
/latency
\
-c
"5000"
--iterations
1000
-r
2
\
...
...
Write
Preview
Supports
Markdown
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