summaryrefslogtreecommitdiffstats
path: root/rubbos/rubbos_scripts/1-1-1/rubbos_conf
diff options
context:
space:
mode:
Diffstat (limited to 'rubbos/rubbos_scripts/1-1-1/rubbos_conf')
-rw-r--r--rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos-servletsBO.sh4
-rw-r--r--rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_100079
-rw-r--r--rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_110079
-rw-r--r--rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_120079
-rw-r--r--rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_130079
-rw-r--r--rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_140079
-rw-r--r--rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_150079
-rw-r--r--rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_160079
-rw-r--r--rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_170079
-rw-r--r--rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_20010
-rw-r--r--rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_30079
-rw-r--r--rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_40079
-rw-r--r--rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_50079
-rw-r--r--rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_60079
-rw-r--r--rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_70079
-rw-r--r--rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_80079
-rw-r--r--rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_90079
17 files changed, 7 insertions, 1192 deletions
diff --git a/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos-servletsBO.sh b/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos-servletsBO.sh
index 0113de50..c3e958d5 100644
--- a/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos-servletsBO.sh
+++ b/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos-servletsBO.sh
@@ -24,8 +24,8 @@ cd ..
# Browse only
-cp -fi ./workload/browse_only_transitions.txt ./workload/user_transitions.txt
-cp -fi ./workload/browse_only_transitions.txt ./workload/author_transitions.txt
+cp -fin ./workload/browse_only_transitions.txt ./workload/user_transitions.txt
+cp -fin ./workload/browse_only_transitions.txt ./workload/author_transitions.txt
scp ./workload/browse_only_transitions.txt ${CLIENT1_HOST}:${RUBBOS_HOME}/workload/user_transitions.txt
scp ./workload/browse_only_transitions.txt ${CLIENT1_HOST}:${RUBBOS_HOME}/workload/author_transitions.txt
diff --git a/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_1000 b/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_1000
deleted file mode 100644
index b775321b..00000000
--- a/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_1000
+++ /dev/null
@@ -1,79 +0,0 @@
-
-#n HTTP server information
-httpd_hostname = node7
-httpd_port = 8000
-
-# C/JDBC server to monitor (if any)
-cjdbc_hostname =
-
-# Precise which version to use. Valid options are : PHP, Servlets, EJB
-httpd_use_version = Servlets
-
-# EJB server information
-ejb_server =
-ejb_html_path =
-ejb_script_path =
-
-# Servlets server information
-servlets_server = node8
-servlets_html_path = /rubbos
-servlets_script_path = /rubbos/servlet
-
-# PHP information
-php_html_path = /PHP
-php_script_path = /PHP
-
-#Database information
-database_master_server = node9
-
-database_slave_servers =
-workload_remote_client_nodes = node3,node4,node5,node6
-workload_remote_client_command = /mnt/elba/rubbos/jdk1.6.0_27/bin/java -classpath .:/mnt/elba/rubbos/RUBBoS/Client/:/mnt/elba/rubbos/RUBBoS/Client/rubbos_client.jar -Xmx1300m -Dhttp.keepAlive=true -Dhttp.maxConnections=1000000 edu.rice.rubbos.client.ClientEmulator
-
-
-workload_number_of_clients_per_node = 200
-
-
-# Workload: precise which transition table to use
-workload_user_transition_table = /mnt/elba/rubbos/RUBBoS/workload/user_transitions.txt
-workload_author_transition_table = /mnt/elba/rubbos/RUBBoS/workload/author_transitions.txt
-workload_number_of_columns = 24
-workload_number_of_rows = 26
-workload_maximum_number_of_transitions = 1000
-workload_use_tpcw_think_time = yes
-workload_number_of_stories_per_page = 20
-
-workload_up_ramp_time_in_ms = 480000
-workload_up_ramp_slowdown_factor = 2
-
-workload_session_run_time_in_ms = 720000
-workload_down_ramp_time_in_ms = 30000
-workload_down_ramp_slowdown_factor = 3
-workload_percentage_of_author = 10
-
-# Users policy
-database_number_of_authors = 50
-database_number_of_users = 500000
-
-# Stories policy
-database_story_dictionnary = /mnt/elba/rubbos/RUBBoS/database/dictionary
-database_story_maximum_length = 1024
-database_oldest_story_year = 1998
-database_oldest_story_month = 1
-
-# Comments policy
-database_comment_max_length = 1024
-
-# Connection timedout settings
-connection_time_out_interval = 300
-
-
-# Monitoring Information
-monitoring_debug_level = 1
-monitoring_program = /mnt/elba/rubbos/sysstat-9.0.6/bin/sar
-monitoring_options = -u ALL -I SUM
-monitoring_sampling_in_seconds = 1
-monitoring_rsh = /usr/bin/ssh
-monitoring_scp = /usr/bin/scp
-monitoring_gnuplot_terminal = png
-
diff --git a/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_1100 b/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_1100
deleted file mode 100644
index 2598f8a5..00000000
--- a/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_1100
+++ /dev/null
@@ -1,79 +0,0 @@
-
-#n HTTP server information
-httpd_hostname = node7
-httpd_port = 8000
-
-# C/JDBC server to monitor (if any)
-cjdbc_hostname =
-
-# Precise which version to use. Valid options are : PHP, Servlets, EJB
-httpd_use_version = Servlets
-
-# EJB server information
-ejb_server =
-ejb_html_path =
-ejb_script_path =
-
-# Servlets server information
-servlets_server = node8
-servlets_html_path = /rubbos
-servlets_script_path = /rubbos/servlet
-
-# PHP information
-php_html_path = /PHP
-php_script_path = /PHP
-
-#Database information
-database_master_server = node9
-
-database_slave_servers =
-workload_remote_client_nodes = node3,node4,node5,node6
-workload_remote_client_command = /mnt/elba/rubbos/jdk1.6.0_27/bin/java -classpath .:/mnt/elba/rubbos/RUBBoS/Client/:/mnt/elba/rubbos/RUBBoS/Client/rubbos_client.jar -Xmx1300m -Dhttp.keepAlive=true -Dhttp.maxConnections=1000000 edu.rice.rubbos.client.ClientEmulator
-
-
-workload_number_of_clients_per_node = 220
-
-
-# Workload: precise which transition table to use
-workload_user_transition_table = /mnt/elba/rubbos/RUBBoS/workload/user_transitions.txt
-workload_author_transition_table = /mnt/elba/rubbos/RUBBoS/workload/author_transitions.txt
-workload_number_of_columns = 24
-workload_number_of_rows = 26
-workload_maximum_number_of_transitions = 1000
-workload_use_tpcw_think_time = yes
-workload_number_of_stories_per_page = 20
-
-workload_up_ramp_time_in_ms = 480000
-workload_up_ramp_slowdown_factor = 2
-
-workload_session_run_time_in_ms = 720000
-workload_down_ramp_time_in_ms = 30000
-workload_down_ramp_slowdown_factor = 3
-workload_percentage_of_author = 10
-
-# Users policy
-database_number_of_authors = 50
-database_number_of_users = 500000
-
-# Stories policy
-database_story_dictionnary = /mnt/elba/rubbos/RUBBoS/database/dictionary
-database_story_maximum_length = 1024
-database_oldest_story_year = 1998
-database_oldest_story_month = 1
-
-# Comments policy
-database_comment_max_length = 1024
-
-# Connection timedout settings
-connection_time_out_interval = 300
-
-
-# Monitoring Information
-monitoring_debug_level = 1
-monitoring_program = /mnt/elba/rubbos/sysstat-9.0.6/bin/sar
-monitoring_options = -u ALL -I SUM
-monitoring_sampling_in_seconds = 1
-monitoring_rsh = /usr/bin/ssh
-monitoring_scp = /usr/bin/scp
-monitoring_gnuplot_terminal = png
-
diff --git a/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_1200 b/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_1200
deleted file mode 100644
index e3dc186c..00000000
--- a/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_1200
+++ /dev/null
@@ -1,79 +0,0 @@
-
-#n HTTP server information
-httpd_hostname = node7
-httpd_port = 8000
-
-# C/JDBC server to monitor (if any)
-cjdbc_hostname =
-
-# Precise which version to use. Valid options are : PHP, Servlets, EJB
-httpd_use_version = Servlets
-
-# EJB server information
-ejb_server =
-ejb_html_path =
-ejb_script_path =
-
-# Servlets server information
-servlets_server = node8
-servlets_html_path = /rubbos
-servlets_script_path = /rubbos/servlet
-
-# PHP information
-php_html_path = /PHP
-php_script_path = /PHP
-
-#Database information
-database_master_server = node9
-
-database_slave_servers =
-workload_remote_client_nodes = node3,node4,node5,node6
-workload_remote_client_command = /mnt/elba/rubbos/jdk1.6.0_27/bin/java -classpath .:/mnt/elba/rubbos/RUBBoS/Client/:/mnt/elba/rubbos/RUBBoS/Client/rubbos_client.jar -Xmx1300m -Dhttp.keepAlive=true -Dhttp.maxConnections=1000000 edu.rice.rubbos.client.ClientEmulator
-
-
-workload_number_of_clients_per_node = 240
-
-
-# Workload: precise which transition table to use
-workload_user_transition_table = /mnt/elba/rubbos/RUBBoS/workload/user_transitions.txt
-workload_author_transition_table = /mnt/elba/rubbos/RUBBoS/workload/author_transitions.txt
-workload_number_of_columns = 24
-workload_number_of_rows = 26
-workload_maximum_number_of_transitions = 1000
-workload_use_tpcw_think_time = yes
-workload_number_of_stories_per_page = 20
-
-workload_up_ramp_time_in_ms = 480000
-workload_up_ramp_slowdown_factor = 2
-
-workload_session_run_time_in_ms = 720000
-workload_down_ramp_time_in_ms = 30000
-workload_down_ramp_slowdown_factor = 3
-workload_percentage_of_author = 10
-
-# Users policy
-database_number_of_authors = 50
-database_number_of_users = 500000
-
-# Stories policy
-database_story_dictionnary = /mnt/elba/rubbos/RUBBoS/database/dictionary
-database_story_maximum_length = 1024
-database_oldest_story_year = 1998
-database_oldest_story_month = 1
-
-# Comments policy
-database_comment_max_length = 1024
-
-# Connection timedout settings
-connection_time_out_interval = 300
-
-
-# Monitoring Information
-monitoring_debug_level = 1
-monitoring_program = /mnt/elba/rubbos/sysstat-9.0.6/bin/sar
-monitoring_options = -u ALL -I SUM
-monitoring_sampling_in_seconds = 1
-monitoring_rsh = /usr/bin/ssh
-monitoring_scp = /usr/bin/scp
-monitoring_gnuplot_terminal = png
-
diff --git a/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_1300 b/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_1300
deleted file mode 100644
index 95a222ff..00000000
--- a/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_1300
+++ /dev/null
@@ -1,79 +0,0 @@
-
-#n HTTP server information
-httpd_hostname = node7
-httpd_port = 8000
-
-# C/JDBC server to monitor (if any)
-cjdbc_hostname =
-
-# Precise which version to use. Valid options are : PHP, Servlets, EJB
-httpd_use_version = Servlets
-
-# EJB server information
-ejb_server =
-ejb_html_path =
-ejb_script_path =
-
-# Servlets server information
-servlets_server = node8
-servlets_html_path = /rubbos
-servlets_script_path = /rubbos/servlet
-
-# PHP information
-php_html_path = /PHP
-php_script_path = /PHP
-
-#Database information
-database_master_server = node9
-
-database_slave_servers =
-workload_remote_client_nodes = node3,node4,node5,node6
-workload_remote_client_command = /mnt/elba/rubbos/jdk1.6.0_27/bin/java -classpath .:/mnt/elba/rubbos/RUBBoS/Client/:/mnt/elba/rubbos/RUBBoS/Client/rubbos_client.jar -Xmx1300m -Dhttp.keepAlive=true -Dhttp.maxConnections=1000000 edu.rice.rubbos.client.ClientEmulator
-
-
-workload_number_of_clients_per_node = 260
-
-
-# Workload: precise which transition table to use
-workload_user_transition_table = /mnt/elba/rubbos/RUBBoS/workload/user_transitions.txt
-workload_author_transition_table = /mnt/elba/rubbos/RUBBoS/workload/author_transitions.txt
-workload_number_of_columns = 24
-workload_number_of_rows = 26
-workload_maximum_number_of_transitions = 1000
-workload_use_tpcw_think_time = yes
-workload_number_of_stories_per_page = 20
-
-workload_up_ramp_time_in_ms = 480000
-workload_up_ramp_slowdown_factor = 2
-
-workload_session_run_time_in_ms = 720000
-workload_down_ramp_time_in_ms = 30000
-workload_down_ramp_slowdown_factor = 3
-workload_percentage_of_author = 10
-
-# Users policy
-database_number_of_authors = 50
-database_number_of_users = 500000
-
-# Stories policy
-database_story_dictionnary = /mnt/elba/rubbos/RUBBoS/database/dictionary
-database_story_maximum_length = 1024
-database_oldest_story_year = 1998
-database_oldest_story_month = 1
-
-# Comments policy
-database_comment_max_length = 1024
-
-# Connection timedout settings
-connection_time_out_interval = 300
-
-
-# Monitoring Information
-monitoring_debug_level = 1
-monitoring_program = /mnt/elba/rubbos/sysstat-9.0.6/bin/sar
-monitoring_options = -u ALL -I SUM
-monitoring_sampling_in_seconds = 1
-monitoring_rsh = /usr/bin/ssh
-monitoring_scp = /usr/bin/scp
-monitoring_gnuplot_terminal = png
-
diff --git a/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_1400 b/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_1400
deleted file mode 100644
index e9571f38..00000000
--- a/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_1400
+++ /dev/null
@@ -1,79 +0,0 @@
-
-#n HTTP server information
-httpd_hostname = node7
-httpd_port = 8000
-
-# C/JDBC server to monitor (if any)
-cjdbc_hostname =
-
-# Precise which version to use. Valid options are : PHP, Servlets, EJB
-httpd_use_version = Servlets
-
-# EJB server information
-ejb_server =
-ejb_html_path =
-ejb_script_path =
-
-# Servlets server information
-servlets_server = node8
-servlets_html_path = /rubbos
-servlets_script_path = /rubbos/servlet
-
-# PHP information
-php_html_path = /PHP
-php_script_path = /PHP
-
-#Database information
-database_master_server = node9
-
-database_slave_servers =
-workload_remote_client_nodes = node3,node4,node5,node6
-workload_remote_client_command = /mnt/elba/rubbos/jdk1.6.0_27/bin/java -classpath .:/mnt/elba/rubbos/RUBBoS/Client/:/mnt/elba/rubbos/RUBBoS/Client/rubbos_client.jar -Xmx1300m -Dhttp.keepAlive=true -Dhttp.maxConnections=1000000 edu.rice.rubbos.client.ClientEmulator
-
-
-workload_number_of_clients_per_node = 280
-
-
-# Workload: precise which transition table to use
-workload_user_transition_table = /mnt/elba/rubbos/RUBBoS/workload/user_transitions.txt
-workload_author_transition_table = /mnt/elba/rubbos/RUBBoS/workload/author_transitions.txt
-workload_number_of_columns = 24
-workload_number_of_rows = 26
-workload_maximum_number_of_transitions = 1000
-workload_use_tpcw_think_time = yes
-workload_number_of_stories_per_page = 20
-
-workload_up_ramp_time_in_ms = 480000
-workload_up_ramp_slowdown_factor = 2
-
-workload_session_run_time_in_ms = 720000
-workload_down_ramp_time_in_ms = 30000
-workload_down_ramp_slowdown_factor = 3
-workload_percentage_of_author = 10
-
-# Users policy
-database_number_of_authors = 50
-database_number_of_users = 500000
-
-# Stories policy
-database_story_dictionnary = /mnt/elba/rubbos/RUBBoS/database/dictionary
-database_story_maximum_length = 1024
-database_oldest_story_year = 1998
-database_oldest_story_month = 1
-
-# Comments policy
-database_comment_max_length = 1024
-
-# Connection timedout settings
-connection_time_out_interval = 300
-
-
-# Monitoring Information
-monitoring_debug_level = 1
-monitoring_program = /mnt/elba/rubbos/sysstat-9.0.6/bin/sar
-monitoring_options = -u ALL -I SUM
-monitoring_sampling_in_seconds = 1
-monitoring_rsh = /usr/bin/ssh
-monitoring_scp = /usr/bin/scp
-monitoring_gnuplot_terminal = png
-
diff --git a/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_1500 b/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_1500
deleted file mode 100644
index 16f7efce..00000000
--- a/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_1500
+++ /dev/null
@@ -1,79 +0,0 @@
-
-#n HTTP server information
-httpd_hostname = node7
-httpd_port = 8000
-
-# C/JDBC server to monitor (if any)
-cjdbc_hostname =
-
-# Precise which version to use. Valid options are : PHP, Servlets, EJB
-httpd_use_version = Servlets
-
-# EJB server information
-ejb_server =
-ejb_html_path =
-ejb_script_path =
-
-# Servlets server information
-servlets_server = node8
-servlets_html_path = /rubbos
-servlets_script_path = /rubbos/servlet
-
-# PHP information
-php_html_path = /PHP
-php_script_path = /PHP
-
-#Database information
-database_master_server = node9
-
-database_slave_servers =
-workload_remote_client_nodes = node3,node4,node5,node6
-workload_remote_client_command = /mnt/elba/rubbos/jdk1.6.0_27/bin/java -classpath .:/mnt/elba/rubbos/RUBBoS/Client/:/mnt/elba/rubbos/RUBBoS/Client/rubbos_client.jar -Xmx1300m -Dhttp.keepAlive=true -Dhttp.maxConnections=1000000 edu.rice.rubbos.client.ClientEmulator
-
-
-workload_number_of_clients_per_node = 300
-
-
-# Workload: precise which transition table to use
-workload_user_transition_table = /mnt/elba/rubbos/RUBBoS/workload/user_transitions.txt
-workload_author_transition_table = /mnt/elba/rubbos/RUBBoS/workload/author_transitions.txt
-workload_number_of_columns = 24
-workload_number_of_rows = 26
-workload_maximum_number_of_transitions = 1000
-workload_use_tpcw_think_time = yes
-workload_number_of_stories_per_page = 20
-
-workload_up_ramp_time_in_ms = 480000
-workload_up_ramp_slowdown_factor = 2
-
-workload_session_run_time_in_ms = 720000
-workload_down_ramp_time_in_ms = 30000
-workload_down_ramp_slowdown_factor = 3
-workload_percentage_of_author = 10
-
-# Users policy
-database_number_of_authors = 50
-database_number_of_users = 500000
-
-# Stories policy
-database_story_dictionnary = /mnt/elba/rubbos/RUBBoS/database/dictionary
-database_story_maximum_length = 1024
-database_oldest_story_year = 1998
-database_oldest_story_month = 1
-
-# Comments policy
-database_comment_max_length = 1024
-
-# Connection timedout settings
-connection_time_out_interval = 300
-
-
-# Monitoring Information
-monitoring_debug_level = 1
-monitoring_program = /mnt/elba/rubbos/sysstat-9.0.6/bin/sar
-monitoring_options = -u ALL -I SUM
-monitoring_sampling_in_seconds = 1
-monitoring_rsh = /usr/bin/ssh
-monitoring_scp = /usr/bin/scp
-monitoring_gnuplot_terminal = png
-
diff --git a/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_1600 b/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_1600
deleted file mode 100644
index c494b9f3..00000000
--- a/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_1600
+++ /dev/null
@@ -1,79 +0,0 @@
-
-#n HTTP server information
-httpd_hostname = node7
-httpd_port = 8000
-
-# C/JDBC server to monitor (if any)
-cjdbc_hostname =
-
-# Precise which version to use. Valid options are : PHP, Servlets, EJB
-httpd_use_version = Servlets
-
-# EJB server information
-ejb_server =
-ejb_html_path =
-ejb_script_path =
-
-# Servlets server information
-servlets_server = node8
-servlets_html_path = /rubbos
-servlets_script_path = /rubbos/servlet
-
-# PHP information
-php_html_path = /PHP
-php_script_path = /PHP
-
-#Database information
-database_master_server = node9
-
-database_slave_servers =
-workload_remote_client_nodes = node3,node4,node5,node6
-workload_remote_client_command = /mnt/elba/rubbos/jdk1.6.0_27/bin/java -classpath .:/mnt/elba/rubbos/RUBBoS/Client/:/mnt/elba/rubbos/RUBBoS/Client/rubbos_client.jar -Xmx1300m -Dhttp.keepAlive=true -Dhttp.maxConnections=1000000 edu.rice.rubbos.client.ClientEmulator
-
-
-workload_number_of_clients_per_node = 320
-
-
-# Workload: precise which transition table to use
-workload_user_transition_table = /mnt/elba/rubbos/RUBBoS/workload/user_transitions.txt
-workload_author_transition_table = /mnt/elba/rubbos/RUBBoS/workload/author_transitions.txt
-workload_number_of_columns = 24
-workload_number_of_rows = 26
-workload_maximum_number_of_transitions = 1000
-workload_use_tpcw_think_time = yes
-workload_number_of_stories_per_page = 20
-
-workload_up_ramp_time_in_ms = 480000
-workload_up_ramp_slowdown_factor = 2
-
-workload_session_run_time_in_ms = 720000
-workload_down_ramp_time_in_ms = 30000
-workload_down_ramp_slowdown_factor = 3
-workload_percentage_of_author = 10
-
-# Users policy
-database_number_of_authors = 50
-database_number_of_users = 500000
-
-# Stories policy
-database_story_dictionnary = /mnt/elba/rubbos/RUBBoS/database/dictionary
-database_story_maximum_length = 1024
-database_oldest_story_year = 1998
-database_oldest_story_month = 1
-
-# Comments policy
-database_comment_max_length = 1024
-
-# Connection timedout settings
-connection_time_out_interval = 300
-
-
-# Monitoring Information
-monitoring_debug_level = 1
-monitoring_program = /mnt/elba/rubbos/sysstat-9.0.6/bin/sar
-monitoring_options = -u ALL -I SUM
-monitoring_sampling_in_seconds = 1
-monitoring_rsh = /usr/bin/ssh
-monitoring_scp = /usr/bin/scp
-monitoring_gnuplot_terminal = png
-
diff --git a/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_1700 b/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_1700
deleted file mode 100644
index e26c5767..00000000
--- a/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_1700
+++ /dev/null
@@ -1,79 +0,0 @@
-
-#n HTTP server information
-httpd_hostname = node7
-httpd_port = 8000
-
-# C/JDBC server to monitor (if any)
-cjdbc_hostname =
-
-# Precise which version to use. Valid options are : PHP, Servlets, EJB
-httpd_use_version = Servlets
-
-# EJB server information
-ejb_server =
-ejb_html_path =
-ejb_script_path =
-
-# Servlets server information
-servlets_server = node8
-servlets_html_path = /rubbos
-servlets_script_path = /rubbos/servlet
-
-# PHP information
-php_html_path = /PHP
-php_script_path = /PHP
-
-#Database information
-database_master_server = node9
-
-database_slave_servers =
-workload_remote_client_nodes = node3,node4,node5,node6
-workload_remote_client_command = /mnt/elba/rubbos/jdk1.6.0_27/bin/java -classpath .:/mnt/elba/rubbos/RUBBoS/Client/:/mnt/elba/rubbos/RUBBoS/Client/rubbos_client.jar -Xmx1300m -Dhttp.keepAlive=true -Dhttp.maxConnections=1000000 edu.rice.rubbos.client.ClientEmulator
-
-
-workload_number_of_clients_per_node = 340
-
-
-# Workload: precise which transition table to use
-workload_user_transition_table = /mnt/elba/rubbos/RUBBoS/workload/user_transitions.txt
-workload_author_transition_table = /mnt/elba/rubbos/RUBBoS/workload/author_transitions.txt
-workload_number_of_columns = 24
-workload_number_of_rows = 26
-workload_maximum_number_of_transitions = 1000
-workload_use_tpcw_think_time = yes
-workload_number_of_stories_per_page = 20
-
-workload_up_ramp_time_in_ms = 480000
-workload_up_ramp_slowdown_factor = 2
-
-workload_session_run_time_in_ms = 720000
-workload_down_ramp_time_in_ms = 30000
-workload_down_ramp_slowdown_factor = 3
-workload_percentage_of_author = 10
-
-# Users policy
-database_number_of_authors = 50
-database_number_of_users = 500000
-
-# Stories policy
-database_story_dictionnary = /mnt/elba/rubbos/RUBBoS/database/dictionary
-database_story_maximum_length = 1024
-database_oldest_story_year = 1998
-database_oldest_story_month = 1
-
-# Comments policy
-database_comment_max_length = 1024
-
-# Connection timedout settings
-connection_time_out_interval = 300
-
-
-# Monitoring Information
-monitoring_debug_level = 1
-monitoring_program = /mnt/elba/rubbos/sysstat-9.0.6/bin/sar
-monitoring_options = -u ALL -I SUM
-monitoring_sampling_in_seconds = 1
-monitoring_rsh = /usr/bin/ssh
-monitoring_scp = /usr/bin/scp
-monitoring_gnuplot_terminal = png
-
diff --git a/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_200 b/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_200
index b15f10da..e7b65193 100644
--- a/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_200
+++ b/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_200
@@ -1,6 +1,6 @@
#n HTTP server information
-httpd_hostname = node7
+httpd_hostname = 192.168.122.12
httpd_port = 8000
# C/JDBC server to monitor (if any)
@@ -15,7 +15,7 @@ ejb_html_path =
ejb_script_path =
# Servlets server information
-servlets_server = node8
+servlets_server = 192.168.122.14
servlets_html_path = /rubbos
servlets_script_path = /rubbos/servlet
@@ -24,10 +24,10 @@ php_html_path = /PHP
php_script_path = /PHP
#Database information
-database_master_server = node9
+database_master_server = 192.168.122.13
-database_slave_servers =
-workload_remote_client_nodes = node3,node4,node5,node6
+database_slave_servers =
+workload_remote_client_nodes = 192.168.122.15,192.168.122.16,192.168.122.17,192.168.122.18
workload_remote_client_command = /bottlenecks/rubbos/app/jdk1.6.0_27/bin/java -classpath .:/bottlenecks/rubbos/app/RUBBoS/Client/:/bottlenecks/rubbos/app/RUBBoS/Client/rubbos_client.jar -Xmx1300m -Dhttp.keepAlive=true -Dhttp.maxConnections=1000000 edu.rice.rubbos.client.ClientEmulator
diff --git a/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_300 b/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_300
deleted file mode 100644
index 96ac98c5..00000000
--- a/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_300
+++ /dev/null
@@ -1,79 +0,0 @@
-
-#n HTTP server information
-httpd_hostname = node7
-httpd_port = 8000
-
-# C/JDBC server to monitor (if any)
-cjdbc_hostname =
-
-# Precise which version to use. Valid options are : PHP, Servlets, EJB
-httpd_use_version = Servlets
-
-# EJB server information
-ejb_server =
-ejb_html_path =
-ejb_script_path =
-
-# Servlets server information
-servlets_server = node8
-servlets_html_path = /rubbos
-servlets_script_path = /rubbos/servlet
-
-# PHP information
-php_html_path = /PHP
-php_script_path = /PHP
-
-#Database information
-database_master_server = node9
-
-database_slave_servers =
-workload_remote_client_nodes = node3,node4,node5,node6
-workload_remote_client_command = /mnt/elba/rubbos/jdk1.6.0_27/bin/java -classpath .:/mnt/elba/rubbos/RUBBoS/Client/:/mnt/elba/rubbos/RUBBoS/Client/rubbos_client.jar -Xmx1300m -Dhttp.keepAlive=true -Dhttp.maxConnections=1000000 edu.rice.rubbos.client.ClientEmulator
-
-
-workload_number_of_clients_per_node = 60
-
-
-# Workload: precise which transition table to use
-workload_user_transition_table = /mnt/elba/rubbos/RUBBoS/workload/user_transitions.txt
-workload_author_transition_table = /mnt/elba/rubbos/RUBBoS/workload/author_transitions.txt
-workload_number_of_columns = 24
-workload_number_of_rows = 26
-workload_maximum_number_of_transitions = 1000
-workload_use_tpcw_think_time = yes
-workload_number_of_stories_per_page = 20
-
-workload_up_ramp_time_in_ms = 480000
-workload_up_ramp_slowdown_factor = 2
-
-workload_session_run_time_in_ms = 720000
-workload_down_ramp_time_in_ms = 30000
-workload_down_ramp_slowdown_factor = 3
-workload_percentage_of_author = 10
-
-# Users policy
-database_number_of_authors = 50
-database_number_of_users = 500000
-
-# Stories policy
-database_story_dictionnary = /mnt/elba/rubbos/RUBBoS/database/dictionary
-database_story_maximum_length = 1024
-database_oldest_story_year = 1998
-database_oldest_story_month = 1
-
-# Comments policy
-database_comment_max_length = 1024
-
-# Connection timedout settings
-connection_time_out_interval = 300
-
-
-# Monitoring Information
-monitoring_debug_level = 1
-monitoring_program = /mnt/elba/rubbos/sysstat-9.0.6/bin/sar
-monitoring_options = -u ALL -I SUM
-monitoring_sampling_in_seconds = 1
-monitoring_rsh = /usr/bin/ssh
-monitoring_scp = /usr/bin/scp
-monitoring_gnuplot_terminal = png
-
diff --git a/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_400 b/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_400
deleted file mode 100644
index de9bfd99..00000000
--- a/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_400
+++ /dev/null
@@ -1,79 +0,0 @@
-
-#n HTTP server information
-httpd_hostname = node7
-httpd_port = 8000
-
-# C/JDBC server to monitor (if any)
-cjdbc_hostname =
-
-# Precise which version to use. Valid options are : PHP, Servlets, EJB
-httpd_use_version = Servlets
-
-# EJB server information
-ejb_server =
-ejb_html_path =
-ejb_script_path =
-
-# Servlets server information
-servlets_server = node8
-servlets_html_path = /rubbos
-servlets_script_path = /rubbos/servlet
-
-# PHP information
-php_html_path = /PHP
-php_script_path = /PHP
-
-#Database information
-database_master_server = node9
-
-database_slave_servers =
-workload_remote_client_nodes = node3,node4,node5,node6
-workload_remote_client_command = /mnt/elba/rubbos/jdk1.6.0_27/bin/java -classpath .:/mnt/elba/rubbos/RUBBoS/Client/:/mnt/elba/rubbos/RUBBoS/Client/rubbos_client.jar -Xmx1300m -Dhttp.keepAlive=true -Dhttp.maxConnections=1000000 edu.rice.rubbos.client.ClientEmulator
-
-
-workload_number_of_clients_per_node = 80
-
-
-# Workload: precise which transition table to use
-workload_user_transition_table = /mnt/elba/rubbos/RUBBoS/workload/user_transitions.txt
-workload_author_transition_table = /mnt/elba/rubbos/RUBBoS/workload/author_transitions.txt
-workload_number_of_columns = 24
-workload_number_of_rows = 26
-workload_maximum_number_of_transitions = 1000
-workload_use_tpcw_think_time = yes
-workload_number_of_stories_per_page = 20
-
-workload_up_ramp_time_in_ms = 480000
-workload_up_ramp_slowdown_factor = 2
-
-workload_session_run_time_in_ms = 720000
-workload_down_ramp_time_in_ms = 30000
-workload_down_ramp_slowdown_factor = 3
-workload_percentage_of_author = 10
-
-# Users policy
-database_number_of_authors = 50
-database_number_of_users = 500000
-
-# Stories policy
-database_story_dictionnary = /mnt/elba/rubbos/RUBBoS/database/dictionary
-database_story_maximum_length = 1024
-database_oldest_story_year = 1998
-database_oldest_story_month = 1
-
-# Comments policy
-database_comment_max_length = 1024
-
-# Connection timedout settings
-connection_time_out_interval = 300
-
-
-# Monitoring Information
-monitoring_debug_level = 1
-monitoring_program = /mnt/elba/rubbos/sysstat-9.0.6/bin/sar
-monitoring_options = -u ALL -I SUM
-monitoring_sampling_in_seconds = 1
-monitoring_rsh = /usr/bin/ssh
-monitoring_scp = /usr/bin/scp
-monitoring_gnuplot_terminal = png
-
diff --git a/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_500 b/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_500
deleted file mode 100644
index b2c2c520..00000000
--- a/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_500
+++ /dev/null
@@ -1,79 +0,0 @@
-
-#n HTTP server information
-httpd_hostname = node7
-httpd_port = 8000
-
-# C/JDBC server to monitor (if any)
-cjdbc_hostname =
-
-# Precise which version to use. Valid options are : PHP, Servlets, EJB
-httpd_use_version = Servlets
-
-# EJB server information
-ejb_server =
-ejb_html_path =
-ejb_script_path =
-
-# Servlets server information
-servlets_server = node8
-servlets_html_path = /rubbos
-servlets_script_path = /rubbos/servlet
-
-# PHP information
-php_html_path = /PHP
-php_script_path = /PHP
-
-#Database information
-database_master_server = node9
-
-database_slave_servers =
-workload_remote_client_nodes = node3,node4,node5,node6
-workload_remote_client_command = /mnt/elba/rubbos/jdk1.6.0_27/bin/java -classpath .:/mnt/elba/rubbos/RUBBoS/Client/:/mnt/elba/rubbos/RUBBoS/Client/rubbos_client.jar -Xmx1300m -Dhttp.keepAlive=true -Dhttp.maxConnections=1000000 edu.rice.rubbos.client.ClientEmulator
-
-
-workload_number_of_clients_per_node = 100
-
-
-# Workload: precise which transition table to use
-workload_user_transition_table = /mnt/elba/rubbos/RUBBoS/workload/user_transitions.txt
-workload_author_transition_table = /mnt/elba/rubbos/RUBBoS/workload/author_transitions.txt
-workload_number_of_columns = 24
-workload_number_of_rows = 26
-workload_maximum_number_of_transitions = 1000
-workload_use_tpcw_think_time = yes
-workload_number_of_stories_per_page = 20
-
-workload_up_ramp_time_in_ms = 480000
-workload_up_ramp_slowdown_factor = 2
-
-workload_session_run_time_in_ms = 720000
-workload_down_ramp_time_in_ms = 30000
-workload_down_ramp_slowdown_factor = 3
-workload_percentage_of_author = 10
-
-# Users policy
-database_number_of_authors = 50
-database_number_of_users = 500000
-
-# Stories policy
-database_story_dictionnary = /mnt/elba/rubbos/RUBBoS/database/dictionary
-database_story_maximum_length = 1024
-database_oldest_story_year = 1998
-database_oldest_story_month = 1
-
-# Comments policy
-database_comment_max_length = 1024
-
-# Connection timedout settings
-connection_time_out_interval = 300
-
-
-# Monitoring Information
-monitoring_debug_level = 1
-monitoring_program = /mnt/elba/rubbos/sysstat-9.0.6/bin/sar
-monitoring_options = -u ALL -I SUM
-monitoring_sampling_in_seconds = 1
-monitoring_rsh = /usr/bin/ssh
-monitoring_scp = /usr/bin/scp
-monitoring_gnuplot_terminal = png
-
diff --git a/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_600 b/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_600
deleted file mode 100644
index 36b7f476..00000000
--- a/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_600
+++ /dev/null
@@ -1,79 +0,0 @@
-
-#n HTTP server information
-httpd_hostname = node7
-httpd_port = 8000
-
-# C/JDBC server to monitor (if any)
-cjdbc_hostname =
-
-# Precise which version to use. Valid options are : PHP, Servlets, EJB
-httpd_use_version = Servlets
-
-# EJB server information
-ejb_server =
-ejb_html_path =
-ejb_script_path =
-
-# Servlets server information
-servlets_server = node8
-servlets_html_path = /rubbos
-servlets_script_path = /rubbos/servlet
-
-# PHP information
-php_html_path = /PHP
-php_script_path = /PHP
-
-#Database information
-database_master_server = node9
-
-database_slave_servers =
-workload_remote_client_nodes = node3,node4,node5,node6
-workload_remote_client_command = /mnt/elba/rubbos/jdk1.6.0_27/bin/java -classpath .:/mnt/elba/rubbos/RUBBoS/Client/:/mnt/elba/rubbos/RUBBoS/Client/rubbos_client.jar -Xmx1300m -Dhttp.keepAlive=true -Dhttp.maxConnections=1000000 edu.rice.rubbos.client.ClientEmulator
-
-
-workload_number_of_clients_per_node = 120
-
-
-# Workload: precise which transition table to use
-workload_user_transition_table = /mnt/elba/rubbos/RUBBoS/workload/user_transitions.txt
-workload_author_transition_table = /mnt/elba/rubbos/RUBBoS/workload/author_transitions.txt
-workload_number_of_columns = 24
-workload_number_of_rows = 26
-workload_maximum_number_of_transitions = 1000
-workload_use_tpcw_think_time = yes
-workload_number_of_stories_per_page = 20
-
-workload_up_ramp_time_in_ms = 480000
-workload_up_ramp_slowdown_factor = 2
-
-workload_session_run_time_in_ms = 720000
-workload_down_ramp_time_in_ms = 30000
-workload_down_ramp_slowdown_factor = 3
-workload_percentage_of_author = 10
-
-# Users policy
-database_number_of_authors = 50
-database_number_of_users = 500000
-
-# Stories policy
-database_story_dictionnary = /mnt/elba/rubbos/RUBBoS/database/dictionary
-database_story_maximum_length = 1024
-database_oldest_story_year = 1998
-database_oldest_story_month = 1
-
-# Comments policy
-database_comment_max_length = 1024
-
-# Connection timedout settings
-connection_time_out_interval = 300
-
-
-# Monitoring Information
-monitoring_debug_level = 1
-monitoring_program = /mnt/elba/rubbos/sysstat-9.0.6/bin/sar
-monitoring_options = -u ALL -I SUM
-monitoring_sampling_in_seconds = 1
-monitoring_rsh = /usr/bin/ssh
-monitoring_scp = /usr/bin/scp
-monitoring_gnuplot_terminal = png
-
diff --git a/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_700 b/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_700
deleted file mode 100644
index dd6b87d6..00000000
--- a/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_700
+++ /dev/null
@@ -1,79 +0,0 @@
-
-#n HTTP server information
-httpd_hostname = node7
-httpd_port = 8000
-
-# C/JDBC server to monitor (if any)
-cjdbc_hostname =
-
-# Precise which version to use. Valid options are : PHP, Servlets, EJB
-httpd_use_version = Servlets
-
-# EJB server information
-ejb_server =
-ejb_html_path =
-ejb_script_path =
-
-# Servlets server information
-servlets_server = node8
-servlets_html_path = /rubbos
-servlets_script_path = /rubbos/servlet
-
-# PHP information
-php_html_path = /PHP
-php_script_path = /PHP
-
-#Database information
-database_master_server = node9
-
-database_slave_servers =
-workload_remote_client_nodes = node3,node4,node5,node6
-workload_remote_client_command = /mnt/elba/rubbos/jdk1.6.0_27/bin/java -classpath .:/mnt/elba/rubbos/RUBBoS/Client/:/mnt/elba/rubbos/RUBBoS/Client/rubbos_client.jar -Xmx1300m -Dhttp.keepAlive=true -Dhttp.maxConnections=1000000 edu.rice.rubbos.client.ClientEmulator
-
-
-workload_number_of_clients_per_node = 140
-
-
-# Workload: precise which transition table to use
-workload_user_transition_table = /mnt/elba/rubbos/RUBBoS/workload/user_transitions.txt
-workload_author_transition_table = /mnt/elba/rubbos/RUBBoS/workload/author_transitions.txt
-workload_number_of_columns = 24
-workload_number_of_rows = 26
-workload_maximum_number_of_transitions = 1000
-workload_use_tpcw_think_time = yes
-workload_number_of_stories_per_page = 20
-
-workload_up_ramp_time_in_ms = 480000
-workload_up_ramp_slowdown_factor = 2
-
-workload_session_run_time_in_ms = 720000
-workload_down_ramp_time_in_ms = 30000
-workload_down_ramp_slowdown_factor = 3
-workload_percentage_of_author = 10
-
-# Users policy
-database_number_of_authors = 50
-database_number_of_users = 500000
-
-# Stories policy
-database_story_dictionnary = /mnt/elba/rubbos/RUBBoS/database/dictionary
-database_story_maximum_length = 1024
-database_oldest_story_year = 1998
-database_oldest_story_month = 1
-
-# Comments policy
-database_comment_max_length = 1024
-
-# Connection timedout settings
-connection_time_out_interval = 300
-
-
-# Monitoring Information
-monitoring_debug_level = 1
-monitoring_program = /mnt/elba/rubbos/sysstat-9.0.6/bin/sar
-monitoring_options = -u ALL -I SUM
-monitoring_sampling_in_seconds = 1
-monitoring_rsh = /usr/bin/ssh
-monitoring_scp = /usr/bin/scp
-monitoring_gnuplot_terminal = png
-
diff --git a/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_800 b/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_800
deleted file mode 100644
index b0c4275a..00000000
--- a/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_800
+++ /dev/null
@@ -1,79 +0,0 @@
-
-#n HTTP server information
-httpd_hostname = node7
-httpd_port = 8000
-
-# C/JDBC server to monitor (if any)
-cjdbc_hostname =
-
-# Precise which version to use. Valid options are : PHP, Servlets, EJB
-httpd_use_version = Servlets
-
-# EJB server information
-ejb_server =
-ejb_html_path =
-ejb_script_path =
-
-# Servlets server information
-servlets_server = node8
-servlets_html_path = /rubbos
-servlets_script_path = /rubbos/servlet
-
-# PHP information
-php_html_path = /PHP
-php_script_path = /PHP
-
-#Database information
-database_master_server = node9
-
-database_slave_servers =
-workload_remote_client_nodes = node3,node4,node5,node6
-workload_remote_client_command = /mnt/elba/rubbos/jdk1.6.0_27/bin/java -classpath .:/mnt/elba/rubbos/RUBBoS/Client/:/mnt/elba/rubbos/RUBBoS/Client/rubbos_client.jar -Xmx1300m -Dhttp.keepAlive=true -Dhttp.maxConnections=1000000 edu.rice.rubbos.client.ClientEmulator
-
-
-workload_number_of_clients_per_node = 160
-
-
-# Workload: precise which transition table to use
-workload_user_transition_table = /mnt/elba/rubbos/RUBBoS/workload/user_transitions.txt
-workload_author_transition_table = /mnt/elba/rubbos/RUBBoS/workload/author_transitions.txt
-workload_number_of_columns = 24
-workload_number_of_rows = 26
-workload_maximum_number_of_transitions = 1000
-workload_use_tpcw_think_time = yes
-workload_number_of_stories_per_page = 20
-
-workload_up_ramp_time_in_ms = 480000
-workload_up_ramp_slowdown_factor = 2
-
-workload_session_run_time_in_ms = 720000
-workload_down_ramp_time_in_ms = 30000
-workload_down_ramp_slowdown_factor = 3
-workload_percentage_of_author = 10
-
-# Users policy
-database_number_of_authors = 50
-database_number_of_users = 500000
-
-# Stories policy
-database_story_dictionnary = /mnt/elba/rubbos/RUBBoS/database/dictionary
-database_story_maximum_length = 1024
-database_oldest_story_year = 1998
-database_oldest_story_month = 1
-
-# Comments policy
-database_comment_max_length = 1024
-
-# Connection timedout settings
-connection_time_out_interval = 300
-
-
-# Monitoring Information
-monitoring_debug_level = 1
-monitoring_program = /mnt/elba/rubbos/sysstat-9.0.6/bin/sar
-monitoring_options = -u ALL -I SUM
-monitoring_sampling_in_seconds = 1
-monitoring_rsh = /usr/bin/ssh
-monitoring_scp = /usr/bin/scp
-monitoring_gnuplot_terminal = png
-
diff --git a/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_900 b/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_900
deleted file mode 100644
index 1a6b8c0a..00000000
--- a/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_900
+++ /dev/null
@@ -1,79 +0,0 @@
-
-#n HTTP server information
-httpd_hostname = node7
-httpd_port = 8000
-
-# C/JDBC server to monitor (if any)
-cjdbc_hostname =
-
-# Precise which version to use. Valid options are : PHP, Servlets, EJB
-httpd_use_version = Servlets
-
-# EJB server information
-ejb_server =
-ejb_html_path =
-ejb_script_path =
-
-# Servlets server information
-servlets_server = node8
-servlets_html_path = /rubbos
-servlets_script_path = /rubbos/servlet
-
-# PHP information
-php_html_path = /PHP
-php_script_path = /PHP
-
-#Database information
-database_master_server = node9
-
-database_slave_servers =
-workload_remote_client_nodes = node3,node4,node5,node6
-workload_remote_client_command = /mnt/elba/rubbos/jdk1.6.0_27/bin/java -classpath .:/mnt/elba/rubbos/RUBBoS/Client/:/mnt/elba/rubbos/RUBBoS/Client/rubbos_client.jar -Xmx1300m -Dhttp.keepAlive=true -Dhttp.maxConnections=1000000 edu.rice.rubbos.client.ClientEmulator
-
-
-workload_number_of_clients_per_node = 180
-
-
-# Workload: precise which transition table to use
-workload_user_transition_table = /mnt/elba/rubbos/RUBBoS/workload/user_transitions.txt
-workload_author_transition_table = /mnt/elba/rubbos/RUBBoS/workload/author_transitions.txt
-workload_number_of_columns = 24
-workload_number_of_rows = 26
-workload_maximum_number_of_transitions = 1000
-workload_use_tpcw_think_time = yes
-workload_number_of_stories_per_page = 20
-
-workload_up_ramp_time_in_ms = 480000
-workload_up_ramp_slowdown_factor = 2
-
-workload_session_run_time_in_ms = 720000
-workload_down_ramp_time_in_ms = 30000
-workload_down_ramp_slowdown_factor = 3
-workload_percentage_of_author = 10
-
-# Users policy
-database_number_of_authors = 50
-database_number_of_users = 500000
-
-# Stories policy
-database_story_dictionnary = /mnt/elba/rubbos/RUBBoS/database/dictionary
-database_story_maximum_length = 1024
-database_oldest_story_year = 1998
-database_oldest_story_month = 1
-
-# Comments policy
-database_comment_max_length = 1024
-
-# Connection timedout settings
-connection_time_out_interval = 300
-
-
-# Monitoring Information
-monitoring_debug_level = 1
-monitoring_program = /mnt/elba/rubbos/sysstat-9.0.6/bin/sar
-monitoring_options = -u ALL -I SUM
-monitoring_sampling_in_seconds = 1
-monitoring_rsh = /usr/bin/ssh
-monitoring_scp = /usr/bin/scp
-monitoring_gnuplot_terminal = png
-