public interface VmUtilizationMetricsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCpuAveragePercent()
public abstract int getCpuAveragePercent()
Average CPU usage, percent.
int32 cpu_average_percent = 10;
Returns | |
---|---|
Type | Description |
int |
The cpuAveragePercent. |
getCpuMaxPercent()
public abstract int getCpuMaxPercent()
Max CPU usage, percent.
int32 cpu_max_percent = 9;
Returns | |
---|---|
Type | Description |
int |
The cpuMaxPercent. |
getDiskIoRateAverageKbps()
public abstract long getDiskIoRateAverageKbps()
Average disk IO rate, in kilobytes per second.
int64 disk_io_rate_average_kbps = 14;
Returns | |
---|---|
Type | Description |
long |
The diskIoRateAverageKbps. |
getDiskIoRateMaxKbps()
public abstract long getDiskIoRateMaxKbps()
Max disk IO rate, in kilobytes per second.
int64 disk_io_rate_max_kbps = 13;
Returns | |
---|---|
Type | Description |
long |
The diskIoRateMaxKbps. |
getMemoryAveragePercent()
public abstract int getMemoryAveragePercent()
Average memory usage, percent.
int32 memory_average_percent = 12;
Returns | |
---|---|
Type | Description |
int |
The memoryAveragePercent. |
getMemoryMaxPercent()
public abstract int getMemoryMaxPercent()
Max memory usage, percent.
int32 memory_max_percent = 11;
Returns | |
---|---|
Type | Description |
int |
The memoryMaxPercent. |
getNetworkThroughputAverageKbps()
public abstract long getNetworkThroughputAverageKbps()
Average network throughput (combined transmit-rates and receive-rates), in kilobytes per second.
int64 network_throughput_average_kbps = 16;
Returns | |
---|---|
Type | Description |
long |
The networkThroughputAverageKbps. |
getNetworkThroughputMaxKbps()
public abstract long getNetworkThroughputMaxKbps()
Max network throughput (combined transmit-rates and receive-rates), in kilobytes per second.
int64 network_throughput_max_kbps = 15;
Returns | |
---|---|
Type | Description |
long |
The networkThroughputMaxKbps. |