[jboss-user] [Beginners Corner] - Re: JVM Memory information
jaikiran
do-not-reply at jboss.com
Wed Jul 26 04:57:17 EDT 2006
All these values are obtained by invoking APIs provided by Java's java.lang.Runtime class. So the javadoc of the following methods might help you in understanding the same:
Free Memory: http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Runtime.html#freeMemory()
Max Memory : http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Runtime.html#maxMemory()
Total Memory : http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Runtime.html#totalMemory()
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960903#3960903
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960903
More information about the jboss-user
mailing list