Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Hello,
Here is also a KB article about: How to monitor the performance of Web Services deployed in Talend Runtime.
Best regards
Sabrina
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
Hello,
Here is also a KB article about: How to monitor the performance of Web Services deployed in Talend Runtime.
Best regards
Sabrina