Skip to content

Latest commit

 

History

History
85 lines (59 loc) · 2.52 KB

Systems.Dmv.ProcessInfo.md

File metadata and controls

85 lines (59 loc) · 2.52 KB
uid
Systems.Dmv.ProcessInfo

Systems.Dmv.ProcessInfo View

Namespace: Systems.Dmv

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

Default Visualization

Default Display Text Format:
{ProcessId}: {ProcessName}
Default Search Members:
__
Category: Views
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_Dmv_ProcessInfo?$top=10

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