public class PerformanceInfo extends Object implements Comparable<PerformanceInfo>
Constructor and Description |
---|
PerformanceInfo() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(PerformanceInfo o) |
boolean |
equals(Object obj) |
double |
getCpuUtilization() |
long |
getDiskReadRequestCount() |
long |
getDiskReadSector() |
long |
getDiskWriteRequestCount() |
long |
getDiskWriteSector() |
long |
getNicInputByte() |
long |
getNicInputPacket() |
long |
getNicOutputByte() |
long |
getNicOutputPacket() |
long |
getRecordTime() |
int |
hashCode() |
String |
toString() |
public long getRecordTime()
public double getCpuUtilization()
public long getDiskReadRequestCount()
public long getDiskWriteRequestCount()
public long getDiskReadSector()
public long getDiskWriteSector()
public long getNicInputByte()
public long getNicOutputByte()
public long getNicInputPacket()
public long getNicOutputPacket()
public int compareTo(PerformanceInfo o)
compareTo
in interface Comparable<PerformanceInfo>
Copyright © 2009-2013 jclouds. All Rights Reserved.