Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

About this Resource

Excerpt

Defines Process Statistics runtime managed object.

REST API Methods for this Resource

Resource Schema

Runtime

Parameter Name Description Data Type Possible Values
rt_ProcessNameName 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. EnumPossible values:
  • 0 - mosCCC
  • 1 - mosCR
  • 2 - mosMSC
  • 3 - mosISDN
  • 4 - mosTIP
  • 5 - mosSIP
  • 6 - mosSBA
  • 7 - mosBMP
  • 8 - mosLM
  • 9 - mosCM
  • 10 - mosALM
  • 11 - mosWATCH
  • 12 - mosSHM
  • 13 - mosUAS
  • 14 - mosAD
  • 15 - mosRM
  • 16 - mosNSM
  • 17 - mosWEBUI
  • 18 - mosRAD
  • 19 - mosSNMP
  • 20 - mosCAS
  • 21 - mosUnknown
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