diff --git a/frameworks/Kieker/benchmark-disk-writer-1.0-oer.sh b/frameworks/Kieker/benchmark-disk-writer-1.0-oer.sh
index a958fd6097fbe35c427d31e1126265fca052ab58..367f4238fbdcc2e5eb48a1a05928e13b7c3239d4 100644
--- a/frameworks/Kieker/benchmark-disk-writer-1.0-oer.sh
+++ b/frameworks/Kieker/benchmark-disk-writer-1.0-oer.sh
@@ -40,9 +40,9 @@ JAR="-jar dist/OverheadEvaluationMicrobenchmark.jar"
 
 JAVAARGS_NOINSTR="${JAVAARGS}"
 JAVAARGS_LTW="${JAVAARGS} -javaagent:${BASEDIR}lib/kieker-1.0_aspectj.jar -Dorg.aspectj.weaver.showWeaveInfo=false -Daj.weaving.verbose=false -Dkieker.monitoring.adaptiveMonitoring.enabled=false"
-JAVAARGS_KIEKER_DEACTV="${JAVAARGS_LTW} -Dtpmon.configuration=kieker.monitoring.properties.disabled"
-JAVAARGS_KIEKER_NOLOGGING="${JAVAARGS_LTW} -Dtpmon.configuration=kieker.monitoring.properties.collect"
-JAVAARGS_KIEKER_LOGGING1="${JAVAARGS_LTW} -Dtpmon.configuration=kieker.monitoring.properties.writer -Dtpmon.customStoragePath=${BASEDIR}tmp"
+JAVAARGS_KIEKER_DEACTV="${JAVAARGS_LTW} -Dtpmon.configuration=META-INF/tpmon.properties.disabled"
+JAVAARGS_KIEKER_NOLOGGING="${JAVAARGS_LTW} -Dtpmon.configuration=META-INF/tpmon.properties.collect"
+JAVAARGS_KIEKER_LOGGING1="${JAVAARGS_LTW} -Dtpmon.configuration=META-INF/tpmon.properties.writer -Dtpmon.customStoragePath=${BASEDIR}tmp"
 
 ## Write configuration
 uname -a >${RESULTSDIR}configuration.txt
@@ -136,7 +136,7 @@ for ((i=1;i<=${NUM_LOOPS};i+=1)); do
         --recursiondepth ${j} \
         ${MOREPARAMS}
     kill %sar
-    rm -rf ${BASEDIR}tmp/kieker-*
+    rm -rf ${BASEDIR}tmp/tpmon-*
     [ -f ${BASEDIR}hotspot.log ] && mv ${BASEDIR}hotspot.log ${RESULTSDIR}hotspot-${i}-${j}-${k}.log
     echo >>${BASEDIR}kieker.log
     echo >>${BASEDIR}kieker.log
@@ -157,7 +157,7 @@ results_fn="${RAWFN}"
 outtxt_fn="${RESULTSDIR}results-text.txt"
 configs.loop=${NUM_LOOPS}
 configs.recursion=c(${RECURSIONDEPTH})
-configs.labels=c("No Probe","Deactivated Probe","Collecting Data","Writer1","Writer2")
+configs.labels=c("No Probe","Deactivated Probe","Collecting Data","Writer")
 results.count=${TOTALCALLS}
 results.skip=${TOTALCALLS}/2
 source("${RSCRIPTDIR}stats.r")
@@ -166,4 +166,5 @@ EOF
 ## Clean up raw results
 zip -jqr ${RESULTSDIR}results.zip ${RAWFN}*
 rm -f ${RAWFN}*
-[ -f ${BASEDIR}nohup.out ] && mv ${BASEDIR}nohup.out ${RESULTSDIR}
+[ -f ${BASEDIR}nohup.out ] && cp ${BASEDIR}nohup.out ${RESULTSDIR}
+[ -f ${BASEDIR}nohup.out ] && > ${BASEDIR}nohup.out
diff --git a/frameworks/Kieker/benchmark-disk-writer-1.1-oer.sh b/frameworks/Kieker/benchmark-disk-writer-1.1-oer.sh
index 1cdd9b180c075a4a80c8837da58d5f5f4428550b..a6ed2b8a3676dcec45931487d5a082eb2b3ec385 100644
--- a/frameworks/Kieker/benchmark-disk-writer-1.1-oer.sh
+++ b/frameworks/Kieker/benchmark-disk-writer-1.1-oer.sh
@@ -40,9 +40,9 @@ JAR="-jar dist/OverheadEvaluationMicrobenchmark.jar"
 
 JAVAARGS_NOINSTR="${JAVAARGS}"
 JAVAARGS_LTW="${JAVAARGS} -javaagent:${BASEDIR}lib/kieker-1.1_aspectj.jar -Dorg.aspectj.weaver.showWeaveInfo=false -Daj.weaving.verbose=false -Dkieker.monitoring.adaptiveMonitoring.enabled=false"
