Name: VmFilterScope


Data Structure
{
   "typeId": "com.tintri.api.rest.v310.dto.domain.VmFilterScope",
   "cloneDedupFactor": MinMax,
   "compressionFactor": MinMax,
   "cpuPercent": MinMax,
   "dedupFactor": MinMax,
   "filterScopeValueMap": java.util.Map,
   "flashHitPercent": MinMax,
   "ioAlignedPercent": MinMax,
   "latencyContentionMs": MinMax,
   "latencyDiskMs": MinMax,
   "latencyFlashMs": MinMax,
   "latencyHostMs": MinMax,
   "latencyMirrorMs": MinMax,
   "latencyMirrorReadMs": MinMax,
   "latencyMirrorWriteMs": MinMax,
   "latencyMirrorWriteNetworkMs": MinMax,
   "latencyStorageMs": MinMax,
   "latencyThrottleMs": MinMax,
   "latencyTotalMs": MinMax,
   "liveLogicalFootprint": MinMax,
   "maxNormalizedIops": MinMax,
   "minNormalizedIops": MinMax,
   "networkLatency": MinMax,
   "normalizedTotalIops": MinMax,
   "operationsTotalIops": MinMax,
   "performanceReserveActual": MinMax,
   "performanceReserveChange": MinMax,
   "performanceReserveChangePercent": MinMax,
   "readyPercent": MinMax,
   "spaceProvisioned": MinMax,
   "spaceSavingsFactor": MinMax,
   "spaceUsed": MinMax,
   "spaceUsedChangedPercent": MinMax,
   "spaceUsedChangeGiB": MinMax,
   "spaceUsedChangeMBPerDay": MinMax,
   "spaceUsedChangePercent": MinMax,
   "spaceUsedPhysical": MinMax,
   "spaceUsedSnapshotsHypervisorGiB": MinMax,
   "spaceUsedSnapshotsHypervisorPhysicalGiB": MinMax,
   "spaceUsedSnapshotsTintriGiB": MinMax,
   "spaceUsedSnapshotsTintriPhysicalGiB": MinMax,
   "swapWaitPercent": MinMax,
   "throughputTotalMBps": MinMax,
}

Elements
NameTypeDescription
cloneDedupFactorMinMaxMeasure of the space saved due to deduplication from Tintri clones. This is computed as a ratio of the logical footprint and the logical bytes written, before block deduplication (if applicable). A value of 1.0 means no savings due to clone deduplication. Higher values mean greater space savings. This field is being deprecated at the VM and vDisk levels. We recommend using the spaceSavingsFactor at the VM and vDisk levels instead.
compressionFactorMinMaxAt the datastore level, this is a measure of the space saved due to compression, and is computed as a ratio of the logical bytes stored and the physical space used. At the VM and vDisk levels, this is a measure of the compressibility of the data written to the VM or vDisk, and is computed as a ratio of the logical written size and the compressed space used. A value of 1.0 means no savings due to compression. Higher values mean greater space savings.
cpuPercentMinMaxPercent CPU this VM is running
dedupFactorMinMaxMeasure of the space saved due to deduplication. This is computed as a ratio of the logical footprint and the logical bytes written, before block deduplication (if applicable). A value of 1.0 means no savings due to clone deduplication. Higher values mean greater space savings.
filterScopeValueMapjava.util.MapA map of filter properties as defined by FilterProperty.
flashHitPercentMinMaxThe percentage of all reads and writes that are satisfied by flash storage.
ioAlignedPercentMinMaxPercentage of read and written bytes that is aligned.
latencyContentionMsMinMaxThe portion of overall latency contributed by QoS contention
latencyDiskMsMinMaxThe portion of overall latency contributed by the hard disks in milliseconds.
latencyFlashMsMinMaxThe portion of overall latency contributed by flash
latencyHostMsMinMaxThe maximum host and network latency in milliseconds.
latencyMirrorMsMinMax
latencyMirrorReadMsMinMax
latencyMirrorWriteMsMinMax
latencyMirrorWriteNetworkMsMinMax
latencyStorageMsMinMaxThe portion of overall latency contributed by the Tintri storage in milliseconds. It includes latency of disks.
latencyThrottleMsMinMaxThe portion of overall latency contributed by QoS throttling
latencyTotalMsMinMaxThe maximum host and network latency in milliseconds.
liveLogicalFootprintMinMaxThe logical size of the live VM (snapshot-only space not included) before space savings. This is the amount of space needed for the live VM if it were migrated to storage without space savings. This stat is reported at the VM and vDisk levels.
maxNormalizedIopsMinMaxMaximum normalized Read and Write IOPS total
minNormalizedIopsMinMaxMinimum normalized Read and Write IOPS total
networkLatencyMinMaxThe portion of overall latency contributed by from the network down to disks in milliseconds.
normalizedTotalIopsMinMaxNormalized Read and Write IOPS total
operationsTotalIopsMinMaxTotal IOPS on the datastore.
performanceReserveActualMinMaxPerformance reserve percent.
performanceReserveChangeMinMaxPercentage value of change over last 7 days.
performanceReserveChangePercentMinMaxPercentage value of change over last 7 days.
readyPercentMinMaxPercent CPU this VM is ready to run
spaceProvisionedMinMaxLogical space allocated on the datastore in GiB.
spaceSavingsFactorMinMaxMeasures the space saved due to all space savings techniques supported, excluding thin provisioning. At the VM and vDisk level, the space savings factor applies to the data written to the VM or vDisk. At the Datastore level, the space savings applies to the logical footprint of the datastore, which includes the data written to the datastore as well as the additional data accessible to clones due to clone deduplication.
spaceUsedMinMaxSpace used for Tintri Snapshots in GiB.
spaceUsedChangedPercentMinMaxNot used.
spaceUsedChangeGiBMinMaxLive logical bytes minus the start data point live logical bytes in GiB. Change in total logical space usage in last 7 days.
spaceUsedChangeMBPerDayMinMaxChange in total logical space usage in a day in MiB.
spaceUsedChangePercentMinMaxPercentage of change of the logical space used on the datastore.
spaceUsedPhysicalMinMaxThe amount of physical space used on the datastore in GiB.
spaceUsedSnapshotsHypervisorGiBMinMaxLogical space used for hypervisor snapshots in GiB.
spaceUsedSnapshotsHypervisorPhysicalGiBMinMaxPhysical space used for hypervisor snapshots in GiB.
spaceUsedSnapshotsTintriGiBMinMaxSpace used for Tintri Snapshots in GiB.
spaceUsedSnapshotsTintriPhysicalGiBMinMaxActual space consumed by Tintri snapshots in GiB.
swapWaitPercentMinMaxPercent CPU this VM is waiting on swaps to run
throughputTotalMBpsMinMaxTotal throughput on the datastore in MBps.