Skip to content
Snippets Groups Projects
startTeetime.sh 397 B
Newer Older
#!/bin/bash

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}