Skip to content
Snippets Groups Projects
Commit cf60fdb8 authored by Sören Henning's avatar Sören Henning
Browse files

Some cleanup

parent 2ecee3fe
No related branches found
No related tags found
1 merge request!164Add Theodolite docs
Pipeline #5646 passed
Some additional hints
### Use results-access Sidecar
```sh
kubectl cp $(kubectl get pod -l app=theodolite -o jsonpath="{.items[0].metadata.name}"):/results . -c results-access
```
\ No newline at end of file
...@@ -10,7 +10,7 @@ Running scalability benchmarks with Theodolite involves the following steps: ...@@ -10,7 +10,7 @@ Running scalability benchmarks with Theodolite involves the following steps:
1. [Deploying a benchmark to Kubernetes](#deploying-a-benchmark) 1. [Deploying a benchmark to Kubernetes](#deploying-a-benchmark)
1. [Creating an execution](#creating-an-execution), which describes the experimental setup for running the benchmark 1. [Creating an execution](#creating-an-execution), which describes the experimental setup for running the benchmark
1. [Accessing Benchmark Results](#accessing-benchmark-results) 1. [Accessing benchmark results](#accessing-benchmark-results)
## Deploying a Benchmark ## Deploying a Benchmark
...@@ -122,8 +122,6 @@ kubectl describe execution <execution-name> ...@@ -122,8 +122,6 @@ kubectl describe execution <execution-name>
## Accessing Benchmark Results ## Accessing Benchmark Results
<!-- TODO more specific -->
Theodolite stores the results of benchmark executions in CSV files, whose names are starting with `exp<id>_...`. These files can be read and analyzed by Theodolite's analysis notebooks. Theodolite stores the results of benchmark executions in CSV files, whose names are starting with `exp<id>_...`. These files can be read and analyzed by Theodolite's analysis notebooks.
If [persisting results](installation#persisting-results) is enabled in Theodolite's installation, the result files are stored in a PersistentVolume. Depending on the cluster setup or Theodolite's configuration, the content of these volumes can usually be mounted into your host system in some way or accessed via your cloud provider. If [persisting results](installation#persisting-results) is enabled in Theodolite's installation, the result files are stored in a PersistentVolume. Depending on the cluster setup or Theodolite's configuration, the content of these volumes can usually be mounted into your host system in some way or accessed via your cloud provider.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment