All Methods Static Methods Instance Methods Default Methods
| Modifier and Type |
Method |
Description |
default double |
getActualReadDataSizeForProcess() |
|
default double |
getActualWriteDataSizeForProcess() |
|
default double |
getAttemptReadSizeForProcess() |
|
default double |
getAttemptWriteSizeForProcess() |
|
default Map<String,Double> |
getAvgReadCostTimeOfEachOpsForDisk() |
|
default Map<String,Double> |
getAvgSizeOfEachReadForDisk() |
|
default Map<String,Double> |
getAvgSizeOfEachWriteForDisk() |
|
default Map<String,Double> |
getAvgWriteCostTimeOfEachOpsForDisk() |
|
default Set<String> |
getDiskIds() |
|
static IDiskMetricsManager |
getDiskMetricsManager() |
Return different implementation of DiskMetricsManager according to OS type.
|
default Map<String,Double> |
getIoUtilsPercentage() |
|
default Map<String,Long> |
getMergedReadOperationForDisk() |
|
default Map<String,Long> |
getMergedWriteOperationForDisk() |
|
default Map<String,Double> |
getQueueSizeForDisk() |
|
default Map<String,Long> |
getReadCostTimeForDisk() |
|
default Map<String,Double> |
getReadDataSizeForDisk() |
|
default Map<String,Long> |
getReadOperationCountForDisk() |
|
default long |
getReadOpsCountForProcess() |
|
default Map<String,Long> |
getWriteCostTimeForDisk() |
|
default Map<String,Double> |
getWriteDataSizeForDisk() |
|
default Map<String,Long> |
getWriteOperationCountForDisk() |
|
default long |
getWriteOpsCountForProcess() |
|