Merge "Change PTL informatin in INFO"
[bottlenecks.git] / testsuites / rubbos / rubbos_scripts / 1-1-1 / rubbos_conf / rubbos.properties_template
1
2 #n HTTP server information
3 httpd_hostname = REPLACE_HTTPD_HOST
4 httpd_port = 8000
5
6 # C/JDBC server to monitor (if any)
7 cjdbc_hostname =
8
9 # Precise which version to use. Valid options are : PHP, Servlets, EJB
10 httpd_use_version = Servlets
11
12 # EJB server information
13 ejb_server =
14 ejb_html_path =
15 ejb_script_path =
16
17 # Servlets server information
18 servlets_server = REPLACE_TOMCAT1_HOST
19 servlets_html_path = /rubbos
20 servlets_script_path = /rubbos/servlet
21
22 # PHP information
23 php_html_path = /PHP
24 php_script_path = /PHP
25
26 #Database information
27 database_master_server = REPLACE_MYSQL1_HOST
28
29 database_slave_servers =
30 workload_remote_client_nodes = REPLACE_CLIENT1_HOST,REPLACE_CLIENT2_HOST,REPLACE_CLIENT3_HOST,REPLACE_CLIENT4_HOST
31 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
32
33
34 workload_number_of_clients_per_node = REPLACE_NUMBER_OF_CLIENTS_PER_NODE
35
36
37 # Workload: precise which transition table to use
38 workload_user_transition_table = /bottlenecks/rubbos/app/RUBBoS/workload/user_transitions.txt
39 workload_author_transition_table = /bottlenecks/rubbos/app/RUBBoS/workload/author_transitions.txt
40 workload_number_of_columns = 24
41 workload_number_of_rows = 26
42 workload_maximum_number_of_transitions = 1000
43 workload_use_tpcw_think_time = yes
44 workload_number_of_stories_per_page = 20
45
46 workload_up_ramp_time_in_ms = 48000
47 workload_up_ramp_slowdown_factor = 2
48
49 workload_session_run_time_in_ms = 72000
50 workload_down_ramp_time_in_ms = 3000
51 workload_down_ramp_slowdown_factor = 3
52 workload_percentage_of_author = 10
53
54 # Users policy
55 database_number_of_authors = 50
56 database_number_of_users = 500000
57
58 # Stories policy
59 database_story_dictionnary = /bottlenecks/rubbos/app/RUBBoS/database/dictionary
60 database_story_maximum_length = 1024
61 database_oldest_story_year = 1998
62 database_oldest_story_month = 1
63
64 # Comments policy
65 database_comment_max_length = 1024
66
67 # Connection timedout settings
68 connection_time_out_interval = 300
69
70
71 # Monitoring Information
72 monitoring_debug_level = 1
73 monitoring_program = /bottlenecks/rubbos/app/sysstat-9.0.6/bin/sar
74 monitoring_options = -u ALL -I SUM
75 monitoring_sampling_in_seconds = 1
76 monitoring_rsh = /usr/bin/ssh
77 monitoring_scp = /usr/bin/scp
78 monitoring_gnuplot_terminal = png
79