Engine-side

The following are Engine-side phases:

Instrumentation Engine-side Phases

Phase

Description

Engine Receive Input

The time at which the Engine receives the input message from the Broker.

Engine Deserialize Instance

The deserialization of the Service instance object.

Engine Call Initialize

The initialization call.

Engine Download Update

The download of update data.

Engine Deserialize Update

The deserialization of update data.

Engine Call Update

The update call.

Engine Deserialize Input

The conversion of the serialized input to an in-memory object.

Engine Download Checkpoint

The download of checkpoint data from another Engine.

Engine Call Service

The Service call.

Engine Serialize Output

The serialization of the output.

Engine Send Output

The time at which the Engine sends the output message to the Broker.