mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-24 22:43:05 +00:00
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 <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
parent
eed3c7c046
commit
b34dda4ca6
11
tests/metrics/storage/README.md
Normal file
11
tests/metrics/storage/README.md
Normal file
@ -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
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user