Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

PhixFlow generates processing statstics which are saved to the database. These statics are for use by administrators and designers who are tuning for performance.

Processing Statistics

The following statistics are currently recorded and available as data records in the STATS_RECORD table. (See STATS_RECORD record definition)

Activity Statistics

Activity Statistics are recorded from TaskPlans executed, Actions triggered.

STATS_RECORD Column
Statistic
Detail
typeType

Statistics Type: ACTIVITY

fromDtmDatetimeThe start time of the period that this measure refers to
toDtmDatetimeThe end time of the period that this measure refers to
context_1_idId

TaskPlanId or ActionId

context_1_typeActivity Type

Activity Types :

TASK_PLAN - for task plans executed

ACTION - for actions triggered

context_1_name NameName of TaskPlan or Action
value_1CountThe number of times this TaskPlan or action has been executed.

 

Pipe Read Statistics

Not yet available.

Stream Write Statistics

This is a record of data volumes written to Streams and Exporters

STATS_RECORD Column
Statistic
Detail
typeType

Statistics Type: StreamSet

fromDtmDatetimeThe start time of the period that this measure refers to
toDtmDatetimeThe end time of the period that this measure refers to
context_1_idId

Stream Id

context_1_typeActivity Type

Stream Type

context_1_name NameStream Name
value_1Insert Count (Number)Total inserts count
value_2Insert Volume (Records)Total Records inserted
value_3Insert Volumne (Bytes)Average bytes written for records inserted
value_4Update Count (Number)Total updates count
value_5Update Volume (Records)Total Records updated
value_6Insert Volumne (Bytes)Average bytes written for records updated

Pipe Cache Statistics

Not yet available.

In-Memory-Stream Statistics

Not yet available.

 

Database Statistics Record Structure

The table structure for a STATS_RECORD is as follows:

...