File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -57,43 +57,43 @@ In the Zephyr console, zperf can be executed as follows:
57
57
58
58
.. code-block :: console
59
59
60
- zperf> udp upload 2001:db8::2 5001 10 1K 1M
60
+ zperf udp upload 2001:db8::2 5001 10 1K 1M
61
61
62
62
63
63
For TCP the zperf command would look like this:
64
64
65
65
.. code-block :: console
66
66
67
- zperf> tcp upload 2001:db8::2 5001 10 1K 1M
67
+ zperf tcp upload 2001:db8::2 5001 10 1K 1M
68
68
69
69
70
70
If the IP addresses of Zephyr and the host machine are specified in the
71
71
config file, zperf can be started as follows:
72
72
73
73
.. code-block :: console
74
74
75
- zperf> udp upload2 v6 10 1K 1M
75
+ zperf udp upload2 v6 10 1K 1M
76
76
77
77
78
78
or like this if you want to test TCP:
79
79
80
80
.. code-block :: console
81
81
82
- zperf> tcp upload2 v6 10 1K 1M
82
+ zperf tcp upload2 v6 10 1K 1M
83
83
84
84
85
85
If Zephyr is acting as a server, set the download mode as follows for UDP:
86
86
87
87
.. code-block :: console
88
88
89
- zperf> udp download 5001
89
+ zperf udp download 5001
90
90
91
91
92
92
or like this for TCP:
93
93
94
94
.. code-block :: console
95
95
96
- zperf> tcp download 5001
96
+ zperf tcp download 5001
97
97
98
98
99
99
and in the host side, iPerf must be executed with the following
You can’t perform that action at this time.
0 commit comments