Commit 91704fd2 authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

experiments: terminate qemu mtcp experiment properly

parent 7baf604d
...@@ -9,7 +9,6 @@ sleep 0.5 ...@@ -9,7 +9,6 @@ sleep 0.5
run_wire ab a b run_wire ab a b
run_qemu a a build/qemu-mtcp-server.tar mtcp run_qemu a a build/qemu-mtcp-server.tar mtcp
run_qemu b b build/qemu-mtcp-client.tar mtcp run_qemu b b build/qemu-mtcp-client.tar mtcp
#client_pid=$! client_pid=$!
#wait $client_pid wait $client_pid
sleep 20
cleanup cleanup
...@@ -19,5 +19,7 @@ ip link set dev dpdk0 up ...@@ -19,5 +19,7 @@ ip link set dev dpdk0 up
ip addr add 192.168.64.2/24 dev dpdk0 ip addr add 192.168.64.2/24 dev dpdk0
cd /root/tasbench/micro_rpc 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 poweroff -f
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