|
38 | 38 | gather_facts:no
|
39 | 39 | tasks:
|
40 | 40 | -name:run transfers
|
41 |
| -shell:'~/pg_cluster/install/bin/dtmbench {{connections}} -w {{item}} -s {{offset}} -d 100000 -r 1 -n 1000 -a1000000 | sed "s/^/`hostname`:/"' |
| 41 | +shell:'~/pg_cluster/install/bin/dtmbench {{connections}} -w {{item}} -s {{offset}} -d 100000 -r 1 -n 1000 -a2000000 | sed "s/^/`hostname`:/"' |
42 | 42 | register:transfers_result
|
43 | 43 | environment:
|
44 | 44 | LD_LIBRARY_PATH:"/home/{{ansible_ssh_user}}/pg_cluster/install/lib"
|
45 |
| -with_sequence:start=100 end=200 stride=100 |
| 45 | +with_sequence:start=100 end=200 stride=50 |
46 | 46 |
|
47 | 47 | -local_action:shell echo "{{transfers_result.results | map(attribute='stdout') | join('\n')}}" >> perf.results
|
48 | 48 |
|
|