Merge "Change PTL informatin in INFO"
[bottlenecks.git] / testsuites / rubbos / puppet_manifests / modules / rubbos_client / files / rubbos.properties.template
1 #############################################################################
2 # Copyright (c) 2016 Huawei Technologies Co.,Ltd and others.
3 #
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Apache License, Version 2.0
6 # which accompanies this distribution, and is available at
7 # http://www.apache.org/licenses/LICENSE-2.0
8 ##############################################################################
9
10
11 # HTTP server information
12 httpd_hostname = REPLACED_WEB_SERVER
13 httpd_port = 8000
14
15 # C/JDBC server to monitor (if any)
16 cjdbc_hostname =
17
18 # Precise which version to use. Valid options are : PHP, Servlets, EJB
19 httpd_use_version = Servlets
20
21 # EJB server information
22 ejb_server =
23 ejb_html_path =
24 ejb_script_path =
25
26 # Servlets server information
27 servlets_server = REPLACED_APPLICATION_SERVER
28 servlets_html_path = /rubbos
29 servlets_script_path = /rubbos/servlet
30
31 # PHP information
32 php_html_path = /PHP
33 php_script_path = /PHP
34
35 #Database information
36 database_master_server = REPLACED_DB_SERVER
37
38 database_slave_servers =
39 workload_remote_client_nodes = REPLACED_CLIENT_SERVERS
40 workload_remote_client_command = REPLACED_RUBBOS_APP_TOOLS/jdk1.6.0_27/bin/java -classpath .:REPLACED_RUBBOS_HOME/Client/:REPLACED_RUBBOS_HOME/Client/rubbos_client.jar -Xms512m -Xmx2048m -Dhttp.keepAlive=true -Dhttp.maxConnections=1000000 edu.rice.rubbos.client.ClientEmulator
41
42 workload_number_of_clients_per_node = REPLACED_NUMBER_OF_CLIENTS_PER_NODE
43
44 # Workload: precise which transition table to use
45 workload_user_transition_table = REPLACED_RUBBOS_HOME/workload/user_transitions.txt
46 workload_author_transition_table = REPLACED_RUBBOS_HOME/workload/author_transitions.txt
47 workload_number_of_columns = 24
48 workload_number_of_rows = 26
49 workload_maximum_number_of_transitions = 1000
50 workload_use_tpcw_think_time = yes
51 workload_number_of_stories_per_page = 20
52
53 workload_up_ramp_time_in_ms = 15000
54 workload_up_ramp_slowdown_factor = 2
55
56 workload_session_run_time_in_ms = 60000
57
58 workload_down_ramp_time_in_ms = 10000
59 workload_down_ramp_slowdown_factor = 3
60 workload_percentage_of_author = 10
61
62 # Users policy
63 database_number_of_authors = 50
64 database_number_of_users = 500000
65
66 # Stories policy
67 database_story_dictionnary = REPLACED_RUBBOS_HOME/database/dictionary
68 database_story_maximum_length = 1024
69 database_oldest_story_year = 1998
70 database_oldest_story_month = 1
71
72 # Comments policy
73 database_comment_max_length = 1024
74
75 # Connection timedout settings
76 connection_time_out_interval = 300
77
78 # Monitoring Information
79 monitoring_debug_level = 1
80 monitoring_program = REPLACED_RUBBOS_APP/sysstat-9.0.6/bin/sar
81 monitoring_options = -u ALL -I SUM
82 monitoring_sampling_in_seconds = 1
83 monitoring_rsh = /usr/bin/ssh
84 monitoring_scp = /usr/bin/scp
85 monitoring_gnuplot_terminal = png