IBM z/OS Management Facility (z/OSMF)

IBM z/OSMF

IBM z/OSMF

The IBM z/OS Management Facility framework improves programmer productivity by using simplified, streamlined and automated tasks. This easier-to-use functionality reduces both programmer training time and the learning curve.

 View Only
  • 1.  zOSMF internal performance and insight into potential performance bottlenecks

    Posted Mon November 17, 2025 10:23 AM

    Hi There

    We run zOSMF V3.1 on 8-way parallel sysplex with shared zFS. We have an small network team that have been using the Network Configuration Assistant  NCA plug-in successfully for a number of years. We also have a community of  dev ops users developing applications using REST services via cli and zowe. 

    Over the last few weeks the NCA have started complaining of poor response with the zOSMF gui in general, and with the NCA plug-in in particular, to the extent that it can take several minutes to retrieve a backing store, and the app frequently times out when retrieving routing information. The dev ops team do not use the gui so have not expressed any such problems. 

    We are trying to get a handle on the origin of this performance bottleneck.  The performance team have said that the IZUSVR1 task is not resource constrained. We have checked and the file owner f the zOSMF ZFS is the system where where the IZUSVR1 task runs  (we've had performance problems in the past when the two differ). The zOS is approx 30,000 tracks in size split over several extents.   We have looked at the usagestatistics app, but as the counters appear to reset to zero folowing an IPL or recycle of the zOSMF server, this is of limited use as we have no trend or baseline as to what is 'normal' usage. Furthermore, it is difficult to understand just 'how' the dev ops team are 'using' the system.  

    Has anyone any experience of tuning zOSMF - or gaining insight into the internal performance - either using third-party products eg Omegamon, or standalone ?  Is java likely to be a constraining factor - or zFS size? We have raised a case with IBM but have not had much back yet in the way of insight. In the worst case, we could set up a separate instance for the dev ops team, I suppose, but we would not ideally want to down that route from an operability perspective. 

    TIA

    Martin



    ------------------------------
    martin hall
    ------------------------------


  • 2.  RE: zOSMF internal performance and insight into potential performance bottlenecks

    Posted Mon November 17, 2025 01:54 PM

    Hello @martin hall,

    REST API used through Zowe are not related to NCA plug-in so they won't experience any issue if there is problem in NCA. Which browser you are using? Did you experience similar issue in FireFox vs Safari  (or Edge)? What PTF level of NCA code you have?



    ------------------------------
    Hiren Shah Senior Technical Staff Member (z/OSMF)
    ------------------------------



  • 3.  RE: zOSMF internal performance and insight into potential performance bottlenecks

    Posted Tue November 18, 2025 03:50 AM
    Martin,

    I've got my toes wet ( so not very deep) in ZFS performance, and blogged a little on this.   (search the internet for colinpaice ZFS)

    If it is due to zFS being slow...   

    You might try it on the system where the z/OSMF FS is mounted, and your normal system to see if there is a difference going cross system.

    The first time you run something may involve disk I/O, the second time you run it, the data should be in zFS cache - unless the ZFS cache is too small.
    Below are instructions to reset, collect and display the data.  If you send me the output from the buffers I'll have a look at them ( and get the books out to see what they mean)

    You could also see which ZFS have a lot of I/O, and if there is a lot of I/O look at the volumes in RMF.

    Is it only the NCA application or others affected?

    If you can send the output to me directly 

    Colin




    1. If you can issue F ZFS,RESET,ALL Wait for half an hour or so...(while doing your work)Then issue F ZFS,QUERY,VM and paste the page of output - this should show if your ZFS buffers are too small. F ZFS,QUERY,LFS shows which file systems have a lot of activity I think " Metadata Caching Statistics " shows the hit ratio







  • 4.  RE: zOSMF internal performance and insight into potential performance bottlenecks

    Posted Tue November 18, 2025 04:00 AM
    Also..   Waiting for minutes is an age.  It is either waiting millions of times for a service taking an extra millisecond - or there is something waiting for a long interval - perhaps a time out - or perhaps  WLM not dispatching work.
     Zowe and CLI cli use z/OSMF, for example the client  can issue a z/OS service which starts a TSO session which time out after a period of not being used.
    Check you have no unexpected message on the system console and you are not getting z/OSMF messages about lack of threads.
    And check WLM that no work is being seriously delayed
    Colin