Today I wanna show you, how to perform a speed test between a Windows Client and your NetApp filer.
Logon to your NetApp filer using SSH.
Set priv to advanced:
netapp::> set -privilege advanced
Warning: These advanced commands are potentially dangerous; use them only when
directed to do so by NetApp personnel.
Do you want to continue? {y|n}: y
netapp::> y
Start iperf server:
netapp::*> network test-link start-server
Install and run iperf on Windows:
- Logon into the Windows client
- Download iperf3 and extract it
https://iperf.fr/en/iperf-download.php#windows
- browse to iperf3.exe and run
iperf -c serveripaddress
Example execution and output:
iperf3.exe -c 10.1.1.10
Connecting to host 10.4.248.156, port 5201
[ 4] local 10.2.1.2 port 61373 connected to 10.1.1.10 port 5201
[ ID] Interval Transfer Bandwidth
[ 4] 0.00-1.00 sec 91.2 MBytes 762 Mbits/sec
[ 4] 1.00-2.00 sec 88.1 MBytes 742 Mbits/sec
[ 4] 2.00-3.00 sec 99.6 MBytes 835 Mbits/sec
[ 4] 3.00-4.00 sec 95.6 MBytes 802 Mbits/sec
[ 4] 4.00-5.00 sec 95.1 MBytes 798 Mbits/sec
[ 4] 5.00-6.00 sec 94.1 MBytes 790 Mbits/sec
[ 4] 6.00-7.00 sec 92.9 MBytes 779 Mbits/sec
[ 4] 7.00-8.00 sec 93.2 MBytes 782 Mbits/sec
[ 4] 8.00-9.00 sec 94.8 MBytes 795 Mbits/sec
[ 4] 9.00-10.00 sec 91.2 MBytes 765 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bandwidth
[ 4] 0.00-10.00 sec 936 MBytes 785 Mbits/sec sender
[ 4] 0.00-10.00 sec 936 MBytes 785 Mbits/sec receiver
iperf Done.
Stop iperf server on NetApp:
netapp::*> network test-link stop-server
No comments:
Post a Comment