com.sun.enterprise.admin.monitor.stats
Interface JVMCompilationStats

All Superinterfaces:
Stats

public interface JVMCompilationStats
extends Stats

A Stats interface, to expose the monitoring information about the JVM Compilation subsystem

Since:
8.1

Method Summary
 StringStatistic getName()
          Returns the name of the JIT Compiler
 CountStatistic getTotalCompilationTime()
          Returns the accumulated time in milliseconds, that was spent in compilation
 
Methods inherited from interface org.glassfish.j2ee.statistics.Stats
getStatistic, getStatisticNames, getStatistics
 

Method Detail

getName

StringStatistic getName()
Returns the name of the JIT Compiler

Returns:
StringStatistic The name of the JIT compiler

getTotalCompilationTime

CountStatistic getTotalCompilationTime()
Returns the accumulated time in milliseconds, that was spent in compilation

Returns:
CountStatistic Compilation time in milliseconds


Copyright © 2012. All Rights Reserved.