Systems.Monitoring.ProcessInfo (View)
Process information dynamic management view.
General
Namespace: Systems.Monitoring
Repository: Systems.Monitoring.ProcessInfo
Introduced In Version: 24.1.4.36
API access: ReadWrite
Renames
Old name: Systems.Dmv.ProcessInfo
New name: Systems.Monitoring.ProcessInfo
Version: 24.1.5.35
Case: 35911
Visualization
Display Format: {ProcessId}: {ProcessName}
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 |
|---|---|---|
| CPUUtilization | double | CPU utilization by the process in percents. Required Filter(eq;ge;le) ORD |
| MemoryMB | decimal (12, 3) | The memory used by the process in Megabytes. Required Filter(eq;ge;le) ORD |
| ProcessId | int32 | The id of process. Required Filter(eq) |
| ProcessName | string (256) | The name of process. Required Filter(eq;like) ORD |
Attribute Details
CPUUtilization
CPU utilization by the process in percents. Required Filter(eq;ge;le) ORD
Type: double
Category: System
Supported Filters: Equals, GreaterThanOrLessThan
Supports Order By: True
Show in UI: ShownByDefault
MemoryMB
The memory used by the process in Megabytes. Required Filter(eq;ge;le) ORD
Type: decimal (12, 3)
Category: System
Supported Filters: Equals, GreaterThanOrLessThan
Supports Order By: True
Show in UI: ShownByDefault
ProcessId
The id of process. Required Filter(eq)
Type: int32
Category: System
Supported Filters: Equals
Supports Order By: False
Show in UI: ShownByDefault
ProcessName
The name of process. Required Filter(eq;like) ORD
Type: string (256)
Category: System
Supported Filters: Equals, Like
Supports Order By: True
Maximum Length: 256
Show in UI: ShownByDefault
API
Domain API Entity Set: Systems_Monitoring_ProcessInfo
Domain API Entity Type: Systems_Monitoring_ProcessInfoEntry
Domain API Query: https://testdb.my.erp.net/api/domain/odata/Systems_Monitoring_ProcessInfo?$top=10
Domain API Query Builder: https://testdb.my.erp.net/api/domain/querybuilder#Systems_Monitoring_ProcessInfo?$top=10