FTP 伺服器效能

Microsoft.Windows.InternetInformationServices.FTPServerPerformanceDashboard.View (View)

此儀表板檢視將顯示 FTP 伺服器的 Bytes Sent/Sec、Bytes Received/Sec、Bytes Total/Sec 和 Current Connections 效能資料。

Element properties:

TargetMicrosoft.Windows.InternetInformationServices.FTPServer
TypeMicrosoft.SystemCenter.DashboardViewType
AccessibilityPublic
VisibleTrue

Source Code:

<View ID="Microsoft.Windows.InternetInformationServices.FTPServerPerformanceDashboard.View" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.InternetInformationServices.FTPServer" TypeID="SC!Microsoft.SystemCenter.DashboardViewType" Visible="true">
<Category>Operations</Category>
<PanelConfiguration Columns="2" Rows="2">
<Cell Column="1" Row="1" ViewID="Microsoft.Windows.InternetInformationServices.FTPServiceBytesSentsec_Total.PerformanceView"/>
<Cell Column="1" Row="2" ViewID="Microsoft.Windows.InternetInformationServices.FTPServiceBytesReceivedsec_Total.PerformanceView"/>
<Cell Column="2" Row="1" ViewID="Microsoft.Windows.InternetInformationServices.FTPServiceBytesTotal_Total.PerformanceView"/>
<Cell Column="2" Row="2" ViewID="Microsoft.Windows.InternetInformationServices.FTPServiceCurrentConnections_Total.PerformanceView"/>
</PanelConfiguration>
</View>