Hi !
i'm connected to tomcat using Netbeans 3.3.1 in debug mode, so i can trace
JAVA executed on tomcat Catalina 4.01.
i would like now to monitor Memory activity.
I can monitor using debug and adding a watch on
java.lang.Runtime.getRuntime().freeMemory()
but that's not very cool..
is there another way to do it ?
Is there any remote monitor for tomcat ?
or which API can i use to program one ?
thanx
i'm connected to tomcat using Netbeans 3.3.1 in debug mode, so i can trace
JAVA executed on tomcat Catalina 4.01.
i would like now to monitor Memory activity.
I can monitor using debug and adding a watch on
java.lang.Runtime.getRuntime().freeMemory()
but that's not very cool..
is there another way to do it ?
Is there any remote monitor for tomcat ?
or which API can i use to program one ?
thanx