Skip to content
Snippets Groups Projects
Commit 5025f441 authored by David Georg Reichelt's avatar David Georg Reichelt
Browse files

Update README

parent a742390a
No related branches found
No related tags found
No related merge requests found
......@@ -7,12 +7,13 @@ The MooBench micro-benchmarks can be used to quantify the performance overhead c
Currenly (fully) supported monitoring frameworks are:
* Kieker (http://kieker-monitoring.net)
* OpenTelemetry (https://opentelemetry.io/)
* inspectIT (https://inspectit.rocks/)
## Benchmark Execution
Initially, the following steps are required:
1. Make sure, that you've installed R (http://www.r-project.org/) to generate the results , awk to install intermediate results and curl to download processing tools (Ubuntu: `sudo apt install r-base gawk curl`).
2. Compile the application by calling `./gradlew assemble`.
2. Compile the application by calling `./gradlew assemble` in the main folder.
All experiments are started with the provided "External Controller" scripts. The following scripts are available
* for Kieker: In `frameworks/Kieker/scripts/benchmark.sh` for regular execution and `frameworks/Kieker/scripts/runExponentialSizes.sh` for execution of different call tree depth sizes
......
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