I am running Tomcat 6.0 in my Ubuntu server.
Recently I noticed there is a possibility of memory leak.
So I want to use Java Memory Profiler.
But I can't find 'jstatd' in my $JAVA_HOME. I am using java-6-openjdk-amd64 and existing files are as follows:
java java-rmi.cgi keytool orbd pack200 rmid rmiregistry servertool tnameserv unpack200
I tried to install jstatd, but I couldn't find a way. (The reason is that it normally exists if you have java, I guess.)
How can I use it?