view scripts/LogupdateTest.sh @ 8:8a33595a0d8c

add tree.rb
author suruga
date Wed, 07 Feb 2018 19:31:33 +0900
parents a015058dd24d
children afbd290bb017
line wrap: on
line source

export JAR=build/libs/logupdateTest-1.1.jar
ruby scripts/tree.rb 3 > scripts/tree.dot
java -cp $JAR  alice.topology.manager.TopologyManager -conf scripts/tree.dot -host localhost -p 10000 -port 10001 --noKeepAlive &
sleep 3 
java -jar $JAR  -host localhost -p 10003 -port 10000  --noKeepAlive &
java -jar $JAR  -host localhost -p 10001 -port 10000  --noKeepAlive &
sleep 4
java -jar $JAR  -host localhost -p 10002 -port 10000 -write --noKeepAlive