sounds like a useful feature.

As far as  know, DTrace has been ported to linux and OSX, so it should
work on solaris, linux and osx.

it won't work on windows obviously. the sampler should be fairly
straight forward. Are you planning on using JNI to invoke DTrace?

peter


On Wed, Sep 16, 2009 at 8:05 AM, Gokulakannan Somasundaram
<[email protected]> wrote:
> Hi,
>   We are exploring options to integrate DTrace profiling results in JMeter.
> It would be more like while we are running the test, we can see how much
> time some important methods are taking to execute. I am planning to add a
> listener, into the JMeter GUI, which would take up the name pattern with
> which we can identify the particular process from the output of  jps. Then
> use th jinfo command to enable the extended DTace Probes and use the pid of
> the process to enable probe for the same.
>    The disadvantages are it would work only Java 1.6 and Solaris. In
> future, may be Linux might also start supporting DTrace.
>    Can this work accepted into JMeter? Has this been already discussed in
> this forum? Can someone help me on this?
>
> Thanks,
> Gokul.
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to