I have a web application that is heavily accessed. It uses sql server 2008 as the backend. The poolsize of the connection is set to the default size (min pool size=8;max pool size=16).
The webserver has enough ram (16gb) and fast processors.
The 8 processors of the sql server run at 25% when I check at perfmon.
How can I see if the pool size is set to a decent value?