Orion.APM.ProcessEvidenceChart
SolarWinds Information Service 2024.4 Schema Documentation
This entity presents process evidence statistics. Used in charts.
Inheritance
Access control
everyone
Properties
| Name | Type | Summary | Access Control |
|---|---|---|---|
| TimeStamp | System.DateTime | The date of poll. | everyone |
| ComponentID | System.Int64 | The unique integer representation of parent component. | everyone |
| ComponentStatusID | System.Int64 | The unique integer representation of parent component status. | everyone |
| MinPercentCPU | System.Double | The integer value that contains minimum CPU usage for process in percent. | everyone |
| MaxPercentCPU | System.Double | The integer value that contains maximum CPU usage for process in percent. | everyone |
| AvgPercentCPU | System.Double | The integer value that contains average CPU usage for process in percent. | everyone |
| MinPercentMemory | System.Double | The integer value that contains minimum memory usage for process in percent. | everyone |
| MaxPercentMemory | System.Double | The integer value that contains maximum memory usage for process in percent. | everyone |
| AvgPercentMemory | System.Double | The integer value that contains average memory usage for process in percent. | everyone |
| MinMemoryUsed | System.Int64 | The long value that contains minimum memory usage for process. | everyone |
| MaxMemoryUsed | System.Int64 | The long value that contains maximum memory usage for process. | everyone |
| AvgMemoryUsed | System.Int64 | The long value that contains average memory usage for process. | everyone |
| MinPercentVirtualMemory | System.Double | The integer value that contains minimum virtual memory usage for process in percent. | everyone |
| MaxPercentVirtualMemory | System.Double | The integer value that contains maximum virtual memory usage for process in percent. | everyone |
| AvgPercentVirtualMemory | System.Double | The integer value that contains average virtual memory usage for process in percent. | everyone |
| MinVirtualMemoryUsed | System.Int64 | The long value that contains minimum virtual memory usage for process. | everyone |
| MaxVirtualMemoryUsed | System.Int64 | The long value that contains maximum virtual memory usage for process. | everyone |
| AvgVirtualMemoryUsed | System.Int64 | The long value that contains average virtual memory usage for process. | everyone |
| MinInstanceCount | System.Int32 | The integer value that contains minimum instances count for process. | everyone |
| MaxInstanceCount | System.Int32 | The integer value that contains maximum instances count for process. | everyone |
| AvgInstanceCount | System.Int32 | The integer value that contains average instances count for process. | everyone |
| MinIOReadOperationsPerSec | System.Double | The integer value that contains minimum IO read operations per second for process. | everyone |
| MaxIOReadOperationsPerSec | System.Double | The integer value that contains maximum IO read operations per second for process. | everyone |
| AvgIOReadOperationsPerSec | System.Double | The integer value that contains average IO read operations per second for process. | everyone |
| MinIOWriteOperationsPerSec | System.Double | The integer value that contains minimum IO write operations per second for process. | everyone |
| MaxIOWriteOperationsPerSec | System.Double | The integer value that contains maximum IO write operations per second for process. | everyone |
| AvgIOWriteOperationsPerSec | System.Double | The integer value that contains average IO write operations per second for process. | everyone |
Target Relationships
| Name | Type | Notes |
|---|---|---|
| Component | Orion.APM.Component | Defined by relationship Orion.APM.ComponentHostsProcessEvidenceChart (System.Hosting) |