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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to