Skip to content
Komine Shunta edited this page Sep 8, 2018 · 1 revision

ネットワークの帯域を測定する

接続先で実行

sudo apt-get install iperf
iperf -s

接続元で実行

sudo apt-get install iperf
iperf -c <host name>