Skip to content

Commit

Permalink
Merge pull request #427 from URunDEAD/main
Browse files Browse the repository at this point in the history
Correct path to iperf2 chart in README.md
  • Loading branch information
fnikolai authored Mar 21, 2024
2 parents f80a214 + 34eec97 commit a3f6f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Conventionally, we separate the test-cases from the templates of the system unde
Let's try to run a scenario from the tutorial.

```shell
kubectl-frisbee submit test demo- ./examples/tutorial/15.performance-monitoring.yml ./charts/networking/iperf2/ ./charts/system/
kubectl-frisbee submit test demo- ./examples/tutorial/15.performance-monitoring.yml ./examples/apps/iperf2/ ./charts/system/
```
* **demo-**: demo is the naming prefix, and the `-` indicate an autogenerated postfix (e.g, demo-326)
* [./examples/tutorial/15.performance-monitoring.yml](./examples/tutorial/15.performance-monitoring.yml): the scenario executes the iperf benchmark and the monitoring stack for observing its execution.
Expand Down

0 comments on commit a3f6f53

Please sign in to comment.