AutoSys Workload Automation

  • 1.  How to know active application generations Count in DE WLA 12.0.2

    Posted Feb 21, 2019 06:24 PM

    active application generations through CLI or any place in tool to see



  • 2.  Re: How to know active application generations Count in DE WLA 12.0.2

    Broadcom Employee
    Posted Feb 25, 2019 09:32 AM

    Hi Dewang,

    As of now, we don't have a command to give the number of active applications.  You can check the threadlist command output.  It can give you an idea on busy the server is based on number of DM threads.

    [Thread group=DE_INSTANCE_NAME; active threads=10]
    DM [3.127 seconds]
    DM.dm-appl-builder [0.496 seconds]
    DM.dm-timer-pop [29.154 seconds]
    DM.WAInputSessionRequestProcessor:7507 [5.193 seconds]
    DM.AgentHeartBeat [1.222 seconds]
    .....

    However, the exact numbers can be seen on the Desktop Client, under Monitor -> Dashboard -> Summary Dashboard.

     

    Thank you,

    Nitin Pande

    Broadcom



  • 3.  Re: How to know active application generations Count in DE WLA 12.0.2

    Posted Feb 25, 2019 10:28 AM

    Hi, 

    If you have a method to access to the database directly it can be displayed by issuing a SQL query like the one below. 

    This can be scripted and the output parsed. 

     

    SELECT COUNT(*) FROM esp_application WHERE state != 'COMPLETE'