-JAVAARGS_KIEKER_DEACTV="${JAVAARGS_LTW} -Dtpmon.configuration=kieker.monitoring.properties.disabled"
-JAVAARGS_KIEKER_NOLOGGING="${JAVAARGS_LTW} -Dtpmon.configuration=kieker.monitoring.properties.collect"
-JAVAARGS_KIEKER_LOGGING1="${JAVAARGS_LTW} -Dtpmon.configuration=kieker.monitoring.properties.writer -Dtpmon.customStoragePath=${BASEDIR}tmp"
+JAVAARGS_KIEKER_DEACTV="${JAVAARGS_LTW} -Dtpmon.configuration=META-INF/tpmon.properties.disabled"
+JAVAARGS_KIEKER_NOLOGGING="${JAVAARGS_LTW} -Dtpmon.configuration=META-INF/tpmon.properties.collect"
+JAVAARGS_KIEKER_LOGGING1="${JAVAARGS_LTW} -Dtpmon.configuration=META-INF/tpmon.properties.writer -Dtpmon.customStoragePath=${BASEDIR}tmp"
 
 ## Write configuration
 uname -a >${RESULTSDIR}configuration.txt
@@ -136,7 +136,7 @@ for ((i=1;i<=${NUM_LOOPS};i+=1)); do
         --recursiondepth ${j} \
         ${MOREPARAMS}
     kill %sar
-    rm -rf ${BASEDIR}tmp/kieker-*
+    rm -rf ${BASEDIR}tmp/tpmon-*
     [ -f ${BASEDIR}hotspot.log ] && mv ${BASEDIR}hotspot.log ${RESULTSDIR}hotspot-${i}-${j}-${k}.log
     echo >>${BASEDIR}kieker.log
     echo >>${BASEDIR}kieker.log
@@ -157,7 +157,7 @@ results_fn="${RAWFN}"
 outtxt_fn="${RESULTSDIR}results-text.txt"
 configs.loop=${NUM_LOOPS}
 configs.recursion=c(${RECURSIONDEPTH})
-configs.labels=c("No Probe","Deactivated Probe","Collecting Data","Writer1","Writer2")
+configs.labels=c("No Probe","Deactivated Probe","Collecting Data","Writer")
 results.count=${TOTALCALLS}
 results.skip=${TOTALCALLS}/2
 source("${RSCRIPTDIR}stats.r")
@@ -166,4 +166,5 @@ EOF
 ## Clean up raw results
 zip -jqr ${RESULTSDIR}results.zip ${RAWFN}*
 rm -f ${RAWFN}*
-[ -f ${BASEDIR}nohup.out ] && mv ${BASEDIR}nohup.out ${RESULTSDIR}
+[ -f ${BASEDIR}nohup.out ] && cp ${BASEDIR}nohup.out ${RESULTSDIR}
+[ -f ${BASEDIR}nohup.out ] && > ${BASEDIR}nohup.out
diff --git a/frameworks/Kieker/benchmark-disk-writer-1.2-oer.sh b/frameworks/Kieker/benchmark-disk-writer-1.2-oer.sh
index 1863d20b2b4876ef62afd559265de060e80d9b35..579a29495a660ea686768a62cef8c0cad07b3222 100644
--- a/frameworks/Kieker/benchmark-disk-writer-1.2-oer.sh
+++ b/frameworks/Kieker/benchmark-disk-writer-1.2-oer.sh
@@ -40,9 +40,9 @@ JAR="-jar dist/OverheadEvaluationMicrobenchmark.jar"
 
 JAVAARGS_NOINSTR="${JAVAARGS}"
 JAVAARGS_LTW="${JAVAARGS} -javaagent:${BASEDIR}lib/kieker-1.2_aspectj.jar -Dorg.aspectj.weaver.showWeaveInfo=false -Daj.weaving.verbose=false -Dkieker.monitoring.adaptiveMonitoring.enabled=false"
