暫存區域

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

顯示與 DFS 複寫在執行要複寫的檔案時所使用暫存區域相關的資訊。此檢視中的資訊是從 DFS 複寫服務所維護的以下效能計數器所取得:a) 使用中的執行空間 b) 產生的執行位元組 c) 清除的執行位元組 這些效能計數器是由各複寫資料夾所維護。

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>