Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Talend Experts,
We had come across requirement, in that we need to capture the jvm memory usage against each talend job in a statistics file .
Please help in achieving this scenario.
Thanks in advance...!
Hi,
There are several ways to catch the memory/Heap size/GC data etc.
In Windows, you can run the Talend job with the option "Memory Run" and check the statistics.
In your jdk/bin folder you have VisualVM, which will provide teh pictorial view of the memory/Heap/GC etc.
From Unix, you can use jstat command to get the results.
Thanks and Regards,
Subhadip
Hi Subhadip,
Thanks for your response.
Currently we are using 7.1 version. In that I have tried memory run option but it is working like a TraceDebug. We will not able to find any statistics.
Also we cannot able to identify any application named VisualVM under jdk/bin folder.
Our requirement is to capture the memory usage against each job in a file .Kindly do the helpful.