Rendimiento del servidor SMTP

Microsoft.Windows.InternetInformationServices.SMTPServerPerformanceDashboard.View (View)

Esta vista de panel muestra los datos de rendimiento de bytes enviados/seg., bytes recibidos/seg., bytes totales/seg. y de conexiones actuales para el servidor SMTP.

Element properties:

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

Source Code:

<View ID="Microsoft.Windows.InternetInformationServices.SMTPServerPerformanceDashboard.View" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.InternetInformationServices.SMTPServer" TypeID="SC!Microsoft.SystemCenter.DashboardViewType" Visible="true">
<Category>Operations</Category>
<PanelConfiguration Columns="2" Rows="2">
<Cell Column="1" Row="2" ViewID="Microsoft.Windows.InternetInformationServices.SMTPServerBytesSentsec_Total.PerformanceView"/>
<Cell Column="2" Row="2" ViewID="Microsoft.Windows.InternetInformationServices.SMTPServerBytesReceivedsec_Total.PerformanceView"/>
<Cell Column="1" Row="1" ColumnSpan="2" ViewID="Microsoft.Windows.InternetInformationServices.SMTPServerBytesTotal_Total.PerformanceView"/>
</PanelConfiguration>
</View>