Name: RecommendationIopsAnalysis

Describes the 'IOPS' analysis of a VMstore.

Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.beans.loadbalance.recommendation.RecommendationIopsAnalysis",
   "isSelected": <Boolean>,
   "issueType": 'SPACE' | 'IOPS' | 'FLASH' | 'PROTECTION',
   "latencyStorageMs": <Number>,
   "loadThresholdPercent": <Number>,
   "percentOfWeekUnderLoad": <Number>,
   "severity": <Number>,
   "summary": <String>,
   "throughputTotalMBps": <Number>,
   "totalIops": <Number>,
}

Attributes
NameTypeDescription
isSelectedxsd:booleanTrue if the issue is selected.
issueTypeSPACE | IOPS | FLASH | PROTECTION
SPACERecommendation on space issue
IOPSRecommendation on I/O load issue
FLASHRecommendation on flash issue
PROTECTIONRecommendation considering protection policies
latencyStorageMsxsd:doubleLatency during high load in milliseconds.
loadThresholdPercentxsd:doubleLoad threshold percent.
percentOfWeekUnderLoadxsd:doublePercent of the week spent over percentOfLoad load.
severityxsd:intThe severity of the issue.
summaryxsd:stringThe textual summary of this analysis.
throughputTotalMBpsxsd:doubleTotal throughput in MBps.
totalIopsxsd:longPeak total IOPS measured.