SYSVIEW Performance Management

  • 1.  Equivalent Sysview display command for ASM,TOTAL

    Posted Oct 13, 2016 07:49 AM

    We recently migrated from Mainview to Sysview.

    We now struggle to find the equivalent output ASM,TOTAL command in Sysview.

    Note:

    ASM: is the SYSPROG services that displays auxiliary storage and page data set information

     

    Possible Parms:
     
    DSN
    displays the following information for each page data set: data set sequence number, data set name, data set type (PLPA, Common, or Local), total number of slots, and the current percentage of available (free) slots.
     
    ASID
    displays information sorted in ascending ASID sequence
    All address spaces are displayed unless limited to nnn by the second parameter.
     
    MAP
    is an alias for ASID to maintain compatibility with prior releases
     
    NAME
    sorts information in ascending jobname sequence
    All address spaces are displayed unless limited to nnn by the second parameter.
     
    TOTAL
    display the top-10 consumers of local page data set slots
    sorts information in descending TOTAL sequence (sum of non-VIO and VIO slots in use by the address space)
    The display is limited to the top ten address spaces unless nnn is specified as the second parameter, in which case the top nnn address spaces are displayed.

     

    NVIO
    sorts information in descending NVIO sequence (number of non-VIO slots in use by the address space)
    The display is limited to the top ten address spaces unless nnn is specified as the second parameter, in which case the top nnn address spaces are displayed.
     
    VIO
    sorts information in descending VIO sequence (number of VIO slots in use by the address space)
    The display is limited to the top ten address spaces unless nnn is specified as the second parameter, in which case the top nnn address spaces are displayed

     

    Sample: asm,tot                                                
     Jobname   ASID    Total   Non-ViO       VIO   Pct Used
     --------  ----  --------  --------  --------  --------
     *MASTER*  0001      266K      266K        0      5.61%
     SYZFS     001B   60,370    60,370         0      1.28%
     AONVSA    0029   17,825    17,825         0      0.38%
     DCNGX     0022   16,366    16,366         0      0.35%
     SYSVUSER  0013   14,717    14,717         0      0.31%
     SYSVIEW   0014   13,142    13,142         0      0.28%
     AONVAM    002A   12,907    12,907         0      0.27%
     IOSAS     0019   11,852    11,852         0      0.25%
     DCNVAMSA  0023   10,515    10,515         0      0.22%
     CONSOLE   000A    7,928     7,928         0      0.17%



  • 2.  Re: Equivalent Sysview display command for ASM,TOTAL
    Best Answer

    Broadcom Employee
    Posted Oct 14, 2016 09:49 AM

    Patrick,

    The PAGEDS command displays information about page data sets.

     

    The ACTIVITY command display has a field named A-Stg that shows the total amount of auxiliary storage used by the job.  You can issue SORT A-STG D to show the top users, and optionally include the LIMIT keyword on the SORT command to limit the display to 'n' number of jobs.



  • 3.  Re: Equivalent Sysview display command for ASM,TOTAL

    Community Manager
    Posted Oct 18, 2016 12:42 PM

    Patrick,

     

    I've gone ahead and marked this question as "Assumed Answered" -- because it looks like Doug's information helped you. If not, please come back and let us know and I'll unmark it as answered. Thanks!