diff --git a/docs/misc.md b/docs/misc.md deleted file mode 100644 index 011061facf96e3718bb55221d3cc4dbbbd5eeeb3..0000000000000000000000000000000000000000 --- a/docs/misc.md +++ /dev/null @@ -1,8 +0,0 @@ - -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 diff --git a/docs/running-benchmarks.md b/docs/running-benchmarks.md index 8f8ee87cf151736c9addfd4e5c3586a0e2846b5d..eda817d28b6a10b2e2f33e6986a3b018e089beff 100644 --- a/docs/running-benchmarks.md +++ b/docs/running-benchmarks.md @@ -10,7 +10,7 @@ Running scalability benchmarks with Theodolite involves the following steps: 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. [Accessing Benchmark Results](#accessing-benchmark-results) +1. [Accessing benchmark results](#accessing-benchmark-results) ## Deploying a Benchmark @@ -122,8 +122,6 @@ kubectl describe execution <execution-name> ## 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. 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.