Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
BTomar1623403079
Contributor
Contributor

Capture record count processed in flow at particular interval during execution

Hi all,

I have few long running jobs which unloads data from oracle and writes to file. I want to capture the record count processed in flow during execution at fixed intervals like each 5 or 10 min.

I tried tStatCatcher and tflowMeter as well but all show count after completion of that flow not during the processing.

Really appreciate if anyone can guide me

Labels (4)
1 Reply
Anonymous
Not applicable

Hello,

It seems you are looking for real time statistics.

Please refer to this documentation about: TalendHelpCenter: What are real time statistics to see if it is what you are looking for.

This feature is available in talend subscription solution.

 

Without using real time statistic, we could write a job to get the data in usual and set it to append 1 row to a CSV file for each run. Then schedule the job to run every 5-10 minutes.

Best regards

Sabrina