Base type: System.ExtensionEntity
Summary: This entity presents process evidence statistics.
Name | Type | Notes |
---|---|---|
ID | System.Int64 | The unique integer representation of process evidence statistics. |
ComponentStatusID | System.Int64 | The unique integer representation of component status. |
Name | System.String | The string value that contains process name |
MinPercentCPU | System.Int32 | The integer value that contains minimum CPU usage for process in percent. |
MaxPercentCPU | System.Int32 | The integer value that contains maximum CPU usage for process in percent. |
AvgPercentCPU | System.Int32 | The integer value that contains average CPU usage for process in percent. |
MinPercentMemory | System.Int32 | The integer value that contains minimum memory usage for process in percent. |
MaxPercentMemory | System.Int32 | The integer value that contains maximum memory usage for process in percent. |
AvgPercentMemory | System.Int32 | The integer value that contains average memory usage for process in percent. |
MinMemoryUsed | System.Int64 | The long value that contains minimum memory usage for process. |
MaxMemoryUsed | System.Int64 | The long value that contains maximum memory usage for process. |
AvgMemoryUsed | System.Int64 | The long value that contains average memory usage for process. |
MinPercentVirtualMemory | System.Int32 | The integer value that contains minimum virtual memory usage for process in percent. |
MaxPercentVirtualMemory | System.Int32 | The integer value that contains maximum virtual memory usage for process in percent. |
AvgPercentVirtualMemory | System.Int32 | The integer value that contains average virtual memory usage for process in percent. |
MinVirtualMemoryUsed | System.Int64 | The long value that contains minimum virtual memory usage for process. |
MaxVirtualMemoryUsed | System.Int64 | The long value that contains maximum virtual memory usage for process. |
AvgVirtualMemoryUsed | System.Int64 | The long value that contains average virtual memory usage for process. |
MinInstanceCount | System.Int32 | The integer value that contains minimum instances count for process. |
MaxInstanceCount | System.Int32 | The integer value that contains maximum instances count for process. |
AvgInstanceCount | System.Int32 | The integer value that contains average instances count for process. |
ErrorCode | System.Int32 | The integer value that contains the process evidence error code. |
OSErrorCode | System.Int32 | The integer value that contains the operation system error code. |
StatusCode | System.Int32 | The integer value that contains the process evidence status code. |
StatusCodeType | System.Int32 | The integer value that contains the process evidence status code type. |
ErrorMessage | System.String | The string value that contains error message. |
RecordCount | System.Int64 | The long value that contains the number of process evidence records that was archived. |
Archive | System.Byte | The boolean value that specifies if process evidence data was archived. |
DisplayName | System.String | |
Description | System.String | |
InstanceType | System.Type | |
Uri | System.String | |
InstanceSiteId | System.Int32 | Default='0'. |
ComponentStatus | Orion.APM.ComponentStatus | Defined by relationship Orion.APM.ComponentStatusHostsProcessEvidence (System.Hosting) |