From d785a4c41eada7eda0608d6f6c49810ef8eec51a Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 6 Sep 2023 16:37:40 +0200 Subject: [PATCH] launch all --- ceph_bench/launch_all.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ceph_bench/launch_all.sh diff --git a/ceph_bench/launch_all.sh b/ceph_bench/launch_all.sh new file mode 100644 index 0000000..fb0a009 --- /dev/null +++ b/ceph_bench/launch_all.sh @@ -0,0 +1,7 @@ +#!/bin/bash +mkdir /root/results +cd /root/results +ssh root@172.172.0.196 rm -rf /mnt/vol/* +ssh root@172.172.0.196 /root/canonical-stuff/venv/bin/python3 /root/canonical-stuff/ceph_bench/run.py local +scp root@172.172.0.196:/root/*.csv . +python /root/canonical-stuff/ceph_bench/run.py distant \ No newline at end of file