I am using django-postgrespool as a backend to connect to my application. I want to find out if it works correctly or not. How to track current postgres connections from django to see if connections are being reused.
You should try the django-debug toolbar. Among many other options, you can track database queries for each page and response time.
This is a screenshot from the plugin documentation:
Source: https://habr.com/ru/post/1499840/More articles:How to return 401 response and user page? - http-status-code-401How to track pipeline stages in OmniThreadLibrary? - delphiMiddle elements in a sublist - pythonHyrbid Modul and program behavior for D source file - pythonImplementing Trie Using a Map - c ++Passing a parameter using MvvmCross MvxBind to ItemClick using MvxGridView - androidIn which TextBox is the cursor.? - javascriptHow to configure AutoFac to enter IPrincipal in a custom DbContext on each ApiRequest - dependency-injectionCA2227 and ASP.NET Model Binding - c #Building an array by averaging n consecutive numbers in an array - pythonAll Articles