From b6d3d6e668b793220f2d3af1bc3e828553dc3fe6 Mon Sep 17 00:00:00 2001 From: hongbotian Date: Mon, 30 Nov 2015 02:58:25 -0500 Subject: bottleneck testcase based on rubbos JIRA: BOTTLENECK-31 Change-Id: I35b1bcdca28c4e06e316143cc895b4cdf689d0d3 Signed-off-by: hongbotian --- .../1-1-1/scripts/.CLIENT1_rubbos_install.sh.swp | Bin 0 -> 12288 bytes .../1-1-1/scripts/.TOMCAT1_rubbos_uninstall.sh.swp | Bin 0 -> 12288 bytes rubbos/rubbos_scripts/1-1-1/scripts/.run.sh.swp | Bin 0 -> 20480 bytes .../rubbos_scripts/1-1-1/scripts/.stop_all.sh.swp | Bin 0 -> 12288 bytes .../1-1-1/scripts/BENCHMARK_configure.sh | 26 + .../1-1-1/scripts/BENCHMARK_install.sh | 15 + .../1-1-1/scripts/BENCHMARK_rubbos_install.sh | 30 + .../1-1-1/scripts/BENCHMARK_rubbos_uninstall.sh | 10 + .../1-1-1/scripts/BENCHMARK_uninstall.sh | 7 + .../1-1-1/scripts/CLIENT1_configure.sh | 26 + .../1-1-1/scripts/CLIENT1_install.sh | 12 + .../1-1-1/scripts/CLIENT1_rubbos_install.sh | 27 + .../1-1-1/scripts/CLIENT1_rubbos_uninstall.sh | 10 + .../1-1-1/scripts/CLIENT1_uninstall.sh | 7 + .../1-1-1/scripts/CLIENT2_configure.sh | 26 + .../1-1-1/scripts/CLIENT2_install.sh | 12 + .../1-1-1/scripts/CLIENT2_rubbos_install.sh | 27 + .../1-1-1/scripts/CLIENT2_rubbos_uninstall.sh | 10 + .../1-1-1/scripts/CLIENT2_uninstall.sh | 7 + .../1-1-1/scripts/CLIENT3_configure.sh | 26 + .../1-1-1/scripts/CLIENT3_install.sh | 10 + .../1-1-1/scripts/CLIENT3_rubbos_install.sh | 27 + .../1-1-1/scripts/CLIENT3_rubbos_uninstall.sh | 10 + .../1-1-1/scripts/CLIENT3_uninstall.sh | 7 + .../1-1-1/scripts/CLIENT4_configure.sh | 26 + .../1-1-1/scripts/CLIENT4_install.sh | 12 + .../1-1-1/scripts/CLIENT4_rubbos_install.sh | 27 + .../1-1-1/scripts/CLIENT4_rubbos_uninstall.sh | 10 + .../1-1-1/scripts/CLIENT4_uninstall.sh | 7 + .../1-1-1/scripts/CONTROL_checkScp_exec.sh | 20 + .../1-1-1/scripts/CONTROL_emulabConf_exec.sh | 55 + .../1-1-1/scripts/CONTROL_rubbos_exec.sh | 134 ++ .../1-1-1/scripts/HTTPD_configure.sh | 15 + .../rubbos_scripts/1-1-1/scripts/HTTPD_ignition.sh | 11 + .../rubbos_scripts/1-1-1/scripts/HTTPD_install.sh | 30 + .../1-1-1/scripts/HTTPD_rubbos_install.sh | 25 + .../1-1-1/scripts/HTTPD_rubbos_uninstall.sh | 9 + rubbos/rubbos_scripts/1-1-1/scripts/HTTPD_stop.sh | 12 + .../1-1-1/scripts/HTTPD_uninstall.sh | 9 + .../1-1-1/scripts/MYSQL1_configure.sh | 22 + .../1-1-1/scripts/MYSQL1_ignition.sh | 12 + .../rubbos_scripts/1-1-1/scripts/MYSQL1_install.sh | 33 + .../rubbos_scripts/1-1-1/scripts/MYSQL1_reset.sh | 11 + .../1-1-1/scripts/MYSQL1_rubbos_install.sh | 29 + .../1-1-1/scripts/MYSQL1_rubbos_uninstall.sh | 9 + rubbos/rubbos_scripts/1-1-1/scripts/MYSQL1_stop.sh | 11 + .../1-1-1/scripts/MYSQL1_uninstall.sh | 7 + .../1-1-1/scripts/TOMCAT1_configure.sh | 10 + .../1-1-1/scripts/TOMCAT1_ignition.sh | 11 + .../1-1-1/scripts/TOMCAT1_install.sh | 20 + .../1-1-1/scripts/TOMCAT1_rubbosSL_configure.sh | 26 + .../1-1-1/scripts/TOMCAT1_rubbos_install.sh | 29 + .../1-1-1/scripts/TOMCAT1_rubbos_uninstall.sh | 11 + .../rubbos_scripts/1-1-1/scripts/TOMCAT1_stop.sh | 13 + .../1-1-1/scripts/TOMCAT1_uninstall.sh | 8 + rubbos/rubbos_scripts/1-1-1/scripts/bakrun.sh.bak | 194 ++ rubbos/rubbos_scripts/1-1-1/scripts/kill_all.sh | 14 + rubbos/rubbos_scripts/1-1-1/scripts/log | 2198 ++++++++++++++++++++ .../rubbos_scripts/1-1-1/scripts/manualCleanup.sh | 76 + rubbos/rubbos_scripts/1-1-1/scripts/reset_all.sh | 8 + rubbos/rubbos_scripts/1-1-1/scripts/run.sh | 196 ++ rubbos/rubbos_scripts/1-1-1/scripts/run_mysql.sh | 19 + rubbos/rubbos_scripts/1-1-1/scripts/start_all.sh | 13 + rubbos/rubbos_scripts/1-1-1/scripts/stop_all.sh | 10 + 64 files changed, 3724 insertions(+) create mode 100644 rubbos/rubbos_scripts/1-1-1/scripts/.CLIENT1_rubbos_install.sh.swp create mode 100644 rubbos/rubbos_scripts/1-1-1/scripts/.TOMCAT1_rubbos_uninstall.sh.swp create mode 100644 rubbos/rubbos_scripts/1-1-1/scripts/.run.sh.swp create mode 100644 rubbos/rubbos_scripts/1-1-1/scripts/.stop_all.sh.swp create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/BENCHMARK_configure.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/BENCHMARK_install.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/BENCHMARK_rubbos_install.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/BENCHMARK_rubbos_uninstall.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/BENCHMARK_uninstall.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/CLIENT1_configure.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/CLIENT1_install.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/CLIENT1_rubbos_install.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/CLIENT1_rubbos_uninstall.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/CLIENT1_uninstall.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/CLIENT2_configure.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/CLIENT2_install.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/CLIENT2_rubbos_install.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/CLIENT2_rubbos_uninstall.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/CLIENT2_uninstall.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/CLIENT3_configure.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/CLIENT3_install.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/CLIENT3_rubbos_install.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/CLIENT3_rubbos_uninstall.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/CLIENT3_uninstall.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/CLIENT4_configure.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/CLIENT4_install.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/CLIENT4_rubbos_install.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/CLIENT4_rubbos_uninstall.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/CLIENT4_uninstall.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/CONTROL_checkScp_exec.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/CONTROL_emulabConf_exec.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/CONTROL_rubbos_exec.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/HTTPD_configure.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/HTTPD_ignition.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/HTTPD_install.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/HTTPD_rubbos_install.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/HTTPD_rubbos_uninstall.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/HTTPD_stop.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/HTTPD_uninstall.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/MYSQL1_configure.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/MYSQL1_ignition.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/MYSQL1_install.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/MYSQL1_reset.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/MYSQL1_rubbos_install.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/MYSQL1_rubbos_uninstall.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/MYSQL1_stop.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/MYSQL1_uninstall.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/TOMCAT1_configure.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/TOMCAT1_ignition.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/TOMCAT1_install.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/TOMCAT1_rubbosSL_configure.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/TOMCAT1_rubbos_install.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/TOMCAT1_rubbos_uninstall.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/TOMCAT1_stop.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/TOMCAT1_uninstall.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/bakrun.sh.bak create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/kill_all.sh create mode 100644 rubbos/rubbos_scripts/1-1-1/scripts/log create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/manualCleanup.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/reset_all.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/run.sh create mode 100644 rubbos/rubbos_scripts/1-1-1/scripts/run_mysql.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/start_all.sh create mode 100755 rubbos/rubbos_scripts/1-1-1/scripts/stop_all.sh (limited to 'rubbos/rubbos_scripts/1-1-1/scripts') diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/.CLIENT1_rubbos_install.sh.swp b/rubbos/rubbos_scripts/1-1-1/scripts/.CLIENT1_rubbos_install.sh.swp new file mode 100644 index 00000000..d5d72329 Binary files /dev/null and b/rubbos/rubbos_scripts/1-1-1/scripts/.CLIENT1_rubbos_install.sh.swp differ diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/.TOMCAT1_rubbos_uninstall.sh.swp b/rubbos/rubbos_scripts/1-1-1/scripts/.TOMCAT1_rubbos_uninstall.sh.swp new file mode 100644 index 00000000..b5e7d50d Binary files /dev/null and b/rubbos/rubbos_scripts/1-1-1/scripts/.TOMCAT1_rubbos_uninstall.sh.swp differ diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/.run.sh.swp b/rubbos/rubbos_scripts/1-1-1/scripts/.run.sh.swp new file mode 100644 index 00000000..0ab43719 Binary files /dev/null and b/rubbos/rubbos_scripts/1-1-1/scripts/.run.sh.swp differ diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/.stop_all.sh.swp b/rubbos/rubbos_scripts/1-1-1/scripts/.stop_all.sh.swp new file mode 100644 index 00000000..bde80e05 Binary files /dev/null and b/rubbos/rubbos_scripts/1-1-1/scripts/.stop_all.sh.swp differ diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/BENCHMARK_configure.sh b/rubbos/rubbos_scripts/1-1-1/scripts/BENCHMARK_configure.sh new file mode 100755 index 00000000..6fb9d8b0 --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/BENCHMARK_configure.sh @@ -0,0 +1,26 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +echo "CONFIGURING RUBBOS CLIENT on $HOSTNAME" + +cp -r $WORK_HOME/rubbos_files/Client $RUBBOS_HOME/ +cp -r $WORK_HOME/rubbos_files/bench $RUBBOS_HOME/ + +cp $OUTPUT_HOME/rubbos_conf/build.properties $RUBBOS_HOME/ +cp $OUTPUT_HOME/rubbos_conf/config.mk $RUBBOS_HOME/ +cp $OUTPUT_HOME/rubbos_conf/Makefile $RUBBOS_HOME/ + +cp $OUTPUT_HOME/rubbos_conf/rubbos-servletsBO.sh $RUBBOS_HOME/bench/ +cp $OUTPUT_HOME/rubbos_conf/rubbos-servletsRW.sh $RUBBOS_HOME/bench/ + +chmod ug+x $RUBBOS_HOME/bench/*.sh + +#build clients +echo "COMPILING RUBBOS CLIENT on $HOSTNAME" +cd $RUBBOS_HOME/Client +make clean +make + +echo "DONE CONFIGURING RUBBOS CLIENT on $HOSTNAME" diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/BENCHMARK_install.sh b/rubbos/rubbos_scripts/1-1-1/scripts/BENCHMARK_install.sh new file mode 100755 index 00000000..7557854d --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/BENCHMARK_install.sh @@ -0,0 +1,15 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +echo "INSTALLING RUBBOS CLIENT on $HOSTNAME" + +if [ ! -d "$RUBBOS_APP" ]; then +mkdir -p $RUBBOS_APP +chmod 755 $RUBBOS_APP +fi + +tar xzf $SOFTWARE_HOME/$JAVA_TARBALL --directory=$RUBBOS_APP + +echo "DONE INSTALLING RUBBOS CLIENT on $HOSTNAME" diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/BENCHMARK_rubbos_install.sh b/rubbos/rubbos_scripts/1-1-1/scripts/BENCHMARK_rubbos_install.sh new file mode 100755 index 00000000..098df714 --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/BENCHMARK_rubbos_install.sh @@ -0,0 +1,30 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +echo "INSTALLING RUBBOS/SYSSTAT on $HOSTNAME" + +if [ ! -d "$RUBBOS_APP" ]; then +mkdir -p $RUBBOS_APP +chmod 755 $RUBBOS_APP +fi + +# install RUBBoS +tar xzf $SOFTWARE_HOME/$RUBBOS_TARBALL --directory=$RUBBOS_APP +#tar xzf $SOFTWARE_HOME/rubbos_html.tar.gz --directory=$RUBBOS_HOME/Servlet_HTML/ +cp $SOFTWARE_HOME/flush_cache $RUBBOS_HOME/bench/. + +# install sysstat +tar xzf $SOFTWARE_HOME/$SYSSTAT_TARBALL --directory=$RUBBOS_APP + +cd $SYSSTAT_HOME +./configure --prefix=$SYSSTAT_HOME +make +sudo make install + +# install a script to collect statistics data +cp $OUTPUT_HOME/rubbos_conf/cpu_mem.sh $RUBBOS_APP/. +chmod 755 $RUBBOS_APP/cpu_mem.sh + +echo "DONE INSTALLING RUBBOS/SYSSTAT on $HOSTNAME" diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/BENCHMARK_rubbos_uninstall.sh b/rubbos/rubbos_scripts/1-1-1/scripts/BENCHMARK_rubbos_uninstall.sh new file mode 100755 index 00000000..96a51df7 --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/BENCHMARK_rubbos_uninstall.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +cd $SYSSTAT_HOME +sudo make uninstall +sudo rm -rf $SYSSTAT_HOME +rm -rf $RUBBOS_HOME +#rm -rf $ELBA_TOP diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/BENCHMARK_uninstall.sh b/rubbos/rubbos_scripts/1-1-1/scripts/BENCHMARK_uninstall.sh new file mode 100755 index 00000000..4cec4efa --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/BENCHMARK_uninstall.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +rm -rf $JAVA_HOME +#rm -rf $ELBA_TOP diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT1_configure.sh b/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT1_configure.sh new file mode 100755 index 00000000..6fb9d8b0 --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT1_configure.sh @@ -0,0 +1,26 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +echo "CONFIGURING RUBBOS CLIENT on $HOSTNAME" + +cp -r $WORK_HOME/rubbos_files/Client $RUBBOS_HOME/ +cp -r $WORK_HOME/rubbos_files/bench $RUBBOS_HOME/ + +cp $OUTPUT_HOME/rubbos_conf/build.properties $RUBBOS_HOME/ +cp $OUTPUT_HOME/rubbos_conf/config.mk $RUBBOS_HOME/ +cp $OUTPUT_HOME/rubbos_conf/Makefile $RUBBOS_HOME/ + +cp $OUTPUT_HOME/rubbos_conf/rubbos-servletsBO.sh $RUBBOS_HOME/bench/ +cp $OUTPUT_HOME/rubbos_conf/rubbos-servletsRW.sh $RUBBOS_HOME/bench/ + +chmod ug+x $RUBBOS_HOME/bench/*.sh + +#build clients +echo "COMPILING RUBBOS CLIENT on $HOSTNAME" +cd $RUBBOS_HOME/Client +make clean +make + +echo "DONE CONFIGURING RUBBOS CLIENT on $HOSTNAME" diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT1_install.sh b/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT1_install.sh new file mode 100755 index 00000000..3be98dea --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT1_install.sh @@ -0,0 +1,12 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +echo "INSTALLING RUBBOS CLIENT on $HOSTNAME" + +tar xzf $SOFTWARE_HOME/$JAVA_TARBALL --directory=$RUBBOS_APP + +echo "DONE INSTALLING RUBBOS CLIENT on $HOSTNAME" + + diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT1_rubbos_install.sh b/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT1_rubbos_install.sh new file mode 100755 index 00000000..2b684164 --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT1_rubbos_install.sh @@ -0,0 +1,27 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +echo "INSTALLING RUBBOS/SYSSTAT on $HOSTNAME" + +mkdir -p $RUBBOS_APP + +# install RUBBoS +tar xzf $SOFTWARE_HOME/$RUBBOS_TARBALL --directory=$RUBBOS_APP +#tar xzf $SOFTWARE_HOME/rubbos_html.tar.gz --directory=$RUBBOS_HOME/Servlet_HTML/ +cp $SOFTWARE_HOME/flush_cache $RUBBOS_HOME/bench/. + +# install sysstat +tar xzf $SOFTWARE_HOME/$SYSSTAT_TARBALL --directory=$RUBBOS_APP + +cd $SYSSTAT_HOME +./configure --prefix=$SYSSTAT_HOME +make +sudo make install + +# install a script to collect statistics data +cp $OUTPUT_HOME/rubbos_conf/cpu_mem.sh $RUBBOS_APP/. +chmod 755 $RUBBOS_APP/cpu_mem.sh + +echo "DONE INSTALLING RUBBOS/SYSSTAT on $HOSTNAME" diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT1_rubbos_uninstall.sh b/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT1_rubbos_uninstall.sh new file mode 100755 index 00000000..00943e3c --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT1_rubbos_uninstall.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +cd $SYSSTAT_HOME +sudo make uninstall +sudo rm -rf $SYSSTAT_HOME +rm -rf $RUBBOS_HOME +rm -rf $ELBA_TOP diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT1_uninstall.sh b/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT1_uninstall.sh new file mode 100755 index 00000000..2a9a115a --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT1_uninstall.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +rm -rf $JAVA_HOME +#rm -rf $ELBA_TOP diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT2_configure.sh b/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT2_configure.sh new file mode 100755 index 00000000..6fb9d8b0 --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT2_configure.sh @@ -0,0 +1,26 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +echo "CONFIGURING RUBBOS CLIENT on $HOSTNAME" + +cp -r $WORK_HOME/rubbos_files/Client $RUBBOS_HOME/ +cp -r $WORK_HOME/rubbos_files/bench $RUBBOS_HOME/ + +cp $OUTPUT_HOME/rubbos_conf/build.properties $RUBBOS_HOME/ +cp $OUTPUT_HOME/rubbos_conf/config.mk $RUBBOS_HOME/ +cp $OUTPUT_HOME/rubbos_conf/Makefile $RUBBOS_HOME/ + +cp $OUTPUT_HOME/rubbos_conf/rubbos-servletsBO.sh $RUBBOS_HOME/bench/ +cp $OUTPUT_HOME/rubbos_conf/rubbos-servletsRW.sh $RUBBOS_HOME/bench/ + +chmod ug+x $RUBBOS_HOME/bench/*.sh + +#build clients +echo "COMPILING RUBBOS CLIENT on $HOSTNAME" +cd $RUBBOS_HOME/Client +make clean +make + +echo "DONE CONFIGURING RUBBOS CLIENT on $HOSTNAME" diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT2_install.sh b/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT2_install.sh new file mode 100755 index 00000000..3be98dea --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT2_install.sh @@ -0,0 +1,12 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +echo "INSTALLING RUBBOS CLIENT on $HOSTNAME" + +tar xzf $SOFTWARE_HOME/$JAVA_TARBALL --directory=$RUBBOS_APP + +echo "DONE INSTALLING RUBBOS CLIENT on $HOSTNAME" + + diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT2_rubbos_install.sh b/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT2_rubbos_install.sh new file mode 100755 index 00000000..2b684164 --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT2_rubbos_install.sh @@ -0,0 +1,27 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +echo "INSTALLING RUBBOS/SYSSTAT on $HOSTNAME" + +mkdir -p $RUBBOS_APP + +# install RUBBoS +tar xzf $SOFTWARE_HOME/$RUBBOS_TARBALL --directory=$RUBBOS_APP +#tar xzf $SOFTWARE_HOME/rubbos_html.tar.gz --directory=$RUBBOS_HOME/Servlet_HTML/ +cp $SOFTWARE_HOME/flush_cache $RUBBOS_HOME/bench/. + +# install sysstat +tar xzf $SOFTWARE_HOME/$SYSSTAT_TARBALL --directory=$RUBBOS_APP + +cd $SYSSTAT_HOME +./configure --prefix=$SYSSTAT_HOME +make +sudo make install + +# install a script to collect statistics data +cp $OUTPUT_HOME/rubbos_conf/cpu_mem.sh $RUBBOS_APP/. +chmod 755 $RUBBOS_APP/cpu_mem.sh + +echo "DONE INSTALLING RUBBOS/SYSSTAT on $HOSTNAME" diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT2_rubbos_uninstall.sh b/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT2_rubbos_uninstall.sh new file mode 100755 index 00000000..96a51df7 --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT2_rubbos_uninstall.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +cd $SYSSTAT_HOME +sudo make uninstall +sudo rm -rf $SYSSTAT_HOME +rm -rf $RUBBOS_HOME +#rm -rf $ELBA_TOP diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT2_uninstall.sh b/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT2_uninstall.sh new file mode 100755 index 00000000..2a9a115a --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT2_uninstall.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +rm -rf $JAVA_HOME +#rm -rf $ELBA_TOP diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT3_configure.sh b/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT3_configure.sh new file mode 100755 index 00000000..6fb9d8b0 --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT3_configure.sh @@ -0,0 +1,26 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +echo "CONFIGURING RUBBOS CLIENT on $HOSTNAME" + +cp -r $WORK_HOME/rubbos_files/Client $RUBBOS_HOME/ +cp -r $WORK_HOME/rubbos_files/bench $RUBBOS_HOME/ + +cp $OUTPUT_HOME/rubbos_conf/build.properties $RUBBOS_HOME/ +cp $OUTPUT_HOME/rubbos_conf/config.mk $RUBBOS_HOME/ +cp $OUTPUT_HOME/rubbos_conf/Makefile $RUBBOS_HOME/ + +cp $OUTPUT_HOME/rubbos_conf/rubbos-servletsBO.sh $RUBBOS_HOME/bench/ +cp $OUTPUT_HOME/rubbos_conf/rubbos-servletsRW.sh $RUBBOS_HOME/bench/ + +chmod ug+x $RUBBOS_HOME/bench/*.sh + +#build clients +echo "COMPILING RUBBOS CLIENT on $HOSTNAME" +cd $RUBBOS_HOME/Client +make clean +make + +echo "DONE CONFIGURING RUBBOS CLIENT on $HOSTNAME" diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT3_install.sh b/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT3_install.sh new file mode 100755 index 00000000..ec47699a --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT3_install.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +echo "INSTALLING RUBBOS CLIENT on $HOSTNAME" + +tar xzf $SOFTWARE_HOME/$JAVA_TARBALL --directory=$RUBBOS_APP + +echo "DONE INSTALLING RUBBOS CLIENT on $HOSTNAME" diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT3_rubbos_install.sh b/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT3_rubbos_install.sh new file mode 100755 index 00000000..2b684164 --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT3_rubbos_install.sh @@ -0,0 +1,27 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +echo "INSTALLING RUBBOS/SYSSTAT on $HOSTNAME" + +mkdir -p $RUBBOS_APP + +# install RUBBoS +tar xzf $SOFTWARE_HOME/$RUBBOS_TARBALL --directory=$RUBBOS_APP +#tar xzf $SOFTWARE_HOME/rubbos_html.tar.gz --directory=$RUBBOS_HOME/Servlet_HTML/ +cp $SOFTWARE_HOME/flush_cache $RUBBOS_HOME/bench/. + +# install sysstat +tar xzf $SOFTWARE_HOME/$SYSSTAT_TARBALL --directory=$RUBBOS_APP + +cd $SYSSTAT_HOME +./configure --prefix=$SYSSTAT_HOME +make +sudo make install + +# install a script to collect statistics data +cp $OUTPUT_HOME/rubbos_conf/cpu_mem.sh $RUBBOS_APP/. +chmod 755 $RUBBOS_APP/cpu_mem.sh + +echo "DONE INSTALLING RUBBOS/SYSSTAT on $HOSTNAME" diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT3_rubbos_uninstall.sh b/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT3_rubbos_uninstall.sh new file mode 100755 index 00000000..96a51df7 --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT3_rubbos_uninstall.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +cd $SYSSTAT_HOME +sudo make uninstall +sudo rm -rf $SYSSTAT_HOME +rm -rf $RUBBOS_HOME +#rm -rf $ELBA_TOP diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT3_uninstall.sh b/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT3_uninstall.sh new file mode 100755 index 00000000..2a9a115a --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT3_uninstall.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +rm -rf $JAVA_HOME +#rm -rf $ELBA_TOP diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT4_configure.sh b/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT4_configure.sh new file mode 100755 index 00000000..6fb9d8b0 --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT4_configure.sh @@ -0,0 +1,26 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +echo "CONFIGURING RUBBOS CLIENT on $HOSTNAME" + +cp -r $WORK_HOME/rubbos_files/Client $RUBBOS_HOME/ +cp -r $WORK_HOME/rubbos_files/bench $RUBBOS_HOME/ + +cp $OUTPUT_HOME/rubbos_conf/build.properties $RUBBOS_HOME/ +cp $OUTPUT_HOME/rubbos_conf/config.mk $RUBBOS_HOME/ +cp $OUTPUT_HOME/rubbos_conf/Makefile $RUBBOS_HOME/ + +cp $OUTPUT_HOME/rubbos_conf/rubbos-servletsBO.sh $RUBBOS_HOME/bench/ +cp $OUTPUT_HOME/rubbos_conf/rubbos-servletsRW.sh $RUBBOS_HOME/bench/ + +chmod ug+x $RUBBOS_HOME/bench/*.sh + +#build clients +echo "COMPILING RUBBOS CLIENT on $HOSTNAME" +cd $RUBBOS_HOME/Client +make clean +make + +echo "DONE CONFIGURING RUBBOS CLIENT on $HOSTNAME" diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT4_install.sh b/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT4_install.sh new file mode 100755 index 00000000..3be98dea --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT4_install.sh @@ -0,0 +1,12 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +echo "INSTALLING RUBBOS CLIENT on $HOSTNAME" + +tar xzf $SOFTWARE_HOME/$JAVA_TARBALL --directory=$RUBBOS_APP + +echo "DONE INSTALLING RUBBOS CLIENT on $HOSTNAME" + + diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT4_rubbos_install.sh b/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT4_rubbos_install.sh new file mode 100755 index 00000000..2b684164 --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT4_rubbos_install.sh @@ -0,0 +1,27 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +echo "INSTALLING RUBBOS/SYSSTAT on $HOSTNAME" + +mkdir -p $RUBBOS_APP + +# install RUBBoS +tar xzf $SOFTWARE_HOME/$RUBBOS_TARBALL --directory=$RUBBOS_APP +#tar xzf $SOFTWARE_HOME/rubbos_html.tar.gz --directory=$RUBBOS_HOME/Servlet_HTML/ +cp $SOFTWARE_HOME/flush_cache $RUBBOS_HOME/bench/. + +# install sysstat +tar xzf $SOFTWARE_HOME/$SYSSTAT_TARBALL --directory=$RUBBOS_APP + +cd $SYSSTAT_HOME +./configure --prefix=$SYSSTAT_HOME +make +sudo make install + +# install a script to collect statistics data +cp $OUTPUT_HOME/rubbos_conf/cpu_mem.sh $RUBBOS_APP/. +chmod 755 $RUBBOS_APP/cpu_mem.sh + +echo "DONE INSTALLING RUBBOS/SYSSTAT on $HOSTNAME" diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT4_rubbos_uninstall.sh b/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT4_rubbos_uninstall.sh new file mode 100755 index 00000000..96a51df7 --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT4_rubbos_uninstall.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +cd $SYSSTAT_HOME +sudo make uninstall +sudo rm -rf $SYSSTAT_HOME +rm -rf $RUBBOS_HOME +#rm -rf $ELBA_TOP diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT4_uninstall.sh b/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT4_uninstall.sh new file mode 100755 index 00000000..2a9a115a --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/CLIENT4_uninstall.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +rm -rf $JAVA_HOME +#rm -rf $ELBA_TOP diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/CONTROL_checkScp_exec.sh b/rubbos/rubbos_scripts/1-1-1/scripts/CONTROL_checkScp_exec.sh new file mode 100755 index 00000000..5b16a0b2 --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/CONTROL_checkScp_exec.sh @@ -0,0 +1,20 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +# Check scp to all servers +echo "*** checking scp to all servers *********************************" + +ssh -o StrictHostKeyChecking=no -o BatchMode=yes $CONTROL_HOST "hostname" +ssh -o StrictHostKeyChecking=no -o BatchMode=yes $BENCHMARK_HOST "hostname" +ssh -o StrictHostKeyChecking=no -o BatchMode=yes $CLIENT1_HOST "hostname" +ssh -o StrictHostKeyChecking=no -o BatchMode=yes $CLIENT2_HOST "hostname" +ssh -o StrictHostKeyChecking=no -o BatchMode=yes $CLIENT3_HOST "hostname" +ssh -o StrictHostKeyChecking=no -o BatchMode=yes $CLIENT4_HOST "hostname" +ssh -o StrictHostKeyChecking=no -o BatchMode=yes $HTTPD_HOST "hostname" +ssh -o StrictHostKeyChecking=no -o BatchMode=yes $TOMCAT1_HOST "hostname" +ssh -o StrictHostKeyChecking=no -o BatchMode=yes $MYSQL1_HOST "hostname" + +#ssh -o StrictHostKeyChecking=no -o BatchMode=yes bonn.cc.gt.atl.ga.us "hostname" +ssh -o StrictHostKeyChecking=no -o BatchMode=yes localhost "hostname" diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/CONTROL_emulabConf_exec.sh b/rubbos/rubbos_scripts/1-1-1/scripts/CONTROL_emulabConf_exec.sh new file mode 100755 index 00000000..faf0c79d --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/CONTROL_emulabConf_exec.sh @@ -0,0 +1,55 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +# Limit pc3000 Memory Capacity + +sleep 10 + +# Make and mount new partiton +echo "*** make FS on a partition and mount it *************************" + +for i in "$BENCHMARK_HOST" "$CLIENT1_HOST" "$CLIENT2_HOST" "$CLIENT3_HOST" "$CLIENT4_HOST" "$HTTPD_HOST" "$TOMCAT1_HOST" "$MYSQL1_HOST" +do +ssh $i " + sudo mkdir -p $ELBA_TOP + sudo chmod 777 $ELBA_TOP +" +scp $WORK_HOME/emulab_files/limits.conf $i:$ELBA_TOP +scp $WORK_HOME/emulab_files/login $i:$ELBA_TOP +scp $WORK_HOME/emulab_files/file-max $i:$ELBA_TOP + +ssh $i " + sudo mv $ELBA_TOP/limits.conf /etc/security/ + sudo mv $ELBA_TOP/login /etc/pam.d/ +" +done + + +for i in "$BENCHMARK_HOST" "$CLIENT1_HOST" "$CLIENT2_HOST" "$CLIENT3_HOST" "$CLIENT4_HOST" "$HTTPD_HOST" "$TOMCAT1_HOST" "$MYSQL1_HOST" +do + ssh $i " + sudo /sbin/mkfs /dev/sda4 + sudo mount /dev/sda4 $ELBA_TOP + sudo chmod 777 $ELBA_TOP + mkdir -p $RUBBOS_TOP + sudo cp $SOFTWARE_HOME/sdparm-1.03.tgz /tmp + cd /tmp + sudo tar -zxvf ./sdparm-1.03.tgz + cd sdparm-1.03 + sudo ./configure + sudo make + sudo make install + sudo sdparm -c WCE /dev/sda + " & +done + +echo "sleep 420" +sleep 420 +echo "wake up from sleeping 420" + + +# Turning off Swap Partition + +sleep 10 diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/CONTROL_rubbos_exec.sh b/rubbos/rubbos_scripts/1-1-1/scripts/CONTROL_rubbos_exec.sh new file mode 100755 index 00000000..adaf3d19 --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/CONTROL_rubbos_exec.sh @@ -0,0 +1,134 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +scp $WORK_HOME/monitors_files/oprofile_start.sh $MYSQL1_HOST:/tmp/ + +echo "Starting RUBBoS" + +ssh $RUBBOS_RESULTS_HOST " + mkdir -p $RUBBOS_RESULTS_DIR_BASE +" +ssh $BENCHMARK_HOST " + mkdir -p $TMP_RESULTS_DIR_BASE/$RUBBOS_RESULTS_DIR_NAME +" + +#for i in "rubbos.properties_200" "rubbos.properties_300" "rubbos.properties_400" "rubbos.properties_500" "rubbos.properties_600" "rubbos.properties_700" "rubbos.properties_800" "rubbos.properties_900" "rubbos.properties_1000" "rubbos.properties_1100" "rubbos.properties_1200" "rubbos.properties_1300" "rubbos.properties_1400" "rubbos.properties_1500" "rubbos.properties_1600" "rubbos.properties_1700" +for i in "rubbos.properties_200" +do + + ssh $BENCHMARK_HOST " + source /bottlenecks/rubbos/rubbos_scripts/1-1-1/set_bottlenecks_rubbos_env.sh + rm -f $RUBBOS_HOME/Client/rubbos.properties + " + scp $OUTPUT_HOME/rubbos_conf/$i $BENCHMARK_HOST:$RUBBOS_HOME/Client/rubbos.properties + + echo "Resetting all data" + $OUTPUT_HOME/scripts/reset_all.sh + + # Browsing Only + echo "Start Browsing Only with $i" + echo "Removing previous logs..." + ssh $HTTPD_HOST "rm -f $HTTPD_HOME/logs/*log" + ssh $TOMCAT1_HOST "rm -f $CATALINA_HOME/logs/*" + ssh $MYSQL1_HOST "rm -f $MYSQL_HOME/run/*.log $RUBBOS_APP/mysql_mon-*" + + $OUTPUT_HOME/scripts/start_all.sh + sleep 15 + + ssh $BENCHMARK_HOST "rm -f $RUBBOS_APP/sar-* $RUBBOS_APP/ps-* $RUBBOS_APP/iostat-*" + ssh $CLIENT1_HOST "rm -f $RUBBOS_APP/sar-* $RUBBOS_APP/ps-* $RUBBOS_APP/iostat-*" + ssh $CLIENT2_HOST "rm -f $RUBBOS_APP/sar-* $RUBBOS_APP/ps-* $RUBBOS_APP/iostat-*" + ssh $CLIENT3_HOST "rm -f $RUBBOS_APP/sar-* $RUBBOS_APP/ps-* $RUBBOS_APP/iostat-*" + ssh $CLIENT4_HOST "rm -f $RUBBOS_APP/sar-* $RUBBOS_APP/ps-* $RUBBOS_APP/iostat-*" + ssh $HTTPD_HOST "rm -f $RUBBOS_APP/sar-* $RUBBOS_APP/ps-* $RUBBOS_APP/iostat-*" + ssh $TOMCAT1_HOST "rm -f $RUBBOS_APP/sar-* $RUBBOS_APP/ps-* $RUBBOS_APP/iostat-*" + ssh $MYSQL1_HOST "rm -f $RUBBOS_APP/sar-* $RUBBOS_APP/ps-* $RUBBOS_APP/iostat-*" + ssh $MYSQL1_HOST "sudo rm -f /tmp/*.log" + ssh root@$MYSQL1_HOST chmod 777 /tmp/oprofile_start.sh + ssh $MYSQL1_HOST " + cd /tmp + ./oprofile_start.sh + " & + + ssh $BENCHMARK_HOST " + source /bottlenecks/rubbos/rubbos_scripts/1-1-1/set_bottlenecks_rubbos_env.sh + cd $RUBBOS_HOME/bench + \rm -r 20* + + # Execute benchmark + echo "execute benchmark" + ./rubbos-servletsBO.sh + + # Collect results + echo "The benchmark has finished. Now, collecting results..." + cd 20* + scp $BENCHMARK_HOST:$RUBBOS_APP/sar-* ./ + scp $BENCHMARK_HOST:$RUBBOS_APP/ps-* ./ + scp $BENCHMARK_HOST:$RUBBOS_APP/iostat-* ./ + scp $BENCHMARK_HOST:$RUBBOS_APP/mysql_mon-* ./ + scp $BENCHMARK_HOST:$RUBBOS_APP/postgres_lock-* ./ + scp $CLIENT1_HOST:$RUBBOS_APP/sar-* ./ + scp $CLIENT1_HOST:$RUBBOS_APP/ps-* ./ + scp $CLIENT1_HOST:$RUBBOS_APP/iostat-* ./ + scp $CLIENT1_HOST:$RUBBOS_APP/mysql_mon-* ./ + scp $CLIENT1_HOST:$RUBBOS_APP/postgres_lock-* ./ + scp $CLIENT2_HOST:$RUBBOS_APP/sar-* ./ + scp $CLIENT2_HOST:$RUBBOS_APP/ps-* ./ + scp $CLIENT2_HOST:$RUBBOS_APP/iostat-* ./ + scp $CLIENT2_HOST:$RUBBOS_APP/mysql_mon-* ./ + scp $CLIENT2_HOST:$RUBBOS_APP/postgres_lock-* ./ + scp $CLIENT3_HOST:$RUBBOS_APP/sar-* ./ + scp $CLIENT3_HOST:$RUBBOS_APP/ps-* ./ + scp $CLIENT3_HOST:$RUBBOS_APP/iostat-* ./ + scp $CLIENT3_HOST:$RUBBOS_APP/mysql_mon-* ./ + scp $CLIENT3_HOST:$RUBBOS_APP/postgres_lock-* ./ + scp $CLIENT4_HOST:$RUBBOS_APP/sar-* ./ + scp $CLIENT4_HOST:$RUBBOS_APP/ps-* ./ + scp $CLIENT4_HOST:$RUBBOS_APP/iostat-* ./ + scp $CLIENT4_HOST:$RUBBOS_APP/mysql_mon-* ./ + scp $CLIENT4_HOST:$RUBBOS_APP/postgres_lock-* ./ + scp $HTTPD_HOST:$RUBBOS_APP/sar-* ./ + scp $HTTPD_HOST:$RUBBOS_APP/ps-* ./ + scp $HTTPD_HOST:$RUBBOS_APP/iostat-* ./ + scp $HTTPD_HOST:$RUBBOS_APP/mysql_mon-* ./ + scp $HTTPD_HOST:$RUBBOS_APP/postgres_lock-* ./ + scp $TOMCAT1_HOST:$RUBBOS_APP/sar-* ./ + scp $TOMCAT1_HOST:$RUBBOS_APP/ps-* ./ + scp $TOMCAT1_HOST:$RUBBOS_APP/iostat-* ./ + scp $TOMCAT1_HOST:$RUBBOS_APP/mysql_mon-* ./ + scp $TOMCAT1_HOST:$RUBBOS_APP/postgres_lock-* ./ + scp $MYSQL1_HOST:$RUBBOS_APP/sar-* ./ + scp $MYSQL1_HOST:$RUBBOS_APP/ps-* ./ + scp $MYSQL1_HOST:$RUBBOS_APP/iostat-* ./ + scp $MYSQL1_HOST:$RUBBOS_APP/mysql_mon-* ./ + scp $MYSQL1_HOST:$RUBBOS_APP/postgres_lock-* ./ + cd .. + mv 20* $TMP_RESULTS_DIR_BASE/$RUBBOS_RESULTS_DIR_NAME/ + " + + #$OUTPUT_HOME/scripts/stop_all.sh + $OUTPUT_HOME/scripts/kill_all.sh + sleep 15 + echo "End Browsing Only with $i" + + # Read/Write + +done + +echo "Processing the results..." +ssh $BENCHMARK_HOST " + cd $TMP_RESULTS_DIR_BASE + cd $RUBBOS_RESULTS_DIR_NAME + scp $RUBBOS_RESULTS_HOST:$RUBBOS_RESULTS_DIR_BASE/calc-sarSummary.prl ../ + ../calc-sarSummary.prl + + rm -f 20*/*.bin + + cd ../ + tar zcvf $RUBBOS_RESULTS_DIR_NAME.tgz $RUBBOS_RESULTS_DIR_NAME + scp $RUBBOS_RESULTS_DIR_NAME.tgz $RUBBOS_RESULTS_HOST:$RUBBOS_RESULTS_DIR_BASE/ +" + +echo "Finish RUBBoS" diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/HTTPD_configure.sh b/rubbos/rubbos_scripts/1-1-1/scripts/HTTPD_configure.sh new file mode 100755 index 00000000..f2b95f46 --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/HTTPD_configure.sh @@ -0,0 +1,15 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +echo "CONFIGURING APACHE on $HOSTNAME" + +cp $OUTPUT_HOME/apache_conf/httpd.conf $HTTPD_HOME/conf/ +cp $OUTPUT_HOME/apache_conf/workers.properties $HTTPD_HOME/conf/ +cp -r $WORK_HOME/apache_files/rubbos_html $HTTPD_HOME/htdocs/rubbos + +echo "APACHE CONFIGURED SUCCESSFULLY on $HOSTNAME" + + + diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/HTTPD_ignition.sh b/rubbos/rubbos_scripts/1-1-1/scripts/HTTPD_ignition.sh new file mode 100755 index 00000000..6b2511da --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/HTTPD_ignition.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +echo "STARTING APACHE on $HOSTNAME" + +$HTTPD_HOME/bin/apachectl -f $HTTPD_HOME/conf/httpd.conf -k start + +echo "APACHE IS RUNNING on $HOSTNAME" + diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/HTTPD_install.sh b/rubbos/rubbos_scripts/1-1-1/scripts/HTTPD_install.sh new file mode 100755 index 00000000..5a2a4c5c --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/HTTPD_install.sh @@ -0,0 +1,30 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +echo "INSTALLING APACHE on $HOSTNAME" + +mkdir -p $BOTTLENECKS_TOP +chmod 755 $BOTTLENECKS_TOP +mkdir -p $RUBBOS_TOP +chmod 755 $RUBBOS_TOP +mkdir -p $RUBBOS_APP +chmod 755 $RUBBOS_APP + +# apache +tar zxf $SOFTWARE_HOME/$HTTPD_TARBALL --directory=$RUBBOS_APP +cd $HTTPD_INSTALL_FILES +./configure --prefix=$HTTPD_HOME --enable-module=so --enable-so --with-mpm=worker +make +make install + +# mod jk +tar zxf $SOFTWARE_HOME/$MOD_JK_TARBALL --directory=$RUBBOS_APP +tar zxf $SOFTWARE_HOME/$JAVA_TARBALL --directory=$RUBBOS_APP +cd $MOD_JK_INSTALL_CONFIGURE +./configure --with-apxs=$HTTPD_HOME/bin/apxs --enable-jni --with-java-home=$JAVA_HOME +make +make install + +echo "APACHE IS INSTALLED on $HOSTNAME" diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/HTTPD_rubbos_install.sh b/rubbos/rubbos_scripts/1-1-1/scripts/HTTPD_rubbos_install.sh new file mode 100755 index 00000000..74030691 --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/HTTPD_rubbos_install.sh @@ -0,0 +1,25 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +echo "INSTALLING RUBBOS/SYSSTAT on $HOSTNAME" + +mkdir -p $RUBBOS_APP + +# install RUBBoS +tar xzf $SOFTWARE_HOME/$RUBBOS_TARBALL --directory=$RUBBOS_APP +cp $SOFTWARE_HOME/flush_cache $RUBBOS_HOME/bench/. + +# install sysstat +tar xzf $SOFTWARE_HOME/$SYSSTAT_TARBALL --directory=$RUBBOS_APP +cd $SYSSTAT_HOME +./configure --prefix=$SYSSTAT_HOME +make +sudo make install + +# install a script to collect statistics data +cp $OUTPUT_HOME/rubbos_conf/cpu_mem.sh $RUBBOS_APP/. +chmod 755 $RUBBOS_APP/cpu_mem.sh + +echo "DONE INSTALLING RUBBOS/SYSSTAT on $HOSTNAME" diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/HTTPD_rubbos_uninstall.sh b/rubbos/rubbos_scripts/1-1-1/scripts/HTTPD_rubbos_uninstall.sh new file mode 100755 index 00000000..b61a76e8 --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/HTTPD_rubbos_uninstall.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +cd $SYSSTAT_HOME +sudo make uninstall +sudo rm -rf $SYSSTAT_HOME +rm -rf $RUBBOS_APP diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/HTTPD_stop.sh b/rubbos/rubbos_scripts/1-1-1/scripts/HTTPD_stop.sh new file mode 100755 index 00000000..77d88321 --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/HTTPD_stop.sh @@ -0,0 +1,12 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +echo "STOPPING APACHE on $HOSTNAME" + +$HTTPD_HOME/bin/apachectl -f $HTTPD_HOME/conf/httpd.conf -k stop + +echo "APACHE IS STOPPED on $HOSTNAME" + + diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/HTTPD_uninstall.sh b/rubbos/rubbos_scripts/1-1-1/scripts/HTTPD_uninstall.sh new file mode 100755 index 00000000..4504dd26 --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/HTTPD_uninstall.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +rm -rf $HTTPD_INSTALL_FILES +rm -rf $HTTPD_HOME + + diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/MYSQL1_configure.sh b/rubbos/rubbos_scripts/1-1-1/scripts/MYSQL1_configure.sh new file mode 100755 index 00000000..5b5362ab --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/MYSQL1_configure.sh @@ -0,0 +1,22 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +echo "CONFIGURING MYSQL on $HOSTNAME" + +cd $MYSQL_HOME +cp support-files/my-medium.cnf /etc/my.cnf +bin/mysqld_safe --user=$BOTTLENECKS_USER & +sleep 10 +#bin/mysqladmin -u root password 'new-password' +cp support-files/mysql.server /etc/init.d/mysql.server +/etc/init.d/mysql.server status + +if [ -f "/usr/local/bin/mysql" ]; then +rm -rf /usr/local/bin/mysql +fi + +ln -s $MYSQL_HOME/bin/mysql /usr/local/bin/mysql + +echo "DONE CONFIGURING MYSQL on $HOSTNAME" diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/MYSQL1_ignition.sh b/rubbos/rubbos_scripts/1-1-1/scripts/MYSQL1_ignition.sh new file mode 100755 index 00000000..f9ea6a41 --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/MYSQL1_ignition.sh @@ -0,0 +1,12 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +echo "STARTING MYSQL on $HOSTNAME" + +cd $MYSQL_HOME +bin/safe_mysqld --defaults-file="$MYSQL_HOME/my.cnf" --datadir=$MYSQL_DATA_DIR --pid-file=$MYSQL_PID_FILE --socket=$MYSQL_SOCKET --port=$MYSQL_PORT --user=root --log-bin=rubbos-bin --max_connections=500 --log-slow-queries & +#bin/safe_mysqld --defaults-file="$MYSQL_HOME/my.cnf" --datadir=$MYSQL_DATA_DIR --log=$MYSQL_ERR_LOG --pid-file=$MYSQL_PID_FILE --socket=$MYSQL_SOCKET --port=$MYSQL_PORT --user=root &#--log-bin=rubbos-bin + +echo "MYSQL IS RUNNING on $HOSTNAME" diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/MYSQL1_install.sh b/rubbos/rubbos_scripts/1-1-1/scripts/MYSQL1_install.sh new file mode 100755 index 00000000..c716a171 --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/MYSQL1_install.sh @@ -0,0 +1,33 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +echo "INSTALLING MYSQL on $HOSTNAME" + +mkdir -p $BOTTLENECKS_TOP +chmod 755 $BOTTLENECKS_TOP +mkdir -p $RUBBOS_TOP +chmod 755 $RUBBOS_TOP +mkdir -p $RUBBOS_APP +chmod 755 $RUBBOS_APP + +cd /root +groupadd bottlenecks +useradd -r -g bottlenecks $BOTTLENECKS_USER +tar xzf $SOFTWARE_HOME/$MYSQL_TARBALL --directory=$RUBBOS_APP +cd /usr/local +ln -s $MYSQL_HOME mysql +cd mysql +chown -R $BOTTLENECKS_USER . +chgrp -R bottlenecks . +#scripts/mysql_install_db --verbose --user=$BOTTLENECKS_USER --basedir=$MYSQL_HOME --datadir=$MYSQL_DATA_DIR +scripts/mysql_install_db --user=$BOTTLENECKS_USER +chown -R root . +chown -R $BOTTLENECKS_USER data + +#echo "begin install mysql" +#cd $MYSQL_HOME +#scripts/mysql_install_db --no-defaults --user=root --basedir=$MYSQL_HOME --port=$MYSQL_PORT --datadir=$MYSQL_DATA_DIR --log=$MYSQL_ERR_LOG --pid-file=$MYSQL_PID_FILE --socket=$MYSQL_SOCKET + +echo "DONE INSTALLING MYSQL on $HOSTNAME" diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/MYSQL1_reset.sh b/rubbos/rubbos_scripts/1-1-1/scripts/MYSQL1_reset.sh new file mode 100755 index 00000000..551c9d7f --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/MYSQL1_reset.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +echo "RESETING MYSQL on $HOSTNAME" +# copy rubbos data files +tar xzf $RUBBOS_TOP/$RUBBOS_DATA_TARBALL --directory=$MYSQL_HOME/data/rubbos + +echo "DONE RESETING MYSQL on $HOSTNAME" +sleep 5 diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/MYSQL1_rubbos_install.sh b/rubbos/rubbos_scripts/1-1-1/scripts/MYSQL1_rubbos_install.sh new file mode 100755 index 00000000..dd2bd46e --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/MYSQL1_rubbos_install.sh @@ -0,0 +1,29 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +echo "INSTALLING RUBBOS/SYSSTAT on $HOSTNAME" + +mkdir -p $RUBBOS_APP + +# install RUBBoS +tar xzf $SOFTWARE_HOME/$RUBBOS_TARBALL --directory=$RUBBOS_APP +#tar xzf $SOFTWARE_HOME/rubbos_html.tar.gz --directory=$RUBBOS_HOME/Servlet_HTML/ +cp $SOFTWARE_HOME/flush_cache $RUBBOS_HOME/bench/. + +cp $SOFTWARE_HOME/$RUBBOS_DATA_TARBALL $RUBBOS_APP/ + +# install sysstat +tar xzf $SOFTWARE_HOME/$SYSSTAT_TARBALL --directory=$RUBBOS_APP + +cd $SYSSTAT_HOME +./configure --prefix=$SYSSTAT_HOME +make +sudo make install + +# install a script to collect statistics data +cp $OUTPUT_HOME/rubbos_conf/cpu_mem.sh $RUBBOS_APP/. +chmod 755 $RUBBOS_APP/cpu_mem.sh + +echo "DONE INSTALLING RUBBOS/SYSSTAT on $HOSTNAME" diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/MYSQL1_rubbos_uninstall.sh b/rubbos/rubbos_scripts/1-1-1/scripts/MYSQL1_rubbos_uninstall.sh new file mode 100755 index 00000000..b3e85df0 --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/MYSQL1_rubbos_uninstall.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +cd $SYSSTAT_HOME +sudo make uninstall +sudo rm -rf $SYSSTAT_HOME +rm -rf $RUBBOS_HOME diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/MYSQL1_stop.sh b/rubbos/rubbos_scripts/1-1-1/scripts/MYSQL1_stop.sh new file mode 100755 index 00000000..8511481a --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/MYSQL1_stop.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +echo "STOPPING MYSQL on $HOSTNAME" + +cd $MYSQL_HOME +bin/mysqladmin --socket=$MYSQL_SOCKET --user=root --password=$ROOT_PASSWORD shutdown + +echo "MYSQL IS STOPPED on $HOSTNAME" diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/MYSQL1_uninstall.sh b/rubbos/rubbos_scripts/1-1-1/scripts/MYSQL1_uninstall.sh new file mode 100755 index 00000000..7b3dfb7b --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/MYSQL1_uninstall.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +rm -rf $MYSQL_HOME +#rm -rf $ELBA_TOP diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/TOMCAT1_configure.sh b/rubbos/rubbos_scripts/1-1-1/scripts/TOMCAT1_configure.sh new file mode 100755 index 00000000..ea4b57a0 --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/TOMCAT1_configure.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +echo "CONFIGURING TOMCAT on $HOSTNAME" + +cp $OUTPUT_HOME/tomcat_conf/server.xml-$HOSTNAME $CATALINA_HOME/conf/server.xml + +echo "DONE CONFIGURING TOMCAT on $HOSTNAME" diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/TOMCAT1_ignition.sh b/rubbos/rubbos_scripts/1-1-1/scripts/TOMCAT1_ignition.sh new file mode 100755 index 00000000..e3be13d2 --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/TOMCAT1_ignition.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +echo "STARTING TOMCAT on $HOSTNAME" + +cd $CATALINA_HOME/bin +./startup.sh + +echo "TOMCAT IS RUNNING on $HOSTNAME" diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/TOMCAT1_install.sh b/rubbos/rubbos_scripts/1-1-1/scripts/TOMCAT1_install.sh new file mode 100755 index 00000000..8e0f86c2 --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/TOMCAT1_install.sh @@ -0,0 +1,20 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +echo "INSTALLING TOMCAT on $HOSTNAME" + +mkdir -p $BOTTLENECKS_TOP +chmod 755 $BOTTLENECKS_TOP +mkdir -p $RUBBOS_TOP +chmod 755 $RUBBOS_TOP +mkdir -p $RUBBOS_APP +chmod 755 $RUBBOS_APP + +tar xzf $SOFTWARE_HOME/$TOMCAT_TARBALL --directory=$RUBBOS_APP +tar xzf $SOFTWARE_HOME/$JAVA_TARBALL --directory=$RUBBOS_APP +tar xzf $SOFTWARE_HOME/$J2EE_TARBALL --directory=$RUBBOS_APP +tar xzf $SOFTWARE_HOME/$ANT_TARBALL --directory=$RUBBOS_APP + +echo "DONE INSTALLING TOMCAT on $HOSTNAME" diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/TOMCAT1_rubbosSL_configure.sh b/rubbos/rubbos_scripts/1-1-1/scripts/TOMCAT1_rubbosSL_configure.sh new file mode 100755 index 00000000..91e4065f --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/TOMCAT1_rubbosSL_configure.sh @@ -0,0 +1,26 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +echo "CONFIGURING RUBBOS SERVLET on $HOSTNAME" + +\cp $OUTPUT_HOME/rubbos_conf/build.properties $RUBBOS_HOME/ + +\cp -r $WORK_HOME/rubbos_files/Servlets $RUBBOS_HOME/ +\cp $OUTPUT_HOME/rubbos_conf/mysql.properties $RUBBOS_HOME/Servlets/ +\cp $OUTPUT_HOME/rubbos_conf/build.xml $RUBBOS_HOME/Servlets/ +\cp $OUTPUT_HOME/rubbos_conf/Config.java $RUBBOS_HOME/Servlets/edu/rice/rubbos/servlets/ +\cp $OUTPUT_HOME/rubbos_conf/web.xml $RUBBOS_HOME/Servlet_HTML/WEB-INF/ + +cd $RUBBOS_HOME/Servlets/edu/rice/rubbos/servlets +sed 's/public static final int BrowseCategoriesPoolSize = 6;/public static final int BrowseCategoriesPoolSize = 12;/g' Config.java > Config.java.tmp +mv Config.java.tmp Config.java + +cd $RUBBOS_HOME/Servlets +/bottlenecks/rubbos/app/apache-ant-1.6.5/bin/ant clean +/bottlenecks/rubbos/app/apache-ant-1.6.5/bin/ant dist +make +cp rubbos.war $CATALINA_HOME/webapps/ + +echo "DONE CONFIGURING RUBBOS SERVLET on $HOSTNAME" diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/TOMCAT1_rubbos_install.sh b/rubbos/rubbos_scripts/1-1-1/scripts/TOMCAT1_rubbos_install.sh new file mode 100755 index 00000000..1027cc71 --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/TOMCAT1_rubbos_install.sh @@ -0,0 +1,29 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +echo "INSTALLING RUBBOS/SYSSTAT on $HOSTNAME" + +mkdir -p $RUBBOS_APP +# install RUBBoS +tar xzf $SOFTWARE_HOME/$RUBBOS_TARBALL --directory=$RUBBOS_APP +mkdir -p $RUBBOS_HOME/bench +cp $SOFTWARE_HOME/flush_cache $RUBBOS_HOME/bench/. + +mkdir -p $SYSSTAT_HOME +# install sysstat +tar xzf $SOFTWARE_HOME/$SYSSTAT_TARBALL --directory=$RUBBOS_APP + +cd $SYSSTAT_HOME +./configure --prefix=$SYSSTAT_HOME +make +sudo make install + +# install a script to collect statistics data +cp $OUTPUT_HOME/rubbos_conf/cpu_mem.sh $RUBBOS_APP/. +chmod 755 $RUBBOS_APP/cpu_mem.sh + +echo "DONE INSTALLING RUBBOS/SYSSTAT on $HOSTNAME" + + diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/TOMCAT1_rubbos_uninstall.sh b/rubbos/rubbos_scripts/1-1-1/scripts/TOMCAT1_rubbos_uninstall.sh new file mode 100755 index 00000000..37f16f9c --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/TOMCAT1_rubbos_uninstall.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +cd $SYSSTAT_HOME +sudo make uninstall +sudo rm -rf $SYSSTAT_HOME +rm -rf $RUBBOS_HOME + + diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/TOMCAT1_stop.sh b/rubbos/rubbos_scripts/1-1-1/scripts/TOMCAT1_stop.sh new file mode 100755 index 00000000..d6c2ac7b --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/TOMCAT1_stop.sh @@ -0,0 +1,13 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +echo "STOPPING TOMCAT on $HOSTNAME" + +cd $CATALINA_HOME/bin +./shutdown.sh + +echo "TOMCAT IS STOPPED on $HOSTNAME" + + diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/TOMCAT1_uninstall.sh b/rubbos/rubbos_scripts/1-1-1/scripts/TOMCAT1_uninstall.sh new file mode 100755 index 00000000..fa4ff267 --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/TOMCAT1_uninstall.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +rm -rf $CATALINA_HOME + + diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/bakrun.sh.bak b/rubbos/rubbos_scripts/1-1-1/scripts/bakrun.sh.bak new file mode 100755 index 00000000..c7be8c73 --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/bakrun.sh.bak @@ -0,0 +1,194 @@ + +cd /root/rui/rubbos/rubbosMulini6/1-1-1 +source set_elba_env.sh +cd /root/rui/rubbos/rubbosMulini6/1-1-1/scripts +# Transfer all sub scripts to target hosts +echo "*** scp scripts *************************************************" + +scp -o StrictHostKeyChecking=no -o BatchMode=yes CONTROL_checkScp_exec.sh $CONTROL_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes CONTROL_emulabConf_exec.sh $CONTROL_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes CONTROL_rubbos_exec.sh $CONTROL_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes BENCHMARK_rubbos_install.sh $BENCHMARK_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes BENCHMARK_install.sh $BENCHMARK_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes BENCHMARK_configure.sh $BENCHMARK_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes BENCHMARK_uninstall.sh $BENCHMARK_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes BENCHMARK_rubbos_uninstall.sh $BENCHMARK_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes CLIENT1_rubbos_install.sh $CLIENT1_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes CLIENT1_install.sh $CLIENT1_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes CLIENT1_configure.sh $CLIENT1_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes CLIENT1_uninstall.sh $CLIENT1_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes CLIENT1_rubbos_uninstall.sh $CLIENT1_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes CLIENT2_rubbos_install.sh $CLIENT2_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes CLIENT2_install.sh $CLIENT2_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes CLIENT2_configure.sh $CLIENT2_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes CLIENT2_uninstall.sh $CLIENT2_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes CLIENT2_rubbos_uninstall.sh $CLIENT2_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes CLIENT3_rubbos_install.sh $CLIENT3_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes CLIENT3_install.sh $CLIENT3_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes CLIENT3_configure.sh $CLIENT3_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes CLIENT3_uninstall.sh $CLIENT3_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes CLIENT3_rubbos_uninstall.sh $CLIENT3_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes CLIENT4_rubbos_install.sh $CLIENT4_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes CLIENT4_install.sh $CLIENT4_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes CLIENT4_configure.sh $CLIENT4_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes CLIENT4_uninstall.sh $CLIENT4_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes CLIENT4_rubbos_uninstall.sh $CLIENT4_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes HTTPD_install.sh $HTTPD_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes HTTPD_rubbos_install.sh $HTTPD_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes HTTPD_configure.sh $HTTPD_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes HTTPD_ignition.sh $HTTPD_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes HTTPD_stop.sh $HTTPD_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes HTTPD_rubbos_uninstall.sh $HTTPD_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes HTTPD_uninstall.sh $HTTPD_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes TOMCAT1_install.sh $TOMCAT1_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes TOMCAT1_rubbos_install.sh $TOMCAT1_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes TOMCAT1_configure.sh $TOMCAT1_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes TOMCAT1_rubbosSL_configure.sh $TOMCAT1_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes TOMCAT1_ignition.sh $TOMCAT1_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes TOMCAT1_stop.sh $TOMCAT1_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes TOMCAT1_rubbos_uninstall.sh $TOMCAT1_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes TOMCAT1_uninstall.sh $TOMCAT1_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes MYSQL1_install.sh $MYSQL1_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes MYSQL1_rubbos_install.sh $MYSQL1_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes MYSQL1_configure.sh $MYSQL1_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes MYSQL1_reset.sh $MYSQL1_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes MYSQL1_ignition.sh $MYSQL1_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes MYSQL1_stop.sh $MYSQL1_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes MYSQL1_rubbos_uninstall.sh $MYSQL1_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes MYSQL1_uninstall.sh $MYSQL1_HOST:/tmp + + +# Install and Configure and run Apache, Tomcat, CJDBC, and MySQL +echo "*** install scripts & configure & execute ***********************" + +ssh $CONTROL_HOST /tmp/CONTROL_checkScp_exec.sh +ssh $CONTROL_HOST /tmp/CONTROL_emulabConf_exec.sh + + +ssh $MYSQL1_HOST /tmp/MYSQL1_install.sh + + +ssh $TOMCAT1_HOST /tmp/TOMCAT1_install.sh + + +ssh $HTTPD_HOST /tmp/HTTPD_install.sh + + +ssh $MYSQL1_HOST /tmp/MYSQL1_rubbos_install.sh + + +ssh $TOMCAT1_HOST /tmp/TOMCAT1_rubbos_install.sh + + +ssh $HTTPD_HOST /tmp/HTTPD_rubbos_install.sh + + +ssh $BENCHMARK_HOST /tmp/BENCHMARK_rubbos_install.sh + + +ssh $CLIENT1_HOST /tmp/CLIENT1_rubbos_install.sh + + +ssh $CLIENT2_HOST /tmp/CLIENT2_rubbos_install.sh + + +ssh $CLIENT3_HOST /tmp/CLIENT3_rubbos_install.sh + + +ssh $CLIENT4_HOST /tmp/CLIENT4_rubbos_install.sh + + +ssh $BENCHMARK_HOST /tmp/BENCHMARK_install.sh + + +ssh $CLIENT1_HOST /tmp/CLIENT1_install.sh + + +ssh $CLIENT2_HOST /tmp/CLIENT2_install.sh + + +ssh $CLIENT3_HOST /tmp/CLIENT3_install.sh + + +ssh $CLIENT4_HOST /tmp/CLIENT4_install.sh + + +ssh $MYSQL1_HOST /tmp/MYSQL1_configure.sh & +sleep 60 + +ssh $TOMCAT1_HOST /tmp/TOMCAT1_configure.sh + + +ssh $HTTPD_HOST /tmp/HTTPD_configure.sh + + +ssh $BENCHMARK_HOST /tmp/BENCHMARK_configure.sh + + +ssh $CLIENT1_HOST /tmp/CLIENT1_configure.sh + + +ssh $CLIENT2_HOST /tmp/CLIENT2_configure.sh + + +ssh $CLIENT3_HOST /tmp/CLIENT3_configure.sh + + +ssh $CLIENT4_HOST /tmp/CLIENT4_configure.sh + + +ssh $TOMCAT1_HOST /tmp/TOMCAT1_rubbosSL_configure.sh + + +#ssh $CONTROL_HOST /tmp/CONTROL_rubbos_exec.sh + diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/kill_all.sh b/rubbos/rubbos_scripts/1-1-1/scripts/kill_all.sh new file mode 100755 index 00000000..0534f749 --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/kill_all.sh @@ -0,0 +1,14 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +$OUTPUT_HOME/scripts/stop_all.sh + +for i in "$BENCHMARK_HOST" "$CLIENT1_HOST" "$CLIENT2_HOST" "$CLIENT3_HOST" "$CLIENT4_HOST" "$HTTPD_HOST" "$TOMCAT1_HOST" "$MYSQL1_HOST" +do + ssh $i " + kill -9 -1 + " +done + diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/log b/rubbos/rubbos_scripts/1-1-1/scripts/log new file mode 100644 index 00000000..72eb2e92 --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/log @@ -0,0 +1,2198 @@ +Starting RUBBoS +Resetting all data + RESETING MYSQL on node9.hanwei.infosphere.emulab.net + DONE RESETING MYSQL on node9.hanwei.infosphere.emulab.net +Start Browsing Only with rubbos.properties_200 +Removing previous logs... + STARTING MYSQL on node9.hanwei.infosphere.emulab.net + MYSQL IS RUNNING on node9.hanwei.infosphere.emulab.net +Starting mysqld daemon with databases from /mnt/elba/rubbos/mysql-5.0.51a-linux-i686-glibc23/data + STARTING TOMCAT on node8.hanwei.infosphere.emulab.net + TOMCAT IS RUNNING on node8.hanwei.infosphere.emulab.net + STARTING APACHE on node7.hanwei.infosphere.emulab.net + APACHE IS RUNNING on node7.hanwei.infosphere.emulab.net +rm: cannot remove `20*': No such file or directory +Flushing 490000 KB of memory ... Done +Flushing 880000 KB of memory ... Done +Flushing 880000 KB of memory ... Done +Flushing 780000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +/mnt/elba/rubbos/jdk1.6.0_27/bin/java -classpath Client:Client/rubbos_client.jar:. -Xmx1300m -Dhttp.keepAlive=true -Dhttp.maxConnections=1000000 edu.rice.rubbos.client.ClientEmulator +RUBBoS client emulator - (C) Rice University/INRIA 2001 + +Creating report directory bench/2012-01-20@10-50-00/ +Redirecting output to '/mnt/elba/rubbos/RUBBoS/bench/2012-01-20@10-50-00/index.html' +Please wait while experiment is running ... +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +You cannot specify any performance counter events +because OProfile is in timer mode. +No vmlinux file specified. You must specify the correct vmlinux file, e.g. +opcontrol --vmlinux=/path/to/vmlinux +If you do not have a vmlinux file, use +opcontrol --no-vmlinux +Enter opcontrol --help for full options +/mnt/elba/rubbos/cpu_mem.sh: line 80: 14239 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 19683 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 15595 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 15327 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 16038 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 28702 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 13965 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 19986 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +Daemon not running +Daemon not running +opreport error: No sample file found: try running opcontrol --dump +or specify a session containing sample files + +The benchmark has finished. Now, collecting results... +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory + STOPPING APACHE on node7.hanwei.infosphere.emulab.net + APACHE IS STOPPED on node7.hanwei.infosphere.emulab.net + STOPPING TOMCAT on node8.hanwei.infosphere.emulab.net + TOMCAT IS STOPPED on node8.hanwei.infosphere.emulab.net + STOPPING MYSQL on node9.hanwei.infosphere.emulab.net +STOPPING server from pid file /mnt/elba/rubbos/mysql-5.0.51a-linux-i686-glibc23/run/mysqld.pid +120120 11:13:29 mysqld ended + + MYSQL IS STOPPED on node9.hanwei.infosphere.emulab.net +Connection to node2 closed by remote host. +Connection to node3 closed by remote host. +Connection to node4 closed by remote host. +Connection to node5 closed by remote host. +Connection to node6 closed by remote host. +Connection to node7 closed by remote host. +Connection to node8 closed by remote host. +Connection to node9 closed by remote host. +End Browsing Only with rubbos.properties_200 +Resetting all data + RESETING MYSQL on node9.hanwei.infosphere.emulab.net + DONE RESETING MYSQL on node9.hanwei.infosphere.emulab.net +Start Browsing Only with rubbos.properties_300 +Removing previous logs... + STARTING MYSQL on node9.hanwei.infosphere.emulab.net + MYSQL IS RUNNING on node9.hanwei.infosphere.emulab.net +Starting mysqld daemon with databases from /mnt/elba/rubbos/mysql-5.0.51a-linux-i686-glibc23/data + STARTING TOMCAT on node8.hanwei.infosphere.emulab.net + TOMCAT IS RUNNING on node8.hanwei.infosphere.emulab.net + STARTING APACHE on node7.hanwei.infosphere.emulab.net + APACHE IS RUNNING on node7.hanwei.infosphere.emulab.net +rm: cannot remove `20*': No such file or directory +Flushing 490000 KB of memory ... Done +Flushing 880000 KB of memory ... Done +Flushing 880000 KB of memory ... Done +Flushing 780000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +/mnt/elba/rubbos/jdk1.6.0_27/bin/java -classpath Client:Client/rubbos_client.jar:. -Xmx1300m -Dhttp.keepAlive=true -Dhttp.maxConnections=1000000 edu.rice.rubbos.client.ClientEmulator +RUBBoS client emulator - (C) Rice University/INRIA 2001 + +Creating report directory bench/2012-01-20@11-16-30/ +Redirecting output to '/mnt/elba/rubbos/RUBBoS/bench/2012-01-20@11-16-30/index.html' +Please wait while experiment is running ... +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +You cannot specify any performance counter events +because OProfile is in timer mode. +No vmlinux file specified. You must specify the correct vmlinux file, e.g. +opcontrol --vmlinux=/path/to/vmlinux +If you do not have a vmlinux file, use +opcontrol --no-vmlinux +Enter opcontrol --help for full options +/mnt/elba/rubbos/cpu_mem.sh: line 80: 17297 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 25335 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 18508 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 18251 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 18994 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 31994 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 16959 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 22996 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +Daemon not running +Daemon not running +opreport error: No sample file found: try running opcontrol --dump +or specify a session containing sample files + +The benchmark has finished. Now, collecting results... +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory + STOPPING APACHE on node7.hanwei.infosphere.emulab.net + APACHE IS STOPPED on node7.hanwei.infosphere.emulab.net + STOPPING TOMCAT on node8.hanwei.infosphere.emulab.net + TOMCAT IS STOPPED on node8.hanwei.infosphere.emulab.net + STOPPING MYSQL on node9.hanwei.infosphere.emulab.net +STOPPING server from pid file /mnt/elba/rubbos/mysql-5.0.51a-linux-i686-glibc23/run/mysqld.pid +120120 11:39:28 mysqld ended + + MYSQL IS STOPPED on node9.hanwei.infosphere.emulab.net +Connection to node2 closed by remote host. +Connection to node3 closed by remote host. +Connection to node4 closed by remote host. +Connection to node5 closed by remote host. +Connection to node6 closed by remote host. +Connection to node7 closed by remote host. +Connection to node8 closed by remote host. +Connection to node9 closed by remote host. +End Browsing Only with rubbos.properties_300 +Resetting all data + RESETING MYSQL on node9.hanwei.infosphere.emulab.net + DONE RESETING MYSQL on node9.hanwei.infosphere.emulab.net +Start Browsing Only with rubbos.properties_400 +Removing previous logs... + STARTING MYSQL on node9.hanwei.infosphere.emulab.net + MYSQL IS RUNNING on node9.hanwei.infosphere.emulab.net +Starting mysqld daemon with databases from /mnt/elba/rubbos/mysql-5.0.51a-linux-i686-glibc23/data + STARTING TOMCAT on node8.hanwei.infosphere.emulab.net + TOMCAT IS RUNNING on node8.hanwei.infosphere.emulab.net + STARTING APACHE on node7.hanwei.infosphere.emulab.net + APACHE IS RUNNING on node7.hanwei.infosphere.emulab.net +rm: cannot remove `20*': No such file or directory +Flushing 490000 KB of memory ... Done +Flushing 880000 KB of memory ... Done +Flushing 880000 KB of memory ... Done +Flushing 780000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +/mnt/elba/rubbos/jdk1.6.0_27/bin/java -classpath Client:Client/rubbos_client.jar:. -Xmx1300m -Dhttp.keepAlive=true -Dhttp.maxConnections=1000000 edu.rice.rubbos.client.ClientEmulator +RUBBoS client emulator - (C) Rice University/INRIA 2001 + +Creating report directory bench/2012-01-20@11-42-29/ +Redirecting output to '/mnt/elba/rubbos/RUBBoS/bench/2012-01-20@11-42-29/index.html' +Please wait while experiment is running ... +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +You cannot specify any performance counter events +because OProfile is in timer mode. +No vmlinux file specified. You must specify the correct vmlinux file, e.g. +opcontrol --vmlinux=/path/to/vmlinux +If you do not have a vmlinux file, use +opcontrol --no-vmlinux +Enter opcontrol --help for full options +/mnt/elba/rubbos/cpu_mem.sh: line 80: 20345 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 30981 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 21434 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 21190 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 21966 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 2876 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 19969 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 26091 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +Daemon not running +Daemon not running +opreport error: No sample file found: try running opcontrol --dump +or specify a session containing sample files + +The benchmark has finished. Now, collecting results... +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory + STOPPING APACHE on node7.hanwei.infosphere.emulab.net + APACHE IS STOPPED on node7.hanwei.infosphere.emulab.net + STOPPING TOMCAT on node8.hanwei.infosphere.emulab.net + TOMCAT IS STOPPED on node8.hanwei.infosphere.emulab.net + STOPPING MYSQL on node9.hanwei.infosphere.emulab.net +STOPPING server from pid file /mnt/elba/rubbos/mysql-5.0.51a-linux-i686-glibc23/run/mysqld.pid +120120 12:05:09 mysqld ended + + MYSQL IS STOPPED on node9.hanwei.infosphere.emulab.net +Connection to node2 closed by remote host. +Connection to node3 closed by remote host. +Connection to node4 closed by remote host. +Connection to node5 closed by remote host. +Connection to node6 closed by remote host. +Connection to node7 closed by remote host. +Connection to node8 closed by remote host. +Connection to node9 closed by remote host. +End Browsing Only with rubbos.properties_400 +Resetting all data + RESETING MYSQL on node9.hanwei.infosphere.emulab.net + DONE RESETING MYSQL on node9.hanwei.infosphere.emulab.net +Start Browsing Only with rubbos.properties_500 +Removing previous logs... + STARTING MYSQL on node9.hanwei.infosphere.emulab.net + MYSQL IS RUNNING on node9.hanwei.infosphere.emulab.net +Starting mysqld daemon with databases from /mnt/elba/rubbos/mysql-5.0.51a-linux-i686-glibc23/data + STARTING TOMCAT on node8.hanwei.infosphere.emulab.net + TOMCAT IS RUNNING on node8.hanwei.infosphere.emulab.net + STARTING APACHE on node7.hanwei.infosphere.emulab.net + APACHE IS RUNNING on node7.hanwei.infosphere.emulab.net +rm: cannot remove `20*': No such file or directory +Flushing 490000 KB of memory ... Done +Flushing 880000 KB of memory ... Done +Flushing 880000 KB of memory ... Done +Flushing 780000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +/mnt/elba/rubbos/jdk1.6.0_27/bin/java -classpath Client:Client/rubbos_client.jar:. -Xmx1300m -Dhttp.keepAlive=true -Dhttp.maxConnections=1000000 edu.rice.rubbos.client.ClientEmulator +RUBBoS client emulator - (C) Rice University/INRIA 2001 + +Creating report directory bench/2012-01-20@12-08-10/ +Redirecting output to '/mnt/elba/rubbos/RUBBoS/bench/2012-01-20@12-08-10/index.html' +Please wait while experiment is running ... +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +You cannot specify any performance counter events +because OProfile is in timer mode. +No vmlinux file specified. You must specify the correct vmlinux file, e.g. +opcontrol --vmlinux=/path/to/vmlinux +If you do not have a vmlinux file, use +opcontrol --no-vmlinux +Enter opcontrol --help for full options +/mnt/elba/rubbos/cpu_mem.sh: line 80: 23397 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 4201 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 24381 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 24146 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 24954 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 85: 6198 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 22997 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 29134 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +Daemon not running +Daemon not running +opreport error: No sample file found: try running opcontrol --dump +or specify a session containing sample files + +The benchmark has finished. Now, collecting results... +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory + STOPPING APACHE on node7.hanwei.infosphere.emulab.net + APACHE IS STOPPED on node7.hanwei.infosphere.emulab.net + STOPPING TOMCAT on node8.hanwei.infosphere.emulab.net + TOMCAT IS STOPPED on node8.hanwei.infosphere.emulab.net + STOPPING MYSQL on node9.hanwei.infosphere.emulab.net +STOPPING server from pid file /mnt/elba/rubbos/mysql-5.0.51a-linux-i686-glibc23/run/mysqld.pid +120120 12:30:52 mysqld ended + + MYSQL IS STOPPED on node9.hanwei.infosphere.emulab.net +Connection to node2 closed by remote host. +Connection to node3 closed by remote host. +Connection to node4 closed by remote host. +Connection to node5 closed by remote host. +Connection to node6 closed by remote host. +Connection to node7 closed by remote host. +Connection to node8 closed by remote host. +Connection to node9 closed by remote host. +End Browsing Only with rubbos.properties_500 +Resetting all data + RESETING MYSQL on node9.hanwei.infosphere.emulab.net + DONE RESETING MYSQL on node9.hanwei.infosphere.emulab.net +Start Browsing Only with rubbos.properties_600 +Removing previous logs... + STARTING MYSQL on node9.hanwei.infosphere.emulab.net + MYSQL IS RUNNING on node9.hanwei.infosphere.emulab.net +Starting mysqld daemon with databases from /mnt/elba/rubbos/mysql-5.0.51a-linux-i686-glibc23/data + STARTING TOMCAT on node8.hanwei.infosphere.emulab.net + TOMCAT IS RUNNING on node8.hanwei.infosphere.emulab.net + STARTING APACHE on node7.hanwei.infosphere.emulab.net + APACHE IS RUNNING on node7.hanwei.infosphere.emulab.net +rm: cannot remove `20*': No such file or directory +Flushing 490000 KB of memory ... Done +Flushing 880000 KB of memory ... Done +Flushing 880000 KB of memory ... Done +Flushing 780000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +/mnt/elba/rubbos/jdk1.6.0_27/bin/java -classpath Client:Client/rubbos_client.jar:. -Xmx1300m -Dhttp.keepAlive=true -Dhttp.maxConnections=1000000 edu.rice.rubbos.client.ClientEmulator +RUBBoS client emulator - (C) Rice University/INRIA 2001 + +Creating report directory bench/2012-01-20@12-33-53/ +Redirecting output to '/mnt/elba/rubbos/RUBBoS/bench/2012-01-20@12-33-53/index.html' +Please wait while experiment is running ... +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +You cannot specify any performance counter events +because OProfile is in timer mode. +No vmlinux file specified. You must specify the correct vmlinux file, e.g. +opcontrol --vmlinux=/path/to/vmlinux +If you do not have a vmlinux file, use +opcontrol --no-vmlinux +Enter opcontrol --help for full options +/mnt/elba/rubbos/cpu_mem.sh: line 80: 26441 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 9839 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 27346 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 27122 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 27964 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 9544 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 26039 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 32286 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +Daemon not running +Daemon not running +opreport error: No sample file found: try running opcontrol --dump +or specify a session containing sample files + +The benchmark has finished. Now, collecting results... +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory + STOPPING APACHE on node7.hanwei.infosphere.emulab.net + APACHE IS STOPPED on node7.hanwei.infosphere.emulab.net + STOPPING TOMCAT on node8.hanwei.infosphere.emulab.net + TOMCAT IS STOPPED on node8.hanwei.infosphere.emulab.net + STOPPING MYSQL on node9.hanwei.infosphere.emulab.net +STOPPING server from pid file /mnt/elba/rubbos/mysql-5.0.51a-linux-i686-glibc23/run/mysqld.pid +120120 12:56:33 mysqld ended + + MYSQL IS STOPPED on node9.hanwei.infosphere.emulab.net +Connection to node2 closed by remote host. +Connection to node3 closed by remote host. +Connection to node4 closed by remote host. +Connection to node5 closed by remote host. +Connection to node6 closed by remote host. +Connection to node7 closed by remote host. +Connection to node8 closed by remote host. +Connection to node9 closed by remote host. +End Browsing Only with rubbos.properties_600 +Resetting all data + RESETING MYSQL on node9.hanwei.infosphere.emulab.net + DONE RESETING MYSQL on node9.hanwei.infosphere.emulab.net +Start Browsing Only with rubbos.properties_700 +Removing previous logs... + STARTING MYSQL on node9.hanwei.infosphere.emulab.net + MYSQL IS RUNNING on node9.hanwei.infosphere.emulab.net +Starting mysqld daemon with databases from /mnt/elba/rubbos/mysql-5.0.51a-linux-i686-glibc23/data + STARTING TOMCAT on node8.hanwei.infosphere.emulab.net + TOMCAT IS RUNNING on node8.hanwei.infosphere.emulab.net + STARTING APACHE on node7.hanwei.infosphere.emulab.net + APACHE IS RUNNING on node7.hanwei.infosphere.emulab.net +rm: cannot remove `20*': No such file or directory +Flushing 490000 KB of memory ... Done +Flushing 880000 KB of memory ... Done +Flushing 880000 KB of memory ... Done +Flushing 780000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +/mnt/elba/rubbos/jdk1.6.0_27/bin/java -classpath Client:Client/rubbos_client.jar:. -Xmx1300m -Dhttp.keepAlive=true -Dhttp.maxConnections=1000000 edu.rice.rubbos.client.ClientEmulator +RUBBoS client emulator - (C) Rice University/INRIA 2001 + +Creating report directory bench/2012-01-20@12-59-33/ +Redirecting output to '/mnt/elba/rubbos/RUBBoS/bench/2012-01-20@12-59-33/index.html' +Please wait while experiment is running ... +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +You cannot specify any performance counter events +because OProfile is in timer mode. +No vmlinux file specified. You must specify the correct vmlinux file, e.g. +opcontrol --vmlinux=/path/to/vmlinux +If you do not have a vmlinux file, use +opcontrol --no-vmlinux +Enter opcontrol --help for full options +/mnt/elba/rubbos/cpu_mem.sh: line 80: 29491 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 15482 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 30330 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 30115 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 30989 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 12905 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 29109 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 3014 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +Daemon not running +Daemon not running +opreport error: No sample file found: try running opcontrol --dump +or specify a session containing sample files + +The benchmark has finished. Now, collecting results... +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory + STOPPING APACHE on node7.hanwei.infosphere.emulab.net + APACHE IS STOPPED on node7.hanwei.infosphere.emulab.net + STOPPING TOMCAT on node8.hanwei.infosphere.emulab.net + TOMCAT IS STOPPED on node8.hanwei.infosphere.emulab.net + STOPPING MYSQL on node9.hanwei.infosphere.emulab.net +STOPPING server from pid file /mnt/elba/rubbos/mysql-5.0.51a-linux-i686-glibc23/run/mysqld.pid +120120 13:22:17 mysqld ended + + MYSQL IS STOPPED on node9.hanwei.infosphere.emulab.net +Connection to node2 closed by remote host. +Connection to node3 closed by remote host. +Connection to node4 closed by remote host. +Connection to node5 closed by remote host. +Connection to node6 closed by remote host. +Connection to node7 closed by remote host. +Connection to node8 closed by remote host. +Connection to node9 closed by remote host. +End Browsing Only with rubbos.properties_700 +Resetting all data + RESETING MYSQL on node9.hanwei.infosphere.emulab.net + DONE RESETING MYSQL on node9.hanwei.infosphere.emulab.net +Start Browsing Only with rubbos.properties_800 +Removing previous logs... + STARTING MYSQL on node9.hanwei.infosphere.emulab.net + MYSQL IS RUNNING on node9.hanwei.infosphere.emulab.net +Starting mysqld daemon with databases from /mnt/elba/rubbos/mysql-5.0.51a-linux-i686-glibc23/data + STARTING TOMCAT on node8.hanwei.infosphere.emulab.net + TOMCAT IS RUNNING on node8.hanwei.infosphere.emulab.net + STARTING APACHE on node7.hanwei.infosphere.emulab.net + APACHE IS RUNNING on node7.hanwei.infosphere.emulab.net +rm: cannot remove `20*': No such file or directory +Flushing 490000 KB of memory ... Done +Flushing 880000 KB of memory ... Done +Flushing 880000 KB of memory ... Done +Flushing 780000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +/mnt/elba/rubbos/jdk1.6.0_27/bin/java -classpath Client:Client/rubbos_client.jar:. -Xmx1300m -Dhttp.keepAlive=true -Dhttp.maxConnections=1000000 edu.rice.rubbos.client.ClientEmulator +RUBBoS client emulator - (C) Rice University/INRIA 2001 + +Creating report directory bench/2012-01-20@13-25-16/ +Redirecting output to '/mnt/elba/rubbos/RUBBoS/bench/2012-01-20@13-25-16/index.html' +Please wait while experiment is running ... +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +You cannot specify any performance counter events +because OProfile is in timer mode. +No vmlinux file specified. You must specify the correct vmlinux file, e.g. +opcontrol --vmlinux=/path/to/vmlinux +If you do not have a vmlinux file, use +opcontrol --no-vmlinux +Enter opcontrol --help for full options +/mnt/elba/rubbos/cpu_mem.sh: line 80: 32533 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 21120 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 866 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 659 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 1572 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 16288 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 32191 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 6112 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +Daemon not running +Daemon not running +opreport error: No sample file found: try running opcontrol --dump +or specify a session containing sample files + +The benchmark has finished. Now, collecting results... +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory + STOPPING APACHE on node7.hanwei.infosphere.emulab.net + APACHE IS STOPPED on node7.hanwei.infosphere.emulab.net + STOPPING TOMCAT on node8.hanwei.infosphere.emulab.net + TOMCAT IS STOPPED on node8.hanwei.infosphere.emulab.net + STOPPING MYSQL on node9.hanwei.infosphere.emulab.net +STOPPING server from pid file /mnt/elba/rubbos/mysql-5.0.51a-linux-i686-glibc23/run/mysqld.pid +120120 13:47:59 mysqld ended + + MYSQL IS STOPPED on node9.hanwei.infosphere.emulab.net +Connection to node2 closed by remote host. +Connection to node3 closed by remote host. +Connection to node4 closed by remote host. +Connection to node5 closed by remote host. +Connection to node6 closed by remote host. +Connection to node7 closed by remote host. +Connection to node8 closed by remote host. +Connection to node9 closed by remote host. +End Browsing Only with rubbos.properties_800 +Resetting all data + RESETING MYSQL on node9.hanwei.infosphere.emulab.net + DONE RESETING MYSQL on node9.hanwei.infosphere.emulab.net +Start Browsing Only with rubbos.properties_900 +Removing previous logs... + STARTING MYSQL on node9.hanwei.infosphere.emulab.net + MYSQL IS RUNNING on node9.hanwei.infosphere.emulab.net +Starting mysqld daemon with databases from /mnt/elba/rubbos/mysql-5.0.51a-linux-i686-glibc23/data + STARTING TOMCAT on node8.hanwei.infosphere.emulab.net + TOMCAT IS RUNNING on node8.hanwei.infosphere.emulab.net + STARTING APACHE on node7.hanwei.infosphere.emulab.net + APACHE IS RUNNING on node7.hanwei.infosphere.emulab.net +rm: cannot remove `20*': No such file or directory +Flushing 490000 KB of memory ... Done +Flushing 880000 KB of memory ... Done +Flushing 880000 KB of memory ... Done +Flushing 780000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +/mnt/elba/rubbos/jdk1.6.0_27/bin/java -classpath Client:Client/rubbos_client.jar:. -Xmx1300m -Dhttp.keepAlive=true -Dhttp.maxConnections=1000000 edu.rice.rubbos.client.ClientEmulator +RUBBoS client emulator - (C) Rice University/INRIA 2001 + +Creating report directory bench/2012-01-20@13-50-58/ +Redirecting output to '/mnt/elba/rubbos/RUBBoS/bench/2012-01-20@13-50-58/index.html' +Please wait while experiment is running ... +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +You cannot specify any performance counter events +because OProfile is in timer mode. +No vmlinux file specified. You must specify the correct vmlinux file, e.g. +opcontrol --vmlinux=/path/to/vmlinux +If you do not have a vmlinux file, use +opcontrol --no-vmlinux +Enter opcontrol --help for full options +/mnt/elba/rubbos/cpu_mem.sh: line 80: 3148 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 26762 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 3926 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 3734 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 4674 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 19688 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 9166 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 2874 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +Daemon not running +Daemon not running +opreport error: No sample file found: try running opcontrol --dump +or specify a session containing sample files + +The benchmark has finished. Now, collecting results... +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory + STOPPING APACHE on node7.hanwei.infosphere.emulab.net + APACHE IS STOPPED on node7.hanwei.infosphere.emulab.net + STOPPING TOMCAT on node8.hanwei.infosphere.emulab.net + TOMCAT IS STOPPED on node8.hanwei.infosphere.emulab.net + STOPPING MYSQL on node9.hanwei.infosphere.emulab.net +STOPPING server from pid file /mnt/elba/rubbos/mysql-5.0.51a-linux-i686-glibc23/run/mysqld.pid +120120 14:13:44 mysqld ended + + MYSQL IS STOPPED on node9.hanwei.infosphere.emulab.net +Connection to node2 closed by remote host. +Connection to node3 closed by remote host. +Connection to node4 closed by remote host. +Connection to node5 closed by remote host. +Connection to node6 closed by remote host. +Connection to node7 closed by remote host. +Connection to node8 closed by remote host. +Connection to node9 closed by remote host. +End Browsing Only with rubbos.properties_900 +Resetting all data + RESETING MYSQL on node9.hanwei.infosphere.emulab.net + DONE RESETING MYSQL on node9.hanwei.infosphere.emulab.net +Start Browsing Only with rubbos.properties_1000 +Removing previous logs... + STARTING MYSQL on node9.hanwei.infosphere.emulab.net + MYSQL IS RUNNING on node9.hanwei.infosphere.emulab.net +Starting mysqld daemon with databases from /mnt/elba/rubbos/mysql-5.0.51a-linux-i686-glibc23/data + STARTING TOMCAT on node8.hanwei.infosphere.emulab.net + TOMCAT IS RUNNING on node8.hanwei.infosphere.emulab.net + STARTING APACHE on node7.hanwei.infosphere.emulab.net + APACHE IS RUNNING on node7.hanwei.infosphere.emulab.net +rm: cannot remove `20*': No such file or directory +Flushing 490000 KB of memory ... Done +Flushing 880000 KB of memory ... Done +Flushing 880000 KB of memory ... Done +Flushing 780000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +/mnt/elba/rubbos/jdk1.6.0_27/bin/java -classpath Client:Client/rubbos_client.jar:. -Xmx1300m -Dhttp.keepAlive=true -Dhttp.maxConnections=1000000 edu.rice.rubbos.client.ClientEmulator +RUBBoS client emulator - (C) Rice University/INRIA 2001 + +Creating report directory bench/2012-01-20@14-16-42/ +Redirecting output to '/mnt/elba/rubbos/RUBBoS/bench/2012-01-20@14-16-42/index.html' +Please wait while experiment is running ... +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +You cannot specify any performance counter events +because OProfile is in timer mode. +No vmlinux file specified. You must specify the correct vmlinux file, e.g. +opcontrol --vmlinux=/path/to/vmlinux +If you do not have a vmlinux file, use +opcontrol --no-vmlinux +Enter opcontrol --help for full options +/mnt/elba/rubbos/cpu_mem.sh: line 80: 6194 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 32398 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 6968 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 6787 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 7762 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 23113 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 6002 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 12231 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +Daemon not running +Daemon not running +opreport error: No sample file found: try running opcontrol --dump +or specify a session containing sample files + +The benchmark has finished. Now, collecting results... +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory + STOPPING APACHE on node7.hanwei.infosphere.emulab.net + APACHE IS STOPPED on node7.hanwei.infosphere.emulab.net + STOPPING TOMCAT on node8.hanwei.infosphere.emulab.net + TOMCAT IS STOPPED on node8.hanwei.infosphere.emulab.net + STOPPING MYSQL on node9.hanwei.infosphere.emulab.net +STOPPING server from pid file /mnt/elba/rubbos/mysql-5.0.51a-linux-i686-glibc23/run/mysqld.pid +120120 14:39:27 mysqld ended + + MYSQL IS STOPPED on node9.hanwei.infosphere.emulab.net +Connection to node2 closed by remote host. +Connection to node3 closed by remote host. +Connection to node4 closed by remote host. +Connection to node5 closed by remote host. +Connection to node6 closed by remote host. +Connection to node7 closed by remote host. +Connection to node8 closed by remote host. +Connection to node9 closed by remote host. +End Browsing Only with rubbos.properties_1000 +Resetting all data + RESETING MYSQL on node9.hanwei.infosphere.emulab.net + DONE RESETING MYSQL on node9.hanwei.infosphere.emulab.net +Start Browsing Only with rubbos.properties_1100 +Removing previous logs... + STARTING MYSQL on node9.hanwei.infosphere.emulab.net + MYSQL IS RUNNING on node9.hanwei.infosphere.emulab.net +Starting mysqld daemon with databases from /mnt/elba/rubbos/mysql-5.0.51a-linux-i686-glibc23/data + STARTING TOMCAT on node8.hanwei.infosphere.emulab.net + TOMCAT IS RUNNING on node8.hanwei.infosphere.emulab.net + STARTING APACHE on node7.hanwei.infosphere.emulab.net + APACHE IS RUNNING on node7.hanwei.infosphere.emulab.net +rm: cannot remove `20*': No such file or directory +Flushing 490000 KB of memory ... Done +Flushing 880000 KB of memory ... Done +Flushing 880000 KB of memory ... Done +Flushing 780000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +/mnt/elba/rubbos/jdk1.6.0_27/bin/java -classpath Client:Client/rubbos_client.jar:. -Xmx1300m -Dhttp.keepAlive=true -Dhttp.maxConnections=1000000 edu.rice.rubbos.client.ClientEmulator +RUBBoS client emulator - (C) Rice University/INRIA 2001 + +Creating report directory bench/2012-01-20@14-42-25/ +Redirecting output to '/mnt/elba/rubbos/RUBBoS/bench/2012-01-20@14-42-25/index.html' +Please wait while experiment is running ... +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +You cannot specify any performance counter events +because OProfile is in timer mode. +No vmlinux file specified. You must specify the correct vmlinux file, e.g. +opcontrol --vmlinux=/path/to/vmlinux +If you do not have a vmlinux file, use +opcontrol --no-vmlinux +Enter opcontrol --help for full options +/mnt/elba/rubbos/cpu_mem.sh: line 80: 9234 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 5609 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 10029 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 9861 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 10867 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 26559 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 15321 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 9152 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +Daemon not running +Daemon not running +opreport error: No sample file found: try running opcontrol --dump +or specify a session containing sample files + +The benchmark has finished. Now, collecting results... +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory + STOPPING APACHE on node7.hanwei.infosphere.emulab.net + APACHE IS STOPPED on node7.hanwei.infosphere.emulab.net + STOPPING TOMCAT on node8.hanwei.infosphere.emulab.net + TOMCAT IS STOPPED on node8.hanwei.infosphere.emulab.net + STOPPING MYSQL on node9.hanwei.infosphere.emulab.net +STOPPING server from pid file /mnt/elba/rubbos/mysql-5.0.51a-linux-i686-glibc23/run/mysqld.pid +120120 15:05:13 mysqld ended + + MYSQL IS STOPPED on node9.hanwei.infosphere.emulab.net +Connection to node2 closed by remote host. +Connection to node3 closed by remote host. +Connection to node4 closed by remote host. +Connection to node5 closed by remote host. +Connection to node6 closed by remote host. +Connection to node7 closed by remote host. +Connection to node8 closed by remote host. +Connection to node9 closed by remote host. +End Browsing Only with rubbos.properties_1100 +Resetting all data + RESETING MYSQL on node9.hanwei.infosphere.emulab.net + DONE RESETING MYSQL on node9.hanwei.infosphere.emulab.net +Start Browsing Only with rubbos.properties_1200 +Removing previous logs... + STARTING MYSQL on node9.hanwei.infosphere.emulab.net + MYSQL IS RUNNING on node9.hanwei.infosphere.emulab.net +Starting mysqld daemon with databases from /mnt/elba/rubbos/mysql-5.0.51a-linux-i686-glibc23/data + STARTING TOMCAT on node8.hanwei.infosphere.emulab.net + TOMCAT IS RUNNING on node8.hanwei.infosphere.emulab.net + STARTING APACHE on node7.hanwei.infosphere.emulab.net + APACHE IS RUNNING on node7.hanwei.infosphere.emulab.net +rm: cannot remove `20*': No such file or directory +Flushing 490000 KB of memory ... Done +Flushing 880000 KB of memory ... Done +Flushing 880000 KB of memory ... Done +Flushing 780000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +/mnt/elba/rubbos/jdk1.6.0_27/bin/java -classpath Client:Client/rubbos_client.jar:. -Xmx1300m -Dhttp.keepAlive=true -Dhttp.maxConnections=1000000 edu.rice.rubbos.client.ClientEmulator +RUBBoS client emulator - (C) Rice University/INRIA 2001 + +Creating report directory bench/2012-01-20@15-08-15/ +Redirecting output to '/mnt/elba/rubbos/RUBBoS/bench/2012-01-20@15-08-15/index.html' +Please wait while experiment is running ... +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +You cannot specify any performance counter events +because OProfile is in timer mode. +No vmlinux file specified. You must specify the correct vmlinux file, e.g. +opcontrol --vmlinux=/path/to/vmlinux +If you do not have a vmlinux file, use +opcontrol --no-vmlinux +Enter opcontrol --help for full options +/mnt/elba/rubbos/cpu_mem.sh: line 80: 12278 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 85: 11239 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 13108 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 12951 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 13994 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 30021 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 12318 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 85: 18472 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +Daemon not running +Daemon not running +opreport error: No sample file found: try running opcontrol --dump +or specify a session containing sample files + +The benchmark has finished. Now, collecting results... +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory + STOPPING APACHE on node7.hanwei.infosphere.emulab.net + APACHE IS STOPPED on node7.hanwei.infosphere.emulab.net + STOPPING TOMCAT on node8.hanwei.infosphere.emulab.net + TOMCAT IS STOPPED on node8.hanwei.infosphere.emulab.net + STOPPING MYSQL on node9.hanwei.infosphere.emulab.net +STOPPING server from pid file /mnt/elba/rubbos/mysql-5.0.51a-linux-i686-glibc23/run/mysqld.pid +120120 15:31:16 mysqld ended + + MYSQL IS STOPPED on node9.hanwei.infosphere.emulab.net +Connection to node2 closed by remote host. +Connection to node3 closed by remote host. +Connection to node4 closed by remote host. +Connection to node5 closed by remote host. +Connection to node6 closed by remote host. +Connection to node7 closed by remote host. +Connection to node8 closed by remote host. +Connection to node9 closed by remote host. +End Browsing Only with rubbos.properties_1200 +Resetting all data + RESETING MYSQL on node9.hanwei.infosphere.emulab.net + DONE RESETING MYSQL on node9.hanwei.infosphere.emulab.net +Start Browsing Only with rubbos.properties_1300 +Removing previous logs... + STARTING MYSQL on node9.hanwei.infosphere.emulab.net + MYSQL IS RUNNING on node9.hanwei.infosphere.emulab.net +Starting mysqld daemon with databases from /mnt/elba/rubbos/mysql-5.0.51a-linux-i686-glibc23/data + STARTING TOMCAT on node8.hanwei.infosphere.emulab.net + TOMCAT IS RUNNING on node8.hanwei.infosphere.emulab.net + STARTING APACHE on node7.hanwei.infosphere.emulab.net + APACHE IS RUNNING on node7.hanwei.infosphere.emulab.net +rm: cannot remove `20*': No such file or directory +Flushing 490000 KB of memory ... Done +Flushing 880000 KB of memory ... Done +Flushing 880000 KB of memory ... Done +Flushing 780000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +/mnt/elba/rubbos/jdk1.6.0_27/bin/java -classpath Client:Client/rubbos_client.jar:. -Xmx1300m -Dhttp.keepAlive=true -Dhttp.maxConnections=1000000 edu.rice.rubbos.client.ClientEmulator +RUBBoS client emulator - (C) Rice University/INRIA 2001 + +Creating report directory bench/2012-01-20@15-34-14/ +Redirecting output to '/mnt/elba/rubbos/RUBBoS/bench/2012-01-20@15-34-14/index.html' +Please wait while experiment is running ... +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +You cannot specify any performance counter events +because OProfile is in timer mode. +No vmlinux file specified. You must specify the correct vmlinux file, e.g. +opcontrol --vmlinux=/path/to/vmlinux +If you do not have a vmlinux file, use +opcontrol --no-vmlinux +Enter opcontrol --help for full options +/mnt/elba/rubbos/cpu_mem.sh: line 80: 15318 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 16875 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 16207 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 16063 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 17142 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 1047 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 15504 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 21502 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +Daemon not running +Daemon not running +opreport error: No sample file found: try running opcontrol --dump +or specify a session containing sample files + +The benchmark has finished. Now, collecting results... +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory + STOPPING APACHE on node7.hanwei.infosphere.emulab.net + APACHE IS STOPPED on node7.hanwei.infosphere.emulab.net + STOPPING TOMCAT on node8.hanwei.infosphere.emulab.net + TOMCAT IS STOPPED on node8.hanwei.infosphere.emulab.net + STOPPING MYSQL on node9.hanwei.infosphere.emulab.net +STOPPING server from pid file /mnt/elba/rubbos/mysql-5.0.51a-linux-i686-glibc23/run/mysqld.pid +120120 15:57:36 mysqld ended + + MYSQL IS STOPPED on node9.hanwei.infosphere.emulab.net +Connection to node2 closed by remote host. +Connection to node3 closed by remote host. +Connection to node4 closed by remote host. +Connection to node5 closed by remote host. +Connection to node6 closed by remote host. +Connection to node7 closed by remote host. +Connection to node8 closed by remote host. +Connection to node9 closed by remote host. +End Browsing Only with rubbos.properties_1300 +Resetting all data + RESETING MYSQL on node9.hanwei.infosphere.emulab.net + DONE RESETING MYSQL on node9.hanwei.infosphere.emulab.net +Start Browsing Only with rubbos.properties_1400 +Removing previous logs... + STARTING MYSQL on node9.hanwei.infosphere.emulab.net + MYSQL IS RUNNING on node9.hanwei.infosphere.emulab.net +Starting mysqld daemon with databases from /mnt/elba/rubbos/mysql-5.0.51a-linux-i686-glibc23/data + STARTING TOMCAT on node8.hanwei.infosphere.emulab.net + TOMCAT IS RUNNING on node8.hanwei.infosphere.emulab.net + STARTING APACHE on node7.hanwei.infosphere.emulab.net + APACHE IS RUNNING on node7.hanwei.infosphere.emulab.net +rm: cannot remove `20*': No such file or directory +Flushing 490000 KB of memory ... Done +Flushing 880000 KB of memory ... Done +Flushing 880000 KB of memory ... Done +Flushing 780000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +/mnt/elba/rubbos/jdk1.6.0_27/bin/java -classpath Client:Client/rubbos_client.jar:. -Xmx1300m -Dhttp.keepAlive=true -Dhttp.maxConnections=1000000 edu.rice.rubbos.client.ClientEmulator +RUBBoS client emulator - (C) Rice University/INRIA 2001 + +Creating report directory bench/2012-01-20@16-00-32/ +Redirecting output to '/mnt/elba/rubbos/RUBBoS/bench/2012-01-20@16-00-32/index.html' +Please wait while experiment is running ... +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +You cannot specify any performance counter events +because OProfile is in timer mode. +No vmlinux file specified. You must specify the correct vmlinux file, e.g. +opcontrol --vmlinux=/path/to/vmlinux +If you do not have a vmlinux file, use +opcontrol --no-vmlinux +Enter opcontrol --help for full options +/mnt/elba/rubbos/cpu_mem.sh: line 80: 18366 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 22513 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 19333 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 19199 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 20312 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 85: 4588 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 18720 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 24662 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +Daemon not running +Daemon not running +opreport error: No sample file found: try running opcontrol --dump +or specify a session containing sample files + +The benchmark has finished. Now, collecting results... +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory + STOPPING APACHE on node7.hanwei.infosphere.emulab.net + APACHE IS STOPPED on node7.hanwei.infosphere.emulab.net + STOPPING TOMCAT on node8.hanwei.infosphere.emulab.net + TOMCAT IS STOPPED on node8.hanwei.infosphere.emulab.net + STOPPING MYSQL on node9.hanwei.infosphere.emulab.net +STOPPING server from pid file /mnt/elba/rubbos/mysql-5.0.51a-linux-i686-glibc23/run/mysqld.pid +120120 16:24:19 mysqld ended + + MYSQL IS STOPPED on node9.hanwei.infosphere.emulab.net +Connection to node2 closed by remote host. +Connection to node3 closed by remote host. +Connection to node4 closed by remote host. +Connection to node5 closed by remote host. +Connection to node6 closed by remote host. +Connection to node7 closed by remote host. +Connection to node8 closed by remote host. +Connection to node9 closed by remote host. +End Browsing Only with rubbos.properties_1400 +Resetting all data + RESETING MYSQL on node9.hanwei.infosphere.emulab.net + DONE RESETING MYSQL on node9.hanwei.infosphere.emulab.net +Start Browsing Only with rubbos.properties_1500 +Removing previous logs... + STARTING MYSQL on node9.hanwei.infosphere.emulab.net + MYSQL IS RUNNING on node9.hanwei.infosphere.emulab.net +Starting mysqld daemon with databases from /mnt/elba/rubbos/mysql-5.0.51a-linux-i686-glibc23/data + STARTING TOMCAT on node8.hanwei.infosphere.emulab.net + TOMCAT IS RUNNING on node8.hanwei.infosphere.emulab.net + STARTING APACHE on node7.hanwei.infosphere.emulab.net + APACHE IS RUNNING on node7.hanwei.infosphere.emulab.net +rm: cannot remove `20*': No such file or directory +Flushing 490000 KB of memory ... Done +Flushing 880000 KB of memory ... Done +Flushing 880000 KB of memory ... Done +Flushing 780000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +/mnt/elba/rubbos/jdk1.6.0_27/bin/java -classpath Client:Client/rubbos_client.jar:. -Xmx1300m -Dhttp.keepAlive=true -Dhttp.maxConnections=1000000 edu.rice.rubbos.client.ClientEmulator +RUBBoS client emulator - (C) Rice University/INRIA 2001 + +Creating report directory bench/2012-01-20@16-27-15/ +Redirecting output to '/mnt/elba/rubbos/RUBBoS/bench/2012-01-20@16-27-15/index.html' +Please wait while experiment is running ... +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +You cannot specify any performance counter events +because OProfile is in timer mode. +No vmlinux file specified. You must specify the correct vmlinux file, e.g. +opcontrol --vmlinux=/path/to/vmlinux +If you do not have a vmlinux file, use +opcontrol --no-vmlinux +Enter opcontrol --help for full options +/mnt/elba/rubbos/cpu_mem.sh: line 80: 21413 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 28148 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 22478 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 22358 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 23503 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 8120 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 21958 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 27823 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +Daemon not running +Daemon not running +opreport error: No sample file found: try running opcontrol --dump +or specify a session containing sample files + +The benchmark has finished. Now, collecting results... +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory + STOPPING APACHE on node7.hanwei.infosphere.emulab.net + APACHE IS STOPPED on node7.hanwei.infosphere.emulab.net + STOPPING TOMCAT on node8.hanwei.infosphere.emulab.net + TOMCAT IS STOPPED on node8.hanwei.infosphere.emulab.net + STOPPING MYSQL on node9.hanwei.infosphere.emulab.net +STOPPING server from pid file /mnt/elba/rubbos/mysql-5.0.51a-linux-i686-glibc23/run/mysqld.pid +120120 16:50:12 mysqld ended + + MYSQL IS STOPPED on node9.hanwei.infosphere.emulab.net +Connection to node2 closed by remote host. +Connection to node3 closed by remote host. +Connection to node4 closed by remote host. +Connection to node5 closed by remote host. +Connection to node6 closed by remote host. +Connection to node7 closed by remote host. +Connection to node8 closed by remote host. +Connection to node9 closed by remote host. +End Browsing Only with rubbos.properties_1500 +Resetting all data + RESETING MYSQL on node9.hanwei.infosphere.emulab.net + DONE RESETING MYSQL on node9.hanwei.infosphere.emulab.net +Start Browsing Only with rubbos.properties_1600 +Removing previous logs... + STARTING MYSQL on node9.hanwei.infosphere.emulab.net + MYSQL IS RUNNING on node9.hanwei.infosphere.emulab.net +Starting mysqld daemon with databases from /mnt/elba/rubbos/mysql-5.0.51a-linux-i686-glibc23/data + STARTING TOMCAT on node8.hanwei.infosphere.emulab.net + TOMCAT IS RUNNING on node8.hanwei.infosphere.emulab.net + STARTING APACHE on node7.hanwei.infosphere.emulab.net + APACHE IS RUNNING on node7.hanwei.infosphere.emulab.net +rm: cannot remove `20*': No such file or directory +Flushing 490000 KB of memory ... Done +Flushing 880000 KB of memory ... Done +Flushing 880000 KB of memory ... Done +Flushing 780000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +/mnt/elba/rubbos/jdk1.6.0_27/bin/java -classpath Client:Client/rubbos_client.jar:. -Xmx1300m -Dhttp.keepAlive=true -Dhttp.maxConnections=1000000 edu.rice.rubbos.client.ClientEmulator +RUBBoS client emulator - (C) Rice University/INRIA 2001 + +Creating report directory bench/2012-01-20@16-53-08/ +Redirecting output to '/mnt/elba/rubbos/RUBBoS/bench/2012-01-20@16-53-08/index.html' +Please wait while experiment is running ... +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +You cannot specify any performance counter events +because OProfile is in timer mode. +No vmlinux file specified. You must specify the correct vmlinux file, e.g. +opcontrol --vmlinux=/path/to/vmlinux +If you do not have a vmlinux file, use +opcontrol --no-vmlinux +Enter opcontrol --help for full options +/mnt/elba/rubbos/cpu_mem.sh: line 80: 24450 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 85: 1316 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 25638 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 25528 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 26710 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 85: 11668 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 25209 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 30982 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +Daemon not running +Daemon not running +opreport error: No sample file found: try running opcontrol --dump +or specify a session containing sample files + +The benchmark has finished. Now, collecting results... +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory + STOPPING APACHE on node7.hanwei.infosphere.emulab.net + APACHE IS STOPPED on node7.hanwei.infosphere.emulab.net + STOPPING TOMCAT on node8.hanwei.infosphere.emulab.net + TOMCAT IS STOPPED on node8.hanwei.infosphere.emulab.net + STOPPING MYSQL on node9.hanwei.infosphere.emulab.net +STOPPING server from pid file /mnt/elba/rubbos/mysql-5.0.51a-linux-i686-glibc23/run/mysqld.pid +120120 17:15:55 mysqld ended + + MYSQL IS STOPPED on node9.hanwei.infosphere.emulab.net +Connection to node2 closed by remote host. +Connection to node3 closed by remote host. +Connection to node4 closed by remote host. +Connection to node5 closed by remote host. +Connection to node6 closed by remote host. +Connection to node7 closed by remote host. +Connection to node8 closed by remote host. +Connection to node9 closed by remote host. +End Browsing Only with rubbos.properties_1600 +Resetting all data + RESETING MYSQL on node9.hanwei.infosphere.emulab.net + DONE RESETING MYSQL on node9.hanwei.infosphere.emulab.net +Start Browsing Only with rubbos.properties_1700 +Removing previous logs... + STARTING MYSQL on node9.hanwei.infosphere.emulab.net + MYSQL IS RUNNING on node9.hanwei.infosphere.emulab.net +Starting mysqld daemon with databases from /mnt/elba/rubbos/mysql-5.0.51a-linux-i686-glibc23/data + STARTING TOMCAT on node8.hanwei.infosphere.emulab.net + TOMCAT IS RUNNING on node8.hanwei.infosphere.emulab.net + STARTING APACHE on node7.hanwei.infosphere.emulab.net + APACHE IS RUNNING on node7.hanwei.infosphere.emulab.net +rm: cannot remove `20*': No such file or directory +Flushing 490000 KB of memory ... Done +Flushing 880000 KB of memory ... Done +Flushing 880000 KB of memory ... Done +Flushing 780000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +Flushing 490000 KB of memory ... Done +/mnt/elba/rubbos/jdk1.6.0_27/bin/java -classpath Client:Client/rubbos_client.jar:. -Xmx1300m -Dhttp.keepAlive=true -Dhttp.maxConnections=1000000 edu.rice.rubbos.client.ClientEmulator +RUBBoS client emulator - (C) Rice University/INRIA 2001 + +Creating report directory bench/2012-01-20@17-18-51/ +Redirecting output to '/mnt/elba/rubbos/RUBBoS/bench/2012-01-20@17-18-51/index.html' +Please wait while experiment is running ... +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +/users/hanwei +You cannot specify any performance counter events +because OProfile is in timer mode. +No vmlinux file specified. You must specify the correct vmlinux file, e.g. +opcontrol --vmlinux=/path/to/vmlinux +If you do not have a vmlinux file, use +opcontrol --no-vmlinux +Enter opcontrol --help for full options +/mnt/elba/rubbos/cpu_mem.sh: line 80: 27694 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 85: 6980 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 28809 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 28714 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 29934 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 85: 15233 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +/mnt/elba/rubbos/cpu_mem.sh: line 80: 28464 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +Daemon not running +/mnt/elba/rubbos/cpu_mem.sh: line 85: 1679 Killed sudo nice -n -1 $SYSSTAT_HOME/bin/iostat -dxtk $delay >${iostat_filename} +Daemon not running +opreport error: No sample file found: try running opcontrol --dump +or specify a session containing sample files + +The benchmark has finished. Now, collecting results... +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory +scp: /mnt/elba/rubbos/sar-*: No such file or directory +scp: /mnt/elba/rubbos/ps-*: No such file or directory +scp: /mnt/elba/rubbos/mysql_mon-*: No such file or directory +scp: /mnt/elba/rubbos/postgres_lock-*: No such file or directory + STOPPING APACHE on node7.hanwei.infosphere.emulab.net + APACHE IS STOPPED on node7.hanwei.infosphere.emulab.net + STOPPING TOMCAT on node8.hanwei.infosphere.emulab.net + TOMCAT IS STOPPED on node8.hanwei.infosphere.emulab.net + STOPPING MYSQL on node9.hanwei.infosphere.emulab.net +STOPPING server from pid file /mnt/elba/rubbos/mysql-5.0.51a-linux-i686-glibc23/run/mysqld.pid +120120 17:41:47 mysqld ended + + MYSQL IS STOPPED on node9.hanwei.infosphere.emulab.net +Connection to node2 closed by remote host. +Connection to node3 closed by remote host. +Connection to node4 closed by remote host. +Connection to node5 closed by remote host. +Connection to node6 closed by remote host. +Connection to node7 closed by remote host. +Connection to node8 closed by remote host. +Connection to node9 closed by remote host. +End Browsing Only with rubbos.properties_1700 +Processing the results... +scp: /mnt/sdc/hanwei/Rubbos_1_1_1/calc-sarSummary.prl: No such file or directory +bash: line 4: ../calc-sarSummary.prl: No such file or directory +2012-01-20T081237-0700/ +2012-01-20T081237-0700/2012-01-20@10-50-00/ +2012-01-20T081237-0700/2012-01-20@10-50-00/index.html +2012-01-20T081237-0700/2012-01-20@10-50-00/trace_client0.html +2012-01-20T081237-0700/2012-01-20@10-50-00/client2.gz +2012-01-20T081237-0700/2012-01-20@10-50-00/trace_client1.html +2012-01-20T081237-0700/2012-01-20@10-50-00/stat_client1.html +2012-01-20T081237-0700/2012-01-20@10-50-00/trace_client2.html +2012-01-20T081237-0700/2012-01-20@10-50-00/stat_client2.html +2012-01-20T081237-0700/2012-01-20@10-50-00/trace_client3.html +2012-01-20T081237-0700/2012-01-20@10-50-00/stat_client3.html +2012-01-20T081237-0700/2012-01-20@10-50-00/trace_client4.html +2012-01-20T081237-0700/2012-01-20@10-50-00/stat_client4.html +2012-01-20T081237-0700/2012-01-20@10-50-00/perf.html +2012-01-20T081237-0700/2012-01-20@10-50-00/stat_client0.html +2012-01-20T081237-0700/2012-01-20@10-50-00/db_server.gz +2012-01-20T081237-0700/2012-01-20@10-50-00/iostat-node2.hanwei.infosphere.emulab.net-20120120105659.data +2012-01-20T081237-0700/2012-01-20@10-50-00/iostat-node3.hanwei.infosphere.emulab.net-20120120105659.data +2012-01-20T081237-0700/2012-01-20@10-50-00/iostat-node4.hanwei.infosphere.emulab.net-20120120105659.data +2012-01-20T081237-0700/2012-01-20@10-50-00/oprofile_db.log +2012-01-20T081237-0700/2012-01-20@10-50-00/servlets_server.gz +2012-01-20T081237-0700/2012-01-20@10-50-00/iostat-node5.hanwei.infosphere.emulab.net-20120120105659.data +2012-01-20T081237-0700/2012-01-20@10-50-00/iostat-node6.hanwei.infosphere.emulab.net-20120120105659.data +2012-01-20T081237-0700/2012-01-20@10-50-00/iostat-node7.hanwei.infosphere.emulab.net-20120120105659.data +2012-01-20T081237-0700/2012-01-20@10-50-00/oprofile_runtime.log +2012-01-20T081237-0700/2012-01-20@10-50-00/web_server.gz +2012-01-20T081237-0700/2012-01-20@10-50-00/iostat-node8.hanwei.infosphere.emulab.net-20120120105659.data +2012-01-20T081237-0700/2012-01-20@10-50-00/client0.gz +2012-01-20T081237-0700/2012-01-20@10-50-00/iostat-node9.hanwei.infosphere.emulab.net-20120120105659.data +2012-01-20T081237-0700/2012-01-20@10-50-00/client1.gz +2012-01-20T081237-0700/2012-01-20@10-50-00/client3.gz +2012-01-20T081237-0700/2012-01-20@10-50-00/client4.gz +2012-01-20T081237-0700/2012-01-20@11-16-30/ +2012-01-20T081237-0700/2012-01-20@11-16-30/index.html +2012-01-20T081237-0700/2012-01-20@11-16-30/trace_client0.html +2012-01-20T081237-0700/2012-01-20@11-16-30/client1.gz +2012-01-20T081237-0700/2012-01-20@11-16-30/trace_client1.html +2012-01-20T081237-0700/2012-01-20@11-16-30/stat_client1.html +2012-01-20T081237-0700/2012-01-20@11-16-30/trace_client2.html +2012-01-20T081237-0700/2012-01-20@11-16-30/stat_client2.html +2012-01-20T081237-0700/2012-01-20@11-16-30/trace_client3.html +2012-01-20T081237-0700/2012-01-20@11-16-30/stat_client3.html +2012-01-20T081237-0700/2012-01-20@11-16-30/trace_client4.html +2012-01-20T081237-0700/2012-01-20@11-16-30/stat_client4.html +2012-01-20T081237-0700/2012-01-20@11-16-30/perf.html +2012-01-20T081237-0700/2012-01-20@11-16-30/stat_client0.html +2012-01-20T081237-0700/2012-01-20@11-16-30/db_server.gz +2012-01-20T081237-0700/2012-01-20@11-16-30/client2.gz +2012-01-20T081237-0700/2012-01-20@11-16-30/client3.gz +2012-01-20T081237-0700/2012-01-20@11-16-30/oprofile_db.log +2012-01-20T081237-0700/2012-01-20@11-16-30/client4.gz +2012-01-20T081237-0700/2012-01-20@11-16-30/iostat-node2.hanwei.infosphere.emulab.net-20120120112330.data +2012-01-20T081237-0700/2012-01-20@11-16-30/iostat-node3.hanwei.infosphere.emulab.net-20120120112330.data +2012-01-20T081237-0700/2012-01-20@11-16-30/servlets_server.gz +2012-01-20T081237-0700/2012-01-20@11-16-30/iostat-node4.hanwei.infosphere.emulab.net-20120120112330.data +2012-01-20T081237-0700/2012-01-20@11-16-30/iostat-node5.hanwei.infosphere.emulab.net-20120120112330.data +2012-01-20T081237-0700/2012-01-20@11-16-30/iostat-node6.hanwei.infosphere.emulab.net-20120120112330.data +2012-01-20T081237-0700/2012-01-20@11-16-30/oprofile_runtime.log +2012-01-20T081237-0700/2012-01-20@11-16-30/web_server.gz +2012-01-20T081237-0700/2012-01-20@11-16-30/iostat-node7.hanwei.infosphere.emulab.net-20120120112330.data +2012-01-20T081237-0700/2012-01-20@11-16-30/iostat-node8.hanwei.infosphere.emulab.net-20120120112330.data +2012-01-20T081237-0700/2012-01-20@11-16-30/iostat-node9.hanwei.infosphere.emulab.net-20120120112330.data +2012-01-20T081237-0700/2012-01-20@11-16-30/client0.gz +2012-01-20T081237-0700/2012-01-20@11-42-29/ +2012-01-20T081237-0700/2012-01-20@11-42-29/index.html +2012-01-20T081237-0700/2012-01-20@11-42-29/trace_client0.html +2012-01-20T081237-0700/2012-01-20@11-42-29/client2.gz +2012-01-20T081237-0700/2012-01-20@11-42-29/trace_client1.html +2012-01-20T081237-0700/2012-01-20@11-42-29/stat_client1.html +2012-01-20T081237-0700/2012-01-20@11-42-29/trace_client2.html +2012-01-20T081237-0700/2012-01-20@11-42-29/stat_client2.html +2012-01-20T081237-0700/2012-01-20@11-42-29/trace_client3.html +2012-01-20T081237-0700/2012-01-20@11-42-29/stat_client3.html +2012-01-20T081237-0700/2012-01-20@11-42-29/trace_client4.html +2012-01-20T081237-0700/2012-01-20@11-42-29/stat_client4.html +2012-01-20T081237-0700/2012-01-20@11-42-29/perf.html +2012-01-20T081237-0700/2012-01-20@11-42-29/stat_client0.html +2012-01-20T081237-0700/2012-01-20@11-42-29/db_server.gz +2012-01-20T081237-0700/2012-01-20@11-42-29/client3.gz +2012-01-20T081237-0700/2012-01-20@11-42-29/iostat-node2.hanwei.infosphere.emulab.net-20120120114929.data +2012-01-20T081237-0700/2012-01-20@11-42-29/iostat-node3.hanwei.infosphere.emulab.net-20120120114929.data +2012-01-20T081237-0700/2012-01-20@11-42-29/iostat-node4.hanwei.infosphere.emulab.net-20120120114929.data +2012-01-20T081237-0700/2012-01-20@11-42-29/servlets_server.gz +2012-01-20T081237-0700/2012-01-20@11-42-29/iostat-node5.hanwei.infosphere.emulab.net-20120120114929.data +2012-01-20T081237-0700/2012-01-20@11-42-29/iostat-node6.hanwei.infosphere.emulab.net-20120120114929.data +2012-01-20T081237-0700/2012-01-20@11-42-29/iostat-node7.hanwei.infosphere.emulab.net-20120120114929.data +2012-01-20T081237-0700/2012-01-20@11-42-29/oprofile_db.log +2012-01-20T081237-0700/2012-01-20@11-42-29/web_server.gz +2012-01-20T081237-0700/2012-01-20@11-42-29/iostat-node8.hanwei.infosphere.emulab.net-20120120114929.data +2012-01-20T081237-0700/2012-01-20@11-42-29/oprofile_runtime.log +2012-01-20T081237-0700/2012-01-20@11-42-29/client0.gz +2012-01-20T081237-0700/2012-01-20@11-42-29/iostat-node9.hanwei.infosphere.emulab.net-20120120114929.data +2012-01-20T081237-0700/2012-01-20@11-42-29/client1.gz +2012-01-20T081237-0700/2012-01-20@11-42-29/client4.gz +2012-01-20T081237-0700/2012-01-20@12-08-10/ +2012-01-20T081237-0700/2012-01-20@12-08-10/index.html +2012-01-20T081237-0700/2012-01-20@12-08-10/trace_client0.html +2012-01-20T081237-0700/2012-01-20@12-08-10/client0.gz +2012-01-20T081237-0700/2012-01-20@12-08-10/trace_client1.html +2012-01-20T081237-0700/2012-01-20@12-08-10/stat_client1.html +2012-01-20T081237-0700/2012-01-20@12-08-10/trace_client2.html +2012-01-20T081237-0700/2012-01-20@12-08-10/stat_client2.html +2012-01-20T081237-0700/2012-01-20@12-08-10/trace_client3.html +2012-01-20T081237-0700/2012-01-20@12-08-10/stat_client3.html +2012-01-20T081237-0700/2012-01-20@12-08-10/trace_client4.html +2012-01-20T081237-0700/2012-01-20@12-08-10/stat_client4.html +2012-01-20T081237-0700/2012-01-20@12-08-10/perf.html +2012-01-20T081237-0700/2012-01-20@12-08-10/stat_client0.html +2012-01-20T081237-0700/2012-01-20@12-08-10/db_server.gz +2012-01-20T081237-0700/2012-01-20@12-08-10/client3.gz +2012-01-20T081237-0700/2012-01-20@12-08-10/client2.gz +2012-01-20T081237-0700/2012-01-20@12-08-10/client4.gz +2012-01-20T081237-0700/2012-01-20@12-08-10/iostat-node2.hanwei.infosphere.emulab.net-20120120121510.data +2012-01-20T081237-0700/2012-01-20@12-08-10/iostat-node3.hanwei.infosphere.emulab.net-20120120121510.data +2012-01-20T081237-0700/2012-01-20@12-08-10/oprofile_db.log +2012-01-20T081237-0700/2012-01-20@12-08-10/servlets_server.gz +2012-01-20T081237-0700/2012-01-20@12-08-10/iostat-node4.hanwei.infosphere.emulab.net-20120120121510.data +2012-01-20T081237-0700/2012-01-20@12-08-10/iostat-node5.hanwei.infosphere.emulab.net-20120120121510.data +2012-01-20T081237-0700/2012-01-20@12-08-10/iostat-node6.hanwei.infosphere.emulab.net-20120120121510.data +2012-01-20T081237-0700/2012-01-20@12-08-10/oprofile_runtime.log +2012-01-20T081237-0700/2012-01-20@12-08-10/web_server.gz +2012-01-20T081237-0700/2012-01-20@12-08-10/iostat-node7.hanwei.infosphere.emulab.net-20120120121510.data +2012-01-20T081237-0700/2012-01-20@12-08-10/iostat-node8.hanwei.infosphere.emulab.net-20120120121510.data +2012-01-20T081237-0700/2012-01-20@12-08-10/client1.gz +2012-01-20T081237-0700/2012-01-20@12-08-10/iostat-node9.hanwei.infosphere.emulab.net-20120120121510.data +2012-01-20T081237-0700/2012-01-20@12-33-53/ +2012-01-20T081237-0700/2012-01-20@12-33-53/index.html +2012-01-20T081237-0700/2012-01-20@12-33-53/trace_client0.html +2012-01-20T081237-0700/2012-01-20@12-33-53/client0.gz +2012-01-20T081237-0700/2012-01-20@12-33-53/trace_client1.html +2012-01-20T081237-0700/2012-01-20@12-33-53/stat_client1.html +2012-01-20T081237-0700/2012-01-20@12-33-53/trace_client2.html +2012-01-20T081237-0700/2012-01-20@12-33-53/stat_client2.html +2012-01-20T081237-0700/2012-01-20@12-33-53/trace_client3.html +2012-01-20T081237-0700/2012-01-20@12-33-53/stat_client3.html +2012-01-20T081237-0700/2012-01-20@12-33-53/trace_client4.html +2012-01-20T081237-0700/2012-01-20@12-33-53/stat_client4.html +2012-01-20T081237-0700/2012-01-20@12-33-53/perf.html +2012-01-20T081237-0700/2012-01-20@12-33-53/stat_client0.html +2012-01-20T081237-0700/2012-01-20@12-33-53/db_server.gz +2012-01-20T081237-0700/2012-01-20@12-33-53/client3.gz +2012-01-20T081237-0700/2012-01-20@12-33-53/client2.gz +2012-01-20T081237-0700/2012-01-20@12-33-53/client4.gz +2012-01-20T081237-0700/2012-01-20@12-33-53/iostat-node2.hanwei.infosphere.emulab.net-20120120124052.data +2012-01-20T081237-0700/2012-01-20@12-33-53/iostat-node3.hanwei.infosphere.emulab.net-20120120124052.data +2012-01-20T081237-0700/2012-01-20@12-33-53/oprofile_db.log +2012-01-20T081237-0700/2012-01-20@12-33-53/servlets_server.gz +2012-01-20T081237-0700/2012-01-20@12-33-53/iostat-node4.hanwei.infosphere.emulab.net-20120120124052.data +2012-01-20T081237-0700/2012-01-20@12-33-53/iostat-node5.hanwei.infosphere.emulab.net-20120120124052.data +2012-01-20T081237-0700/2012-01-20@12-33-53/iostat-node6.hanwei.infosphere.emulab.net-20120120124052.data +2012-01-20T081237-0700/2012-01-20@12-33-53/oprofile_runtime.log +2012-01-20T081237-0700/2012-01-20@12-33-53/web_server.gz +2012-01-20T081237-0700/2012-01-20@12-33-53/iostat-node7.hanwei.infosphere.emulab.net-20120120124052.data +2012-01-20T081237-0700/2012-01-20@12-33-53/iostat-node8.hanwei.infosphere.emulab.net-20120120124052.data +2012-01-20T081237-0700/2012-01-20@12-33-53/client1.gz +2012-01-20T081237-0700/2012-01-20@12-33-53/iostat-node9.hanwei.infosphere.emulab.net-20120120124052.data +2012-01-20T081237-0700/2012-01-20@12-59-33/ +2012-01-20T081237-0700/2012-01-20@12-59-33/index.html +2012-01-20T081237-0700/2012-01-20@12-59-33/trace_client0.html +2012-01-20T081237-0700/2012-01-20@12-59-33/client1.gz +2012-01-20T081237-0700/2012-01-20@12-59-33/trace_client1.html +2012-01-20T081237-0700/2012-01-20@12-59-33/stat_client1.html +2012-01-20T081237-0700/2012-01-20@12-59-33/trace_client2.html +2012-01-20T081237-0700/2012-01-20@12-59-33/stat_client2.html +2012-01-20T081237-0700/2012-01-20@12-59-33/trace_client3.html +2012-01-20T081237-0700/2012-01-20@12-59-33/stat_client3.html +2012-01-20T081237-0700/2012-01-20@12-59-33/trace_client4.html +2012-01-20T081237-0700/2012-01-20@12-59-33/stat_client4.html +2012-01-20T081237-0700/2012-01-20@12-59-33/perf.html +2012-01-20T081237-0700/2012-01-20@12-59-33/stat_client0.html +2012-01-20T081237-0700/2012-01-20@12-59-33/db_server.gz +2012-01-20T081237-0700/2012-01-20@12-59-33/client2.gz +2012-01-20T081237-0700/2012-01-20@12-59-33/client3.gz +2012-01-20T081237-0700/2012-01-20@12-59-33/client4.gz +2012-01-20T081237-0700/2012-01-20@12-59-33/iostat-node2.hanwei.infosphere.emulab.net-20120120130633.data +2012-01-20T081237-0700/2012-01-20@12-59-33/iostat-node3.hanwei.infosphere.emulab.net-20120120130633.data +2012-01-20T081237-0700/2012-01-20@12-59-33/oprofile_db.log +2012-01-20T081237-0700/2012-01-20@12-59-33/servlets_server.gz +2012-01-20T081237-0700/2012-01-20@12-59-33/iostat-node4.hanwei.infosphere.emulab.net-20120120130633.data +2012-01-20T081237-0700/2012-01-20@12-59-33/iostat-node5.hanwei.infosphere.emulab.net-20120120130633.data +2012-01-20T081237-0700/2012-01-20@12-59-33/iostat-node6.hanwei.infosphere.emulab.net-20120120130633.data +2012-01-20T081237-0700/2012-01-20@12-59-33/oprofile_runtime.log +2012-01-20T081237-0700/2012-01-20@12-59-33/web_server.gz +2012-01-20T081237-0700/2012-01-20@12-59-33/iostat-node7.hanwei.infosphere.emulab.net-20120120130633.data +2012-01-20T081237-0700/2012-01-20@12-59-33/iostat-node8.hanwei.infosphere.emulab.net-20120120130633.data +2012-01-20T081237-0700/2012-01-20@12-59-33/iostat-node9.hanwei.infosphere.emulab.net-20120120130633.data +2012-01-20T081237-0700/2012-01-20@12-59-33/client0.gz +2012-01-20T081237-0700/2012-01-20@13-25-16/ +2012-01-20T081237-0700/2012-01-20@13-25-16/index.html +2012-01-20T081237-0700/2012-01-20@13-25-16/trace_client0.html +2012-01-20T081237-0700/2012-01-20@13-25-16/client0.gz +2012-01-20T081237-0700/2012-01-20@13-25-16/trace_client1.html +2012-01-20T081237-0700/2012-01-20@13-25-16/stat_client1.html +2012-01-20T081237-0700/2012-01-20@13-25-16/trace_client2.html +2012-01-20T081237-0700/2012-01-20@13-25-16/stat_client2.html +2012-01-20T081237-0700/2012-01-20@13-25-16/trace_client3.html +2012-01-20T081237-0700/2012-01-20@13-25-16/stat_client3.html +2012-01-20T081237-0700/2012-01-20@13-25-16/trace_client4.html +2012-01-20T081237-0700/2012-01-20@13-25-16/stat_client4.html +2012-01-20T081237-0700/2012-01-20@13-25-16/perf.html +2012-01-20T081237-0700/2012-01-20@13-25-16/stat_client0.html +2012-01-20T081237-0700/2012-01-20@13-25-16/db_server.gz +2012-01-20T081237-0700/2012-01-20@13-25-16/client1.gz +2012-01-20T081237-0700/2012-01-20@13-25-16/client3.gz +2012-01-20T081237-0700/2012-01-20@13-25-16/client4.gz +2012-01-20T081237-0700/2012-01-20@13-25-16/iostat-node2.hanwei.infosphere.emulab.net-20120120133215.data +2012-01-20T081237-0700/2012-01-20@13-25-16/iostat-node3.hanwei.infosphere.emulab.net-20120120133215.data +2012-01-20T081237-0700/2012-01-20@13-25-16/oprofile_db.log +2012-01-20T081237-0700/2012-01-20@13-25-16/servlets_server.gz +2012-01-20T081237-0700/2012-01-20@13-25-16/iostat-node4.hanwei.infosphere.emulab.net-20120120133215.data +2012-01-20T081237-0700/2012-01-20@13-25-16/iostat-node5.hanwei.infosphere.emulab.net-20120120133215.data +2012-01-20T081237-0700/2012-01-20@13-25-16/iostat-node6.hanwei.infosphere.emulab.net-20120120133215.data +2012-01-20T081237-0700/2012-01-20@13-25-16/oprofile_runtime.log +2012-01-20T081237-0700/2012-01-20@13-25-16/web_server.gz +2012-01-20T081237-0700/2012-01-20@13-25-16/iostat-node7.hanwei.infosphere.emulab.net-20120120133215.data +2012-01-20T081237-0700/2012-01-20@13-25-16/iostat-node8.hanwei.infosphere.emulab.net-20120120133215.data +2012-01-20T081237-0700/2012-01-20@13-25-16/iostat-node9.hanwei.infosphere.emulab.net-20120120133215.data +2012-01-20T081237-0700/2012-01-20@13-25-16/client2.gz +2012-01-20T081237-0700/2012-01-20@13-50-58/ +2012-01-20T081237-0700/2012-01-20@13-50-58/index.html +2012-01-20T081237-0700/2012-01-20@13-50-58/trace_client0.html +2012-01-20T081237-0700/2012-01-20@13-50-58/client0.gz +2012-01-20T081237-0700/2012-01-20@13-50-58/trace_client1.html +2012-01-20T081237-0700/2012-01-20@13-50-58/stat_client1.html +2012-01-20T081237-0700/2012-01-20@13-50-58/trace_client2.html +2012-01-20T081237-0700/2012-01-20@13-50-58/stat_client2.html +2012-01-20T081237-0700/2012-01-20@13-50-58/trace_client3.html +2012-01-20T081237-0700/2012-01-20@13-50-58/stat_client3.html +2012-01-20T081237-0700/2012-01-20@13-50-58/trace_client4.html +2012-01-20T081237-0700/2012-01-20@13-50-58/stat_client4.html +2012-01-20T081237-0700/2012-01-20@13-50-58/perf.html +2012-01-20T081237-0700/2012-01-20@13-50-58/stat_client0.html +2012-01-20T081237-0700/2012-01-20@13-50-58/db_server.gz +2012-01-20T081237-0700/2012-01-20@13-50-58/client1.gz +2012-01-20T081237-0700/2012-01-20@13-50-58/client2.gz +2012-01-20T081237-0700/2012-01-20@13-50-58/iostat-node2.hanwei.infosphere.emulab.net-20120120135757.data +2012-01-20T081237-0700/2012-01-20@13-50-58/iostat-node3.hanwei.infosphere.emulab.net-20120120135757.data +2012-01-20T081237-0700/2012-01-20@13-50-58/oprofile_db.log +2012-01-20T081237-0700/2012-01-20@13-50-58/oprofile_runtime.log +2012-01-20T081237-0700/2012-01-20@13-50-58/servlets_server.gz +2012-01-20T081237-0700/2012-01-20@13-50-58/iostat-node4.hanwei.infosphere.emulab.net-20120120135757.data +2012-01-20T081237-0700/2012-01-20@13-50-58/iostat-node5.hanwei.infosphere.emulab.net-20120120135757.data +2012-01-20T081237-0700/2012-01-20@13-50-58/iostat-node6.hanwei.infosphere.emulab.net-20120120135757.data +2012-01-20T081237-0700/2012-01-20@13-50-58/web_server.gz +2012-01-20T081237-0700/2012-01-20@13-50-58/iostat-node7.hanwei.infosphere.emulab.net-20120120135757.data +2012-01-20T081237-0700/2012-01-20@13-50-58/iostat-node8.hanwei.infosphere.emulab.net-20120120135757.data +2012-01-20T081237-0700/2012-01-20@13-50-58/iostat-node9.hanwei.infosphere.emulab.net-20120120135757.data +2012-01-20T081237-0700/2012-01-20@13-50-58/client3.gz +2012-01-20T081237-0700/2012-01-20@13-50-58/client4.gz +2012-01-20T081237-0700/2012-01-20@14-16-42/ +2012-01-20T081237-0700/2012-01-20@14-16-42/index.html +2012-01-20T081237-0700/2012-01-20@14-16-42/trace_client0.html +2012-01-20T081237-0700/2012-01-20@14-16-42/client0.gz +2012-01-20T081237-0700/2012-01-20@14-16-42/trace_client1.html +2012-01-20T081237-0700/2012-01-20@14-16-42/stat_client1.html +2012-01-20T081237-0700/2012-01-20@14-16-42/trace_client2.html +2012-01-20T081237-0700/2012-01-20@14-16-42/stat_client2.html +2012-01-20T081237-0700/2012-01-20@14-16-42/trace_client3.html +2012-01-20T081237-0700/2012-01-20@14-16-42/stat_client3.html +2012-01-20T081237-0700/2012-01-20@14-16-42/trace_client4.html +2012-01-20T081237-0700/2012-01-20@14-16-42/stat_client4.html +2012-01-20T081237-0700/2012-01-20@14-16-42/perf.html +2012-01-20T081237-0700/2012-01-20@14-16-42/stat_client0.html +2012-01-20T081237-0700/2012-01-20@14-16-42/db_server.gz +2012-01-20T081237-0700/2012-01-20@14-16-42/client1.gz +2012-01-20T081237-0700/2012-01-20@14-16-42/client2.gz +2012-01-20T081237-0700/2012-01-20@14-16-42/client4.gz +2012-01-20T081237-0700/2012-01-20@14-16-42/iostat-node2.hanwei.infosphere.emulab.net-20120120142342.data +2012-01-20T081237-0700/2012-01-20@14-16-42/iostat-node3.hanwei.infosphere.emulab.net-20120120142342.data +2012-01-20T081237-0700/2012-01-20@14-16-42/oprofile_db.log +2012-01-20T081237-0700/2012-01-20@14-16-42/servlets_server.gz +2012-01-20T081237-0700/2012-01-20@14-16-42/iostat-node4.hanwei.infosphere.emulab.net-20120120142342.data +2012-01-20T081237-0700/2012-01-20@14-16-42/iostat-node5.hanwei.infosphere.emulab.net-20120120142342.data +2012-01-20T081237-0700/2012-01-20@14-16-42/iostat-node6.hanwei.infosphere.emulab.net-20120120142342.data +2012-01-20T081237-0700/2012-01-20@14-16-42/oprofile_runtime.log +2012-01-20T081237-0700/2012-01-20@14-16-42/web_server.gz +2012-01-20T081237-0700/2012-01-20@14-16-42/iostat-node7.hanwei.infosphere.emulab.net-20120120142342.data +2012-01-20T081237-0700/2012-01-20@14-16-42/iostat-node8.hanwei.infosphere.emulab.net-20120120142342.data +2012-01-20T081237-0700/2012-01-20@14-16-42/iostat-node9.hanwei.infosphere.emulab.net-20120120142342.data +2012-01-20T081237-0700/2012-01-20@14-16-42/client3.gz +2012-01-20T081237-0700/2012-01-20@14-42-25/ +2012-01-20T081237-0700/2012-01-20@14-42-25/index.html +2012-01-20T081237-0700/2012-01-20@14-42-25/trace_client0.html +2012-01-20T081237-0700/2012-01-20@14-42-25/client0.gz +2012-01-20T081237-0700/2012-01-20@14-42-25/trace_client1.html +2012-01-20T081237-0700/2012-01-20@14-42-25/stat_client1.html +2012-01-20T081237-0700/2012-01-20@14-42-25/trace_client2.html +2012-01-20T081237-0700/2012-01-20@14-42-25/stat_client2.html +2012-01-20T081237-0700/2012-01-20@14-42-25/trace_client3.html +2012-01-20T081237-0700/2012-01-20@14-42-25/stat_client3.html +2012-01-20T081237-0700/2012-01-20@14-42-25/trace_client4.html +2012-01-20T081237-0700/2012-01-20@14-42-25/stat_client4.html +2012-01-20T081237-0700/2012-01-20@14-42-25/perf.html +2012-01-20T081237-0700/2012-01-20@14-42-25/stat_client0.html +2012-01-20T081237-0700/2012-01-20@14-42-25/db_server.gz +2012-01-20T081237-0700/2012-01-20@14-42-25/client1.gz +2012-01-20T081237-0700/2012-01-20@14-42-25/client3.gz +2012-01-20T081237-0700/2012-01-20@14-42-25/client4.gz +2012-01-20T081237-0700/2012-01-20@14-42-25/iostat-node2.hanwei.infosphere.emulab.net-20120120144925.data +2012-01-20T081237-0700/2012-01-20@14-42-25/iostat-node3.hanwei.infosphere.emulab.net-20120120144925.data +2012-01-20T081237-0700/2012-01-20@14-42-25/oprofile_db.log +2012-01-20T081237-0700/2012-01-20@14-42-25/servlets_server.gz +2012-01-20T081237-0700/2012-01-20@14-42-25/iostat-node4.hanwei.infosphere.emulab.net-20120120144925.data +2012-01-20T081237-0700/2012-01-20@14-42-25/iostat-node5.hanwei.infosphere.emulab.net-20120120144925.data +2012-01-20T081237-0700/2012-01-20@14-42-25/iostat-node6.hanwei.infosphere.emulab.net-20120120144925.data +2012-01-20T081237-0700/2012-01-20@14-42-25/oprofile_runtime.log +2012-01-20T081237-0700/2012-01-20@14-42-25/web_server.gz +2012-01-20T081237-0700/2012-01-20@14-42-25/iostat-node7.hanwei.infosphere.emulab.net-20120120144925.data +2012-01-20T081237-0700/2012-01-20@14-42-25/iostat-node8.hanwei.infosphere.emulab.net-20120120144925.data +2012-01-20T081237-0700/2012-01-20@14-42-25/iostat-node9.hanwei.infosphere.emulab.net-20120120144925.data +2012-01-20T081237-0700/2012-01-20@14-42-25/client2.gz +2012-01-20T081237-0700/2012-01-20@15-08-15/ +2012-01-20T081237-0700/2012-01-20@15-08-15/index.html +2012-01-20T081237-0700/2012-01-20@15-08-15/trace_client0.html +2012-01-20T081237-0700/2012-01-20@15-08-15/client0.gz +2012-01-20T081237-0700/2012-01-20@15-08-15/trace_client1.html +2012-01-20T081237-0700/2012-01-20@15-08-15/stat_client1.html +2012-01-20T081237-0700/2012-01-20@15-08-15/trace_client2.html +2012-01-20T081237-0700/2012-01-20@15-08-15/stat_client2.html +2012-01-20T081237-0700/2012-01-20@15-08-15/trace_client3.html +2012-01-20T081237-0700/2012-01-20@15-08-15/stat_client3.html +2012-01-20T081237-0700/2012-01-20@15-08-15/trace_client4.html +2012-01-20T081237-0700/2012-01-20@15-08-15/stat_client4.html +2012-01-20T081237-0700/2012-01-20@15-08-15/perf.html +2012-01-20T081237-0700/2012-01-20@15-08-15/stat_client0.html +2012-01-20T081237-0700/2012-01-20@15-08-15/db_server.gz +2012-01-20T081237-0700/2012-01-20@15-08-15/oprofile_db.log +2012-01-20T081237-0700/2012-01-20@15-08-15/client2.gz +2012-01-20T081237-0700/2012-01-20@15-08-15/client3.gz +2012-01-20T081237-0700/2012-01-20@15-08-15/iostat-node2.hanwei.infosphere.emulab.net-20120120151514.data +2012-01-20T081237-0700/2012-01-20@15-08-15/iostat-node3.hanwei.infosphere.emulab.net-20120120151514.data +2012-01-20T081237-0700/2012-01-20@15-08-15/oprofile_runtime.log +2012-01-20T081237-0700/2012-01-20@15-08-15/servlets_server.gz +2012-01-20T081237-0700/2012-01-20@15-08-15/iostat-node4.hanwei.infosphere.emulab.net-20120120151514.data +2012-01-20T081237-0700/2012-01-20@15-08-15/iostat-node5.hanwei.infosphere.emulab.net-20120120151514.data +2012-01-20T081237-0700/2012-01-20@15-08-15/iostat-node6.hanwei.infosphere.emulab.net-20120120151514.data +2012-01-20T081237-0700/2012-01-20@15-08-15/web_server.gz +2012-01-20T081237-0700/2012-01-20@15-08-15/iostat-node7.hanwei.infosphere.emulab.net-20120120151514.data +2012-01-20T081237-0700/2012-01-20@15-08-15/iostat-node8.hanwei.infosphere.emulab.net-20120120151514.data +2012-01-20T081237-0700/2012-01-20@15-08-15/client1.gz +2012-01-20T081237-0700/2012-01-20@15-08-15/iostat-node9.hanwei.infosphere.emulab.net-20120120151514.data +2012-01-20T081237-0700/2012-01-20@15-08-15/client4.gz +2012-01-20T081237-0700/2012-01-20@15-34-14/ +2012-01-20T081237-0700/2012-01-20@15-34-14/index.html +2012-01-20T081237-0700/2012-01-20@15-34-14/trace_client0.html +2012-01-20T081237-0700/2012-01-20@15-34-14/client1.gz +2012-01-20T081237-0700/2012-01-20@15-34-14/trace_client1.html +2012-01-20T081237-0700/2012-01-20@15-34-14/stat_client1.html +2012-01-20T081237-0700/2012-01-20@15-34-14/trace_client2.html +2012-01-20T081237-0700/2012-01-20@15-34-14/stat_client2.html +2012-01-20T081237-0700/2012-01-20@15-34-14/trace_client3.html +2012-01-20T081237-0700/2012-01-20@15-34-14/stat_client3.html +2012-01-20T081237-0700/2012-01-20@15-34-14/trace_client4.html +2012-01-20T081237-0700/2012-01-20@15-34-14/stat_client4.html +2012-01-20T081237-0700/2012-01-20@15-34-14/perf.html +2012-01-20T081237-0700/2012-01-20@15-34-14/stat_client0.html +2012-01-20T081237-0700/2012-01-20@15-34-14/db_server.gz +2012-01-20T081237-0700/2012-01-20@15-34-14/client2.gz +2012-01-20T081237-0700/2012-01-20@15-34-14/client3.gz +2012-01-20T081237-0700/2012-01-20@15-34-14/oprofile_db.log +2012-01-20T081237-0700/2012-01-20@15-34-14/client4.gz +2012-01-20T081237-0700/2012-01-20@15-34-14/iostat-node2.hanwei.infosphere.emulab.net-20120120154113.data +2012-01-20T081237-0700/2012-01-20@15-34-14/iostat-node3.hanwei.infosphere.emulab.net-20120120154113.data +2012-01-20T081237-0700/2012-01-20@15-34-14/servlets_server.gz +2012-01-20T081237-0700/2012-01-20@15-34-14/iostat-node4.hanwei.infosphere.emulab.net-20120120154113.data +2012-01-20T081237-0700/2012-01-20@15-34-14/iostat-node5.hanwei.infosphere.emulab.net-20120120154113.data +2012-01-20T081237-0700/2012-01-20@15-34-14/iostat-node6.hanwei.infosphere.emulab.net-20120120154113.data +2012-01-20T081237-0700/2012-01-20@15-34-14/oprofile_runtime.log +2012-01-20T081237-0700/2012-01-20@15-34-14/web_server.gz +2012-01-20T081237-0700/2012-01-20@15-34-14/iostat-node7.hanwei.infosphere.emulab.net-20120120154113.data +2012-01-20T081237-0700/2012-01-20@15-34-14/iostat-node8.hanwei.infosphere.emulab.net-20120120154113.data +2012-01-20T081237-0700/2012-01-20@15-34-14/iostat-node9.hanwei.infosphere.emulab.net-20120120154113.data +2012-01-20T081237-0700/2012-01-20@15-34-14/client0.gz +2012-01-20T081237-0700/2012-01-20@16-00-32/ +2012-01-20T081237-0700/2012-01-20@16-00-32/index.html +2012-01-20T081237-0700/2012-01-20@16-00-32/trace_client0.html +2012-01-20T081237-0700/2012-01-20@16-00-32/client1.gz +2012-01-20T081237-0700/2012-01-20@16-00-32/trace_client1.html +2012-01-20T081237-0700/2012-01-20@16-00-32/stat_client1.html +2012-01-20T081237-0700/2012-01-20@16-00-32/trace_client2.html +2012-01-20T081237-0700/2012-01-20@16-00-32/stat_client2.html +2012-01-20T081237-0700/2012-01-20@16-00-32/trace_client3.html +2012-01-20T081237-0700/2012-01-20@16-00-32/stat_client3.html +2012-01-20T081237-0700/2012-01-20@16-00-32/trace_client4.html +2012-01-20T081237-0700/2012-01-20@16-00-32/stat_client4.html +2012-01-20T081237-0700/2012-01-20@16-00-32/perf.html +2012-01-20T081237-0700/2012-01-20@16-00-32/stat_client0.html +2012-01-20T081237-0700/2012-01-20@16-00-32/db_server.gz +2012-01-20T081237-0700/2012-01-20@16-00-32/client2.gz +2012-01-20T081237-0700/2012-01-20@16-00-32/client3.gz +2012-01-20T081237-0700/2012-01-20@16-00-32/client4.gz +2012-01-20T081237-0700/2012-01-20@16-00-32/iostat-node2.hanwei.infosphere.emulab.net-20120120160732.data +2012-01-20T081237-0700/2012-01-20@16-00-32/iostat-node3.hanwei.infosphere.emulab.net-20120120160732.data +2012-01-20T081237-0700/2012-01-20@16-00-32/oprofile_db.log +2012-01-20T081237-0700/2012-01-20@16-00-32/servlets_server.gz +2012-01-20T081237-0700/2012-01-20@16-00-32/iostat-node4.hanwei.infosphere.emulab.net-20120120160732.data +2012-01-20T081237-0700/2012-01-20@16-00-32/iostat-node5.hanwei.infosphere.emulab.net-20120120160732.data +2012-01-20T081237-0700/2012-01-20@16-00-32/iostat-node6.hanwei.infosphere.emulab.net-20120120160732.data +2012-01-20T081237-0700/2012-01-20@16-00-32/oprofile_runtime.log +2012-01-20T081237-0700/2012-01-20@16-00-32/web_server.gz +2012-01-20T081237-0700/2012-01-20@16-00-32/iostat-node7.hanwei.infosphere.emulab.net-20120120160732.data +2012-01-20T081237-0700/2012-01-20@16-00-32/iostat-node8.hanwei.infosphere.emulab.net-20120120160732.data +2012-01-20T081237-0700/2012-01-20@16-00-32/iostat-node9.hanwei.infosphere.emulab.net-20120120160732.data +2012-01-20T081237-0700/2012-01-20@16-00-32/client0.gz +2012-01-20T081237-0700/2012-01-20@16-27-15/ +2012-01-20T081237-0700/2012-01-20@16-27-15/index.html +2012-01-20T081237-0700/2012-01-20@16-27-15/trace_client0.html +2012-01-20T081237-0700/2012-01-20@16-27-15/client0.gz +2012-01-20T081237-0700/2012-01-20@16-27-15/trace_client1.html +2012-01-20T081237-0700/2012-01-20@16-27-15/stat_client1.html +2012-01-20T081237-0700/2012-01-20@16-27-15/trace_client2.html +2012-01-20T081237-0700/2012-01-20@16-27-15/stat_client2.html +2012-01-20T081237-0700/2012-01-20@16-27-15/trace_client3.html +2012-01-20T081237-0700/2012-01-20@16-27-15/stat_client3.html +2012-01-20T081237-0700/2012-01-20@16-27-15/trace_client4.html +2012-01-20T081237-0700/2012-01-20@16-27-15/stat_client4.html +2012-01-20T081237-0700/2012-01-20@16-27-15/perf.html +2012-01-20T081237-0700/2012-01-20@16-27-15/stat_client0.html +2012-01-20T081237-0700/2012-01-20@16-27-15/oprofile_db.log +2012-01-20T081237-0700/2012-01-20@16-27-15/oprofile_runtime.log +2012-01-20T081237-0700/2012-01-20@16-27-15/client4.gz +2012-01-20T081237-0700/2012-01-20@16-27-15/iostat-node2.hanwei.infosphere.emulab.net-20120120163415.data +2012-01-20T081237-0700/2012-01-20@16-27-15/iostat-node3.hanwei.infosphere.emulab.net-20120120163415.data +2012-01-20T081237-0700/2012-01-20@16-27-15/iostat-node4.hanwei.infosphere.emulab.net-20120120163415.data +2012-01-20T081237-0700/2012-01-20@16-27-15/iostat-node5.hanwei.infosphere.emulab.net-20120120163415.data +2012-01-20T081237-0700/2012-01-20@16-27-15/iostat-node6.hanwei.infosphere.emulab.net-20120120163415.data +2012-01-20T081237-0700/2012-01-20@16-27-15/iostat-node7.hanwei.infosphere.emulab.net-20120120163415.data +2012-01-20T081237-0700/2012-01-20@16-27-15/db_server.gz +2012-01-20T081237-0700/2012-01-20@16-27-15/web_server.gz +2012-01-20T081237-0700/2012-01-20@16-27-15/iostat-node8.hanwei.infosphere.emulab.net-20120120163415.data +2012-01-20T081237-0700/2012-01-20@16-27-15/servlets_server.gz +2012-01-20T081237-0700/2012-01-20@16-27-15/client1.gz +2012-01-20T081237-0700/2012-01-20@16-27-15/iostat-node9.hanwei.infosphere.emulab.net-20120120163415.data +2012-01-20T081237-0700/2012-01-20@16-27-15/client2.gz +2012-01-20T081237-0700/2012-01-20@16-27-15/client3.gz +2012-01-20T081237-0700/2012-01-20@16-53-08/ +2012-01-20T081237-0700/2012-01-20@16-53-08/index.html +2012-01-20T081237-0700/2012-01-20@16-53-08/trace_client0.html +2012-01-20T081237-0700/2012-01-20@16-53-08/client0.gz +2012-01-20T081237-0700/2012-01-20@16-53-08/trace_client1.html +2012-01-20T081237-0700/2012-01-20@16-53-08/stat_client1.html +2012-01-20T081237-0700/2012-01-20@16-53-08/trace_client2.html +2012-01-20T081237-0700/2012-01-20@16-53-08/stat_client2.html +2012-01-20T081237-0700/2012-01-20@16-53-08/trace_client3.html +2012-01-20T081237-0700/2012-01-20@16-53-08/stat_client3.html +2012-01-20T081237-0700/2012-01-20@16-53-08/trace_client4.html +2012-01-20T081237-0700/2012-01-20@16-53-08/stat_client4.html +2012-01-20T081237-0700/2012-01-20@16-53-08/perf.html +2012-01-20T081237-0700/2012-01-20@16-53-08/stat_client0.html +2012-01-20T081237-0700/2012-01-20@16-53-08/db_server.gz +2012-01-20T081237-0700/2012-01-20@16-53-08/client1.gz +2012-01-20T081237-0700/2012-01-20@16-53-08/client2.gz +2012-01-20T081237-0700/2012-01-20@16-53-08/client3.gz +2012-01-20T081237-0700/2012-01-20@16-53-08/client4.gz +2012-01-20T081237-0700/2012-01-20@16-53-08/iostat-node2.hanwei.infosphere.emulab.net-20120120170007.data +2012-01-20T081237-0700/2012-01-20@16-53-08/iostat-node3.hanwei.infosphere.emulab.net-20120120170007.data +2012-01-20T081237-0700/2012-01-20@16-53-08/oprofile_db.log +2012-01-20T081237-0700/2012-01-20@16-53-08/servlets_server.gz +2012-01-20T081237-0700/2012-01-20@16-53-08/iostat-node4.hanwei.infosphere.emulab.net-20120120170007.data +2012-01-20T081237-0700/2012-01-20@16-53-08/iostat-node5.hanwei.infosphere.emulab.net-20120120170007.data +2012-01-20T081237-0700/2012-01-20@16-53-08/iostat-node6.hanwei.infosphere.emulab.net-20120120170007.data +2012-01-20T081237-0700/2012-01-20@16-53-08/oprofile_runtime.log +2012-01-20T081237-0700/2012-01-20@16-53-08/web_server.gz +2012-01-20T081237-0700/2012-01-20@16-53-08/iostat-node7.hanwei.infosphere.emulab.net-20120120170007.data +2012-01-20T081237-0700/2012-01-20@16-53-08/iostat-node8.hanwei.infosphere.emulab.net-20120120170007.data +2012-01-20T081237-0700/2012-01-20@16-53-08/iostat-node9.hanwei.infosphere.emulab.net-20120120170007.data +2012-01-20T081237-0700/2012-01-20@17-18-51/ +2012-01-20T081237-0700/2012-01-20@17-18-51/index.html +2012-01-20T081237-0700/2012-01-20@17-18-51/trace_client0.html +2012-01-20T081237-0700/2012-01-20@17-18-51/client0.gz +2012-01-20T081237-0700/2012-01-20@17-18-51/trace_client1.html +2012-01-20T081237-0700/2012-01-20@17-18-51/stat_client1.html +2012-01-20T081237-0700/2012-01-20@17-18-51/trace_client2.html +2012-01-20T081237-0700/2012-01-20@17-18-51/stat_client2.html +2012-01-20T081237-0700/2012-01-20@17-18-51/trace_client3.html +2012-01-20T081237-0700/2012-01-20@17-18-51/stat_client3.html +2012-01-20T081237-0700/2012-01-20@17-18-51/trace_client4.html +2012-01-20T081237-0700/2012-01-20@17-18-51/stat_client4.html +2012-01-20T081237-0700/2012-01-20@17-18-51/perf.html +2012-01-20T081237-0700/2012-01-20@17-18-51/stat_client0.html +2012-01-20T081237-0700/2012-01-20@17-18-51/db_server.gz +2012-01-20T081237-0700/2012-01-20@17-18-51/oprofile_db.log +2012-01-20T081237-0700/2012-01-20@17-18-51/client4.gz +2012-01-20T081237-0700/2012-01-20@17-18-51/iostat-node2.hanwei.infosphere.emulab.net-20120120172550.data +2012-01-20T081237-0700/2012-01-20@17-18-51/iostat-node3.hanwei.infosphere.emulab.net-20120120172550.data +2012-01-20T081237-0700/2012-01-20@17-18-51/oprofile_runtime.log +2012-01-20T081237-0700/2012-01-20@17-18-51/servlets_server.gz +2012-01-20T081237-0700/2012-01-20@17-18-51/iostat-node4.hanwei.infosphere.emulab.net-20120120172550.data +2012-01-20T081237-0700/2012-01-20@17-18-51/iostat-node5.hanwei.infosphere.emulab.net-20120120172550.data +2012-01-20T081237-0700/2012-01-20@17-18-51/iostat-node6.hanwei.infosphere.emulab.net-20120120172550.data +2012-01-20T081237-0700/2012-01-20@17-18-51/web_server.gz +2012-01-20T081237-0700/2012-01-20@17-18-51/iostat-node7.hanwei.infosphere.emulab.net-20120120172550.data +2012-01-20T081237-0700/2012-01-20@17-18-51/iostat-node8.hanwei.infosphere.emulab.net-20120120172550.data +2012-01-20T081237-0700/2012-01-20@17-18-51/iostat-node9.hanwei.infosphere.emulab.net-20120120172550.data +2012-01-20T081237-0700/2012-01-20@17-18-51/client2.gz +2012-01-20T081237-0700/2012-01-20@17-18-51/client3.gz +2012-01-20T081237-0700/2012-01-20@17-18-51/client1.gz +Finish RUBBoS diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/manualCleanup.sh b/rubbos/rubbos_scripts/1-1-1/scripts/manualCleanup.sh new file mode 100755 index 00000000..0b93f757 --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/manualCleanup.sh @@ -0,0 +1,76 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +echo "Uninstalling ...." + +ssh $BENCHMARK_HOST /tmp/BENCHMARK_uninstall.sh +ssh $CLIENT1_HOST /tmp/CLIENT1_uninstall.sh +ssh $CLIENT2_HOST /tmp/CLIENT2_uninstall.sh +ssh $CLIENT3_HOST /tmp/CLIENT3_uninstall.sh +ssh $CLIENT4_HOST /tmp/CLIENT4_uninstall.sh +ssh $HTTPD_HOST /tmp/HTTPD_uninstall.sh +ssh $TOMCAT1_HOST /tmp/TOMCAT1_uninstall.sh +ssh $MYSQL1_HOST /tmp/MYSQL1_uninstall.sh + +echo "Cleaning up ...." +for i in "$BENCHMARK_HOST" "$CLIENT1_HOST" "$CLIENT2_HOST" "$CLIENT3_HOST" "$CLIENT4_HOST" "$HTTPD_HOST" "$TOMCAT1_HOST" "$MYSQL1_HOST" +do + ssh $i " + sudo \rm -r $RUBBOS_TOP + " +done + + +ssh $CONTROL_HOST rm -f /tmp/CONTROL_checkScp_exec.sh +ssh $CONTROL_HOST rm -f /tmp/CONTROL_emulabConf_exec.sh +ssh $CONTROL_HOST rm -f /tmp/CONTROL_rubbos_exec.sh +ssh $BENCHMARK_HOST rm -f /tmp/BENCHMARK_rubbos_install.sh +ssh $BENCHMARK_HOST rm -f /tmp/BENCHMARK_install.sh +ssh $BENCHMARK_HOST rm -f /tmp/BENCHMARK_configure.sh +ssh $BENCHMARK_HOST rm -f /tmp/BENCHMARK_uninstall.sh +ssh $BENCHMARK_HOST rm -f /tmp/BENCHMARK_rubbos_uninstall.sh +ssh $CLIENT1_HOST rm -f /tmp/CLIENT1_rubbos_install.sh +ssh $CLIENT1_HOST rm -f /tmp/CLIENT1_install.sh +ssh $CLIENT1_HOST rm -f /tmp/CLIENT1_configure.sh +ssh $CLIENT1_HOST rm -f /tmp/CLIENT1_uninstall.sh +ssh $CLIENT1_HOST rm -f /tmp/CLIENT1_rubbos_uninstall.sh +ssh $CLIENT2_HOST rm -f /tmp/CLIENT2_rubbos_install.sh +ssh $CLIENT2_HOST rm -f /tmp/CLIENT2_install.sh +ssh $CLIENT2_HOST rm -f /tmp/CLIENT2_configure.sh +ssh $CLIENT2_HOST rm -f /tmp/CLIENT2_uninstall.sh +ssh $CLIENT2_HOST rm -f /tmp/CLIENT2_rubbos_uninstall.sh +ssh $CLIENT3_HOST rm -f /tmp/CLIENT3_rubbos_install.sh +ssh $CLIENT3_HOST rm -f /tmp/CLIENT3_install.sh +ssh $CLIENT3_HOST rm -f /tmp/CLIENT3_configure.sh +ssh $CLIENT3_HOST rm -f /tmp/CLIENT3_uninstall.sh +ssh $CLIENT3_HOST rm -f /tmp/CLIENT3_rubbos_uninstall.sh +ssh $CLIENT4_HOST rm -f /tmp/CLIENT4_rubbos_install.sh +ssh $CLIENT4_HOST rm -f /tmp/CLIENT4_install.sh +ssh $CLIENT4_HOST rm -f /tmp/CLIENT4_configure.sh +ssh $CLIENT4_HOST rm -f /tmp/CLIENT4_uninstall.sh +ssh $CLIENT4_HOST rm -f /tmp/CLIENT4_rubbos_uninstall.sh +ssh $HTTPD_HOST rm -f /tmp/HTTPD_install.sh +ssh $HTTPD_HOST rm -f /tmp/HTTPD_rubbos_install.sh +ssh $HTTPD_HOST rm -f /tmp/HTTPD_configure.sh +ssh $HTTPD_HOST rm -f /tmp/HTTPD_ignition.sh +ssh $HTTPD_HOST rm -f /tmp/HTTPD_stop.sh +ssh $HTTPD_HOST rm -f /tmp/HTTPD_rubbos_uninstall.sh +ssh $HTTPD_HOST rm -f /tmp/HTTPD_uninstall.sh +ssh $TOMCAT1_HOST rm -f /tmp/TOMCAT1_install.sh +ssh $TOMCAT1_HOST rm -f /tmp/TOMCAT1_rubbos_install.sh +ssh $TOMCAT1_HOST rm -f /tmp/TOMCAT1_configure.sh +ssh $TOMCAT1_HOST rm -f /tmp/TOMCAT1_rubbosSL_configure.sh +ssh $TOMCAT1_HOST rm -f /tmp/TOMCAT1_ignition.sh +ssh $TOMCAT1_HOST rm -f /tmp/TOMCAT1_stop.sh +ssh $TOMCAT1_HOST rm -f /tmp/TOMCAT1_rubbos_uninstall.sh +ssh $TOMCAT1_HOST rm -f /tmp/TOMCAT1_uninstall.sh +ssh $MYSQL1_HOST rm -f /tmp/MYSQL1_install.sh +ssh $MYSQL1_HOST rm -f /tmp/MYSQL1_rubbos_install.sh +ssh $MYSQL1_HOST rm -f /tmp/MYSQL1_configure.sh +ssh $MYSQL1_HOST rm -f /tmp/MYSQL1_reset.sh +ssh $MYSQL1_HOST rm -f /tmp/MYSQL1_ignition.sh +ssh $MYSQL1_HOST rm -f /tmp/MYSQL1_stop.sh +ssh $MYSQL1_HOST rm -f /tmp/MYSQL1_rubbos_uninstall.sh +ssh $MYSQL1_HOST rm -f /tmp/MYSQL1_uninstall.sh diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/reset_all.sh b/rubbos/rubbos_scripts/1-1-1/scripts/reset_all.sh new file mode 100755 index 00000000..f26761fe --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/reset_all.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +#ssh $MYSQL1_HOST /tmp/MYSQL1_reset.sh & +#sleep 120 + diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/run.sh b/rubbos/rubbos_scripts/1-1-1/scripts/run.sh new file mode 100755 index 00000000..559d159b --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/run.sh @@ -0,0 +1,196 @@ +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1/scripts +# Transfer all sub scripts to target hosts +echo "*** scp scripts *************************************************" + +scp -o StrictHostKeyChecking=no -o BatchMode=yes CONTROL_checkScp_exec.sh $CONTROL_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes CONTROL_emulabConf_exec.sh $CONTROL_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes CONTROL_rubbos_exec.sh $CONTROL_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes BENCHMARK_rubbos_install.sh $BENCHMARK_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes BENCHMARK_install.sh $BENCHMARK_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes BENCHMARK_configure.sh $BENCHMARK_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes BENCHMARK_uninstall.sh $BENCHMARK_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes BENCHMARK_rubbos_uninstall.sh $BENCHMARK_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes CLIENT1_rubbos_install.sh $CLIENT1_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes CLIENT1_install.sh $CLIENT1_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes CLIENT1_configure.sh $CLIENT1_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes CLIENT1_uninstall.sh $CLIENT1_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes CLIENT1_rubbos_uninstall.sh $CLIENT1_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes CLIENT2_rubbos_install.sh $CLIENT2_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes CLIENT2_install.sh $CLIENT2_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes CLIENT2_configure.sh $CLIENT2_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes CLIENT2_uninstall.sh $CLIENT2_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes CLIENT2_rubbos_uninstall.sh $CLIENT2_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes CLIENT3_rubbos_install.sh $CLIENT3_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes CLIENT3_install.sh $CLIENT3_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes CLIENT3_configure.sh $CLIENT3_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes CLIENT3_uninstall.sh $CLIENT3_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes CLIENT3_rubbos_uninstall.sh $CLIENT3_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes CLIENT4_rubbos_install.sh $CLIENT4_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes CLIENT4_install.sh $CLIENT4_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes CLIENT4_configure.sh $CLIENT4_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes CLIENT4_uninstall.sh $CLIENT4_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes CLIENT4_rubbos_uninstall.sh $CLIENT4_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes HTTPD_install.sh $HTTPD_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes HTTPD_rubbos_install.sh $HTTPD_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes HTTPD_configure.sh $HTTPD_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes HTTPD_ignition.sh $HTTPD_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes HTTPD_stop.sh $HTTPD_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes HTTPD_rubbos_uninstall.sh $HTTPD_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes HTTPD_uninstall.sh $HTTPD_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes TOMCAT1_install.sh $TOMCAT1_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes TOMCAT1_rubbos_install.sh $TOMCAT1_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes TOMCAT1_configure.sh $TOMCAT1_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes TOMCAT1_rubbosSL_configure.sh $TOMCAT1_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes TOMCAT1_ignition.sh $TOMCAT1_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes TOMCAT1_stop.sh $TOMCAT1_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes TOMCAT1_rubbos_uninstall.sh $TOMCAT1_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes TOMCAT1_uninstall.sh $TOMCAT1_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes MYSQL1_install.sh $MYSQL1_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes MYSQL1_rubbos_install.sh $MYSQL1_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes MYSQL1_configure.sh $MYSQL1_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes MYSQL1_reset.sh $MYSQL1_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes MYSQL1_ignition.sh $MYSQL1_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes MYSQL1_stop.sh $MYSQL1_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes MYSQL1_rubbos_uninstall.sh $MYSQL1_HOST:/tmp + +scp -o StrictHostKeyChecking=no -o BatchMode=yes MYSQL1_uninstall.sh $MYSQL1_HOST:/tmp + + +# Install and Configure and run Apache, Tomcat, CJDBC, and MySQL +echo "*** install scripts & configure & execute ***********************" + +#ssh root@$CONTROL_HOST chmod 777 /tmp/CONTROL_checkScp_exe.sh +#ssh $CONTROL_HOST /tmp/CONTROL_checkScp_exec.sh +#ssh root@$CONTROL_HOST chmod 777 /tmp/CONTROL_emulabConf_exec.sh +#ssh $CONTROL_HOST /tmp/CONTROL_emulabConf_exec.sh + +ssh root@$MYSQL1_HOST chmod 777 /tmp/MYSQL1_install.sh +ssh $MYSQL1_HOST /tmp/MYSQL1_install.sh + +ssh root@$TOMCAT1_HOST chmod 777 /tmp/TOMCAT1_install.sh +ssh $TOMCAT1_HOST /tmp/TOMCAT1_install.sh + + +ssh $HTTPD_HOST /tmp/HTTPD_install.sh + +ssh root@$MYSQL1_HOST chmod 777 /tmp/MYSQL1_rubbos_install.sh +ssh $MYSQL1_HOST /tmp/MYSQL1_rubbos_install.sh + +ssh root@$TOMCAT1_HOST chmod 777 /tmp/TOMCAT1_rubbos_install.sh +ssh $TOMCAT1_HOST /tmp/TOMCAT1_rubbos_install.sh + + +ssh $HTTPD_HOST /tmp/HTTPD_rubbos_install.sh + +ssh root@$BENCHMARK_HOST chmod 777 /tmp/BENCHMARK_rubbos_install.sh +ssh $BENCHMARK_HOST /tmp/BENCHMARK_rubbos_install.sh + +ssh root@$CLIENT1_HOST chmod 777 /tmp/CLIENT1_rubbos_install.sh +ssh $CLIENT1_HOST /tmp/CLIENT1_rubbos_install.sh + +ssh root@$CLIENT2_HOST chmod 777 /tmp/CLIENT2_rubbos_install.sh +ssh $CLIENT2_HOST /tmp/CLIENT2_rubbos_install.sh + +ssh root@$CLIENT3_HOST chmod 777 /tmp/CLIENT3_rubbos_install.sh +ssh $CLIENT3_HOST /tmp/CLIENT3_rubbos_install.sh + +ssh root@$CLIENT4_HOST chmod 777 /tmp/CLIENT4_rubbos_install.sh +ssh $CLIENT4_HOST /tmp/CLIENT4_rubbos_install.sh + +ssh root@$BENCHMARK_HOST chmod 777 /tmp/BENCHMARK_install.sh +ssh $BENCHMARK_HOST /tmp/BENCHMARK_install.sh + +ssh root@$CLIENT1_HOST chmod 777 /tmp/CLIENT1_install.sh +ssh $CLIENT1_HOST /tmp/CLIENT1_install.sh + +#ssh root@$CLIENT2_HOST chmod 777 /tmp/CLIENT2_install.sh +#ssh $CLIENT2_HOST /tmp/CLIENT2_install.sh + +#ssh root@$CLIENT3_HOST chmod 777 /tmp/CLIENT3_install.sh +#ssh $CLIENT3_HOST /tmp/CLIENT3_install.sh + +#ssh root@$CLIENT4_HOST chmod 777 /tmp/CLIENT4_install.sh +#ssh $CLIENT4_HOST /tmp/CLIENT4_install.sh + +ssh root@$MYSQL1_HOST chmod 777 /tmp/MYSQL1_configure.sh +ssh $MYSQL1_HOST /tmp/MYSQL1_configure.sh & +sleep 60 + +ssh root@$TOMCAT1_HOST chmod 777 /tmp/TOMCAT1_configure.sh +ssh $TOMCAT1_HOST /tmp/TOMCAT1_configure.sh + + +ssh $HTTPD_HOST /tmp/HTTPD_configure.sh + +ssh root@$BENCHMARK_HOST chmod 777 /tmp/BENCHMARK_configure.sh +ssh $BENCHMARK_HOST /tmp/BENCHMARK_configure.sh + +ssh root@$CLIENT1_HOST chmod 777 /tmp/CLIENT1_configure.sh +ssh $CLIENT1_HOST /tmp/CLIENT1_configure.sh + +#ssh root@$CLIENT2_HOST chmod 777 /tmp/CLIENT2_configure.sh +#ssh $CLIENT2_HOST /tmp/CLIENT2_configure.sh + +#ssh root@$CLIENT3_HOST chmod 777 /tmp/CLIENT3_configure.sh +#ssh $CLIENT3_HOST /tmp/CLIENT3_configure.sh + +#ssh root@$CLIENT4_HOST chmod 777 /tmp/CLIENT4_configure.sh +#ssh $CLIENT4_HOST /tmp/CLIENT4_configure.sh + +ssh root@$TOMCAT1_HOST chmod 777 /tmp/TOMCAT1_rubbosSL_configure.sh +ssh $TOMCAT1_HOST /tmp/TOMCAT1_rubbosSL_configure.sh + + +#ssh $CONTROL_HOST /tmp/CONTROL_rubbos_exec.sh + diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/run_mysql.sh b/rubbos/rubbos_scripts/1-1-1/scripts/run_mysql.sh new file mode 100644 index 00000000..e9760362 --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/run_mysql.sh @@ -0,0 +1,19 @@ +#!/bin/bash + + +ssh $MYSQL1_HOST /tmp/MYSQL1_install.sh + + + + +ssh $MYSQL1_HOST /tmp/MYSQL1_rubbos_install.sh + + + + +ssh $MYSQL1_HOST /tmp/MYSQL1_configure.sh & +sleep 60 + + +#ssh $CONTROL_HOST /tmp/CONTROL_rubbos_exec.sh + diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/start_all.sh b/rubbos/rubbos_scripts/1-1-1/scripts/start_all.sh new file mode 100755 index 00000000..605e1a58 --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/start_all.sh @@ -0,0 +1,13 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +ssh $MYSQL1_HOST /tmp/MYSQL1_ignition.sh & +sleep 10 + +ssh $TOMCAT1_HOST /tmp/TOMCAT1_ignition.sh +sleep 10 + +ssh $HTTPD_HOST /tmp/HTTPD_ignition.sh +sleep 5 diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/stop_all.sh b/rubbos/rubbos_scripts/1-1-1/scripts/stop_all.sh new file mode 100755 index 00000000..84f5165b --- /dev/null +++ b/rubbos/rubbos_scripts/1-1-1/scripts/stop_all.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +cd /bottlenecks/rubbos/rubbos_scripts/1-1-1 +source set_bottlenecks_rubbos_env.sh + +ssh $HTTPD_HOST /tmp/HTTPD_stop.sh + +ssh $TOMCAT1_HOST /tmp/TOMCAT1_stop.sh + +ssh $MYSQL1_HOST /tmp/MYSQL1_stop.sh -- cgit 1.2.3-korg