TABLE18–15 TransactionService Statistics (Continued)
Statistic DataType Description
committedcount CountStatistic Numberof transactions that have been
committed.
rolledbackcount CountStatistic Numberof transactions that have been
rolledback.
state StringStatistic Indicateswhether or not the transaction
hasbeen frozen.
JavaVirtual Machine (JVM) Statistics
TheJVM has monitorable attributes that are always enabled. The statistics available for the
JVMare shown in the following table.
TABLE18–16 JVMStatistics
Statistic DataType Description
heapsize BoundedRangeStatistic Theresident memory footprint with the
higherand lower bounds of the JVM’s
memoryheap size.
uptime CountStatistic Theamount of time the JVM has been
running.

JVMStatistics in Java SE

WithJava SE, additional monitoring information can be obtained from the JVM. Set the
monitoringlevel to LOW to enable the display of this additional information. Set the
monitoringlevel to HIGH to also view information pertaining to each live thread in the system.
Moreinformation on the additional monitoring features for Java SE is available in a document
titledMonitoring and Management for the Java Platform, which is available from
http://java.sun.com/javase/6/docs/technotes/guides/management/.
TheJava SE monitoring tools are discussed at
http://java.sun.com/javase/6/docs/technotes/tools/#manage.
Thestatistics available for class loading in the JVM in Java SE are shown in the following table.
TABLE18–17 JVMStatistics for Java SE- Class Loading
Statistic DataType Description
loadedclasscount CountStatistic Numberof classes that are currently
loadedin the JVM.
AboutMonitoring
Chapter18 • Monitoring Components and Ser vices 187