ContainerInfo status messages contain runtime information about the specified Container.
The objectID is the Container's URI:
http://hostname:port/Container
or
https://hostname:port/Container
Name of MessageGroup:ContainerInfo.
|
MessageName |
Value Type |
Message Availability and Frequency |
Description |
|---|---|---|---|
|
BuildDate |
String |
Status object only, never updated. |
The Container's build date. |
|
ContainerAdded |
String |
Status Stream Only, updated on event. |
Event: Container added (value = "Active" or "Passive"). |
|
ContainerKilled |
String |
Status Stream Only, updated on event. |
Event: Killing container (value = reason). |
|
ContainerRemoved |
String |
Status Stream Only, updated on event. |
Event: Container removed (value = reason). |
|
CPUTime |
Interval |
Everywhere, updated approximately every 1 second. |
The amount of CPU Time used by the Sybase CEP Server process since it started. |
|
CPUUtilization |
Float |
Everywhere, updated approximately every 1 second. |
The percentage of CPU utilized by the Sybase CEP Server process (1 = 100%). |
|
HeartbeatPeriod |
Interval |
Status object only, never updated. |
How often the container sends heartbeats. |
|
LoadLimit |
Long |
Status object only, never updated. |
The container load limit, or the max number of CCX modules allowed to run. |
|
LogErrorCount |
Long |
Everywhere, updated approximately every 1 second. |
The total number of errors that have been logged in the server log for a given container. This number is reset to 0 if the container is restarted. |
|
LogWarningCount |
Long |
Everywhere, updated approximately every 1 second. |
The total number of warnings that have been logged in the server log for a given container. This number is reset to 0 if the container is restarted. |
|
ManagerURI |
String |
Status object only, never updated. |
The Manager's URI this Container is connected to. |
|
StartTime |
Timestamp |
Status object only, never updated. |
The container's start time. |
|
State |
String |
Status object only, never updated. |
Container state (Active or Passive). Note: Only available through manager's GetContainerStatus and GetManagerStatus calls. |
|
TotalMemory |
Long (bytes) |
Everywhere, updated approximately every 1 second. |
The total memory available to Sybase CEP Server, in bytes. |
|
UsedMemory |
Long (bytes) |
Everywhere, updated approximately every 1 second. |
The total memory used by Sybase CEP Server, in bytes. |
|
Version |
String |
Status object only, never updated. |
The Container's version string. |