Admin: Jmx
From Resin 3.0
When you want to see custom MBeans or management variables, you can use the JMX page to look at all managed beans deployed through Resin.
Each MBean has a set of attributes showing the value of the admin bean at the current time.
Contents |
Java MBeans
com.sun.management:
- HotSpotDiagnostic
- Contains settings for the JVM's just-in-time compiler
java.lang:
- Classloading
- Counts classes loaded and unloaded throughout the JVM
- Compilation
- just-in-time compilation time
- GarbageCollector
- Garbage collection time and counts of last memory recovered
- Memory
- Heap and non-heap summaries for the JVM's memory
- MemoryManager
- JVM internal information
- MemoryPool
- Individual memory statistics for each of the JVM's memory pools: tenured, eden, etc.
- OperatingSystem
- Operating system information provided by the JVM, including physical memory, CPU count, swap space, etc.
- Runtime
- JVM start information including the boot classpath, arguments, JVM version.
- Threading
- JVM-supplied thread information, including current thread count and peak thread count
java.util.logging
- Logging
- list of the JVM's Logger names