Mercurial > hg > Members > nobuyasu > jungle_benchmark
view stress_read_write_cassandra.sh @ 13:e3fe67fee803
adde hello_post.rb
author | Nobuyasu |
---|---|
date | Mon, 20 Jan 2014 17:01:44 +0900 |
parents | 5ea96ce6a1c1 |
children |
line wrap: on
line source
#!/bin/sh # #PBS -q tqueue #PBS -N read_write_jungle #PBS -l walltime=00:05:00 script=/home/mass/share/student/k128576/jungle_benchmark/stress_read_write_cassandra.rb function run() { while read serv do ssh $serv "/usr/local/bin/ruby $script $schedule $times" & done wait } uniq $PBS_NODEFILE /tmp/nodes run < /tmp/nodes