Skip to content
Snippets Groups Projects
Commit 399781bf authored by Reiner Jung's avatar Reiner Jung
Browse files

Minor update of readme

parent 6ec2ceab
Branches
Tags
No related merge requests found
...@@ -81,7 +81,6 @@ The envisioned setup is: ...@@ -81,7 +81,6 @@ The envisioned setup is:
- oceandsl-tools (git repo) - oceandsl-tools (git repo)
- experiments - experiments
- oceandsl-tools - oceandsl-tools
- collector
We will refer to the `replication` directory as `${REPLICATION_DIR}` in the We will refer to the `replication` directory as `${REPLICATION_DIR}` in the
documentation. documentation.
...@@ -174,8 +173,11 @@ You may use the collector bundled in the replication package. Therefore, ...@@ -174,8 +173,11 @@ You may use the collector bundled in the replication package. Therefore,
extract the archive in place. extract the archive in place.
``` ```
tar -xvpf collector.tgz cd "${REPLICATION_DIR}"
unzip esm-architecture-analysis-replication-package/collector.zip
``` ```
Depending on the version this will produce a directory named `collector-2.0.0-SNAPSHOT`.
Please rename this to `collector`.
Additional information on the collector and how to use it to collect Additional information on the collector and how to use it to collect
monitoring data, you may find on the Kieker documentation page. monitoring data, you may find on the Kieker documentation page.
...@@ -188,4 +190,5 @@ Install binutils which include `addr2line` with ...@@ -188,4 +190,5 @@ Install binutils which include `addr2line` with
`sudo apt install binutils -y` `sudo apt install binutils -y`
In case you use a non-Debian distribution, install the corresponding package of your
distribution.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment