github.com/yandex/pandora@v0.5.32/examples/http.yaml (about) 1 pools: 2 - id: HTTP pool 3 gun: 4 type: http 5 target: example.com:80 6 dial: 7 timeout: 1s 8 ammo: 9 type: http/json 10 file: ./examples/http.jsonline 11 result: 12 type: phout 13 destination: ./http_phout.log 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 24 monitoring: 25 expvar: 26 enabled: true 27 port: 1234 28 cpuprofile: 29 enabled: false 30 memprofile: 31 enabled: false