mysql - Whats is DB Connections(Count) in AWS? -


What does the DB Connection (calculation) report on AWS RDS mean? I have gone through their documentation but I did not get any reply there.

I am quite confused with the DB Connection Report on my AWS I can see their only 1 connection, but I am sure that my website always has 100-150 concurrent users on different pages, which users perform database operations.

As the user has a concurrency of 100-150, why does it show only 1 connection on the report.

Note: My website is working well on good performance Enter image details here

Database connection count:" The number of database connections in use. "

This is a count, so it should not be matched with maximum or average. It may be less recorded because you have a very efficient database pool, server-level caching, or your stats Looking at the wrong database in


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -