PhixFlow Help

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

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

Database Statistics Record

The table structure for a STATS_RECORD is as follows:

Member
Class
Description
typeenum

Statistics Type:

E.g. 'activity_count'

fromDtmDatetimeThe start time of the period that this measure refers to
toDtmDatetimeThe end time of the period that this measure refers to
context_1_id
context_1_type
context_1_name 
Uid
String
String

The first context object (id, type and name); may be null.

value_1DoubleThe first value; may be null.
.... 

{NOTE There are 10 data contexts/values available for recording stats. Only 1 is show in this table 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.

Pipe Write Statistics

 

Pipe Cache Statistics

Not yet available.

In-Memory-Stream Statistics

Not yet available.

  • No labels