add run commander for doing experiment at commander machine

pull/37/head
Minh Doan 6 years ago
parent 6032b98f3c
commit 4864c8e9ba
  1. 8
      run_commander.sh

@ -0,0 +1,8 @@
cd ~/projects/src/harmony-benchmark/
# Compile
sudo go build -o bin/commander aws-experiment-launch/experiment/commander/main.go
cd bin
# Take ip address
IP=`head -n 1 commander_info.txt`
# Run commander
sudo ./bin/commander -ip $IP -port 9000 -config_file distribution_config.txt
Loading…
Cancel
Save