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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Get status of command-line job? (TOS)

What is the best way to get the status of a loading process that has been exported to a command-line job? I would like to get the current row # (or number of rows read) from components, and feed this into an external monitoring software like Jenkins so we can estimate how much longer the job will run.

 

Labels (2)
1 Reply
vapukov
Master II
Master II

there is no build method to monitor this status

 

you could monitor the number of rows when component finish work, but not during runtime (for use these values use tFlowMeter or enable collect statistic for the whole job)

 

it is possible to manual collect this information for each row, but I think it is a bad idea especial if send this information to 3rd party tools by api

in this case expenses could be very heavy and total runtime will be increased dramatically