From b34dda4ca624a23fd5f94b8d9c743c6b03b43698 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Thu, 13 Jul 2023 16:00:14 +0000 Subject: [PATCH 1/2] tests: Add storage blogbench metrics documentation This PR adds the storage metrics documentation for blogbench for kata metrics. Fixes #7329 Signed-off-by: Gabriela Cervantes --- tests/metrics/storage/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/metrics/storage/README.md diff --git a/tests/metrics/storage/README.md b/tests/metrics/storage/README.md new file mode 100644 index 0000000000..b9d1cc68a4 --- /dev/null +++ b/tests/metrics/storage/README.md @@ -0,0 +1,11 @@ +# Kata Containers storage I/O tests +The metrics tests in this directory are designed to be used to assess storage IO. +## `Blogbench` test +The `blogbench` script is based on the `blogbench` program which is designed to emulate a busy blog server with a number of concurrent +threads performing a mixture of reads, writes and rewrites. +### Running the `blogbench` test +The `blogbench` test can be run by hand, for example: +``` +$ cd metrics +$ bash storage/blogbench.sh +``` From 3fed61e7a47fab7154bd80f6f0cf11a524702d18 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Thu, 13 Jul 2023 16:03:49 +0000 Subject: [PATCH 2/2] tests: Add storage link to general metrics documentation This PR adds storage link to general metrics README. Signed-off-by: Gabriela Cervantes --- tests/metrics/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/metrics/README.md b/tests/metrics/README.md index d67904620c..2f726e1f54 100644 --- a/tests/metrics/README.md +++ b/tests/metrics/README.md @@ -70,6 +70,8 @@ Tests relating to networking. General items could include: Tests relating to the storage (graph, volume) drivers. +For further details see the [storage tests documentation](storage). + ### Disk Test relating to measure reading and writing against clusters.