config:

load.yaml phantom: address: ххххх:80 # [Target's address]:[target's port] load_profile: load_type: rps # schedule load by defining requests per second schedule: line(1, 50, 1m) # starting from 1rps growing linearly to 10rps during 10 minutes uris: - / - "/index.php" console: enabled: true # enable console output telegraf: enabled: true # let's disable telegraf monitoring for the first time config: monitoring.xml package: yandextank.plugins.Telegraf kill_old: true ssh_timeout: 30s uploader: enabled: true job_name: testhis job_dsc: testing overload package: yandextank.plugins.DataUploader token_file: /root/yandextank/token.txt moniroting.xml <Monitoring> <Host address="xxxx" interval="1" username="xx"> <CPU/> <Kernel/> <Net/> <System/> <Memory/> <Disk/> <Netstat /> <Nstat/> </Host> </Monitoring> 

It starts, works, finishes correctly, but there are no schedules. Port 8080 does not open, overload is also empty.

    0