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

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