Table of Contents

Systems.Monitoring.ProcessInfo View

Namespace: Systems.Monitoring

Process information dynamic management view. Entity: Dmv_Process_Info (Introduced in version 24.1.4.36)

Renames

Old name: Systems.Dmv.ProcessInfo
New name: Systems.Monitoring.ProcessInfo
Version: 24.1.5.35
Case: 35911

Default Visualization

Default Display Text Format:
{ProcessId}: {ProcessName}
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
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 Query: https://demodb.my.erp.net/api/domain/odata/Systems_Monitoring_ProcessInfo?$top=10

Domain API Query Builder: https://demodb.my.erp.net/api/domain/querybuilder#Systems_Monitoring_ProcessInfo?$top=10