diff --git a/frameworks/inspectIT/benchmark.sh b/frameworks/inspectIT/benchmark.sh index 08c4506dbfd122599561eb2b541d93d5a6e42c69..3aa1ced9a0c1a45f41c4c4ff92047ad36e1407c9 100755 --- a/frameworks/inspectIT/benchmark.sh +++ b/frameworks/inspectIT/benchmark.sh @@ -2,7 +2,6 @@ function runNoInstrumentation { # No instrumentation - k=`expr ${k} + 1` echo " # ${i}.${j}.${k} No instrumentation" echo " # ${i}.${j}.${k} No instrumentation" >>${BASEDIR}inspectit.log ${JAVABIN}java ${JAVAARGS_NOINSTR} ${JAR} \ diff --git a/frameworks/inspectIT/config/isequence/inspectit-agent.cfg b/frameworks/inspectIT/config/isequence/inspectit-agent.cfg index 93a2115025e4c18ad72082718a4586b36b4cf6e1..a8c46a1bf966698ff4d03c28d389479c38531802 100644 --- a/frameworks/inspectIT/config/isequence/inspectit-agent.cfg +++ b/frameworks/inspectIT/config/isequence/inspectit-agent.cfg @@ -48,5 +48,5 @@ exclude-class *[] ## 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