-JAVAARGS_KIEKER_DEACTV="${JAVAARGS_LTW} -Dkieker.monitoring.configuration=kieker.monitoring.properties.disabled"
-JAVAARGS_KIEKER_NOLOGGING="${JAVAARGS_LTW} -Dkieker.monitoring.configuration=kieker.monitoring.properties.collect"
-JAVAARGS_KIEKER_LOGGING1="${JAVAARGS_LTW} -Dkieker.monitoring.configuration=kieker.monitoring.properties.writer -Dkieker.monitoring.customStoragePath=${BASEDIR}tmp"
+JAVAARGS_KIEKER_DEACTV="${JAVAARGS_LTW} -Dkieker.monitoring.configuration=META-INF/kieker.monitoring.properties.disabled"
+JAVAARGS_KIEKER_NOLOGGING="${JAVAARGS_LTW} -Dkieker.monitoring.configuration=META-INF/kieker.monitoring.properties.collect"
+JAVAARGS_KIEKER_LOGGING1="${JAVAARGS_LTW} -Dkieker.monitoring.configuration=META-INF/kieker.monitoring.properties.writer -Dkieker.monitoring.customStoragePath=${BASEDIR}tmp"
 
 ## Write configuration
 uname -a >${RESULTSDIR}configuration.txt
@@ -136,7 +136,7 @@ for ((i=1;i<=${NUM_LOOPS};i+=1)); do
         --recursiondepth ${j} \
         ${MOREPARAMS}
     kill %sar
-    rm -rf ${BASEDIR}tmp/kieker-*
+    rm -rf ${BASEDIR}tmp/tpmon-*
     [ -f ${BASEDIR}hotspot.log ] && mv ${BASEDIR}hotspot.log ${RESULTSDIR}hotspot-${i}-${j}-${k}.log
     echo >>${BASEDIR}kieker.log
     echo >>${BASEDIR}kieker.log
@@ -157,7 +157,7 @@ results_fn="${RAWFN}"
 outtxt_fn="${RESULTSDIR}results-text.txt"
 configs.loop=${NUM_LOOPS}
 configs.recursion=c(${RECURSIONDEPTH})
-configs.labels=c("No Probe","Deactivated Probe","Collecting Data","Writer1","Writer2")
+configs.labels=c("No Probe","Deactivated Probe","Collecting Data","Writer")
 results.count=${TOTALCALLS}
 results.skip=${TOTALCALLS}/2
 source("${RSCRIPTDIR}stats.r")
@@ -166,4 +166,5 @@ EOF
 ## Clean up raw results
 zip -jqr ${RESULTSDIR}results.zip ${RAWFN}*
 rm -f ${RAWFN}*
-[ -f ${BASEDIR}nohup.out ] && mv ${BASEDIR}nohup.out ${RESULTSDIR}
+[ -f ${BASEDIR}nohup.out ] && cp ${BASEDIR}nohup.out ${RESULTSDIR}
+[ -f ${BASEDIR}nohup.out ] && > ${BASEDIR}nohup.out
diff --git a/frameworks/Kieker/benchmark-disk-writer-1.3-oer.sh b/frameworks/Kieker/benchmark-disk-writer-1.3-oer.sh
index 213761abf34ab209da03d64ca883eb7169f183bf..afa83e5170e750f908e00765cdc7692f7dbca0f6 100644
--- a/frameworks/Kieker/benchmark-disk-writer-1.3-oer.sh
+++ b/frameworks/Kieker/benchmark-disk-writer-1.3-oer.sh
@@ -39,7 +39,7 @@ JAVAARGS="${JAVAARGS} -verbose:gc -XX:+PrintCompilation"
 JAR="-jar dist/OverheadEvaluationMicrobenchmark.jar"
 
 JAVAARGS_NOINSTR="${JAVAARGS}"
