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

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

Put local stresstest stuff into SVN. Yet not too useable!

File size: 371 bytes
Line 
1
2[global]
3run_time = 10
4rampup = 0
5results_ts_interval = 10
6progress_bar = on
7console_logging = off
8xml_report = off
9post_run_script = kofa01/post_run.sh
10
11# /usr/bin/python --version
12# post_run.py
13# "/usr/bin/python -v"
14# "import os; print os.getcwd()"
15# kofa01/post_run.py
16
17
18[user_group-1]
19threads = 5
20script = v_user.py
21
22[user_group-2]
23threads = 5
24script = v_user2.py
25
Note: See TracBrowser for help on using the repository browser.