From 1a24ebbda3f95600c0e7d5ed8661317a8ff7e265 Mon Sep 17 00:00:00 2001 From: QiLiang Date: Tue, 22 Dec 2015 06:53:44 +0000 Subject: Clear Magic IP Clear magic ips, all node ips are configured in set_bottlenecks_rubbos_env.sh JIRA:BOTTLENECK-24 Change-Id: I13161439e00a75acd51a09cdc67a8ee6e18ea633 Signed-off-by: QiLiang --- .../1-1-1/rubbos_conf/rubbos.properties_200 | 79 ---------------------- 1 file changed, 79 deletions(-) delete mode 100644 rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_200 (limited to 'rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_200') 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 deleted file mode 100644 index e7b65193..00000000 --- a/rubbos/rubbos_scripts/1-1-1/rubbos_conf/rubbos.properties_200 +++ /dev/null @@ -1,79 +0,0 @@ - -#n HTTP server information -httpd_hostname = 192.168.122.12 -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 = 192.168.122.14 -servlets_html_path = /rubbos -servlets_script_path = /rubbos/servlet - -# PHP information -php_html_path = /PHP -php_script_path = /PHP - -#Database information -database_master_server = 192.168.122.13 - -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 - - -workload_number_of_clients_per_node = 40 - - -# Workload: precise which transition table to use -workload_user_transition_table = /bottlenecks/rubbos/app/RUBBoS/workload/user_transitions.txt -workload_author_transition_table = /bottlenecks/rubbos/app/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 = /bottlenecks/rubbos/app/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 = /bottlenecks/rubbos/app/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 - -- cgit 1.2.3-korg