Hello Mallikarjun,
After going through the report, your application suffers the performance issues. The first indication is the throughput. This value is very low. An application usually gets more than 95%.
The application takes a lot of time in cleaning the garbage which is
3 hrs 14 min 48 sec. But, this GC log states that the appliation has run only for 2 hrs 15 min 19 sec.
Basically it takes MORE time in garbage collection. There is one more reason for this , the average object creation rate is very high,
104.4 mb/sec
So your application needs a profiling to improve the performance.
Run the application for a longer duration (at least day) and monitor whether the same condition prevails.
Edit your Comment