Mellanlagringsområde

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

Visar information om mellanlagringsområdet som används av DFS Replication vid mellanlagring av filer som ska replikeras. Informationen i denna vy hämtas från följande prestandaräknare av DFS Replication-tjänsten:
a) Mellanlagringsutrymme som används
b) Antal genererade mellanlagringsbyte
c) Antal rensade mellanlagringsbyte
Dessa prestandaräknare upprätthålls per replikerad mapp.

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>