Skip to Main Content
IBM Sustainability Software - Ideas Portal


This portal is to open public enhancement requests against the products and services belonging to IBM Sustainability Software. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Future consideration
Created by Guest
Created on May 27, 2021

VET Provide function to report number of open connections per userid

Request to amend the database connection manager to provide details of the connections and the number of open connections.
The best way would be to provide the userid / spid / epoch of when the connection was opened in a data structure. Any other information would be useful e.g. sessionid or ip address

The system administrator could then write a script to read that and take the necessary actions. Having the detail would allow the system administrators to write scripts to take advantage of the information.

Use case
==

The database manager code currently records details of the open connections and which users opened those connections.

I have investigated a number of connection leaks.
The watchdog WARN entries are very helpful in identifying the code but it doesn't help understand the circumstances that triggered the code or the users who were using the connection.

IBM Support ask for details of the steps that replicate the problems but the current information doesn't help with that.

Switching the watchdog logger to DEBUG provides critical information (e.g. count of number of connections per user & when connections open/close)
Unfortunately there are a lot of open/close operations and the logs can become deluged with log entries that are not useful particularly when dealing with a production problem.


This enhancement will allow support tools/people to query the details in real time to help them identify the users who were performing the actions when the connections were opened.


Triggering log collection
--
the trigger could ask an MDM system (for mobile devices) to send the logs, gather the relevant server logs (e.g. JVM/IHS) for the time period.

Idea priority Medium