I have a question around getting CPU utilization for a given JNI block. I\'m making some intensive CPU computation in the underlying C++ JNI native method. I\'m in the proce
On Linux, this method may help you:
kill -3 to get the thread dump. Thread dump will be added standard output.top command.Shift-H to enable Threads View