Skip to Main Content
IBM Z Software


This portal is to open public enhancement requests against IBM Z Software products. 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 Not under consideration
Workspace z/OS Connect
Created by Guest
Created on Mar 29, 2019

zCEE Add custom header in request pre-invoke interceptor

We were looking at having the preinvoke request interceptor ADD a new custom header to the flow, that would contain the value of System.currentTimeMillis(); it could contain other values as well for future needs. On the post invoke; read the header to get that value; do another System.currentTimeMillis(), calculate the difference to determine the round trip time. This could be forwarded to our monitoring system and if the time exceeds a threshold, send out an alert.

Idea priority Medium
  • Guest
    Reply
    |
    Apr 29, 2019

    There are various existing features and sources of information that could be used today to determine round-trip time with IBM z/OS Connect EE V3, including the ability to integrate with analytics platforms through IBM Common Data Provider for z Systems.

    Today IBM z/OS Connect EE provides SMF type 123 subtype 01 records including time of entry (TIME_ZC_ENTRY) and response (TIME_ZC_EXIT), in Store Clock format. For full details, see Table 6:
    https://www.ibm.com/support/knowledgecenter/en/SS4SVW_3.0.0/configuring/auditing_intro.html

    IBM Common Data Provider for z Systems V1.1.0 added support for SMF 123 subtype 1 records in March 2019, and can be used for integration with analytics platforms such as Splunk. For more details, see the summary of new features:
    https://www.ibm.com/support/knowledgecenter/en/SSGE3R_1.1.0/cdp_v110.html

    IBM z/OS Connect EE V3.0.16 introduced an map of values to the interceptor framework via the getData method. The new map includes a more detailed break-down of the round-trip, providing the following timestamps in extended store clock format:
    TIME_ZOS_CONNECT_ENTRY
    TIME_ZOS_CONNECT_EXIT
    TIME_SOR_SENT
    TIME_SOR_RECEIVED

    See the associated Javadoc for further details, e.g.:
    https://www.ibm.com/support/knowledgecenter/SS4SVW_3.0.0/javadoc/com/ibm/zosconnect/spi/Data.html?view=embed#TIME_ZOS_CONNECT_ENTRY