mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-14 14:14:15 +00:00
metrics: Add Kata Containers network metrics README
This PR adds the Kata Containers network metrics README. Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
parent
d8439dba89
commit
07694ef3ae
21
tests/metrics/network/README.md
Normal file
21
tests/metrics/network/README.md
Normal file
@ -0,0 +1,21 @@
|
||||
# Kata Containers network metrics
|
||||
|
||||
Kata Containers provides a series of network performance tests. Running these provides a basic reference for measuring network essentials like
|
||||
bandwidth, jitter, latency and parallel bandwidth.
|
||||
|
||||
## Performance tools
|
||||
|
||||
- `iperf3` measures bandwidth, jitter, CPU usage and the quality of a network link.
|
||||
|
||||
## Networking tests
|
||||
|
||||
- `k8s-network-metrics-iperf3.sh` measures bandwidth which is the speed of the data transfer.
|
||||
|
||||
## Running the tests
|
||||
|
||||
Individual tests can be run by hand, for example:
|
||||
|
||||
```
|
||||
$ cd metrics
|
||||
$ bash network/iperf3_kubernetes/k8s-network-metrics-iperf3.sh -b
|
||||
```
|
Loading…
Reference in New Issue
Block a user