Staging Area

Microsoft.Windows.FileServer.DFSR.StagingSpacePerformance.Dashboard.View (View)


Displays information about the staging area used by DFS Replication when staging files to replicate. The information in this view is obtained from the following performance counters maintained by the DFS Replication service:
a) Staging Space In Use
b) Staging Bytes Generated
c) Staging Bytes Cleaned Up
These performance counters are maintained per replicated folder.

Element properties:

TargetMicrosoft.Windows.FileServer.DFSR.Service
TypeMicrosoft.SystemCenter.DashboardViewType
AccessibilityPublic
VisibleTrue

Source Code:

<View ID="Microsoft.Windows.FileServer.DFSR.StagingSpacePerformance.Dashboard.View" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.FileServer.DFSR.Service" TypeID="SC!Microsoft.SystemCenter.DashboardViewType" Visible="true">
<Category>Operations</Category>
<PanelConfiguration Columns="2" Rows="2">
<Cell Column="1" Row="1" ColumnSpan="2" ViewID="Microsoft.Windows.FileServer.DFSR.StagingSpaceInUseView"/>
<Cell Column="1" Row="2" ViewID="Microsoft.Windows.FileServer.DFSR.RFStagingBytesGenerated"/>
<Cell Column="2" Row="2" ViewID="Microsoft.Windows.FileServer.DFSR.StagingBytesCleanedupView"/>
</PanelConfiguration>
</View>