Performance du serveur Web (ASP.NET)

Microsoft.Windows.InternetInformationServices.WebServerASPNETPerformanceDashboard.View (View)

Cet affichage Tableau de bord présente les données de performance Délai d'attente des requêtes, Requête en attente, Total des erreurs/seconde et Requêtes/seconde ASP.NET pour le serveur Web.

Element properties:

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

Source Code:

<View ID="Microsoft.Windows.InternetInformationServices.WebServerASPNETPerformanceDashboard.View" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.InternetInformationServices.WebServer" TypeID="SC!Microsoft.SystemCenter.DashboardViewType" Visible="true">
<Category>Operations</Category>
<PanelConfiguration Columns="2" Rows="2">
<Cell Column="1" Row="1" ViewID="Microsoft.Windows.InternetInformationServices.ASPNETRequestWaitTime.PerformanceView"/>
<Cell Column="1" Row="2" ViewID="Microsoft.Windows.InternetInformationServices.ASPNETRequestQueued.PerformanceView"/>
<Cell Column="2" Row="1" ViewID="Microsoft.Windows.InternetInformationServices.ASPNETErrorsTotalSec.PerformanceView"/>
<Cell Column="2" Row="2" ViewID="Microsoft.Windows.InternetInformationServices.ASPNETRequestsSec.PerformanceView"/>
</PanelConfiguration>
</View>