Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Use volumetrics(tFlowMeterCatcher)

hi all,

 

I want Use statistics and volumetrics....

so, Project settings -> Job Setting -> Stats & Logs...

0683p000009M8ps.png

 

And create table like this...

 

CREATE TABLE ODS.O_JOB_LOG
(
moment            TIMESTAMP     ,
pid               VARCHAR2(20)  ,
father_pid        VARCHAR2(20)  ,
root_pid          VARCHAR2(20)  ,
system_pid        NUMBER(8)     ,
project           VARCHAR2(50)  ,
job               VARCHAR2(255) ,
job_repository_id VARCHAR2(255) ,
job_version       VARCHAR2(255) ,
context           VARCHAR2(50)  ,
origin            VARCHAR2(255) ,
message_type      VARCHAR2(255) ,
message           VARCHAR2(255) ,
duration          NUMBER(8)      
)
;


CREATE TABLE ODS.O_JOB_LOG2
(
moment            TIMESTAMP     ,
pid               VARCHAR2(20)  ,
father_pid        VARCHAR2(20)  ,
root_pid          VARCHAR2(20)  ,
system_pid        NUMBER(8)     ,
project           VARCHAR2(50)  ,
job               VARCHAR2(255) ,
job_repository_id VARCHAR2(255) ,
job_version       VARCHAR2(255) ,
context           VARCHAR2(50)  ,
label             VARCHAR2(255) ,
count             INTEGER       ,
reference         INTEGER       ,
thresholds        VARCHAR2(255)      
)
;

 

Statistics is very well...

0683p000009M8px.png

 But volumetrics is not work...

0683p000009M8q2.png

 

Stats & Logs menu chnage setting on Console, then not appear volumetrics ...

 

Please, help me... 0683p000009MPcz.png

 

Labels (3)
1 Reply
kavita02
Contributor
Contributor

Hi @jklee88 ,

Please confirm if you have applied monitor connection for the flows you want to capture volumetric information.

This option is there for each flow in "Advance setting" as "Monitor this connection"