Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
moobench
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SustainKieker
moobench
Commits
82c805e9
Commit
82c805e9
authored
Jul 20, 2021
by
David Georg Reichelt
Browse files
Options
Downloads
Patches
Plain Diff
Write results to results-opentelemetry instead tmp/results-opentelemetry
parent
5d10ec73
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
frameworks/opentelemetry/benchmark.sh
+7
-7
7 additions, 7 deletions
frameworks/opentelemetry/benchmark.sh
with
7 additions
and
7 deletions
frameworks/opentelemetry/benchmark.sh
+
7
−
7
View file @
82c805e9
...
@@ -151,26 +151,26 @@ function getSum {
...
@@ -151,26 +151,26 @@ function getSum {
function
printIntermediaryResults
{
function
printIntermediaryResults
{
echo
-n
"Intermediary results uninstrumented "
echo
-n
"Intermediary results uninstrumented "
cat
tmp/
results-opentelemetry/raw-
*
-
$RECURSIONDEPTH
-1
.csv |
awk
-F
';'
'{print $2}'
| getSum
cat
results-opentelemetry/raw-
*
-
$RECURSIONDEPTH
-1
.csv |
awk
-F
';'
'{print $2}'
| getSum
echo
-n
"Intermediary results opentelemetry Logging Deactivated "
echo
-n
"Intermediary results opentelemetry Logging Deactivated "
cat
tmp/
results-opentelemetry/raw-
*
-
$RECURSIONDEPTH
-2
.csv |
awk
-F
';'
'{print $2}'
| getSum
cat
results-opentelemetry/raw-
*
-
$RECURSIONDEPTH
-2
.csv |
awk
-F
';'
'{print $2}'
| getSum
echo
-n
"Intermediary results opentelemetry Logging "
echo
-n
"Intermediary results opentelemetry Logging "
cat
tmp/
results-opentelemetry/raw-
*
-
$RECURSIONDEPTH
-3
.csv |
awk
-F
';'
'{print $2}'
| getSum
cat
results-opentelemetry/raw-
*
-
$RECURSIONDEPTH
-3
.csv |
awk
-F
';'
'{print $2}'
| getSum
echo
-n
"Intermediary results opentelemetry Zipkin "
echo
-n
"Intermediary results opentelemetry Zipkin "
cat
tmp/
results-opentelemetry/raw-
*
-
$RECURSIONDEPTH
-4
.csv |
awk
-F
';'
'{print $2}'
| getSum
cat
results-opentelemetry/raw-
*
-
$RECURSIONDEPTH
-4
.csv |
awk
-F
';'
'{print $2}'
| getSum
MACHINE_TYPE
=
`
uname
-m
`
;
MACHINE_TYPE
=
`
uname
-m
`
;
if
[
${
MACHINE_TYPE
}
==
'x86_64'
]
if
[
${
MACHINE_TYPE
}
==
'x86_64'
]
then
then
echo
-n
"Intermediary results opentelemetry Jaeger "
echo
-n
"Intermediary results opentelemetry Jaeger "
cat
tmp/
results-opentelemetry/raw-
*
-
$RECURSIONDEPTH
-5
.csv |
awk
-F
';'
'{print $2}'
| getSum
cat
results-opentelemetry/raw-
*
-
$RECURSIONDEPTH
-5
.csv |
awk
-F
';'
'{print $2}'
| getSum
# Prometheus does not work currently
# Prometheus does not work currently
#echo -n "Intermediary results opentelemetry Prometheus"
#echo -n "Intermediary results opentelemetry Prometheus"
#cat
tmp/
results-opentelemetry/raw-*-$RECURSIONDEPTH-6.csv | awk -F';' '{print $2}' | getSum
#cat results-opentelemetry/raw-*-$RECURSIONDEPTH-6.csv | awk -F';' '{print $2}' | getSum
fi
fi
}
}
...
@@ -179,7 +179,7 @@ JAVABIN=""
...
@@ -179,7 +179,7 @@ JAVABIN=""
RSCRIPTDIR
=
r/
RSCRIPTDIR
=
r/
BASEDIR
=
./
BASEDIR
=
./
RESULTSDIR
=
"
${
BASEDIR
}
tmp/
results-opentelemetry/"
RESULTSDIR
=
"
${
BASEDIR
}
results-opentelemetry/"
SLEEPTIME
=
30
## 30
SLEEPTIME
=
30
## 30
NUM_LOOPS
=
10
## 10
NUM_LOOPS
=
10
## 10
...
...
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