source: main/waeup.stress/trunk/kofa01/config.cfg @ 15049

Last change on this file since 15049 was 8681, checked in by uli, 12 years ago

Consider instance mode when starting/stopping instances.

File size: 284 bytes
Line 
1
2[global]
3run_time = 10
4rampup = 0
5results_ts_interval = 10
6progress_bar = on
7console_logging = off
8xml_report = off
9
10kofa_instance = kofa
11kofa_baseport = 8080
12kofa_instance_mode = paster
13
14[user_group-1]
15threads = 5
16script = v_user.py
17
18[user_group-2]
19threads = 5
20script = v_user2.py
21
Note: See TracBrowser for help on using the repository browser.