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
91704fd2
Commit
91704fd2
authored
Sep 14, 2020
by
Antoine Kaufmann
Browse files
experiments: terminate qemu mtcp experiment properly
parent
7baf604d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
experiments/experiments/qemu-i40e-bm-mtcp.sh
experiments/experiments/qemu-i40e-bm-mtcp.sh
+2
-3
experiments/guests/qemu-mtcp-client/run.sh
experiments/guests/qemu-mtcp-client/run.sh
+3
-1
No files found.
experiments/experiments/qemu-i40e-bm-mtcp.sh
View file @
91704fd2
...
...
@@ -9,7 +9,6 @@ sleep 0.5
run_wire ab a b
run_qemu a a build/qemu-mtcp-server.tar mtcp
run_qemu b b build/qemu-mtcp-client.tar mtcp
#client_pid=$!
#wait $client_pid
sleep
20
client_pid
=
$!
wait
$client_pid
cleanup
experiments/guests/qemu-mtcp-client/run.sh
View file @
91704fd2
...
...
@@ -19,5 +19,7 @@ ip link set dev dpdk0 up
ip addr add 192.168.64.2/24 dev dpdk0
cd
/root/tasbench/micro_rpc
./testclient_mtcp 192.168.64.1 1234 1 /tmp/guest/mtcp.conf 1024 1 128 2 0 8
./testclient_mtcp 192.168.64.1 1234 1 /tmp/guest/mtcp.conf 1024 1 128 2 0 8 &
sleep
25
poweroff
-f
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