Performance des messages du serveur SMTP

Microsoft.Windows.InternetInformationServices.SMTPServerMessagePerformanceDashboard.View (View)

Cet affichage Tableau de bord présente les données de performance Octets de message reçus/seconde, Messages reçus/seconde, Messages remis/seconde et Messages envoyés/seconde pour le serveur SMTP.

Element properties:

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

Source Code:

<View ID="Microsoft.Windows.InternetInformationServices.SMTPServerMessagePerformanceDashboard.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="1" ViewID="Microsoft.Windows.InternetInformationServices.SMTPServerMessageBytesReceivedsec_Total.PerformanceView"/>
<Cell Column="1" Row="2" ViewID="Microsoft.Windows.InternetInformationServices.SMTPServerMessagesReceivedsec_Total.PerformanceView"/>
<Cell Column="2" Row="1" ViewID="Microsoft.Windows.InternetInformationServices.SMTPServerMessagesDeliveredsec_Total.PerformanceView"/>
<Cell Column="2" Row="2" ViewID="Microsoft.Windows.InternetInformationServices.SMTPServerMessagesSentsec_Total.PerformanceView"/>
</PanelConfiguration>
</View>