Skip to content
Snippets Groups Projects
Commit f21e7b25 authored by David Georg Reichelt's avatar David Georg Reichelt
Browse files

Start inspectIT update

parent 45fa0d4e
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
function runNoInstrumentation { function runNoInstrumentation {
# No instrumentation # No instrumentation
k=`expr ${k} + 1`
echo " # ${i}.${j}.${k} No instrumentation" echo " # ${i}.${j}.${k} No instrumentation"
echo " # ${i}.${j}.${k} No instrumentation" >>${BASEDIR}inspectit.log echo " # ${i}.${j}.${k} No instrumentation" >>${BASEDIR}inspectit.log
${JAVABIN}java ${JAVAARGS_NOINSTR} ${JAR} \ ${JAVABIN}java ${JAVAARGS_NOINSTR} ${JAR} \
......
...@@ -48,5 +48,5 @@ exclude-class *[] ...@@ -48,5 +48,5 @@ exclude-class *[]
## INSTRUMENTATION ## INSTRUMENTATION
################## ##################
sensor isequence mooBench.monitoredApplication.MonitoredClass monitoredMethod interface=true sensor isequence moobench.application.MonitoredClassSimple monitoredMethod interface=true
#sensor timer mooBench.monitoredApplication.MonitoredClass monitoredMethod interface=true charting=true #sensor timer mooBench.monitoredApplication.MonitoredClass monitoredMethod interface=true charting=true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment