SMTP 伺服器郵件效能

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

此儀表板檢視將顯示 SMTP 伺服器的 Message Bytes Received/Sec、Message Received/Sec、Message Delivered/Sec 和 Message Sent/Sec 效能資料。

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>