-JAVAARGS_LTW="${JAVAARGS} -javaagent:${BASEDIR}lib/kieker-1.3_aspectj.jar -Dorg.aspectj.weaver.showWeaveInfo=false -Daj.weaving.verbose=false -Dkieker.monitoring.adaptiveMonitoring.enabled=false -Dorg.aspectj.weaver.loadtime.configuration=META-INF/kieker.legacy.aop.xml"
+JAVAARGS_LTW="${JAVAARGS} -javaagent:${BASEDIR}lib/kieker-1.3_aspectj.jar -Dorg.aspectj.weaver.showWeaveInfo=false -Daj.weaving.verbose=false -Dkieker.monitoring.adaptiveMonitoring.enabled=false"
 JAVAARGS_KIEKER_DEACTV="${JAVAARGS_LTW} -Dkieker.monitoring.enabled=false -Dkieker.monitoring.writer=kieker.monitoring.writer.DummyWriter"
 JAVAARGS_KIEKER_NOLOGGING="${JAVAARGS_LTW} -Dkieker.monitoring.writer=kieker.monitoring.writer.DummyWriter"
 JAVAARGS_KIEKER_LOGGING1="${JAVAARGS_LTW} -Dkieker.monitoring.writer=kieker.monitoring.writer.filesystem.AsyncFsWriter -Dkieker.monitoring.writer.filesystem.AsyncFsWriter.storeInJavaIoTmpdir=false -Dkieker.monitoring.writer.filesystem.AsyncFsWriter.customStoragePath=${BASEDIR}tmp"
@@ -157,7 +157,7 @@ results_fn="${RAWFN}"
 outtxt_fn="${RESULTSDIR}results-text.txt"
 configs.loop=${NUM_LOOPS}
 configs.recursion=c(${RECURSIONDEPTH})
-configs.labels=c("No Probe","Deactivated Probe","Collecting Data","Writer1")
+configs.labels=c("No Probe","Deactivated Probe","Collecting Data","Writer")
 results.count=${TOTALCALLS}
 results.skip=${TOTALCALLS}/2
 source("${RSCRIPTDIR}stats.r")
@@ -166,4 +166,5 @@ EOF
 ## Clean up raw results
 zip -jqr ${RESULTSDIR}results.zip ${RAWFN}*
 rm -f ${RAWFN}*
-[ -f ${BASEDIR}nohup.out ] && mv ${BASEDIR}nohup.out ${RESULTSDIR}
+[ -f ${BASEDIR}nohup.out ] && cp ${BASEDIR}nohup.out ${RESULTSDIR}
+[ -f ${BASEDIR}nohup.out ] && > ${BASEDIR}nohup.out
diff --git a/frameworks/Kieker/benchmark-disk-writer-1.4-oer.sh b/frameworks/Kieker/benchmark-disk-writer-1.4-oer.sh
index 87d7c0f991ddf959aa8e0d8f051f121bef6ab07f..df6f51834686ebe746bcfaf2785459d37ea1f683 100644
--- a/frameworks/Kieker/benchmark-disk-writer-1.4-oer.sh
+++ b/frameworks/Kieker/benchmark-disk-writer-1.4-oer.sh
@@ -39,7 +39,7 @@ JAVAARGS="${JAVAARGS} -verbose:gc -XX:+PrintCompilation"
 JAR="-jar dist/OverheadEvaluationMicrobenchmark.jar"
 
 JAVAARGS_NOINSTR="${JAVAARGS}"
-JAVAARGS_LTW="${JAVAARGS} -javaagent:${BASEDIR}lib/kieker-1.4_aspectj.jar -Dorg.aspectj.weaver.showWeaveInfo=false -Daj.weaving.verbose=false -Dkieker.monitoring.adaptiveMonitoring.enabled=false -Dorg.aspectj.weaver.loadtime.configuration=META-INF/kieker.legacy.aop.xml"
+JAVAARGS_LTW="${JAVAARGS} -javaagent:${BASEDIR}lib/kieker-1.4_aspectj.jar -Dorg.aspectj.weaver.showWeaveInfo=false -Daj.weaving.verbose=false -Dkieker.monitoring.adaptiveMonitoring.enabled=false"
 JAVAARGS_KIEKER_DEACTV="${JAVAARGS_LTW} -Dkieker.monitoring.enabled=false -Dkieker.monitoring.writer=kieker.monitoring.writer.DummyWriter"
 JAVAARGS_KIEKER_NOLOGGING="${JAVAARGS_LTW} -Dkieker.monitoring.writer=kieker.monitoring.writer.DummyWriter"
 JAVAARGS_KIEKER_LOGGING1="${JAVAARGS_LTW} -Dkieker.monitoring.writer=kieker.monitoring.writer.filesystem.AsyncFsWriter -Dkieker.monitoring.writer.filesystem.AsyncFsWriter.storeInJavaIoTmpdir=false -Dkieker.monitoring.writer.filesystem.AsyncFsWriter.customStoragePath=${BASEDIR}tmp"
