public class BasicStats extends Object
Modifier and Type | Field and Description |
---|---|
protected double |
bytesOutRate |
protected static String |
CPU_PCT |
protected double |
cpuUtil |
protected static String |
DISK_MB |
protected static String |
DISK_PCT |
protected double |
diskCapacity |
protected double |
diskUtil |
protected static String |
FOLLOWER_NW_IN_RATE |
protected double |
followerBytesInRate |
protected static String |
LEADER_NW_IN_RATE |
protected double |
leaderBytesInRate |
protected static String |
LEADERS |
protected int |
numLeaders |
protected int |
numReplicas |
protected static String |
NW_OUT_RATE |
protected static String |
PNW_OUT_RATE |
protected double |
potentialBytesOutRate |
protected static String |
REPLICAS |
Modifier and Type | Method and Description |
---|---|
double |
bytesOutRate() |
double |
cpuUtil() |
double |
diskCapacity() |
double |
diskUtil() |
double |
diskUtilPct() |
double |
followerBytesInRate() |
Map<String,Object> |
getJSONStructure() |
double |
leaderBytesInRate() |
int |
numLeaders() |
int |
numReplicas() |
double |
potentialBytesOutRate() |
protected static final String DISK_MB
protected static final String DISK_PCT
protected static final String CPU_PCT
protected static final String LEADER_NW_IN_RATE
protected static final String FOLLOWER_NW_IN_RATE
protected static final String NW_OUT_RATE
protected static final String PNW_OUT_RATE
protected static final String REPLICAS
protected static final String LEADERS
protected double diskUtil
protected double cpuUtil
protected double leaderBytesInRate
protected double followerBytesInRate
protected double bytesOutRate
protected double potentialBytesOutRate
protected int numReplicas
protected int numLeaders
protected double diskCapacity
public double diskUtil()
public double diskUtilPct()
public double cpuUtil()
public double leaderBytesInRate()
public double followerBytesInRate()
public double bytesOutRate()
public double potentialBytesOutRate()
public int numReplicas()
public int numLeaders()
public double diskCapacity()