Hi
Well there are many reasons for the slow behaviour
1) Check the CPU utilisation of the appserver and the entire server to see if there are cpu bottleneck
2) Check the Memory utilisation of the appserver and the entire server to see if there are memory bottleneck
3) Check the systemout.log to check if there are any hung threads or OOM
4) Check the heap allocated to the JVM
5) Check the connection to the DB , it could be possible that the connections to the DB has got MAXED out
6) Check the Plugin and webserver logs to see if its connection to has maxed
7) Take the thread dump for further analysis
these would be some of the steps to take
Well there are many reasons for the slow behaviour
1) Check the CPU utilisation of the appserver and the entire server to see if there are cpu bottleneck
2) Check the Memory utilisation of the appserver and the entire server to see if there are memory bottleneck
3) Check the systemout.log to check if there are any hung threads or OOM
4) Check the heap allocated to the JVM
5) Check the connection to the DB , it could be possible that the connections to the DB has got MAXED out
6) Check the Plugin and webserver logs to see if its connection to has maxed
7) Take the thread dump for further analysis
these would be some of the steps to take
No comments:
Post a Comment