Systems.Monitoring.AppsPerformance View
Namespace: Systems.Monitoring
Applications performance statistics dynamic management view. Entity: Dmv_Apps_Performance (Introduced in version 25.1.3.47)
Default Visualization
Default Display Text Format:
{Application}: {Requests}
Default Search Members:
__
Category: DynamicViews
Show in UI: ShownByDefault
Aggregate
An aggregate is a cluster of domain objects that can be treated as a single unit.
Aggregate Tree
Attributes
Name | Type | Description |
---|---|---|
Application | string (64) | The name of the application that executes the operation. Required Filter(eq;ge;le) ORD |
BusyTimeHoursPerDay | double | Busy time in percentage per day. Required Filter(ge;le) ORD |
BusyTimePercentage | double | Busy time in percentage. Required Filter(ge;le) ORD |
Requests | int32 | The total number of requests the application has made to the server. Required Filter(eq;like) ORD |
Attribute Details
Application
The name of the application that executes the operation. Required
Filter(eq;ge;le)
ORD
Type: string (64)
Category: System
Supported Filters: Equals, GreaterThanOrLessThan
Supports Order By: True
Maximum Length: 64
Show in UI: ShownByDefault
BusyTimeHoursPerDay
Busy time in percentage per day. Required
Filter(ge;le)
ORD
Type: double
Category: System
Supported Filters: GreaterThanOrLessThan
Supports Order By: True
Show in UI: ShownByDefault
BusyTimePercentage
Busy time in percentage. Required
Filter(ge;le)
ORD
Type: double
Category: System
Supported Filters: GreaterThanOrLessThan
Supports Order By: True
Show in UI: ShownByDefault
Requests
The total number of requests the application has made to the server. Required
Filter(eq;like)
ORD
Type: int32
Category: System
Supported Filters: Equals, Like
Supports Order By: True
Show in UI: ShownByDefault
API
Domain API Query: https://demodb.my.erp.net/api/domain/odata/Systems_Monitoring_AppsPerformance?$top=10
Domain API Query Builder: https://demodb.my.erp.net/api/domain/querybuilder#Systems_Monitoring_AppsPerformance?$top=10