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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
karthik_T
Contributor
Contributor

Talend Performance Testing

Hi All,

I wanted to know how to do performance testing in talend to know the performance issues.

The components like tstatcatcher will help us to check some of the metrics like job start time and end time. Other than this was there any Performance testing methods in Talend. If there are any please post here.

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hello,

Here is also a KB article about: How to monitor the performance of Web Services deployed in Talend Runtime.

https://community.talend.com/s/article/Understanding-and-using-performance-metrics-in-Talend-ESB-Web...

Best regards

Sabrina

View solution in original post

2 Replies
Anonymous
Not applicable

Hello,

You are able to use Talend API service to get the observability metrics of your Data Integration tasks, running on a Cloud Engine. For further information, see Getting component metrics of task runs for performance monitoring

And it is possible to generate a summarized report (e.g. daily / weekly / monthly) from each scheduled jobs in TAC, you could call all metaservlet API (such as getTaskExecutionStatus command) to query the task execution status. My idea is to call the metaservlet API in a talend job and do the aggregation to generate daily/weekly/monthly report data, output the data to Excel file or DB, schedule this job to run regularly in TAC.

 

Best regards

Sabrina

 

Anonymous
Not applicable

Hello,

Here is also a KB article about: How to monitor the performance of Web Services deployed in Talend Runtime.

https://community.talend.com/s/article/Understanding-and-using-performance-metrics-in-Talend-ESB-Web...

Best regards

Sabrina