AutoSys Workload Automation

 View Only
  • 1.  How to generate a report for current running jobs in AE through CLI

    Posted Apr 19, 2020 12:54 AM
    Hi,

    Is it possible to generate a report of current list of running jobs with  start time / duration in AE through CLI. 
    Also, we want this report to be e-mailed for every 3 hours.

    ------------------------------
    Thanks,
    Vamshi
    ------------------------------


  • 2.  RE: How to generate a report for current running jobs in AE through CLI
    Best Answer

    Posted Apr 19, 2020 09:08 PM
    Schedule a job that runs `autorep -J ALL | egrep -w "ST|RU"` every 3 hours and have the output emailed to you.


  • 3.  RE: How to generate a report for current running jobs in AE through CLI

    Posted Apr 20, 2020 12:53 AM
    Thanks Chandru.

    ------------------------------
    Thanks,
    Vamshi
    ------------------------------