DFS-R:產生的執行位元組

Microsoft.Windows.FileServer.DFSR.StagingBytesGenerated (Rule)

此規則每 15 分鐘會在受監視的電腦上查詢效能計數器「DFS 複寫資料夾\產生的執行位元組」。

Knowledge Base article:

摘要

此規則每 15 分鐘會在受監視的電腦上查詢效能計數器「DFS 複寫資料夾\產生的執行位元組」。此效能計數器會追蹤 DFS 複寫服務針對受監視電腦所複寫的每個資料夾暫存的資料量。監視此效能計數器可讓系統管理員瞭解每個複寫資料夾的暫存區域的使用情況,並判斷是否需要增加執行配額。

如果此效能計數器經常變更,請增加複寫用快取資料夾配額以提高複寫效能。

其他

編輯複寫用快取資料夾和 [因衝突而刪除] 資料夾的配額大小 (http://go.microsoft.com/fwlink/?LinkId=186944)。

Element properties:

TargetMicrosoft.Windows.FileServer.DFSR.Service
CategoryPerformanceCollection
EnabledTrue
Instance NameDFS Replicated Folders
Counter NameStaging Bytes Generated
Frequency900
Alert GenerateFalse
RemotableTrue

Member Modules:

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

Source Code:

<Rule ID="Microsoft.Windows.FileServer.DFSR.StagingBytesGenerated" Enabled="true" Target="Microsoft.Windows.FileServer.DFSR.Service" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DS" RunAs="Microsoft.Windows.FileServer.DFSR.MonitoringAccount" TypeID="Performance!System.Performance.OptimizedDataProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<CounterName>Staging Bytes Generated</CounterName>
<ObjectName>DFS Replicated Folders</ObjectName>
<InstanceName/>
<AllInstances>true</AllInstances>
<Frequency>900</Frequency>
<Tolerance>0</Tolerance>
<ToleranceType>Absolute</ToleranceType>
<MaximumSampleSeparation>1</MaximumSampleSeparation>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectPerformanceData"/>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishPerformanceData"/>
</WriteActions>
</Rule>