ContainerInfo Status Messages

This section describes runtime message properties for specific container processes.

The ObjectId column for this group is the container's URI, in the following format: http://hostname:port or https://hostname:port, where hostname and port are the host name and port number on which the container is running.

ContainerInfo messages include:

Event Name

Frequency

Description

ContainerAdded

Whenever a Container is added

Generates the following message:
Event: Container added (value=
value)
where value is active when an active Container has been added, or passive when a passive Container has been added.

ContainerKilled

Whenever a Container is killed

Generates the following message:
Event: Killing container (value=
reason)
where reason is the reason the Container was killed.

ContainerRemoved

Whenever a Container is removed

Generates the following message:
Event: Container removed (value=
reason)
where
reason
is the reason the Container has been removed.

CPUTime

Every second

Shows how much CPU time in microseconds the Sybase CEP Serverprocess has used since it has started.

CPUUtilization

Every second

Shows the fraction of CPU the Sybase CEP Server process is using, where a value of one (1) indicates 100% of total available processor CPU.

LogErrorCount

Every second

Shows the total number of errors that have been logged in the Server log for a given Container. This number is reset upon Container restart.

LogWarningCount

Every second

Shows the total number of warnings that have been logged in the Server log for a given Container. This number is reset upon Container restart.

TotalMemory

Every second

Shows the total bytes of memory available to Sybase CEP Server.

UsedMemory

Every second

Shows the total bytes of memory used by Sybase CEP Server.