Dear All,
Sometime we need to monitor end to end throughput. Iperf utility comes very handy in these scenario. So how to use iperf. First install iperf after downloading rpm from this link
http://pkgs.repoforge.org/iperf/
Just use the following command to installed
rpm -ivh iperf.rpm
Now you will get bin file iperf
use following command to check throughput
i) At server side
iperf -s
ii) At client side
iperf -c 10.10.10.10
For increasing window size use following command
iperf -c 10.10.10.10 -w 40960
For finding throughput in both direction us following command
iperf -c 10.10.10.10 -r
Sometime we need to monitor end to end throughput. Iperf utility comes very handy in these scenario. So how to use iperf. First install iperf after downloading rpm from this link
http://pkgs.repoforge.org/iperf/
Just use the following command to installed
rpm -ivh iperf
Now you will get bin file iperf
use following command to check throughput
i) At server side
iperf -s
ii) At client side
iperf -c 10.10.10.10
For increasing window size use following command
iperf -c 10.10.10.10 -w 40960
For finding throughput in both direction us following command
iperf -c 10.10.10.10 -r
No comments:
Post a Comment