From 9d8eb298c31f6d28eacfe76540b8267593befeae Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Wed, 15 Nov 2023 15:18:10 +0000 Subject: [PATCH] metrics: Add iperf udp information to README This PR adds the iperf udp information to the network README for the kata metrics CI. Fixes #8452 Signed-off-by: Gabriela Cervantes --- tests/metrics/network/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/metrics/network/README.md b/tests/metrics/network/README.md index 971aff6ae350..1d64f4ff59f6 100644 --- a/tests/metrics/network/README.md +++ b/tests/metrics/network/README.md @@ -12,6 +12,7 @@ bandwidth, jitter, latency and parallel bandwidth. - `k8s-network-metrics-iperf3.sh` measures bandwidth which is the speed of the data transfer. - `latency-network.sh` measures network latency. - `nginx-network.sh` is a benchmark of the lightweight Nginx HTTPS web-server and measures the HTTP requests over a fixed period of time with a configurable number of concurrent clients/connections. +- `k8s-network-metrics-iperf3-udp.sh` measures `UDP` bandwidth and parallel bandwidth which is the speed of the data transfer. ## Running the tests