Performance Dashboard

ozsoft.sap.view.PerformanceDashboard (View)

SAP Performance Dashboard

Element properties:

Targetozsoft.sap.System
TypeMicrosoft.SystemCenter.DashboardViewType
AccessibilityPublic
VisibleTrue

Source Code:

<View ID="ozsoft.sap.view.PerformanceDashboard" Accessibility="Public" Enabled="true" Target="ozsoft.sap.System" TypeID="SC!Microsoft.SystemCenter.DashboardViewType" Visible="true">
<Category>Operations</Category>
<PanelConfiguration Columns="2" Rows="2">
<Cell Row="1" Column="1" ViewID="ozsoft.sap.view.UsersLoggedIn"/>
<Cell Row="1" Column="2" ViewID="ozsoft.sap.view.ResponseTime"/>
<Cell Row="2" Column="1" ViewID="ozsoft.sap.view.DBRequestTime"/>
<Cell Row="2" Column="2" ViewID="ozsoft.sap.view.CPUUtilization"/>
</PanelConfiguration>
</View>