CclApplicationInfo Status Messages

A description of runtime properties for projects.

The ObjectId column for this group is the full path to the project, in the following format: workspace-name/project-name, where workspace-name is the name of the workspace, and project-name is the name of the project.

CCLApplicationInfo messages include:

Event Name

Frequency

Description

AutoRestartAttempt

Whenever the project or the Server Container on which it is running auto-restarts.

Shows the number of times the project has auto-restarted.

CPUUtilization

Every second.

Shows the fraction of CPU the project utilizes, where a value of one (1) indicates 100% of total available processor CPU.

DroppedMessages

Every second.

Shows the total number of dropped out-of-order and late rows for the project.

InputMessages

Every second.

Shows the number of input rows the project has received. This is the sum of output rows for all external input streams.

LastError

Whenever the project generates an error.

Shows the most recent error the project has generated.

OutputMessages

Once per second.

Shows the number of output rows the project has sent. This is the sum of input rows for all external output streams.

PendingMessages

Once per second.

Shows the number of pending rows the project's queries need to process. This is a sum of pending rows for all CCX modules in the corresponding program.

PendingPersistentMessages

Once per second.

Shows the number of rows the project needs to save to the disk. This is the sum of pending rows for all CCX modules in the corresponding program.

RunningTime

Every second.

Shows how long the project has been running.

RpcFailedMessages

Every second.

Shows the total number of failed RPC calls for the project.

RpcSentMessages

Every second.

Shows the total number of successful RPC calls for the project.

State

Whenever the state changes.

Shows a state change. State changes include:

  • Unregistered

  • Unregistering

  • Registered

  • Registering

  • RegisterFailed.

  • Started

  • Starting

  • StartFailed