Project Winproj Percentage Of Incremental Save To Full Save

Microsoft.SharePoint.2013.Project_Winproj_Percentage_Of_Incremental_Save_To_Full_Save (Rule)

The Winproj Percentage Of Incremental Save To Full Save Counter measures the percentage of incremental saves to full saves. The first time a project is created on the Project Server application server from Project Professional, it is saved using a full save, which means that all of the project data is transmitted and saved in the database used by the Project Server application server. Subsequent saves of the project are saved incrementally, by default. This is mainly to optimize performance.

Element properties:

TargetMicrosoft.SharePoint.2013.SPServiceInstance.Project
CategoryPerformanceCollection
EnabledTrue
Instance NameProjectServer:Winproj
Counter NamePercentage of incremental save to full save
Frequency3600
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource System.Performance.OptimizedDataProvider Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.SharePoint.2013.Project_Winproj_Percentage_Of_Incremental_Save_To_Full_Save" Enabled="onEssentialMonitoring" Target="MOSS15Core!Microsoft.SharePoint.2013.SPServiceInstance.Project" ConfirmDelivery="false" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" TypeID="Performance!System.Performance.OptimizedDataProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Percentage of incremental save to full save</CounterName>
<ObjectName>ProjectServer:Winproj</ObjectName>
<InstanceName/>
<AllInstances>true</AllInstances>
<Frequency>3600</Frequency>
<Tolerance>80</Tolerance>
<ToleranceType>Percentage</ToleranceType>
<MaximumSampleSeparation>10</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>