Desempenho do Servidor NNTP

Microsoft.Windows.InternetInformationServices.NNTPServerPerformanceDashboard.View (View)

Essa exibição de painel exibirá dados de desempenho de Bytes Enviados/s, Bytes Recebidos/s, Total de Bytes/s e Conexões Atuais para o Servidor NNTP.

Element properties:

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

Source Code:

<View ID="Microsoft.Windows.InternetInformationServices.NNTPServerPerformanceDashboard.View" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.InternetInformationServices.NNTPServer" TypeID="SC!Microsoft.SystemCenter.DashboardViewType" Visible="true">
<Category>Operations</Category>
<PanelConfiguration Columns="2" Rows="2">
<Cell Column="1" Row="1" ViewID="Microsoft.Windows.InternetInformationServices.NNTPServerBytesSentsec_Total.PerformanceView"/>
<Cell Column="1" Row="2" ViewID="Microsoft.Windows.InternetInformationServices.NNTPServerBytesReceivedsec_Total.PerformanceView"/>
<Cell Column="2" Row="1" ViewID="Microsoft.Windows.InternetInformationServices.NNTPServerBytesTotal_Total.PerformanceView"/>
<Cell Column="2" Row="2" ViewID="Microsoft.Windows.InternetInformationServices.NNTPServerCurrentConnections_Total.PerformanceView"/>
</PanelConfiguration>
</View>