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

     1  autostop:
     2    enabled: true
     3    autostop:
     4      - quantile (50,11ms,12s)
     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-grpc-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: gRPC
    23          gun:
    24            type: grpc
    25            target: 127.0.0.1:8091
    26            tls: false
    27          ammo:
    28            type: grpc/json
    29            file: ./payload.json
    30          result:
    31            type: phout
    32            destination: ./phout.log
    33          startup:
    34            type: once
    35            times: 300
    36          rps:
    37            - type: line
    38              from: 1
    39              to: 30000
    40              duration: 80s
    41          discard_overflow: false
    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: {}