Base type: System.Entity
Summary: This entity presents details of worker process.
| Name | Type | Notes |
|---|---|---|
| ComponentID | System.Int64 | The unique integer representation of application component. |
| TimeStamp | System.DateTime | The date of last poll for worker process. |
| ApplicationPoolID | System.Int32 | The unique integer representation of parent application pool. |
| ProcessName | System.String | The string value that indicates worker process name. |
| ProcessId | System.Int32 | The integer representation of worker process ID. |
| PercentCPU | System.Double | The percentage representation of worker process CPU usage. |
| PercentMemory | System.Double | The percentage representation of worker process memory usage. |
| MemoryUsed | System.Int64 | The integer representation of worker process memory usage. |
| PercentVirtualMemory | System.Double | The percentage representation of worker process virtual memory usage. |
| VirtualMemoryUsed | System.Int64 | The integer representation of worker process virtual memory usage. |
| IOReadOperationsPerSec | System.Double | The number of I/O read operations per second for worker process. |
| IOWriteOperationsPerSec | System.Double | The number of I/O write operations per second for worker process. |
| DisplayName | System.String | |
| Description | System.String | |
| InstanceType | System.Type | |
| Uri | System.String | |
| InstanceSiteId | System.Int32 | Default='0'. |
| ApplicationPool | Orion.APM.IIS.ApplicationPool | Defined by relationship Orion.APM.IIS.ApplicationPoolReferencesWorkerProcess (System.Reference) |