Can anyone speak to the Thread Information tab under Monitoring? Trying to diagnose some performance drags and DBA has confirmed our DB is healthy. I just don't know anything about the thread data.
Are these normal thread counts and states immediately following an application restart?
BLOCKED | 4 |
RUNNABLE | 29 |
TIMED_WAITING | 84 |
WAITING | 116 |
Thanks,
Bill
7.0.2 P07
Those are Java thread states, same to what is described in Javadoc API https://docs.oracle.com/javase/7/docs/api/java/lang/Thread.State.html
Did you see any high CPU/mem utilization with top command? Output from top/Java thread dump may help to determine which specific threads are consuming CPU https://www.cisco.com/c/en/us/support/docs/wireless/quantum-policy-suite-wi-fi/119010-technote-jstack-00.html
If you encounter performance issue due to high CPU utilization, we need to analyze YourKit snaphots(acm must be started with profiling enabled i.e acm start-with-profiling).
If you need help, please raise RSA Customer case and we will able to assist you.