Az AD RID-készlet szabad területe teljesítménygyűjtemény

Microsoft.Windows.Server.2012.AD.RIDPool.Free.PerformanceCollection (Rule)

Az AD RID-készlet (százalékban megadott) szabad területének számlálójához tartozó gyűjtemény.

Knowledge Base article:

Összefoglalás

Ez a szabály a tartományvezérlő RID-készlete szabad területének méretét gyűjti százalékban.

Ez a teljesítménygyűjtemény segíthet eldönteni, hogy módosítani kell-e a RID-készlet méretét. A számláló a RID-készlet frissítéseinek gyakoriságát mutatja. Ha a RID-készletet túl gyakran kell frissíteni, a RID-készlet mérete növelhető, ami csökkenti a RID-készlet alaphelyzetbe állításának szükségességét.

Element properties:

TargetMicrosoft.Windows.Server.2012.AD.DomainControllerRole
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableFalse

Member Modules:

ID Module Type TypeId RunAs 
ScriptDS DataSource Microsoft.Windows.Server.2012.AD.RIDPool.Free.DataSource Default
PerfMapper ConditionDetection System.Performance.DataGenericMapper Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectPerformanceData Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData Default

Source Code:

<Rule ID="Microsoft.Windows.Server.2012.AD.RIDPool.Free.PerformanceCollection" Enabled="true" Target="AD2012Core!Microsoft.Windows.Server.2012.AD.DomainControllerRole" ConfirmDelivery="false" Remotable="false" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="ScriptDS" TypeID="Microsoft.Windows.Server.2012.AD.RIDPool.Free.DataSource">
<Frequency>900</Frequency>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</DataSources>
<ConditionDetection ID="PerfMapper" TypeID="SystemPerf!System.Performance.DataGenericMapper">
<ObjectName>AD RID Pool</ObjectName>
<CounterName>% Free</CounterName>
<InstanceName>$data/Property[@Name='StatusInstance']$</InstanceName>
<Value>$data/Property[@Name='StatusValue']$</Value>
</ConditionDetection>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>