You can use Performance Monitoring Tool for J2EE Applications . Automating the process will help to understand the Performance problems. There are many Open Source Peformance Monitoring Tools Here are few .
Open Source Performance Monitoring Tools
InfraRED is a tool for monitoring performance of a J2EE application and diagnosing performance problems. It collects metrics about various aspects of an application's performance and makes it available for quantitative analysis of the application.
For Code Review you can use
PMD scans Java source code and looks for potential problems like:
Based on your requirement choose right tool .
Hope this helps