From cecb30dbb2347b837260a3e4f81a395fe28208b5 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Wed, 9 Aug 2023 16:17:46 +0000 Subject: [PATCH] metrics: Add nginx documentation to network README This PR adds nginx documentation to network README for kata metrics. Signed-off-by: Gabriela Cervantes (cherry picked from commit d1a62962216826832f7965c4ad656dfe1b09a48e) --- 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 05acd4cd67..971aff6ae3 100644 --- a/tests/metrics/network/README.md +++ b/tests/metrics/network/README.md @@ -11,6 +11,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. ## Running the tests