org.rhq.core.system
Class AggregateProcessInfo.AggregateProcTime
java.lang.Object
org.rhq.core.system.AggregateProcessInfo.AggregateProcTime
- Enclosing class:
- AggregateProcessInfo
public class AggregateProcessInfo.AggregateProcTime
- extends Object
Aggregates ProcTime
data into a single object. This has attributes that are analogous to aggregatable
versions of those attributes found in ProcTime
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AggregateProcessInfo.AggregateProcTime
public AggregateProcessInfo.AggregateProcTime(List<org.hyperic.sigar.ProcTime> times)
getSys
public long getSys()
getUser
public long getUser()
getTotal
public long getTotal()
Copyright © 2008 RHQ Project Advisory Board (Red Hat, Inc. and Hyperic, Inc.). All Rights Reserved.