11 February 2019

Data Domain network speed test with iperf


If you want to test network speed between your Data Domain (i.e. to troubleshoot replication issue) use iperf tool.

Below example test speed from ddve-02 (source) to ddve-01 (destination).

For iperf to work you have to ensure the TCP port 5001 is open on destination Data Domain.

On destination Data Domain you have to start iperf as server
sysadmin@ddve-01# net iperf server

On source Data Domain start iperf as client
sysadmin@ddve-02# net iperf client 192.168.12.21 duration 60 interval 10

192.168.12.21 - destination Data Domain IP
duration 60 - test duration 60 seconds
interval 10 - report speed results every 10 seconds

Example iperf output

sysadmin@ddve-01# net iperf server
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size:  256 KByte (default)
------------------------------------------------------------
[  4] local 192.168.12.21 port 5001 connected with 192.168.12.22 port 46551
[ ID] Interval       Transfer     Bandwidth
[  4]  0.0-60.0 sec   229 GBytes  32.8 Gbits/sec
^C
sysadmin@ddve-01#


sysadmin@ddve-02# net iperf client 192.168.12.21 duration 60 interval 10
------------------------------------------------------------
Client connecting to 192.168.12.21, TCP port 5001
TCP window size:  256 KByte (default)
------------------------------------------------------------
[  3] local 192.168.12.22 port 46551 connected with 192.168.12.21 port 5001
[ ID] Interval       Transfer     Bandwidth
[  3]  0.0-10.0 sec  38.7 GBytes  33.2 Gbits/sec
[  3] 10.0-20.0 sec  31.5 GBytes  27.1 Gbits/sec
[  3] 20.0-30.0 sec  39.7 GBytes  34.1 Gbits/sec
[  3] 30.0-40.0 sec  41.4 GBytes  35.6 Gbits/sec
[  3] 40.0-50.0 sec  39.9 GBytes  34.3 Gbits/sec
[  3] 50.0-60.0 sec  38.2 GBytes  32.8 Gbits/sec
[  3]  0.0-60.0 sec   229 GBytes  32.8 Gbits/sec
sysadmin@ddve-02#

No comments:

Post a Comment

Popular