How to find number of jobs that were in queue at any point of time?
Hi,
I am trying to find information on how many jobs were queued up (due to max. concurrency limits) in my process scheduler. I have configured 3 max AE processes. I need to find how many times the AE jobs were in queue because all AE slots were already used. Like 4th and 5th AE were queued up, since first 3 AE's were in processing. How to find this?
From the below sample data, my output should show process instances 165598, 165599
PRCSINSTANCE PRCSNAME RQSTDTTM BEGINDTTM ENDDTTM
--------------- ------------ -------------------- -------------------- --------------------
165595 ZZBSSAL 3/11/2013 7:45:45 AM 3/11/2013 7:45:54 AM 3/11/2013 7:52:15 AM
165596 ZZBSSAL 3/11/2013 7:45:45 AM 3/11/2013 7:45:54 AM 3/11/2013 7:51:53 AM
165597 ZZG019 3/11/2013 7:45:45 AM 3/11/2013 7:51:59 AM 3/11/2013 7:52:15 AM