Does anyone know of some good performance monitoring tools for Java/Java3d.
I'd like to see thread activity and memory usage.
I'm using NT4 sp3.
I've had a look at the performance monitor in the NT resource Kit. My very
small java app has 15 threads (!). The threads are numbered 0-14 but I have
no idea what the threads are. SO the ideal performance monitoring tool would
list the threads with some sort of human readable label (e.g. the
class/object that the thread belongs to).
At the very least - how do you do a thread dump of a java app? I want to
dump ALL the threads of the app not just the current thread - hopefully this
would give me the thread ids so I can use the NT ResKit performance monitor.
lucy
=====================================================================
To subscribe/unsubscribe, send mail to [EMAIL PROTECTED]
Java 3D Home Page: http://java.sun.com/products/java-media/3D/