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

fixed scripts

parent 9a2e265c
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
java=~/jdk1.7.0_60/bin/java java=~/jdk1.7.0_60/bin/java
cp=.:MooBench.jar:META-INF/kieker.monitoring.properties:META-INF/kieker.logging.properties cp=.:MooBench.jar:META-INF/kieker.monitoring.properties:META-INF/kieker.logging.properties
jvmParams=-javaagent:lib/kieker-1.9_aspectj.jar -Dorg.aspectj.weaver.loadtime.configuration=META-INF/kieker.aop.xml -Dorg.aspectj.weaver.showWeaveInfo=true -Daj.weaving.verbose=true -Dkieker.monitoring.writer=kieker.monitoring.writer.tcp.TCPWriter jvmParams="-javaagent:lib/kieker-1.9_aspectj.jar -Dorg.aspectj.weaver.loadtime.configuration=META-INF/kieker.aop.xml -Dorg.aspectj.weaver.showWeaveInfo=true -Daj.weaving.verbose=true -Dkieker.monitoring.writer=kieker.monitoring.writer.tcp.TCPWriter"
params="-d 10 -h 1 -m 0 -t 1000000 -o tmp/test.txt -q" params="-d 10 -h 1 -m 0 -t 1000000 -o tmp/test.txt -q"
runs=$1 runs=$1
......
#!/bin/sh #!/bin/sh
java=~/jdk1.7.0_60/bin/java
cp=.:teetime.jar:lib/kieker-1.9_aspectj.jar cp=.:teetime.jar:lib/kieker-1.9_aspectj.jar
jvmParams= jvmParams=""
params= params=
JAVAARGS="-server" JAVAARGS="-server"
...@@ -9,4 +10,4 @@ JAVAARGS="${JAVAARGS} -d64" ...@@ -9,4 +10,4 @@ JAVAARGS="${JAVAARGS} -d64"
JAVAARGS="${JAVAARGS} -Xms1G -Xmx1G" JAVAARGS="${JAVAARGS} -Xms1G -Xmx1G"
JAVAARGS="${JAVAARGS} -verbose:gc -XX:+PrintCompilation" JAVAARGS="${JAVAARGS} -verbose:gc -XX:+PrintCompilation"
java ${JAVAARGS} ${jvmParams} -cp ${cp} teetime.variant.methodcallWithPorts.examples.traceReconstructionWithThreads.ChwWorkTcpTraceReconstructionAnalysisWithThreadsTest ${params} ${java} ${JAVAARGS} ${jvmParams} -cp ${cp} teetime.variant.methodcallWithPorts.examples.traceReconstructionWithThreads.ChwWorkTcpTraceReconstructionAnalysisWithThreadsTest ${params}
\ No newline at end of file \ No newline at end of file
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment