zephyr/samples/net/throughput_server/sample.yaml
Jukka Rissanen 37f54c11fa samples: net: perf: Add sample for throughput measurement
Add a simple UDP server application that will receive UDP data
and print various statistics like number of packets received and
dropped, amount of bytes received, and how many packets / sec
we were able to receive.

Currently the sample only provides a config file for FRDM-K64F board.
Note that this sample should not be run in QEMU as the performance
is very bad there because of SLIP link between Linux host and QEMU.

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2018-01-29 01:57:41 +05:30

11 lines
223 B
YAML

common:
harness: net
tags: net
sample:
description: Test packet receival throughput.
name: Throughput Server
tests:
test_frdm_k64f:
platform_whitelist: frdm_k64f
extra_args: CONF_FILE="prj_frdm_k64f.conf"