org.rhq.core.system
Class AggregateProcessInfo.AggregateProcCpu

java.lang.Object
  extended by org.rhq.core.system.AggregateProcessInfo.AggregateProcCpu
Enclosing class:
AggregateProcessInfo

public class AggregateProcessInfo.AggregateProcCpu
extends Object


Constructor Summary
AggregateProcessInfo.AggregateProcCpu(List<org.hyperic.sigar.ProcCpu> cpus)
           
 
Method Summary
 double getPercent()
           
 long getSys()
           
 long getTotal()
           
 long getUser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AggregateProcessInfo.AggregateProcCpu

public AggregateProcessInfo.AggregateProcCpu(List<org.hyperic.sigar.ProcCpu> cpus)
Method Detail

getSys

public long getSys()

getUser

public long getUser()

getTotal

public long getTotal()

getPercent

public double getPercent()


Copyright © 2008 RHQ Project Advisory Board (Red Hat, Inc. and Hyperic, Inc.). All Rights Reserved.