Storage Efficiency

DataONTAP.Summary.Stats.StorageEfficiencyView (View)


The Storage Efficiency dashboard panel gives statistics about the storage efficiency of all monitored storage systems. Storage efficiency measures total usable space. Total usable space is equal to raw space plus space gained by space-saving technologies like FlexClone and deduplication.

• Current savings: Space savings because of deduplication and FlexClone space-saving technologies. Current savings percentage is the percentage of current savings compared to raw storage.
• Usable storage: An estimate of total usable space for monitored storage systems. The estimate is based on if storage space saving continues at the same rate. Usable storage can be larger than raw space because of space saving technologies such as FlexClone and deduplication. Usable storage percentage is the percentage of usable storage compared to raw storage.
• Available storage: An estimate of how much usable space is remaining. Available storage percentage is the percentage of available storage compared to usable storage.
• Storage used: The amount of usable space already used. Storage used percentage is the percentage of
used storage compared to usable storage.
• Raw storage: The total disk storage capacity without space-saving tecnhologies such as FlexClone and deduplication. Raw storage percentage is always 100\%.

Element properties:

TargetDataONTAP.Summary.Stats.StorageEfficiency
TypeMicrosoft.SystemCenter.StateViewType
AccessibilityInternal
VisibleFalse

Source Code:

<View ID="DataONTAP.Summary.Stats.StorageEfficiencyView" Accessibility="Internal" Enabled="true" Target="DataONTAP.Summary.Stats.StorageEfficiency" TypeID="SC!Microsoft.SystemCenter.StateViewType" Visible="false">
<Category>Operations</Category>
<Criteria/>
<Presentation>
<ColumnInfo Index="0" SortIndex="0" Width="100" Grouped="false" Sorted="true" IsSortable="true" Visible="false" SortOrder="Descending">
<Name>State</Name>
<Id>DataONTAP.Summary.Stats.StorageEfficiency</Id>
</ColumnInfo>
<ColumnInfo Index="1" SortIndex="-1" Width="100" Grouped="false" Sorted="false" IsSortable="true" Visible="false" SortOrder="Ascending">
<Name>Maintenance Mode</Name>
<Id>InMaintenanceMode</Id>
</ColumnInfo>
<ColumnInfo Index="2" SortIndex="-1" Width="100" Grouped="false" Sorted="false" IsSortable="true" Visible="false" SortOrder="Ascending">
<Name>Name</Name>
<Id>Name</Id>
</ColumnInfo>
<ColumnInfo Index="3" SortIndex="-1" Width="100" Grouped="false" Sorted="false" IsSortable="true" Visible="false" SortOrder="Ascending">
<Name>Path</Name>
<Id>Path</Id>
</ColumnInfo>
<ColumnInfo Index="4" SortIndex="-1" Width="100" Grouped="false" Sorted="true" IsSortable="true" Visible="true" SortOrder="Ascending">
<Name>Statistic</Name>
<Id>Statistic</Id>
</ColumnInfo>
<ColumnInfo Index="5" SortIndex="-1" Width="100" Grouped="false" Sorted="false" IsSortable="false" Visible="true" SortOrder="Ascending">
<Name>Total</Name>
<Id>Total</Id>
</ColumnInfo>
<ColumnInfo Index="6" SortIndex="-1" Width="100" Grouped="false" Sorted="false" IsSortable="false" Visible="true" SortOrder="Ascending">
<Name>Percentage</Name>
<Id>Percentage</Id>
</ColumnInfo>
</Presentation>
</View>