From f21e7b25bfa2662db7f1861a1781a44e7c70fb3f Mon Sep 17 00:00:00 2001 From: David Georg Reichelt <davidgeorg_reichelt@dagere.de> Date: Mon, 16 Aug 2021 17:59:34 +0200 Subject: [PATCH] Start inspectIT update --- frameworks/inspectIT/benchmark.sh | 1 - frameworks/inspectIT/config/isequence/inspectit-agent.cfg | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/frameworks/inspectIT/benchmark.sh b/frameworks/inspectIT/benchmark.sh index 08c4506..3aa1ced 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 93a2115..a8c46a1 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 -- GitLab