mirror of
https://github.com/valitydev/yandex-tank.git
synced 2024-11-06 18:35:18 +00:00
21 lines
416 B
INI
21 lines
416 B
INI
[tank]
|
|
plugin_ShellExec=Tank/Plugins/ShellExec.py
|
|
plugin_phantom=Tank/Plugins/Phantom.py
|
|
plugin_aggreg=Tank/Plugins/Aggregator.py
|
|
plugin_console=Tank/Plugins/ConsoleOnline.py
|
|
|
|
[aggregator]
|
|
time_periods=1 5 10 50 100ms 500 1s
|
|
|
|
[phantom]
|
|
ammofile=data/dummy.ammo
|
|
instances_schedule=line(1,10,1m)
|
|
#loop=100
|
|
ammo_limit=100
|
|
load=const(1,1) line(1,50,10)
|
|
use_caching=1
|
|
|
|
[shellexec]
|
|
prepare=uname -a
|
|
start=uptime
|
|
end=df -h |