mirror of
https://github.com/valitydev/yandex-tank.git
synced 2024-11-06 18:35:18 +00:00
0cdc7ff544
pylint warnings fix allow autostop criterias in single line
32 lines
956 B
Plaintext
32 lines
956 B
Plaintext
#### Lunapark Config File ####
|
|
|
|
## Basic Section ##
|
|
# Адрес и порт тестируемой машинки
|
|
address=127.0.0.1:80
|
|
#Схема нагрузки
|
|
load = const (10,10m)
|
|
# Перечисление заголовков и GET запросов
|
|
header_http = 1.1
|
|
header = [Host: www.target.example.com]
|
|
header = [Connection: close]
|
|
uri = /
|
|
|
|
## Advanced Section ##
|
|
#ammofile=test.ammo
|
|
#ssl=1
|
|
#autostop = http(5xx,100%,1)
|
|
#instances=10
|
|
#writelog=1
|
|
#task=LOAD-999
|
|
#monitoring_config=<путь к файлу>
|
|
#inform = username
|
|
#time_periods = 10 45 50 100 150 300 500 1s 1500 2s 3s 10s # крайнее значение 10s является коннект таймаутом
|
|
#job_name = Краткое имя стрельбы
|
|
#job_dsc = Описание стрельбы
|
|
#ver = Версия пакета/коммита/whatever
|
|
|
|
## Expert Section ##
|
|
#instances_schedule = line (1,1000,10m)
|
|
#tank_type=2
|
|
#gatling_ip = 141.8.153.82 141.8.153.81
|