Производительность веб-сервера (ASP)

Microsoft.Windows.InternetInformationServices.WebServerASPPerformanceDashboard.View (View)

Данное представление панели мониторинга отображает данные производительности счетчиков ASP "Время ожидания запроса", "Запросов не найдено", "Запросов в очереди" и "Запросов/с" для данного веб-сервера.

Element properties:

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

Source Code:

<View ID="Microsoft.Windows.InternetInformationServices.WebServerASPPerformanceDashboard.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.ActiveServerPagesRequestWaitTime.PerformanceView"/>
<Cell Column="1" Row="2" ViewID="Microsoft.Windows.InternetInformationServices.ActiveServerPagesRequestNotFound.PerformanceView"/>
<Cell Column="2" Row="1" ViewID="Microsoft.Windows.InternetInformationServices.ActiveServerPagesRequestsQueued.PerformanceView"/>
<Cell Column="2" Row="2" ViewID="Microsoft.Windows.InternetInformationServices.ActiveServerPagesRequestsSec.PerformanceView"/>
</PanelConfiguration>
</View>