diff --git a/bin/2012-msept/run-benchmark-cycle-async.sh b/bin/2012-msept/run-benchmark-cycle-async.sh index 934e69dc73e63bc343618ed696b8fc28e954b625..7f5dd442e77962914562a06a18ef983f221e956f 100644 --- a/bin/2012-msept/run-benchmark-cycle-async.sh +++ b/bin/2012-msept/run-benchmark-cycle-async.sh @@ -35,18 +35,18 @@ JAVA_ARGS_KIEKER_NOLOGGING="${JAVA_ARGS_LTW} -Dkieker.monitoring.writer=kieker.m JAVA_ARGS_KIEKER_LOGGING="${JAVA_ARGS_LTW} -Dkieker.monitoring.writer=kieker.monitoring.writer.filesystem.AsyncFsWriter -Dkieker.monitoring.writer.filesystem.AsyncFsWriter.customStoragePath=${BASE_DIR}tmp" ## Write configuration -uname -a >${RESULTS_DIR}configuration.txt -java ${JAVA_ARGS} -version 2>>${RESULTS_DIR}configuration.txt -echo "JAVA_ARGS: ${JAVA_ARGS}" >>${RESULTS_DIR}configuration.txt -echo "" >>${RESULTS_DIR}configuration.txt -echo "Runtime: circa ${TIME} seconds" >>${RESULTS_DIR}configuration.txt -echo "" >>${RESULTS_DIR}configuration.txt -echo "SLEEP_TIME=${SLEEP_TIME}" >>${RESULTS_DIR}configuration.txt -echo "NUM_LOOPS=${NUM_LOOPS}" >>${RESULTS_DIR}configuration.txt -echo "TOTAL_CALLS=${TOTAL_CALLS}" >>${RESULTS_DIR}configuration.txt -echo "METHOD_TIME=${METHOD_TIME}" >>${RESULTS_DIR}configuration.txt -echo "THREADS=${THREADS}" >>${RESULTS_DIR}configuration.txt -echo "RECURSION_DEPTH=${RECURSION_DEPTH}" >>${RESULTS_DIR}configuration.txt +uname -a >${RESULTS_DIR}/configuration.txt +java ${JAVA_ARGS} -version 2>>${RESULTS_DIR}/configuration.txt +echo "JAVA_ARGS: ${JAVA_ARGS}" >>${RESULTS_DIR}/configuration.txt +echo "" >>${RESULTS_DIR}/configuration.txt +echo "Runtime: circa ${TIME} seconds" >>${RESULTS_DIR}/configuration.txt +echo "" >>${RESULTS_DIR}/configuration.txt +echo "SLEEP_TIME=${SLEEP_TIME}" >>${RESULTS_DIR}/configuration.txt +echo "NUM_LOOPS=${NUM_LOOPS}" >>${RESULTS_DIR}/configuration.txt +echo "TOTAL_CALLS=${TOTAL_CALLS}" >>${RESULTS_DIR}/configuration.txt +echo "METHOD_TIME=${METHOD_TIME}" >>${RESULTS_DIR}/configuration.txt +echo "THREADS=${THREADS}" >>${RESULTS_DIR}/configuration.txt +echo "RECURSION_DEPTH=${RECURSION_DEPTH}" >>${RESULTS_DIR}/configuration.txt sync ## Execute Benchmark diff --git a/bin/2012-msept/run-benchmark-cycle-sync.sh b/bin/2012-msept/run-benchmark-cycle-sync.sh index be98f9839ecfda1c0f18c20c5df72626a11276e7..8a02ea430d243b6cde2cedde9bd6285383fbfe76 100644 --- a/bin/2012-msept/run-benchmark-cycle-sync.sh +++ b/bin/2012-msept/run-benchmark-cycle-sync.sh @@ -35,18 +35,18 @@ JAVA_ARGS_KIEKER_NOLOGGING="${JAVA_ARGS_LTW} -Dkieker.monitoring.writer=kieker.m JAVA_ARGS_KIEKER_LOGGING="${JAVA_ARGS_LTW} -Dkieker.monitoring.writer=kieker.monitoring.writer.filesystem.SyncFsWriter -Dkieker.monitoring.writer.filesystem.SyncFsWriter.customStoragePath=${BASE_DIR}tmp" ## Write configuration -uname -a >${RESULTS_DIR}configuration.txt -java ${JAVA_ARGS} -version 2>>${RESULTS_DIR}configuration.txt -echo "JAVA_ARGS: ${JAVA_ARGS}" >>${RESULTS_DIR}configuration.txt -echo "" >>${RESULTS_DIR}configuration.txt -echo "Runtime: circa ${TIME} seconds" >>${RESULTS_DIR}configuration.txt -echo "" >>${RESULTS_DIR}configuration.txt -echo "SLEEP_TIME=${SLEEP_TIME}" >>${RESULTS_DIR}configuration.txt -echo "NUM_LOOPS=${NUM_LOOPS}" >>${RESULTS_DIR}configuration.txt -echo "TOTAL_CALLS=${TOTAL_CALLS}" >>${RESULTS_DIR}configuration.txt -echo "METHOD_TIME=${METHOD_TIME}" >>${RESULTS_DIR}configuration.txt -echo "THREADS=${THREADS}" >>${RESULTS_DIR}configuration.txt -echo "RECURSION_DEPTH=${RECURSION_DEPTH}" >>${RESULTS_DIR}configuration.txt +uname -a >${RESULTS_DIR}/configuration.txt +java ${JAVA_ARGS} -version 2>>${RESULTS_DIR}/configuration.txt +echo "JAVA_ARGS: ${JAVA_ARGS}" >>${RESULTS_DIR}/configuration.txt +echo "" >>${RESULTS_DIR}/configuration.txt +echo "Runtime: circa ${TIME} seconds" >>${RESULTS_DIR}/configuration.txt +echo "" >>${RESULTS_DIR}/configuration.txt +echo "SLEEP_TIME=${SLEEP_TIME}" >>${RESULTS_DIR}/configuration.txt +echo "NUM_LOOPS=${NUM_LOOPS}" >>${RESULTS_DIR}/configuration.txt +echo "TOTAL_CALLS=${TOTAL_CALLS}" >>${RESULTS_DIR}/configuration.txt +echo "METHOD_TIME=${METHOD_TIME}" >>${RESULTS_DIR}/configuration.txt +echo "THREADS=${THREADS}" >>${RESULTS_DIR}/configuration.txt +echo "RECURSION_DEPTH=${RECURSION_DEPTH}" >>${RESULTS_DIR}/configuration.txt sync ## Execute Benchmark diff --git a/bin/2012-msept/run-benchmark-recursive-jmx.sh b/bin/2012-msept/run-benchmark-recursive-jmx.sh index caee69fae15ae6fef406a4c088d416c0b4289d8b..f4c3321297265afd5336517c1b47f65afa768385 100644 --- a/bin/2012-msept/run-benchmark-recursive-jmx.sh +++ b/bin/2012-msept/run-benchmark-recursive-jmx.sh @@ -50,18 +50,18 @@ JAVA_ARGS_KIEKER_NOLOGGING="${JAVA_ARGS_LTW} -Dkieker.monitoring.writer=kieker.m JAVA_ARGS_KIEKER_LOGGING="${JAVA_ARGS_LTW} -Dkieker.monitoring.jmx=true -Dkieker.monitoring.jmx.remote=true -Dkieker.monitoring.writer=kieker.monitoring.writer.jmx.JMXWriter"" ## Write configuration -uname -a >${RESULTS_DIR}configuration.txt -java ${JAVA_ARGS} -version 2>>${RESULTS_DIR}configuration.txt -echo "JAVA_ARGS: ${JAVA_ARGS}" >>${RESULTS_DIR}configuration.txt -echo "" >>${RESULTS_DIR}configuration.txt -echo "Runtime: circa ${TIME} seconds" >>${RESULTS_DIR}configuration.txt -echo "" >>${RESULTS_DIR}configuration.txt -echo "SLEEP_TIME=${SLEEP_TIME}" >>${RESULTS_DIR}configuration.txt -echo "NUM_LOOPS=${NUM_LOOPS}" >>${RESULTS_DIR}configuration.txt -echo "TOTAL_CALLS=${TOTAL_CALLS}" >>${RESULTS_DIR}configuration.txt -echo "METHOD_TIME=${METHOD_TIME}" >>${RESULTS_DIR}configuration.txt -echo "THREADS=${THREADS}" >>${RESULTS_DIR}configuration.txt -echo "RECURSION_DEPTH=${RECURSION_DEPTH}" >>${RESULTS_DIR}configuration.txt +uname -a >${RESULTS_DIR}/configuration.txt +java ${JAVA_ARGS} -version 2>>${RESULTS_DIR}/configuration.txt +echo "JAVA_ARGS: ${JAVA_ARGS}" >>${RESULTS_DIR}/configuration.txt +echo "" >>${RESULTS_DIR}/configuration.txt +echo "Runtime: circa ${TIME} seconds" >>${RESULTS_DIR}/configuration.txt +echo "" >>${RESULTS_DIR}/configuration.txt +echo "SLEEP_TIME=${SLEEP_TIME}" >>${RESULTS_DIR}/configuration.txt +echo "NUM_LOOPS=${NUM_LOOPS}" >>${RESULTS_DIR}/configuration.txt +echo "TOTAL_CALLS=${TOTAL_CALLS}" >>${RESULTS_DIR}/configuration.txt +echo "METHOD_TIME=${METHOD_TIME}" >>${RESULTS_DIR}/configuration.txt +echo "THREADS=${THREADS}" >>${RESULTS_DIR}/configuration.txt +echo "RECURSION_DEPTH=${RECURSION_DEPTH}" >>${RESULTS_DIR}/configuration.txt sync ## Execute Benchmark diff --git a/bin/2012-msept/run-benchmark-recursive-linear.sh b/bin/2012-msept/run-benchmark-recursive-linear.sh index acbeced6a7ae7222869d3e28396fcd53165819d6..514cc79c965d7ebd1944e92b36eaaada0a32b68d 100644 --- a/bin/2012-msept/run-benchmark-recursive-linear.sh +++ b/bin/2012-msept/run-benchmark-recursive-linear.sh @@ -25,12 +25,12 @@ if [ ! -z "$(uname | grep -i WIN)" ]; then CPSEPCHAR=";"; fi RESULTS_DIR="${BASE_DIR}tmp/results-benchmark-recursive-linear/" echo "Removing and recreating '${RESULTS_DIR}'" -(${SUDOCMD} rm -rf ${RESULTS_DIR}) && mkdir ${RESULTS_DIR} -mkdir ${RESULTS_DIR}stat/ +(${SUDOCMD} rm -rf "${RESULTS_DIR}") && mkdir "${RESULTS_DIR}" +mkdir "${RESULTS_DIR}/stat" # Clear kieker.log and initialize logging -rm -f ${BASE_DIR}kieker.log -touch ${BASE_DIR}kieker.log +rm -f ${BASE_DIR}/kieker.log +touch ${BASE_DIR}/kieker.log RESULTSFN="${RESULTS_DIR}results.csv" @@ -51,18 +51,18 @@ JAVA_ARGS_KIEKER_NOLOGGING="${JAVA_ARGS_LTW} -Dkieker.monitoring.writer=kieker.m JAVA_ARGS_KIEKER_LOGGING="${JAVA_ARGS_LTW} -Dkieker.monitoring.writer=kieker.monitoring.writer.filesystem.AsyncBinaryFsWriter -Dkieker.monitoring.writer.filesystem.AsyncBinaryFsWriter.customStoragePath=${BASE_DIR}tmp" ## Write configuration -uname -a >${RESULTS_DIR}configuration.txt -java ${JAVA_ARGS} -version 2>>${RESULTS_DIR}configuration.txt -echo "JAVA_ARGS: ${JAVA_ARGS}" >>${RESULTS_DIR}configuration.txt -echo "" >>${RESULTS_DIR}configuration.txt -echo "Runtime: circa ${TIME} seconds" >>${RESULTS_DIR}configuration.txt -echo "" >>${RESULTS_DIR}configuration.txt -echo "SLEEP_TIME=${SLEEP_TIME}" >>${RESULTS_DIR}configuration.txt -echo "NUM_LOOPS=${NUM_LOOPS}" >>${RESULTS_DIR}configuration.txt -echo "TOTAL_CALLS=${TOTAL_CALLS}" >>${RESULTS_DIR}configuration.txt -echo "METHOD_TIME=${METHOD_TIME}" >>${RESULTS_DIR}configuration.txt -echo "THREADS=${THREADS}" >>${RESULTS_DIR}configuration.txt -echo "RECURSION_DEPTH=${RECURSION_DEPTH}" >>${RESULTS_DIR}configuration.txt +uname -a >${RESULTS_DIR}/configuration.txt +java ${JAVA_ARGS} -version 2 >> ${RESULTS_DIR}/configuration.txt +echo "JAVA_ARGS: ${JAVA_ARGS}" >> ${RESULTS_DIR}/configuration.txt +echo "" >> ${RESULTS_DIR}/configuration.txt +echo "Runtime: circa ${TIME} seconds" >>${RESULTS_DIR}/configuration.txt +echo "" >>${RESULTS_DIR}/configuration.txt +echo "SLEEP_TIME=${SLEEP_TIME}" >>${RESULTS_DIR}/configuration.txt +echo "NUM_LOOPS=${NUM_LOOPS}" >>${RESULTS_DIR}/configuration.txt +echo "TOTAL_CALLS=${TOTAL_CALLS}" >>${RESULTS_DIR}/configuration.txt +echo "METHOD_TIME=${METHOD_TIME}" >>${RESULTS_DIR}/configuration.txt +echo "THREADS=${THREADS}" >>${RESULTS_DIR}/configuration.txt +echo "RECURSION_DEPTH=${RECURSION_DEPTH}" >>${RESULTS_DIR}/configuration.txt sync ## Execute Benchmark diff --git a/bin/2012-msept/run-benchmark-recursive.sh b/bin/2012-msept/run-benchmark-recursive.sh index a92e7603bc8e831bb1c49c3ca67d0e7652ba1fa3..3bff25b88f99ee7270470d74b078610bb4981410 100644 --- a/bin/2012-msept/run-benchmark-recursive.sh +++ b/bin/2012-msept/run-benchmark-recursive.sh @@ -51,18 +51,18 @@ JAVA_ARGS_KIEKER_NOLOGGING="${JAVA_ARGS_LTW} -Dkieker.monitoring.writer=kieker.m JAVA_ARGS_KIEKER_LOGGING="${JAVA_ARGS_LTW} -Dkieker.monitoring.writer=kieker.monitoring.writer.filesystem.AsyncBinaryFsWriter -Dkieker.monitoring.writer.filesystem.AsyncBinaryFsWriter.customStoragePath=${BASE_DIR}tmp" ## Write configuration -uname -a >${RESULTS_DIR}configuration.txt -java ${JAVA_ARGS} -version 2>>${RESULTS_DIR}configuration.txt -echo "JAVA_ARGS: ${JAVA_ARGS}" >>${RESULTS_DIR}configuration.txt -echo "" >>${RESULTS_DIR}configuration.txt -echo "Runtime: circa ${TIME} seconds" >>${RESULTS_DIR}configuration.txt -echo "" >>${RESULTS_DIR}configuration.txt -echo "SLEEP_TIME=${SLEEP_TIME}" >>${RESULTS_DIR}configuration.txt -echo "NUM_LOOPS=${NUM_LOOPS}" >>${RESULTS_DIR}configuration.txt -echo "TOTAL_CALLS=${TOTAL_CALLS}" >>${RESULTS_DIR}configuration.txt -echo "METHOD_TIME=${METHOD_TIME}" >>${RESULTS_DIR}configuration.txt -echo "THREADS=${THREADS}" >>${RESULTS_DIR}configuration.txt -echo "RECURSION_DEPTH=${RECURSION_DEPTH}" >>${RESULTS_DIR}configuration.txt +uname -a >${RESULTS_DIR}/configuration.txt +java ${JAVA_ARGS} -version 2>>${RESULTS_DIR}/configuration.txt +echo "JAVA_ARGS: ${JAVA_ARGS}" >>${RESULTS_DIR}/configuration.txt +echo "" >>${RESULTS_DIR}/configuration.txt +echo "Runtime: circa ${TIME} seconds" >>${RESULTS_DIR}/configuration.txt +echo "" >>${RESULTS_DIR}/configuration.txt +echo "SLEEP_TIME=${SLEEP_TIME}" >>${RESULTS_DIR}/configuration.txt +echo "NUM_LOOPS=${NUM_LOOPS}" >>${RESULTS_DIR}/configuration.txt +echo "TOTAL_CALLS=${TOTAL_CALLS}" >>${RESULTS_DIR}/configuration.txt +echo "METHOD_TIME=${METHOD_TIME}" >>${RESULTS_DIR}/configuration.txt +echo "THREADS=${THREADS}" >>${RESULTS_DIR}/configuration.txt +echo "RECURSION_DEPTH=${RECURSION_DEPTH}" >>${RESULTS_DIR}/configuration.txt sync ## Execute Benchmark diff --git a/bin/2013-kieker-days-ffi/benchmark-kieker-days-ffi-remote.sh b/bin/2013-kieker-days-ffi/benchmark-kieker-days-ffi-remote.sh index 933c2326a099b37625b5ac337f4ca5325aeb335a..869ff7dba209d6096502ecda5ce09f29c0222373 100644 --- a/bin/2013-kieker-days-ffi/benchmark-kieker-days-ffi-remote.sh +++ b/bin/2013-kieker-days-ffi/benchmark-kieker-days-ffi-remote.sh @@ -47,18 +47,18 @@ JAVA_ARGS_NOINSTR="${JAVA_ARGS}" JAVA_ARGS_LTW="${JAVA_ARGS} -javaagent:${BASE_DIR}lib/aspectjweaver.jar -Dorg.aspectj.weaver.showWeaveInfo=false -Daj.weaving.verbose=false -Dorg.aspectj.weaver.loadtime.configuration=META-INF/kieker-overhead-benchmark.aop.xml" ## Write configuration -uname -a >${RESULTS_DIR}configuration.txt -${JAVABIN}java ${JAVA_ARGS} -version 2>>${RESULTS_DIR}configuration.txt -echo "JAVA_ARGS: ${JAVA_ARGS}" >>${RESULTS_DIR}configuration.txt -echo "" >>${RESULTS_DIR}configuration.txt -echo "Runtime: circa ${TIME} seconds" >>${RESULTS_DIR}configuration.txt -echo "" >>${RESULTS_DIR}configuration.txt -echo "SLEEP_TIME=${SLEEP_TIME}" >>${RESULTS_DIR}configuration.txt -echo "NUM_LOOPS=${NUM_LOOPS}" >>${RESULTS_DIR}configuration.txt -echo "TOTAL_CALLS=${TOTAL_CALLS}" >>${RESULTS_DIR}configuration.txt -echo "METHOD_TIME=${METHOD_TIME}" >>${RESULTS_DIR}configuration.txt -echo "THREADS=${THREADS}" >>${RESULTS_DIR}configuration.txt -echo "RECURSIONDEPTH=${RECURSIONDEPTH}" >>${RESULTS_DIR}configuration.txt +uname -a >${RESULTS_DIR}/configuration.txt +${JAVABIN}java ${JAVA_ARGS} -version 2>>${RESULTS_DIR}/configuration.txt +echo "JAVA_ARGS: ${JAVA_ARGS}" >>${RESULTS_DIR}/configuration.txt +echo "" >>${RESULTS_DIR}/configuration.txt +echo "Runtime: circa ${TIME} seconds" >>${RESULTS_DIR}/configuration.txt +echo "" >>${RESULTS_DIR}/configuration.txt +echo "SLEEP_TIME=${SLEEP_TIME}" >>${RESULTS_DIR}/configuration.txt +echo "NUM_LOOPS=${NUM_LOOPS}" >>${RESULTS_DIR}/configuration.txt +echo "TOTAL_CALLS=${TOTAL_CALLS}" >>${RESULTS_DIR}/configuration.txt +echo "METHOD_TIME=${METHOD_TIME}" >>${RESULTS_DIR}/configuration.txt +echo "THREADS=${THREADS}" >>${RESULTS_DIR}/configuration.txt +echo "RECURSIONDEPTH=${RECURSIONDEPTH}" >>${RESULTS_DIR}/configuration.txt sync ## Execute Benchmark diff --git a/bin/2013-kieker-days-ffi/benchmark-kieker-days-ffi.sh b/bin/2013-kieker-days-ffi/benchmark-kieker-days-ffi.sh index 2a3e88055f5e002fca56e0b5e102da695eddf1d9..249b76d8cbbe50afc617bb354db2956f817d65fb 100644 --- a/bin/2013-kieker-days-ffi/benchmark-kieker-days-ffi.sh +++ b/bin/2013-kieker-days-ffi/benchmark-kieker-days-ffi.sh @@ -41,18 +41,18 @@ JAVA_ARGS_NOINSTR="${JAVA_ARGS}" JAVA_ARGS_LTW="${JAVA_ARGS} -javaagent:${BASE_DIR}lib/aspectjweaver.jar -Dorg.aspectj.weaver.showWeaveInfo=false -Daj.weaving.verbose=false -Dorg.aspectj.weaver.loadtime.configuration=META-INF/kieker-overhead-benchmark.aop.xml" ## Write configuration -uname -a >${RESULTS_DIR}configuration.txt -${JAVABIN}java ${JAVA_ARGS} -version 2>>${RESULTS_DIR}configuration.txt -echo "JAVA_ARGS: ${JAVA_ARGS}" >>${RESULTS_DIR}configuration.txt -echo "" >>${RESULTS_DIR}configuration.txt -echo "Runtime: circa ${TIME} seconds" >>${RESULTS_DIR}configuration.txt -echo "" >>${RESULTS_DIR}configuration.txt -echo "SLEEP_TIME=${SLEEP_TIME}" >>${RESULTS_DIR}configuration.txt -echo "NUM_LOOPS=${NUM_LOOPS}" >>${RESULTS_DIR}configuration.txt -echo "TOTAL_CALLS=${TOTAL_CALLS}" >>${RESULTS_DIR}configuration.txt -echo "METHOD_TIME=${METHOD_TIME}" >>${RESULTS_DIR}configuration.txt -echo "THREADS=${THREADS}" >>${RESULTS_DIR}configuration.txt -echo "RECURSIONDEPTH=${RECURSIONDEPTH}" >>${RESULTS_DIR}configuration.txt +uname -a >${RESULTS_DIR}/configuration.txt +${JAVABIN}java ${JAVA_ARGS} -version 2>>${RESULTS_DIR}/configuration.txt +echo "JAVA_ARGS: ${JAVA_ARGS}" >>${RESULTS_DIR}/configuration.txt +echo "" >>${RESULTS_DIR}/configuration.txt +echo "Runtime: circa ${TIME} seconds" >>${RESULTS_DIR}/configuration.txt +echo "" >>${RESULTS_DIR}/configuration.txt +echo "SLEEP_TIME=${SLEEP_TIME}" >>${RESULTS_DIR}/configuration.txt +echo "NUM_LOOPS=${NUM_LOOPS}" >>${RESULTS_DIR}/configuration.txt +echo "TOTAL_CALLS=${TOTAL_CALLS}" >>${RESULTS_DIR}/configuration.txt +echo "METHOD_TIME=${METHOD_TIME}" >>${RESULTS_DIR}/configuration.txt +echo "THREADS=${THREADS}" >>${RESULTS_DIR}/configuration.txt +echo "RECURSIONDEPTH=${RECURSIONDEPTH}" >>${RESULTS_DIR}/configuration.txt sync ## Execute Benchmark diff --git a/bin/2013-kieker-days-ffi/benchmark-kieker-days-kieker.sh b/bin/2013-kieker-days-ffi/benchmark-kieker-days-kieker.sh index 6d86f77b2a9ceb7c3bdf78a547f94160c8e818c8..de6c8f2d4e284463e0b492dc0b2e50895fa3506f 100644 --- a/bin/2013-kieker-days-ffi/benchmark-kieker-days-kieker.sh +++ b/bin/2013-kieker-days-ffi/benchmark-kieker-days-kieker.sh @@ -45,18 +45,18 @@ JAVA_ARGS_KIEKER_NOLOGGING="${JAVA_ARGS_LTW} -Dkieker.monitoring.writer=kieker.m JAVA_ARGS_KIEKER_LOGGING="${JAVA_ARGS_LTW} -Dkieker.monitoring.writer=kieker.monitoring.writer.tcp.TCPWriter -Dkieker.monitoring.writer.tcp.TCPWriter.QueueSize=100000 -Dkieker.monitoring.writer.tcp.TCPWriter.QueueFullBehavior=1" ## Write configuration -uname -a >${RESULTS_DIR}configuration.txt -${JAVABIN}java ${JAVA_ARGS} -version 2>>${RESULTS_DIR}configuration.txt -echo "JAVA_ARGS: ${JAVA_ARGS}" >>${RESULTS_DIR}configuration.txt -echo "" >>${RESULTS_DIR}configuration.txt -echo "Runtime: circa ${TIME} seconds" >>${RESULTS_DIR}configuration.txt -echo "" >>${RESULTS_DIR}configuration.txt -echo "SLEEP_TIME=${SLEEP_TIME}" >>${RESULTS_DIR}configuration.txt -echo "NUM_LOOPS=${NUM_LOOPS}" >>${RESULTS_DIR}configuration.txt -echo "TOTAL_CALLS=${TOTAL_CALLS}" >>${RESULTS_DIR}configuration.txt -echo "METHOD_TIME=${METHOD_TIME}" >>${RESULTS_DIR}configuration.txt -echo "THREADS=${THREADS}" >>${RESULTS_DIR}configuration.txt -echo "RECURSIONDEPTH=${RECURSIONDEPTH}" >>${RESULTS_DIR}configuration.txt +uname -a >${RESULTS_DIR}/configuration.txt +${JAVABIN}java ${JAVA_ARGS} -version 2>>${RESULTS_DIR}/configuration.txt +echo "JAVA_ARGS: ${JAVA_ARGS}" >>${RESULTS_DIR}/configuration.txt +echo "" >>${RESULTS_DIR}/configuration.txt +echo "Runtime: circa ${TIME} seconds" >>${RESULTS_DIR}/configuration.txt +echo "" >>${RESULTS_DIR}/configuration.txt +echo "SLEEP_TIME=${SLEEP_TIME}" >>${RESULTS_DIR}/configuration.txt +echo "NUM_LOOPS=${NUM_LOOPS}" >>${RESULTS_DIR}/configuration.txt +echo "TOTAL_CALLS=${TOTAL_CALLS}" >>${RESULTS_DIR}/configuration.txt +echo "METHOD_TIME=${METHOD_TIME}" >>${RESULTS_DIR}/configuration.txt +echo "THREADS=${THREADS}" >>${RESULTS_DIR}/configuration.txt +echo "RECURSIONDEPTH=${RECURSIONDEPTH}" >>${RESULTS_DIR}/configuration.txt sync ## Execute Benchmark diff --git a/bin/2013-kieker-days/benchmark-kieker-days-ffi-remote.sh b/bin/2013-kieker-days/benchmark-kieker-days-ffi-remote.sh index 04274ae535d69a285d5adcbb37c8c1123ade0d28..f0b5e9314c10953e17d61886b3eec896528267c0 100644 --- a/bin/2013-kieker-days/benchmark-kieker-days-ffi-remote.sh +++ b/bin/2013-kieker-days/benchmark-kieker-days-ffi-remote.sh @@ -47,18 +47,18 @@ JAVA_ARGS_NOINSTR="${JAVA_ARGS}" JAVA_ARGS_LTW="${JAVA_ARGS} -javaagent:${BASE_DIR}lib/aspectjweaver.jar -Dorg.aspectj.weaver.showWeaveInfo=false -Daj.weaving.verbose=false -Dorg.aspectj.weaver.loadtime.configuration=META-INF/kieker-overhead-benchmark.aop.xml" ## Write configuration -uname -a >${RESULTS_DIR}configuration.txt -${JAVABIN}java ${JAVA_ARGS} -version 2>>${RESULTS_DIR}configuration.txt -echo "JAVA_ARGS: ${JAVA_ARGS}" >>${RESULTS_DIR}configuration.txt -echo "" >>${RESULTS_DIR}configuration.txt -echo "Runtime: circa ${TIME} seconds" >>${RESULTS_DIR}configuration.txt -echo "" >>${RESULTS_DIR}configuration.txt -echo "SLEEP_TIME=${SLEEP_TIME}" >>${RESULTS_DIR}configuration.txt -echo "NUM_LOOPS=${NUM_LOOPS}" >>${RESULTS_DIR}configuration.txt -echo "TOTAL_CALLS=${TOTAL_CALLS}" >>${RESULTS_DIR}configuration.txt -echo "METHOD_TIME=${METHOD_TIME}" >>${RESULTS_DIR}configuration.txt -echo "THREADS=${THREADS}" >>${RESULTS_DIR}configuration.txt -echo "RECURSIONDEPTH=${RECURSIONDEPTH}" >>${RESULTS_DIR}configuration.txt +uname -a >${RESULTS_DIR}/configuration.txt +${JAVABIN}java ${JAVA_ARGS} -version 2>>${RESULTS_DIR}/configuration.txt +echo "JAVA_ARGS: ${JAVA_ARGS}" >>${RESULTS_DIR}/configuration.txt +echo "" >>${RESULTS_DIR}/configuration.txt +echo "Runtime: circa ${TIME} seconds" >>${RESULTS_DIR}/configuration.txt +echo "" >>${RESULTS_DIR}/configuration.txt +echo "SLEEP_TIME=${SLEEP_TIME}" >>${RESULTS_DIR}/configuration.txt +echo "NUM_LOOPS=${NUM_LOOPS}" >>${RESULTS_DIR}/configuration.txt +echo "TOTAL_CALLS=${TOTAL_CALLS}" >>${RESULTS_DIR}/configuration.txt +echo "METHOD_TIME=${METHOD_TIME}" >>${RESULTS_DIR}/configuration.txt +echo "THREADS=${THREADS}" >>${RESULTS_DIR}/configuration.txt +echo "RECURSIONDEPTH=${RECURSIONDEPTH}" >>${RESULTS_DIR}/configuration.txt sync ## Execute Benchmark diff --git a/bin/2013-kieker-days/benchmark-kieker-days-ffi.sh b/bin/2013-kieker-days/benchmark-kieker-days-ffi.sh index 2a3e88055f5e002fca56e0b5e102da695eddf1d9..249b76d8cbbe50afc617bb354db2956f817d65fb 100644 --- a/bin/2013-kieker-days/benchmark-kieker-days-ffi.sh +++ b/bin/2013-kieker-days/benchmark-kieker-days-ffi.sh @@ -41,18 +41,18 @@ JAVA_ARGS_NOINSTR="${JAVA_ARGS}" JAVA_ARGS_LTW="${JAVA_ARGS} -javaagent:${BASE_DIR}lib/aspectjweaver.jar -Dorg.aspectj.weaver.showWeaveInfo=false -Daj.weaving.verbose=false -Dorg.aspectj.weaver.loadtime.configuration=META-INF/kieker-overhead-benchmark.aop.xml" ## Write configuration -uname -a >${RESULTS_DIR}configuration.txt -${JAVABIN}java ${JAVA_ARGS} -version 2>>${RESULTS_DIR}configuration.txt -echo "JAVA_ARGS: ${JAVA_ARGS}" >>${RESULTS_DIR}configuration.txt -echo "" >>${RESULTS_DIR}configuration.txt -echo "Runtime: circa ${TIME} seconds" >>${RESULTS_DIR}configuration.txt -echo "" >>${RESULTS_DIR}configuration.txt -echo "SLEEP_TIME=${SLEEP_TIME}" >>${RESULTS_DIR}configuration.txt -echo "NUM_LOOPS=${NUM_LOOPS}" >>${RESULTS_DIR}configuration.txt -echo "TOTAL_CALLS=${TOTAL_CALLS}" >>${RESULTS_DIR}configuration.txt -echo "METHOD_TIME=${METHOD_TIME}" >>${RESULTS_DIR}configuration.txt -echo "THREADS=${THREADS}" >>${RESULTS_DIR}configuration.txt -echo "RECURSIONDEPTH=${RECURSIONDEPTH}" >>${RESULTS_DIR}configuration.txt +uname -a >${RESULTS_DIR}/configuration.txt +${JAVABIN}java ${JAVA_ARGS} -version 2>>${RESULTS_DIR}/configuration.txt +echo "JAVA_ARGS: ${JAVA_ARGS}" >>${RESULTS_DIR}/configuration.txt +echo "" >>${RESULTS_DIR}/configuration.txt +echo "Runtime: circa ${TIME} seconds" >>${RESULTS_DIR}/configuration.txt +echo "" >>${RESULTS_DIR}/configuration.txt +echo "SLEEP_TIME=${SLEEP_TIME}" >>${RESULTS_DIR}/configuration.txt +echo "NUM_LOOPS=${NUM_LOOPS}" >>${RESULTS_DIR}/configuration.txt +echo "TOTAL_CALLS=${TOTAL_CALLS}" >>${RESULTS_DIR}/configuration.txt +echo "METHOD_TIME=${METHOD_TIME}" >>${RESULTS_DIR}/configuration.txt +echo "THREADS=${THREADS}" >>${RESULTS_DIR}/configuration.txt +echo "RECURSIONDEPTH=${RECURSIONDEPTH}" >>${RESULTS_DIR}/configuration.txt sync ## Execute Benchmark diff --git a/bin/2013-kieker-days/benchmark-kieker-days-kieker-remote.sh b/bin/2013-kieker-days/benchmark-kieker-days-kieker-remote.sh index a0b5d0d029b5121f61d0d3ca6a3024ee48c4c30e..cfc56a9e0bed92bf0b969dcdfb373d112bedbea2 100644 --- a/bin/2013-kieker-days/benchmark-kieker-days-kieker-remote.sh +++ b/bin/2013-kieker-days/benchmark-kieker-days-kieker-remote.sh @@ -51,18 +51,18 @@ JAVA_ARGS_KIEKER_NOLOGGING="${JAVA_ARGS_LTW} -Dkieker.monitoring.writer=kieker.m JAVA_ARGS_KIEKER_LOGGING="${JAVA_ARGS_LTW} -Dkieker.monitoring.writer=kieker.monitoring.writer.tcp.TCPWriter -Dkieker.monitoring.writer.tcp.TCPWriter.QueueSize=100000 -Dkieker.monitoring.writer.tcp.TCPWriter.hostname=10.50.0.7 -Dkieker.monitoring.writer.tcp.TCPWriter.QueueFullBehavior=1" ## Write configuration -uname -a >${RESULTS_DIR}configuration.txt -${JAVABIN}java ${JAVA_ARGS} -version 2>>${RESULTS_DIR}configuration.txt -echo "JAVA_ARGS: ${JAVA_ARGS}" >>${RESULTS_DIR}configuration.txt -echo "" >>${RESULTS_DIR}configuration.txt -echo "Runtime: circa ${TIME} seconds" >>${RESULTS_DIR}configuration.txt -echo "" >>${RESULTS_DIR}configuration.txt -echo "SLEEP_TIME=${SLEEP_TIME}" >>${RESULTS_DIR}configuration.txt -echo "NUM_LOOPS=${NUM_LOOPS}" >>${RESULTS_DIR}configuration.txt -echo "TOTAL_CALLS=${TOTAL_CALLS}" >>${RESULTS_DIR}configuration.txt -echo "METHOD_TIME=${METHOD_TIME}" >>${RESULTS_DIR}configuration.txt -echo "THREADS=${THREADS}" >>${RESULTS_DIR}configuration.txt -echo "RECURSIONDEPTH=${RECURSIONDEPTH}" >>${RESULTS_DIR}configuration.txt +uname -a >${RESULTS_DIR}/configuration.txt +${JAVABIN}java ${JAVA_ARGS} -version 2>>${RESULTS_DIR}/configuration.txt +echo "JAVA_ARGS: ${JAVA_ARGS}" >>${RESULTS_DIR}/configuration.txt +echo "" >>${RESULTS_DIR}/configuration.txt +echo "Runtime: circa ${TIME} seconds" >>${RESULTS_DIR}/configuration.txt +echo "" >>${RESULTS_DIR}/configuration.txt +echo "SLEEP_TIME=${SLEEP_TIME}" >>${RESULTS_DIR}/configuration.txt +echo "NUM_LOOPS=${NUM_LOOPS}" >>${RESULTS_DIR}/configuration.txt +echo "TOTAL_CALLS=${TOTAL_CALLS}" >>${RESULTS_DIR}/configuration.txt +echo "METHOD_TIME=${METHOD_TIME}" >>${RESULTS_DIR}/configuration.txt +echo "THREADS=${THREADS}" >>${RESULTS_DIR}/configuration.txt +echo "RECURSIONDEPTH=${RECURSIONDEPTH}" >>${RESULTS_DIR}/configuration.txt sync ## Execute Benchmark diff --git a/bin/2013-kieker-days/benchmark-kieker-days-kieker.sh b/bin/2013-kieker-days/benchmark-kieker-days-kieker.sh index 6d86f77b2a9ceb7c3bdf78a547f94160c8e818c8..de6c8f2d4e284463e0b492dc0b2e50895fa3506f 100644 --- a/bin/2013-kieker-days/benchmark-kieker-days-kieker.sh +++ b/bin/2013-kieker-days/benchmark-kieker-days-kieker.sh @@ -45,18 +45,18 @@ JAVA_ARGS_KIEKER_NOLOGGING="${JAVA_ARGS_LTW} -Dkieker.monitoring.writer=kieker.m JAVA_ARGS_KIEKER_LOGGING="${JAVA_ARGS_LTW} -Dkieker.monitoring.writer=kieker.monitoring.writer.tcp.TCPWriter -Dkieker.monitoring.writer.tcp.TCPWriter.QueueSize=100000 -Dkieker.monitoring.writer.tcp.TCPWriter.QueueFullBehavior=1" ## Write configuration -uname -a >${RESULTS_DIR}configuration.txt -${JAVABIN}java ${JAVA_ARGS} -version 2>>${RESULTS_DIR}configuration.txt -echo "JAVA_ARGS: ${JAVA_ARGS}" >>${RESULTS_DIR}configuration.txt -echo "" >>${RESULTS_DIR}configuration.txt -echo "Runtime: circa ${TIME} seconds" >>${RESULTS_DIR}configuration.txt -echo "" >>${RESULTS_DIR}configuration.txt -echo "SLEEP_TIME=${SLEEP_TIME}" >>${RESULTS_DIR}configuration.txt -echo "NUM_LOOPS=${NUM_LOOPS}" >>${RESULTS_DIR}configuration.txt -echo "TOTAL_CALLS=${TOTAL_CALLS}" >>${RESULTS_DIR}configuration.txt -echo "METHOD_TIME=${METHOD_TIME}" >>${RESULTS_DIR}configuration.txt -echo "THREADS=${THREADS}" >>${RESULTS_DIR}configuration.txt -echo "RECURSIONDEPTH=${RECURSIONDEPTH}" >>${RESULTS_DIR}configuration.txt +uname -a >${RESULTS_DIR}/configuration.txt +${JAVABIN}java ${JAVA_ARGS} -version 2>>${RESULTS_DIR}/configuration.txt +echo "JAVA_ARGS: ${JAVA_ARGS}" >>${RESULTS_DIR}/configuration.txt +echo "" >>${RESULTS_DIR}/configuration.txt +echo "Runtime: circa ${TIME} seconds" >>${RESULTS_DIR}/configuration.txt +echo "" >>${RESULTS_DIR}/configuration.txt +echo "SLEEP_TIME=${SLEEP_TIME}" >>${RESULTS_DIR}/configuration.txt +echo "NUM_LOOPS=${NUM_LOOPS}" >>${RESULTS_DIR}/configuration.txt +echo "TOTAL_CALLS=${TOTAL_CALLS}" >>${RESULTS_DIR}/configuration.txt +echo "METHOD_TIME=${METHOD_TIME}" >>${RESULTS_DIR}/configuration.txt +echo "THREADS=${THREADS}" >>${RESULTS_DIR}/configuration.txt +echo "RECURSIONDEPTH=${RECURSIONDEPTH}" >>${RESULTS_DIR}/configuration.txt sync ## Execute Benchmark diff --git a/bin/2014-icpe/benchmark-disk-writer.sh b/bin/2014-icpe/benchmark-disk-writer.sh index b82a511caa703332dc54c05d8cc447700c70b62a..f08d20d65f35baf4c6deddc1bc60a182db6f5675 100644 --- a/bin/2014-icpe/benchmark-disk-writer.sh +++ b/bin/2014-icpe/benchmark-disk-writer.sh @@ -47,18 +47,18 @@ JAVA_ARGS_KIEKER_LOGGING2="${JAVA_ARGS_LTW} -Dkieker.monitoring.writer=kieker.mo JAVA_ARGS_KIEKER_LOGGING3="${JAVA_ARGS_LTW} -Dkieker.monitoring.writer=kieker.monitoring.writer.filesystem.AsyncFsWriter -Dkieker.monitoring.writer.filesystem.AsyncFsWriter.customStoragePath=${BASE_DIR}tmp -Dkieker.monitoring.writer.filesystem.AsyncFsWriter.QueueFullBehavior=1" ## Write configuration -uname -a >${RESULTS_DIR}configuration.txt -${JAVABIN}java ${JAVA_ARGS} -version 2>>${RESULTS_DIR}configuration.txt -echo "JAVA_ARGS: ${JAVA_ARGS}" >>${RESULTS_DIR}configuration.txt -echo "" >>${RESULTS_DIR}configuration.txt -echo "Runtime: circa ${TIME} seconds" >>${RESULTS_DIR}configuration.txt -echo "" >>${RESULTS_DIR}configuration.txt -echo "SLEEP_TIME=${SLEEP_TIME}" >>${RESULTS_DIR}configuration.txt -echo "NUM_LOOPS=${NUM_LOOPS}" >>${RESULTS_DIR}configuration.txt -echo "TOTAL_CALLS=${TOTAL_CALLS}" >>${RESULTS_DIR}configuration.txt -echo "METHOD_TIME=${METHOD_TIME}" >>${RESULTS_DIR}configuration.txt -echo "THREADS=${THREADS}" >>${RESULTS_DIR}configuration.txt -echo "RECURSIONDEPTH=${RECURSIONDEPTH}" >>${RESULTS_DIR}configuration.txt +uname -a >${RESULTS_DIR}/configuration.txt +${JAVABIN}java ${JAVA_ARGS} -version 2>>${RESULTS_DIR}/configuration.txt +echo "JAVA_ARGS: ${JAVA_ARGS}" >>${RESULTS_DIR}/configuration.txt +echo "" >>${RESULTS_DIR}/configuration.txt +echo "Runtime: circa ${TIME} seconds" >>${RESULTS_DIR}/configuration.txt +echo "" >>${RESULTS_DIR}/configuration.txt +echo "SLEEP_TIME=${SLEEP_TIME}" >>${RESULTS_DIR}/configuration.txt +echo "NUM_LOOPS=${NUM_LOOPS}" >>${RESULTS_DIR}/configuration.txt +echo "TOTAL_CALLS=${TOTAL_CALLS}" >>${RESULTS_DIR}/configuration.txt +echo "METHOD_TIME=${METHOD_TIME}" >>${RESULTS_DIR}/configuration.txt +echo "THREADS=${THREADS}" >>${RESULTS_DIR}/configuration.txt +echo "RECURSIONDEPTH=${RECURSIONDEPTH}" >>${RESULTS_DIR}/configuration.txt sync ## Execute Benchmark