@@ -157,7 +157,7 @@ results_fn="${RAWFN}"
 outtxt_fn="${RESULTSDIR}results-text.txt"
 configs.loop=${NUM_LOOPS}
 configs.recursion=c(${RECURSIONDEPTH})
-configs.labels=c("No Probe","Deactivated Probe","Collecting Data","Writer1")
+configs.labels=c("No Probe","Deactivated Probe","Collecting Data","Writer")
 results.count=${TOTALCALLS}
 results.skip=${TOTALCALLS}/2
 source("${RSCRIPTDIR}stats.r")
@@ -166,4 +166,5 @@ EOF
 ## Clean up raw results
 zip -jqr ${RESULTSDIR}results.zip ${RAWFN}*
 rm -f ${RAWFN}*
-[ -f ${BASEDIR}nohup.out ] && mv ${BASEDIR}nohup.out ${RESULTSDIR}
+[ -f ${BASEDIR}nohup.out ] && cp ${BASEDIR}nohup.out ${RESULTSDIR}
+[ -f ${BASEDIR}nohup.out ] && > ${BASEDIR}nohup.out
diff --git a/frameworks/Kieker/benchmark-disk-writer-1.5-event.sh b/frameworks/Kieker/benchmark-disk-writer-1.5-event.sh
index 88f8f52575e688d8cbb2bc412bcc04345b163651..e68ece6df1666b429918e62d37a0ecb4cf515be1 100644
--- a/frameworks/Kieker/benchmark-disk-writer-1.5-event.sh
+++ b/frameworks/Kieker/benchmark-disk-writer-1.5-event.sh
@@ -187,4 +187,5 @@ EOF
 ## Clean up raw results
 zip -jqr ${RESULTSDIR}results.zip ${RAWFN}*
 rm -f ${RAWFN}*
-[ -f ${BASEDIR}nohup.out ] && mv ${BASEDIR}nohup.out ${RESULTSDIR}
+[ -f ${BASEDIR}nohup.out ] && cp ${BASEDIR}nohup.out ${RESULTSDIR}
+[ -f ${BASEDIR}nohup.out ] && > ${BASEDIR}nohup.out
diff --git a/frameworks/Kieker/benchmark-disk-writer-1.5-oer.sh b/frameworks/Kieker/benchmark-disk-writer-1.5-oer.sh
index ec712c4bf77a2550e5928e3e103961a2ac285efc..b3fcdb47a18935f93062d28eaaa54d06bea9c927 100644
--- a/frameworks/Kieker/benchmark-disk-writer-1.5-oer.sh
+++ b/frameworks/Kieker/benchmark-disk-writer-1.5-oer.sh
@@ -187,4 +187,5 @@ EOF
 ## Clean up raw results
 zip -jqr ${RESULTSDIR}results.zip ${RAWFN}*
 rm -f ${RAWFN}*
-[ -f ${BASEDIR}nohup.out ] && mv ${BASEDIR}nohup.out ${RESULTSDIR}
+[ -f ${BASEDIR}nohup.out ] && cp ${BASEDIR}nohup.out ${RESULTSDIR}
+[ -f ${BASEDIR}nohup.out ] && > ${BASEDIR}nohup.out
diff --git a/frameworks/Kieker/benchmark-disk-writer-1.6-event.sh b/frameworks/Kieker/benchmark-disk-writer-1.6-event.sh
index 0d5b7d7abe855389ee00ec7d0307da581368fe47..c419580190f1bc0ce3308945236bcedc15f0b79b 100644
--- a/frameworks/Kieker/benchmark-disk-writer-1.6-event.sh
+++ b/frameworks/Kieker/benchmark-disk-writer-1.6-event.sh
@@ -187,4 +187,5 @@ EOF
 ## Clean up raw results
 zip -jqr ${RESULTSDIR}results.zip ${RAWFN}*
 rm -f ${RAWFN}*
