I have a spring batch application that runs for hours (~10hrs) in existing on-premise environment, we are in the progress of migrating & deploying the application into AKS.
The same application takes ~20hrs to execute in the AKS environment.
We want to identify the java method and SQL queries that causes performance degradation? How do I approach?
Note: as mentioned in How to do spring batch application performance analysis and tuning in Intellij? , I am trying to run the application iwth profiler.