Dell DR6300 DR Series System Command Line Reference Guide - Page 51

Description, Result

Page 51 highlights

network --iperf_client --server [--port ] [--window_size ] [--interval ] [--time ] The DR Series system provides the --iperf set of DR Series system CLI commands (--iperf_client and --iperf_server) that let you test network performance between any client and server on the network that you designate. In addition to testing the network performance between these two designated endpoints, this set of --iperf commands also let you test if the firewall allows a connection between these two points. You can filter the network performance test by using the following options: • --server, by the IP address or host name that you specify • --port, by the port number that you specify • --window_size, by the number of bytes, Kilobytes or Megabytes (KB/MB), that you specify • --interval, by the number of seconds that you specify • --time, by the number of seconds that you specify NOTE: There are two conditions you must meet: 1) you must use ports with the --iperf_client and --iperf_server commands that are not in use by any other system operations (if you do not define specific ports, the --iperf_client and --iperf_server commands default to port 5001), and 2) these commands must be issued simultaneously. Description Tests network performance between a client and server using a designated port (use this command at the same time you use the other --iperf command). network --iperf_client --server acme-sw-02 --port 5001 --window_size 7KB -interval 30 --time 60 Result Client connecting to acme-sw-02, TCP port 5001 TCP window size: 14.0 KByte (WARNING: requested 7.00 KByte) [ 6] local 10.20.21.23 port 5812 connected with 10.20.20.3 port 5001 [ ID] Interval Transfer Bandwidth [ 6] 0.0-30.0 sec 193 MBytes 54.0 Mbits/sec [ 6] 30.0-60.0 sec 205 MBytes 57.4 Mbits/sec [ 6] 0.0-60.0 sec 398 MBytes 55.7 Mbits/sec network --iperf_server [--port ] [--window_size ] The DR Series system provides the --iperf set of DR Series system CLI commands (--iperf_client and --iperf_server) that let you test network performance between any client and server on the network that you designate. In addition to testing the network performance between these two designated endpoints, this set of --iperf commands also let you test if the firewall allows a connection between these two points. You can filter the network performance test by using the following options: • --port, by the port number that you specify • --window_size, by the number of bytes, Kilobytes (KB) or Megabytes (MB) that you specify NOTE: There are two conditions you must meet: 1) you must use ports with the --iperf_client and --iperf_server commands that are not in use by any other system operations (if you do not define specific ports, the --iperf_client and --iperf_server commands default to port 5001), and 2) these commands must be issued simultaneously. 51

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161

network --iperf_client --server <ip address | hostname> [--port <number>] [--window_size
<num bytes [KB/MB]>] [--interval <num seconds>] [--time <num seconds>]
The DR Series system provides the
--iperf
set of DR Series system CLI commands (
--iperf_client
and
--iperf_server
) that
let you test network performance between any client and server on the network that you designate. In addition to testing
the network performance between these two designated endpoints, this set of
--iperf
commands also let you test if the
firewall allows a connection between these two points. You can filter the network performance test by using the
following options:
--server
, by the IP address or host name that you specify
--port
, by the port number that you specify
--window_size
, by the number of bytes, Kilobytes or Megabytes (KB/MB), that you specify
--interval
, by the number of seconds that you specify
--time
, by the number of seconds that you specify
NOTE:
There are two conditions you must meet: 1) you must use ports with the
--iperf_client
and
--iperf_server
commands that are not in use by any other system operations (if you do not define specific ports, the
--iperf_client
and
--iperf_server
commands default to port 5001), and 2) these commands must be issued simultaneously.
Description
Tests network performance between a client and server using a designated port (use this command at the same time
you use the other
--iperf
command).
network --iperf_client --server acme-sw-02 --port 5001 --window_size 7KB --
interval 30 --time 60
Result
-----------------------------------------------------------
Client connecting to acme-sw-02, TCP port 5001
TCP window size: 14.0 KByte (WARNING: requested 7.00 KByte)
-----------------------------------------------------------
[
6] local 10.20.21.23 port 5812 connected with 10.20.20.3 port 5001
[ ID] Interval
Transfer
Bandwidth
[
6]
0.0-30.0 sec
193 MBytes
54.0 Mbits/sec
[
6] 30.0-60.0 sec
205 MBytes
57.4 Mbits/sec
[
6]
0.0-60.0 sec
398 MBytes
55.7 Mbits/sec
network --iperf_server [--port <number>] [--window_size <num bytes [KB/MB>]
The DR Series system provides the
--iperf
set of DR Series system CLI commands (
--iperf_client
and
--iperf_server
) that
let you test network performance between any client and server on the network that you designate. In addition to testing
the network performance between these two designated endpoints, this set of
--iperf
commands also let you test if the
firewall allows a connection between these two points. You can filter the network performance test by using the
following options:
--port
, by the port number that you specify
--window_size
, by the number of bytes, Kilobytes (KB) or Megabytes (MB) that you specify
NOTE:
There are two conditions you must meet: 1) you must use ports with the
--iperf_client
and
--iperf_server
commands that are not in use by any other system operations (if you do not define specific ports, the
--iperf_client
and
--iperf_server
commands default to port 5001), and 2) these commands must be issued simultaneously.
51