Skip to Main Content
IBM Data and AI Ideas Portal for Customers


This portal is to open public enhancement requests against products and services offered by the IBM Data & AI organization. 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

Post ideas and requests to enhance a product or service. Take a look at ideas others have posted and upvote them if they matter to you,

  1. Post an idea

  2. Upvote ideas that matter most to you

  3. Get feedback from the IBM team to refine your idea


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.

IBM Employees should enter Ideas at https://ideas.ibm.com


Status Delivered
Workspace Spectrum LSF
Created by Guest
Created on Aug 17, 2020

bwait command logging

bwait logging in querylog or through some other method/file?

  • Admin
    Bill McMillan
    Reply
    |
    Jun 21, 2022

    Addressed in Service Pack 13

  • Guest
    Reply
    |
    Aug 25, 2020

    Thanks for the feedback. It is too late to include this in the next service pack, but we will consider it for the subsequent one.

  • Guest
    Reply
    |
    Aug 20, 2020

    Please go ahead.
    A way to identify who is using bwait from where is the main ask of this RFE but the changes you proposed sounds very much needed too and would be helpful in ensuring proper usage of the tool.

  • Guest
    Reply
    |
    Aug 19, 2020

    "bwait" uses the same framework as job dependencies, so it should not introduce any additional overheads.

    That said, we acknowledge that there is no obvious way to see where bwait is being used.

    The original use case for bwait was for it being in a user script which is submitting jobs - so it is clear to the user when the script is waiting. However, we are seeing people use it within a running job - in that scenario it is not easy to see if the job has hung, or is it waiting on something else. Clearly, using a lot of bwait's within running job scripts will lower utilization as you could have many slots blocked with jobs waiting on something.

    We are considering three enhancements in this area, and would appreciate your input:

    1) A administrative option to prevent bwait from being used within a job. This will prevent running jobs blocking slots with bwait (if desired).

    2) If bwait is allowed within a job, using bwait within the job, a message will be posted to the job so that it is clear from querying the job that it is waiting.

    3) Expose additional counters in badmin perfmon for the number of waits.