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 <jukka.rissanen@linux.intel.com>
This commit is contained in:
Jukka Rissanen 2019-03-12 13:45:11 +02:00 committed by Anas Nashif
parent b9f6bdfe08
commit 6368ed4edf

View file

@ -57,14 +57,14 @@ In the Zephyr console, zperf can be executed as follows:
.. code-block:: console
zperf> udp upload 2001:db8::2 5001 10 1K 1M
zperf udp upload 2001:db8::2 5001 10 1K 1M
For TCP the zperf command would look like this:
.. code-block:: console
zperf> tcp upload 2001:db8::2 5001 10 1K 1M
zperf tcp upload 2001:db8::2 5001 10 1K 1M
If the IP addresses of Zephyr and the host machine are specified in the
@ -72,28 +72,28 @@ config file, zperf can be started as follows:
.. code-block:: console
zperf> udp upload2 v6 10 1K 1M
zperf udp upload2 v6 10 1K 1M
or like this if you want to test TCP:
.. code-block:: console
zperf> tcp upload2 v6 10 1K 1M
zperf tcp upload2 v6 10 1K 1M
If Zephyr is acting as a server, set the download mode as follows for UDP:
.. code-block:: console
zperf> udp download 5001
zperf udp download 5001
or like this for TCP:
.. code-block:: console
zperf> tcp download 5001
zperf tcp download 5001
and in the host side, iPerf must be executed with the following