-[ -f ${BASEDIR}nohup.out ] && mv ${BASEDIR}nohup.out ${RESULTSDIR}
+[ -f ${BASEDIR}nohup.out ] && cp ${BASEDIR}nohup.out ${RESULTSDIR}
+[ -f ${BASEDIR}nohup.out ] && > ${BASEDIR}nohup.out
diff --git a/frameworks/Kieker/benchmark-disk-writer-1.6-oer.sh b/frameworks/Kieker/benchmark-disk-writer-1.6-oer.sh
index 6b9bd4a52866ee0fa5afd8871e2f82fa0642ab07..ef9bcb9253af76224cad186ea20c5363222583fc 100644
--- a/frameworks/Kieker/benchmark-disk-writer-1.6-oer.sh
+++ b/frameworks/Kieker/benchmark-disk-writer-1.6-oer.sh
@@ -187,4 +187,5 @@ EOF
 ## Clean up raw results
 zip -jqr ${RESULTSDIR}results.zip ${RAWFN}*
 rm -f ${RAWFN}*
-[ -f ${BASEDIR}nohup.out ] && mv ${BASEDIR}nohup.out ${RESULTSDIR}
+[ -f ${BASEDIR}nohup.out ] && cp ${BASEDIR}nohup.out ${RESULTSDIR}
+[ -f ${BASEDIR}nohup.out ] && > ${BASEDIR}nohup.out
diff --git a/frameworks/Kieker/benchmark-disk-writer-1.7-event.sh b/frameworks/Kieker/benchmark-disk-writer-1.7-event.sh
index 0ccc88a95a36b253dbdd0b2c4d3a0a2811a8dcde..e27d0c659016d7569ead4709820c344e9d63a36f 100644
--- a/frameworks/Kieker/benchmark-disk-writer-1.7-event.sh
+++ b/frameworks/Kieker/benchmark-disk-writer-1.7-event.sh
@@ -187,4 +187,5 @@ EOF
 ## Clean up raw results
 zip -jqr ${RESULTSDIR}results.zip ${RAWFN}*
 rm -f ${RAWFN}*
-[ -f ${BASEDIR}nohup.out ] && mv ${BASEDIR}nohup.out ${RESULTSDIR}
+[ -f ${BASEDIR}nohup.out ] && cp ${BASEDIR}nohup.out ${RESULTSDIR}
+[ -f ${BASEDIR}nohup.out ] && > ${BASEDIR}nohup.out
diff --git a/frameworks/Kieker/benchmark-disk-writer-1.7-oer.sh b/frameworks/Kieker/benchmark-disk-writer-1.7-oer.sh
index d94b2c1090b5edc6572ca6181e1b150bf57dce37..a93ce0ba0492722be1309d283ec1bd7133203f5e 100644
--- a/frameworks/Kieker/benchmark-disk-writer-1.7-oer.sh
+++ b/frameworks/Kieker/benchmark-disk-writer-1.7-oer.sh
@@ -187,4 +187,5 @@ EOF
 ## Clean up raw results
 zip -jqr ${RESULTSDIR}results.zip ${RAWFN}*
 rm -f ${RAWFN}*
-[ -f ${BASEDIR}nohup.out ] && mv ${BASEDIR}nohup.out ${RESULTSDIR}
+[ -f ${BASEDIR}nohup.out ] && cp ${BASEDIR}nohup.out ${RESULTSDIR}
+[ -f ${BASEDIR}nohup.out ] && > ${BASEDIR}nohup.out
diff --git a/frameworks/Kieker/benchmark-disk-writer-1.8-event.sh b/frameworks/Kieker/benchmark-disk-writer-1.8-event.sh
index 2f84667cf522e805807fed2265a33b95f7061762..d35ba1111abea93dcf771c6e623ff393fe4772df 100644
--- a/frameworks/Kieker/benchmark-disk-writer-1.8-event.sh
+++ b/frameworks/Kieker/benchmark-disk-writer-1.8-event.sh
@@ -187,4 +187,5 @@ EOF
 ## Clean up raw results
 zip -jqr ${RESULTSDIR}results.zip ${RAWFN}*
 rm -f ${RAWFN}*
-[ -f ${BASEDIR}nohup.out ] && mv ${BASEDIR}nohup.out ${RESULTSDIR}
+[ -f ${BASEDIR}nohup.out ] && cp ${BASEDIR}nohup.out ${RESULTSDIR}
+[ -f ${BASEDIR}nohup.out ] && > ${BASEDIR}nohup.out
diff --git a/frameworks/Kieker/benchmark-disk-writer-1.8-oer.sh b/frameworks/Kieker/benchmark-disk-writer-1.8-oer.sh
index af441b9d2aafc7a55766e8298219951c69c0ed3d..02ef5cd39ff54295330a865d9be44dbce08aea89 100644
--- a/frameworks/Kieker/benchmark-disk-writer-1.8-oer.sh
+++ b/frameworks/Kieker/benchmark-disk-writer-1.8-oer.sh
@@ -187,4 +187,5 @@ EOF
 ## Clean up raw results
 zip -jqr ${RESULTSDIR}results.zip ${RAWFN}*
 rm -f ${RAWFN}*
