Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Commits
8709af90
Commit
8709af90
authored
4 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Add documentation for execution
parent
d9d69f6a
No related branches found
No related tags found
No related merge requests found
Pipeline
#419
passed
4 years ago
Stage: build
Stage: test
Stage: check
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
execution/README.md
+20
-1
20 additions, 1 deletion
execution/README.md
with
20 additions
and
1 deletion
execution/README.md
+
20
−
1
View file @
8709af90
...
...
@@ -73,4 +73,23 @@ Depending on your setup, some additional adjustments may be necessary:
*
Change Kafka and Zookeeper servers in the Kubernetes deployments (uc1-application etc.) and
`run_XX.sh`
scripts
*
Change Prometheus' URL in
`lag_analysis.py`
*
Change the path to your Python 3.7 virtual environment in the
`run_XX.sh`
schripts (to find the venv's
`bin/activate`
)
*
*Please let us know if there are further adjustments necessary*
\ No newline at end of file
*
*Please let us know if there are further adjustments necessary*
# Execution
The
`./run_loop.sh`
is the entrypoint for all benchmark executions. Is has to be called as follows:
```
sh
./run_loop.sh <use-case> <wl-values> <instances> <partitions> <cpu-limit> <memory-limit> <commit-interval> <duration>
```
*
`<use-case>`
: Stream processing use case to be benchmarked. Has to be one of
`1`
,
`2`
,
`3`
or
`4`
.
*
`<wl-values>`
: Values for the workload generator to be tested, separated by commas. For example
`100000, 200000, 300000`
.
*
`<instances>`
: Numbers of instances to be benchmarked, separated by commas. For example
`1, 2, 3, 4`
.
*
`<partitions>`
: Number of partitions for Kafka topics. Optional. Default
`40`
.
*
`<cpu-limit>`
: Kubernetes CPU limit. Optional. Default
`1000m`
.
*
`<memory-limit>`
: Kubernetes memory limit. Optional. Default
`4Gi`
.
*
`<commit-interval>`
: Kafka Streams' commit interval in milliseconds. Optional. Default
`100`
.
*
`<duration>`
: Duration in minutes subexperiments should be executed for. Optional. Default
`5`
.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment