Add 'usr-bin-iperfd'

This commit is contained in:
ghostpirate 2023-05-26 18:50:05 -03:00
parent 3e130efc6e
commit 43bae0c9a7
1 changed files with 9 additions and 0 deletions

9
usr-bin-iperfd Normal file
View File

@ -0,0 +1,9 @@
#!/bin/sh
# (C) 2019 - 2023 Fernao Vellozo
# This is free software under the terms of GPLv3
# the command below will start iperf3 in server mode, running in background as a daemon and listening on ipv4 port 5005/tcp
# log file is optional, and other parameters may be added, such as -V for verbose and -d for debug
# firewall must be adjusted accordingly, otherwise no client will reach it here
/usr/bin/iperf3 -s -D -B 0.0.0.0 -p 5005 --logfile /var/log/iperf3-server.log