-[ -f ${BASEDIR}nohup.out ] && mv ${BASEDIR}nohup.out ${RESULTSDIR}
+[ -f ${BASEDIR}nohup.out ] && cp ${BASEDIR}nohup.out ${RESULTSDIR}
+[ -f ${BASEDIR}nohup.out ] && > ${BASEDIR}nohup.out
diff --git a/frameworks/Kieker/lib/kieker-1.0_aspectj.jar b/frameworks/Kieker/lib/kieker-1.0_aspectj.jar
index a2efb2ae26b45cc885b3be51f9ef5e5f0480034e..541f536521ed54eca05bb9f8bb87669770f5f37e 100644
Binary files a/frameworks/Kieker/lib/kieker-1.0_aspectj.jar and b/frameworks/Kieker/lib/kieker-1.0_aspectj.jar differ
diff --git a/frameworks/Kieker/lib/kieker-1.1_aspectj.jar b/frameworks/Kieker/lib/kieker-1.1_aspectj.jar
index aa308f38d9e5f7b9ced9ba5e5fb6965846c16857..2775b4d7757289ba74768008b017720d6a3e10a1 100644
Binary files a/frameworks/Kieker/lib/kieker-1.1_aspectj.jar and b/frameworks/Kieker/lib/kieker-1.1_aspectj.jar differ
diff --git a/frameworks/Kieker/lib/kieker-1.2_aspectj.jar b/frameworks/Kieker/lib/kieker-1.2_aspectj.jar
index 81e22b9be01f8b554fb60e124969dda9987c9979..7f80b62f699021d959d28c7ea0f1d65625f6500d 100644
Binary files a/frameworks/Kieker/lib/kieker-1.2_aspectj.jar and b/frameworks/Kieker/lib/kieker-1.2_aspectj.jar differ
diff --git a/frameworks/Kieker/lib/kieker-1.3_aspectj.jar b/frameworks/Kieker/lib/kieker-1.3_aspectj.jar
index 298149608de9f915b9bb300fb9018008052bd036..0de47616de2c866207c6442a26ac48f65b4f01a6 100644
Binary files a/frameworks/Kieker/lib/kieker-1.3_aspectj.jar and b/frameworks/Kieker/lib/kieker-1.3_aspectj.jar differ
diff --git a/frameworks/Kieker/lib/kieker-1.4_aspectj.jar b/frameworks/Kieker/lib/kieker-1.4_aspectj.jar
index 9929066481381a1f861f18bc791a6c141f1bbb85..9b8cb0554477b0c2b1b4c137db2531ace52127b3 100644
Binary files a/frameworks/Kieker/lib/kieker-1.4_aspectj.jar and b/frameworks/Kieker/lib/kieker-1.4_aspectj.jar differ
diff --git a/frameworks/Kieker/run-benchmark-all.sh b/frameworks/Kieker/run-benchmark-all.sh
index 31e6072bdc75b16ba07399c7306f38d9eb967d27..85b2d034722251367488ab23ad124f9713250e83 100644
--- a/frameworks/Kieker/run-benchmark-all.sh
+++ b/frameworks/Kieker/run-benchmark-all.sh
@@ -1,12 +1,13 @@
 #!/bin/bash
 
-SLEEPTIME=0            ## 30
-NUM_LOOPS=1            ## 10
+SLEEPTIME=30            ## 30
+NUM_LOOPS=10            ## 10
 THREADS=1               ## 1
 RECURSIONDEPTH=10       ## 10
-TOTALCALLS=20000      ## 2000000
+TOTALCALLS=2000000      ## 2000000
 METHODTIME=0            ## 0
-MOREPARAMS="--quickstart"
+#MOREPARAMS="--quickstart"
+MOREPARAMS=""
 
 source bin/benchmark-disk-writer-1.8-oer.sh
 source bin/benchmark-disk-writer-1.7-oer.sh