Skip to content
Snippets Groups Projects
Commit 9ee8700f authored by Christian Wulf's avatar Christian Wulf
Browse files

added sh script for teetime

parent f90e9411
No related branches found
No related tags found
No related merge requests found
#!/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}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment