github.com/yandex/pandora@v0.5.32/performance-test/test-config/pandora-perf-http-uri-300inst-sleep0ms-overflow-false/test-config.yaml (about)

     1  autostop:
     2    enabled: true
     3    autostop:
     4      - quantile (50,4ms,10s)
     5      - instances(300,10s)
     6      - limit(120s)
     7    package: yandextank.plugins.Autostop
     8    report_file: autostop_report.txt
     9  uploader:
    10    enabled: true
    11    package: yandextank.plugins.DataUploader
    12    job_name: pandora-perf-http-uri-300inst-sleep0ms-overflow-false
    13    job_dsc: ''
    14    ver: ''
    15    api_address: loadtesting.api.cloud.yandex.net:443
    16  pandora:
    17    enabled: true
    18    package: yandextank.plugins.Pandora
    19    pandora_cmd: ./pandora-perf
    20    config_content:
    21      pools:
    22        - id: HTTP
    23          gun:
    24            type: http
    25            target: localhost:8092
    26            ssl: false
    27          ammo:
    28            type: uri
    29            uris:
    30              - /hello?sleep=0ms hellotag
    31          result:
    32            type: phout
    33            destination: ./phout.log
    34          startup:
    35            type: once
    36            times: 300
    37          rps:
    38            - type: line
    39              from: 1
    40              to: 50000
    41              duration: 70s
    42          discard_overflow: false
    43      log:
    44        level: error
    45      monitoring:
    46        expvar:
    47          enabled: true
    48          port: 1234
    49  telegraf:
    50    enabled: true
    51    package: yandextank.plugins.Telegraf
    52    config:
    53      hosts:
    54        localhost: null
    55      metrics:
    56        cpu: null
    57        mem: null
    58        diskio: null
    59        net: null
    60        netstat: null
    61        system: null
    62        kernel: null
    63  core: {}