mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-20 08:18:24 +00:00
Merge pull request #7330 from GabyCT/topic/storagedoc
tests: Add metrics storage documentation
This commit is contained in:
@@ -70,6 +70,8 @@ Tests relating to networking. General items could include:
|
|||||||
|
|
||||||
Tests relating to the storage (graph, volume) drivers.
|
Tests relating to the storage (graph, volume) drivers.
|
||||||
|
|
||||||
|
For further details see the [storage tests documentation](storage).
|
||||||
|
|
||||||
### Disk
|
### Disk
|
||||||
|
|
||||||
Test relating to measure reading and writing against clusters.
|
Test relating to measure reading and writing against clusters.
|
||||||
|
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
|
||||||
|
```
|
Reference in New Issue
Block a user