Skip to content
Snippets Groups Projects
startTeetime.sh 395 B
Newer Older
Christian Wulf's avatar
Christian Wulf committed
#!/bin/sh

cp=.:teetime.jar:lib/kieker-1.9_aspectj.jar
jvmParams=
params=

JAVAARGS="-server"
JAVAARGS="${JAVAARGS} -d64"
JAVAARGS="${JAVAARGS} -Xms1G -Xmx1G"
JAVAARGS="${JAVAARGS} -verbose:gc -XX:+PrintCompilation"

java ${JAVAARGS} ${jvmParams} -cp ${cp} teetime.variant.methodcallWithPorts.examples.traceReconstructionWithThreads.ChwWorkTcpTraceReconstructionAnalysisWithThreadsTest ${params}