Skip to content

Commit 6368ed4

Browse files
jukkarnashif
authored andcommitted
samples: net: zperf: Fix the readme file
As there is no shell submodules any more, the "zperf" command needs to be written in every command. Signed-off-by: Jukka Rissanen <[email protected]>
1 parent b9f6bdf commit 6368ed4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

samples/net/zperf/README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,43 +57,43 @@ In the Zephyr console, zperf can be executed as follows:
5757

5858
.. code-block:: console
5959
60-
zperf> udp upload 2001:db8::2 5001 10 1K 1M
60+
zperf udp upload 2001:db8::2 5001 10 1K 1M
6161
6262
6363
For TCP the zperf command would look like this:
6464

6565
.. code-block:: console
6666
67-
zperf> tcp upload 2001:db8::2 5001 10 1K 1M
67+
zperf tcp upload 2001:db8::2 5001 10 1K 1M
6868
6969
7070
If the IP addresses of Zephyr and the host machine are specified in the
7171
config file, zperf can be started as follows:
7272

7373
.. code-block:: console
7474
75-
zperf> udp upload2 v6 10 1K 1M
75+
zperf udp upload2 v6 10 1K 1M
7676
7777
7878
or like this if you want to test TCP:
7979

8080
.. code-block:: console
8181
82-
zperf> tcp upload2 v6 10 1K 1M
82+
zperf tcp upload2 v6 10 1K 1M
8383
8484
8585
If Zephyr is acting as a server, set the download mode as follows for UDP:
8686

8787
.. code-block:: console
8888
89-
zperf> udp download 5001
89+
zperf udp download 5001
9090
9191
9292
or like this for TCP:
9393

9494
.. code-block:: console
9595
96-
zperf> tcp download 5001
96+
zperf tcp download 5001
9797
9898
9999
and in the host side, iPerf must be executed with the following

0 commit comments

Comments
 (0)