OSI:Katar/iperf3

Z HelpDesk

Pravidelné testování propustnosti

  • Testování propustnosti sítě do internetu (NAT) a také přes webnet (IPSEC)
  • iperf-client se spouští /etc/systemd/system/iperf-client.service a /etc/systemd/system/iperf-client.timer
[Unit]
Description=Testovani propustnosti
Wants=iperf-client.timer
[Service]
ExecStart=/usr/bin/bash /root/iperf.sh
RuntimeMaxSec=300s
[Install]
WantedBy=multi-user.target


[Unit]
Description=Testovani propustnosti
Requires=iperf-client.service
[Timer]
Unit=iperf-client.service
OnCalendar=0/1:00:00
Persistent=true
[Install]
WantedBy=timers.target