Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
ecsa-mitgcm
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
ecsa-mitgcm
Commits
f4c1a8f2
Commit
f4c1a8f2
authored
4 years ago
by
Reiner Jung
Browse files
Options
Downloads
Patches
Plain Diff
Minor changes. Not only component graphs are created.
parent
730782f8
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
config-lisboa
+3
-3
3 additions, 3 deletions
config-lisboa
run-architecture-analysis.sh
+4
-4
4 additions, 4 deletions
run-architecture-analysis.sh
with
7 additions
and
7 deletions
config-lisboa
+
3
−
3
View file @
f4c1a8f2
...
@@ -15,13 +15,13 @@ export DYNAMIC_DATA_PATH="${DATA_PATH}"
...
@@ -15,13 +15,13 @@ export DYNAMIC_DATA_PATH="${DATA_PATH}"
export STATIC_DATA_PATH="$BASE_DIR/static-data"
export STATIC_DATA_PATH="$BASE_DIR/static-data"
# prepocessor
# prepocessor
PREPROCESS="${BASE_DIR}/pp-static-log/bin/pp-static-log"
PREPROCESS="${BASE_DIR}/
../
pp-static-log/bin/pp-static-log"
# arcitecture analysis tool
# arcitecture analysis tool
ANALYSIS="${BASE_DIR}/create-architecture-model/bin/create-architecture-model"
ANALYSIS="${BASE_DIR}/
../
create-architecture-model/bin/create-architecture-model"
# collector tool
# collector tool
COLLECTOR="${BASE_DIR}/collector-1.15-SNAPSHOT/bin/collector"
COLLECTOR="${BASE_DIR}/
../
collector-1.15-SNAPSHOT/bin/collector"
# addr2line
# addr2line
ADDR2LINE=`which addr2line`
ADDR2LINE=`which addr2line`
...
...
This diff is collapsed.
Click to expand it.
run-architecture-analysis.sh
+
4
−
4
View file @
f4c1a8f2
...
@@ -98,20 +98,20 @@ export CREATE_ARCHITECTURE_MODEL_OPTS="-Dlogback.configurationFile=${BASE_DIR}/l
...
@@ -98,20 +98,20 @@ export CREATE_ARCHITECTURE_MODEL_OPTS="-Dlogback.configurationFile=${BASE_DIR}/l
echo
""
echo
""
echo
"** File Mode **"
echo
"** File Mode **"
echo
"Analysis kieker log
${
KIEKER_LOG
}
"
echo
"Analysis kieker log
${
KIEKER_LOG
}
"
$ANALYSIS
-m
kieker
-i
"
${
KIEKER_LOG
}
"
-o
"
${
DYNAMIC_RESULT
}
"
-a
"
${
ADDR2LINE
}
"
-e
"
${
EXECUTABLE
}
"
-oa
"
${
DYNAMIC_FILE_MODEL
}
"
-l
dynamic
-E
$NAME
-c
-g
dot-op graphml
dot-component
$ANALYSIS
-m
kieker
-i
"
${
KIEKER_LOG
}
"
-o
"
${
DYNAMIC_RESULT
}
"
-a
"
${
ADDR2LINE
}
"
-e
"
${
EXECUTABLE
}
"
-oa
"
${
DYNAMIC_FILE_MODEL
}
"
-l
dynamic
-E
$NAME
-c
-g
dot-component
echo
""
echo
""
echo
"Analysis the corrected static caller-callee log
${
STATIC_LOG_CORRECTED
}
"
echo
"Analysis the corrected static caller-callee log
${
STATIC_LOG_CORRECTED
}
"
$ANALYSIS
-m
csv
-i
"
${
STATIC_LOG_CORRECTED
}
"
-o
"
${
COMBINED_RESULT
}
"
-ia
"
${
DYNAMIC_FILE_MODEL
}
"
-oa
"
${
COMBINED_FILE_MODEL
}
"
-l
static
-E
$NAME
-H
$HOST
-c
-g
dot-op graphml
dot-component
$ANALYSIS
-m
csv
-i
"
${
STATIC_LOG_CORRECTED
}
"
-o
"
${
COMBINED_RESULT
}
"
-ia
"
${
DYNAMIC_FILE_MODEL
}
"
-oa
"
${
COMBINED_FILE_MODEL
}
"
-l
static
-E
$NAME
-H
$HOST
-c
-g
dot-component
echo
""
echo
""
echo
"** Map Mode **"
echo
"** Map Mode **"
echo
"Analysis kieker log
${
KIEKER_LOG
}
"
echo
"Analysis kieker log
${
KIEKER_LOG
}
"
$ANALYSIS
-m
kieker
-i
"
${
KIEKER_LOG
}
"
-o
"
${
DYNAMIC_RESULT
}
"
-a
"
${
ADDR2LINE
}
"
-e
"
${
EXECUTABLE
}
"
-oa
"
${
DYNAMIC_MAP_MODEL
}
"
-l
dynamic
-E
$NAME
-c
-M
"
${
STATIC_MODULE_MAP
}
"
-g
dot-op graphml
dot-component
$ANALYSIS
-m
kieker
-i
"
${
KIEKER_LOG
}
"
-o
"
${
DYNAMIC_RESULT
}
"
-a
"
${
ADDR2LINE
}
"
-e
"
${
EXECUTABLE
}
"
-oa
"
${
DYNAMIC_MAP_MODEL
}
"
-l
dynamic
-E
$NAME
-c
-M
"
${
STATIC_MODULE_MAP
}
"
-g
dot-component
echo
""
echo
""
echo
"Analysis the corrected static caller-callee log
${
STATIC_LOG_CORRECTED
}
"
echo
"Analysis the corrected static caller-callee log
${
STATIC_LOG_CORRECTED
}
"
$ANALYSIS
-m
csv
-i
"
${
STATIC_LOG_CORRECTED
}
"
-o
"
${
COMBINED_RESULT
}
"
-ia
"
${
DYNAMIC_MAP_MODEL
}
"
-oa
"
${
COMBINED_MAP_MODEL
}
"
-l
static
-E
$NAME
-H
$HOST
-c
-M
"
${
STATIC_MODULE_MAP
}
"
-g
dot-op graphml
dot-component
$ANALYSIS
-m
csv
-i
"
${
STATIC_LOG_CORRECTED
}
"
-o
"
${
COMBINED_RESULT
}
"
-ia
"
${
DYNAMIC_MAP_MODEL
}
"
-oa
"
${
COMBINED_MAP_MODEL
}
"
-l
static
-E
$NAME
-H
$HOST
-c
-M
"
${
STATIC_MODULE_MAP
}
"
-g
dot-component
echo
""
echo
""
echo
"Done"
echo
"Done"
...
...
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