Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
esm-architecture-analysis-replication-package
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository 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
oceandsl
esm-architecture-analysis-replication-package
Commits
399781bf
Commit
399781bf
authored
1 year ago
by
Reiner Jung
Browse files
Options
Downloads
Patches
Plain Diff
Minor update of readme
parent
6ec2ceab
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+6
-3
6 additions, 3 deletions
README.md
with
6 additions
and
3 deletions
README.md
+
6
−
3
View file @
399781bf
...
@@ -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.
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