Hi Ajit,
Probably you must relax the name of the function by changing it into
*sleep*.
If that also fails, probably you can aggregate on all the functions
called using dvm$target:::method-entry { @funcs[probefunc] = count() }.
Now look for a function name closest to sleep and replace the failing
probe with the appropriate function name.
Note: if any of these attempts makes your java app or the entire system
less responsive, use predicates to narrow down your probes,
like /execname == "your-prog-name"/ etc.
Regards,
Krishnan
On Sun, 2009-05-17 at 22:33 -0700, Ajit Bansode wrote:
> Krishnan,
>
> I tried your way.
> But it's not working.
> I think "dvm$target:sleep::method-entry" probe is not there.
> Please point me if I am doing anything wrong.
>
> Thanks,
> Ajit
_______________________________________________
dtrace-discuss mailing list
[email protected]