github.com/yandex/pandora@v0.5.32/examples/connect.yaml (about)

     1  pools:
     2    - gun:
     3        type: connect
     4        target: localhost:3000 # some secure proxy address
     5        ssl: true
     6        connect-ssl: false
     7      ammo:
     8        type: http/json
     9        file: ./http.jsonline
    10      result:
    11        type: phout
    12        destination: ./http_phout.log
    13      rps-per-instance: true
    14      rps:
    15        type: line
    16        from: 1
    17        to: 5
    18        duration: 2s
    19      startup:
    20        type: once
    21        times: 5
    22  log:
    23    level: debug