SSAS: Partition Free Space (\%)

Microsoft.SQLServer.AnalysisServices.Windows.Monitoring.PerformanceRule.MultidimensionalPartition.FreeSpacePercent (Rule)

The rule collects the size of free space on the drive, where the partition storage is located, expressed as percentage of the sum of the partition storage folder total size plus disk free space.

Knowledge Base article:

Summary

The rule collects the size of free space on the drive, where the partition storage is located, expressed as percentage of the sum of the partition storage folder total size plus disk free space. This allows the administrator to consider precisely, whether the free space available for the partition storage is appropriate for the environment.

Overridable Parameters

Name

Description

Default Value

Enabled

Enables or disables the workflow

Yes

Interval Seconds

The recurring interval of time in seconds in which to run the workflow.

900

Synchronization Time

The synchronization time specified by using a 24-hour format. May be omitted.

 

Timeout (seconds)

Specifies the time the workflow is allowed to run before being closed and marked as failed.

300

Element properties:

TargetMicrosoft.SQLServer.AnalysisServices.Windows.MultidimensionalPartition
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SQLServer.AnalysisServices.Windows.Monitoring.DataSource.MultidimensionalPartitionSpace Microsoft.SQLServer.Core.RunAs.Monitoring
Mapper ConditionDetection Microsoft.SQLServer.AnalysisServices.Windows.Monitoring.ConditionDetection.PropertyBagPerformanceDataMapper Default
WriteToDatabase WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.SQLServer.AnalysisServices.Windows.Monitoring.PerformanceRule.MultidimensionalPartition.FreeSpacePercent" Target="SQLAS!Microsoft.SQLServer.AnalysisServices.Windows.MultidimensionalPartition" Enabled="true" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Microsoft.SQLServer.AnalysisServices.Windows.Monitoring.DataSource.MultidimensionalPartitionSpace" RunAs="MSCL!Microsoft.SQLServer.Core.RunAs.Monitoring">
<ServiceName>$Target/Host/Host/Property[Type='ASCore!Microsoft.SQLServer.AnalysisServices.Core.Instance']/ServiceName$</ServiceName>
<ConnectionString>$Target/Host/Host/Property[Type='ASCore!Microsoft.SQLServer.AnalysisServices.Core.Instance']/ConnectionString$</ConnectionString>
<DatabaseName>$Target/Host/Property[Type='ASCore!Microsoft.SQLServer.AnalysisServices.Core.Database']/DatabaseName$</DatabaseName>
<DataDir>$Target/Host/Host/Property[Type='ASCore!Microsoft.SQLServer.AnalysisServices.Core.Instance']/DataDir$</DataDir>
<IntervalSeconds>900</IntervalSeconds>
<SyncTime/>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</DataSources>
<ConditionDetection ID="Mapper" TypeID="Microsoft.SQLServer.AnalysisServices.Windows.Monitoring.ConditionDetection.PropertyBagPerformanceDataMapper">
<ObjectName>SSAS Partition</ObjectName>
<CounterName>Partition Free Space (%)</CounterName>
<InstanceName/>
<PropertyName>PartitionFreeSpacePercent</PropertyName>
</ConditionDetection>
<WriteActions>
<WriteAction ID="WriteToDatabase" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>