> how to show memory and CPU usage in my application stand alone (J2SE)
> ?
>
> thank a lot
Class java.lang.Runtime: freeMemory(), maxMemory(), totalMemory()
<http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Runtime.html>
Package java.lang.management
<http://java.sun.com/j2se/1.5.0/docs/api/java/lang/management/package-summary.html>
Java Management eXtensions (JMX) and related packages
<http://java.sun.com/j2se/1.5.0/docs/guide/management/index.html>
<http://java.sun.com/j2se/1.5.0/docs/guide/jmx/spec.html>
The jconsole tool
<http://java.sun.com/j2se/1.5.0/docs/guide/management/jconsole.html>
<http://java.sun.com/j2se/1.5.0/docs/tooldocs/share/jconsole.html>

Signature
Regards,
Roland