com.caucho.server.admin
Class JniCpuStat.CpuIdleProbe

java.lang.Object
  extended by com.caucho.env.meter.AbstractMeter
      extended by com.caucho.server.admin.JniCpuStat.CpuIdleProbe
All Implemented Interfaces:
Meter
Enclosing class:
JniCpuStat

public class JniCpuStat.CpuIdleProbe
extends AbstractMeter


Method Summary
 double sample()
          Return the meter's next sample, resetting any counters for the next sample.
 
Methods inherited from class com.caucho.env.meter.AbstractMeter
getName, peek, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

sample

public double sample()
Description copied from class: AbstractMeter
Return the meter's next sample, resetting any counters for the next sample.

Specified by:
sample in interface Meter
Specified by:
sample in class AbstractMeter