Re: JVM Argument at Runtime
Posted by junoyoon on
URL: http://ngrinder.373.s1.nabble.com/JVM-Argument-at-Runtime-tp733p744.html
Oh.. NO...
DynaTrace might not work well with nGrinder...
I believe DynaTrace uses java agent and instrumentation technique internally. Right?
These techniques are already used by nGrinder to record the test execution so you can not replace them with Dynatrace's.
More serious obstacle here is that nGrinder dynamically interprets scripts which are sent from the controller. Therefore this might be not visible from JVM when the agent process is just being started(at the moment the Dynatrace is activated).
I don't know DynaTrace internal exactly but when I used the other profiling tools they worked like this.
But I'm wondering why you need instrumentation on the test code. You're doing some library testing not server testing?
I have not seen the users who want to profile test code yet.