Parameter Name | Description | Data Type | Possible Values |
---|---|---|---|
rt_ProcessName | Name of the process running on the system. | string | |
rt_ProcessSubsystemID | Identifies the subsystem that this process belongs to. The subsystem ID is the same as the one used in logging configuration. Not all processes have a subsystem ID. The value is mosUnknown for those processes not associated with a subsystem. | Enum | Possible values:
|
rt_ProcessID | The process ID of the process, assigned by the operating system. | int | |
rt_FDInUse | Specifies the number of File Descriptors in use by the process. | int | |
rt_CurrentMemoryUsage | Total amount of memory used by the process, expressed as a percentage. This value must be divided by 10 to obtain a decimal format of xx.x. | int | |
rt_RealMemoryUsage | Physical memory that the process is using (in Kilobytes). | int | |
rt_TotalCPUUsage | The percentage of time the process has used the CPU since the process started. This value must be divided by 10 to obtain a decimal format of xx.x. | int | |
rt_Time | Total CPU time in seconds, used by the process since it started. | long |