SYSVIEW Performance Management

  • 1.  TSO user mips consuption

    Posted Mar 13, 2019 10:22 AM

    Hi,

     

    Is it possible somwhere in sysview (some panel)  get list of all TSO users with their MSU consumption ? 



  • 2.  Re: TSO user mips consuption
    Best Answer

    Broadcom Employee
    Posted Mar 14, 2019 09:20 AM

    Hello,

    Please try using the WORKLOAD command.

    The GROUP would be TSU.

    The Count would be the number of Users.

    If you set your FORMAT to MSOUNITS (or page over to the right of the display) there is a MSOSU column.



  • 3.  Re: TSO user mips consuption

    Broadcom Employee
    Posted Mar 14, 2019 10:11 AM

    Hi Martin,

     

    you can also use the ACTSUM command and do a SELECT TYPE EQ TSU .

    This will display all the TSO users and also has also some service unit columns :

     

    CPUSU  -  JOBCPUSU - CPU service units
    IOSU      -  JOBIOCSU - I/O service units
    MSOSU  -  JOBMSOSU - MSO service units
    SRBSU   -  JOBSRBSU - SRB service units
    WMSSU  -  JOBWMSSU - Service units

     

    Regards 

    Hennie Hermans

    Broadcom



  • 4.  Re: TSO user mips consuption

    Posted Mar 15, 2019 07:42 AM

    thanks for both aswers, but how can i get some data from the MSUSU collumn. I see non there

     

    I have checked parmib member  MVSVARS and  its enabled: VARIABLE-SET MVS:JOBMSOSU:ENABLE 

     

    and when i check WORKLOAD no data for all group  for collumn MSOSU

     

     

    Another thing:  There is collumn MIPS: this collumn"MIPS" are used MIPS in interval since sysview was started ? 



  • 5.  Re: TSO user mips consuption

    Broadcom Employee
    Posted Apr 02, 2019 04:27 PM

    The values for the MSOSU column come from the field OUCBMSO in the IBM Resources Manager User Control Block (OUCB).  SYSVIEW is just displaying whatever values it finds so it appears that the control block field is empty.  This control block is owned by the System Resource Manager, so there might be something preventing that field from being populated in the control block (configuration option or something).

     

    As for your question regarding the MIPS column, this column, along with the other columns on the display, show the values for the given data collection interval.  So, it is NOT since SYSVIEW was started.



  • 6.  Re: TSO user mips consuption

    Posted Mar 26, 2019 07:14 AM

    can you repeat to my next Q ? 



  • 7.  Re: TSO user mips consuption

    Posted Mar 27, 2019 05:39 PM

    I have the same question. We're trying to calculate MSUs consumed for a group of jobs listed in the ACTSUM display. What data in that display can be used to calculate MSUs? What are MSOSUs anyway?



  • 8.  Re: TSO user mips consuption

    Broadcom Employee
    Posted Apr 02, 2019 03:58 PM

    MSOSUs are storage service units.



  • 9.  Re: TSO user mips consuption

    Posted Apr 05, 2019 03:49 AM

    Hi,

     

    I have fix this  alternatively, i would say easy way 

     

    I created new threshold  for JOBMIPS metric with RsceAttr TSU and then i have some data to work with in rexx