FTP-Siteleistung

Microsoft.Windows.InternetInformationServices.FTPSitePerformanceDashboard.View (View)

In dieser Dashboardansicht werden die Leistungsdaten "Bytes gesendet/s", "Bytes empfangen/s", "Gesamtanzahl Bytes/s" und "Aktuelle Verbindungen" für die FTP-Sites angezeigt.

Element properties:

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

Source Code:

<View ID="Microsoft.Windows.InternetInformationServices.FTPSitePerformanceDashboard.View" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.InternetInformationServices.FTPSite" TypeID="SC!Microsoft.SystemCenter.DashboardViewType" Visible="true">
<Category>Operations</Category>
<PanelConfiguration Columns="2" Rows="2">
<Cell Column="1" Row="1" ViewID="Microsoft.Windows.InternetInformationServices.FTPServiceBytesSentsecAllInstances.PerformanceView"/>
<Cell Column="1" Row="2" ViewID="Microsoft.Windows.InternetInformationServices.FTPServiceBytesReceivedsecAllInstances.PerformanceView"/>
<Cell Column="2" Row="1" ViewID="Microsoft.Windows.InternetInformationServices.FTPServiceBytesTotalAllInstances.PerformanceView"/>
<Cell Column="2" Row="2" ViewID="Microsoft.Windows.InternetInformationServices.FTPServiceCurrentConnectionsAllInstances.PerformanceView"/>
</PanelConfiguration>
</View>