we have a WebLogic setup that has been giving us some problems.
We have a monitoring tool called HP BAC that helps us visualize the state of the servers, and we tie this tool with the Java Thread Dump utility such that when there is a low thread count situation, a thread dump will be captured.
There are situations where the server goes into a low thread count state, and we are uncertain why because all our efforts to find out - through thread dumps especially seems futile.
Given the "state of art", our thread dump capture is always triggered late / after, and always never capture thread dump useful for our investigation.
I would like to check how the rest of you guys have put in place such monitoring efforts?
