Hi All, I am runnning my Talend job in the Windows console and wondering whether I can set up it to show the statistics related to each sub job dynamically in the console. At least the rate of rows per second through the main flow. Thanks, thivanka.
Hi, To capture the rate of rows, you need to use tFlowMeterCapture component in the job, and use tStatCapture to capture the job statistics, including job starting time, end time,job status, duration of job execution etc. Best regards Sabrina