QuestionQ131

Configuring and Monitoring WebLogic Server

You use the console to monitor a running JDBC data source and observe these values:

  • Current Capacity = 10
  • Current Capacity High Count = 20

Identify two plausible explanations for these metrics.

Choose two
  • A The workload was lower than it is now
  • B The statement cache size is 20
  • C The pool size has increased
  • D The statement cache size is 10
  • E The pool size has decreased
  • F The workload was higher than it is now
Explanation

Current Capacity is the current number of JDBC connections in the connection pool, and Current Capacity High Count is the highest such capacity recorded since deployment. A current capacity of 10 with a historical high of 20 can occur when demand is lower now and the pool has shrunk, or when the pool size has decreased. Statement-cache size is unrelated to connection-pool capacity.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!