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
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
Post a Comment