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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Sebastien2
Contributor
Contributor

Is there a way to measure globally the amount of data (in bytes) that has passed through a job?

Hello, Is there a way to measure globally the amount of data (in bytes) that has passed through a job? How many bytes are entered in the Job? How many bytes have come out of the Job? Regards,
Labels (9)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hi,

 

    There are no ready made components to do this task. But you should be able to calculate the bytes of each rows by using custom java functions and then you will have to aggregate the value for all rows. You will have to do this exercise after all input components and before all output components.

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved

View solution in original post

2 Replies
Anonymous
Not applicable

Hi,

 

    There are no ready made components to do this task. But you should be able to calculate the bytes of each rows by using custom java functions and then you will have to aggregate the value for all rows. You will have to do this exercise after all input components and before all output components.

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved

Sebastien2
Contributor
Contributor
Author

Thank you for your quick response