iperf3: A TCP, UDP, and SCTP network bandwidth measurement tool Summary iperf is a tool for active measurements of the maximum achievable bandwidth on IP networks. It supports tuning of various parameters related to timing, protocols, and buffers. For each test it reports the measured throughput...
iperf3: A TCP, UDP, and SCTP network bandwidth measurement tool Summary iperf is a tool for active measurements of the maximum achievable bandwidth on IP networks. It supports tuning of various parameters related to timing, protocols, and buffers. For each test it reports the measured throughput...
Wed Feb 17 12:36:09 2021 daemon.info /usr/bin/ss-local[8492]: udprelay enabled Wed Feb 17 12:36:09 2021 daemon.info /usr/bin/ss-redir[8493]: udp port reuse enabled Wed Feb 17 12:36:09 2021 daemon.info /usr/bin/ss-redir[8493]: running from root user Wed Feb 17 12:36:09 ...
#install iperf using your preferred package managerapt/brew/pkg/opkg install iperf#check bandwidth over public internet to relay serveriperf -s#on public relay serveriperf -c public-server1.example-vpn.dev#on local client#check bandwidth over VPN to relay serveriperf -s#on public relay serverip...
server iperf -c 10.0.0.1 # on local client # check bandwidth over VPN to remote public peer iperf -s # on remote public peer iperf -c 10.0.0.2 # on local client # check bandwidth over VPN to remote NAT-ed peer iperf -s # on remote NAT-ed peer iperf -c 10.0.0.3 # on local ...
serveriperf -c 192.0.2.1#on local client#check bandwidth over VPN to remote public peeriperf -s#on remote public peeriperf -c 192.0.2.2#on local client#check bandwidth over VPN to remote NAT-ed peeriperf -s#on remote NAT-ed peeriperf -c 192.0.2.3#on local client#check bandwidth over ...