Skip to content

Commit

Permalink
Merge pull request #20 from bplein/fix-readme-plein-dec-6-2023
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
andrewh1978 authored Dec 7, 2023
2 parents f8c1f0f + 110a6c7 commit 2678d7e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ docker push ...
* In order to consume most of the available RAM so it is not used for buffering, run `kubectl apply -f chewram.yml`.
* Wait for `kubectl -n px-bench get pod -n chewram` for all the pods to show as `1/1 Running`.
* `kubectl apply -f px-bench-env.yml` to apply the configuration settings.
* `kubectl apply -f px-bench.yml` to start the run.
* `kubectl apply -f px-bench-main.yml` to start the run.
* Monitor progress with `kubectl logs -n px-bench -l px-bench=fio -f`. With the defaults, runtime is expected to be around 15 minutes.
* Wait for `kubectl get pod -n px-bench` for all the pods to show as Completed.

Expand All @@ -28,3 +28,5 @@ To retrieve the output for processing, run `kubectl get cm csv -n px-bench -o js
![split values screenshot](/docs/split-values.png?raw=true "Screenshot from Google Sheets")

Click the Extensions menu and select "Apps Script". Click Run. This should create a number of new sheets populated with some bar charts.

When complete, to clean up, you can either remove the jobs, pods and PVCs from the namespace, or delete the namespace entirely.

0 comments on commit 2678d7e

Please sign in to comment.