View previous topic :: View next topic |
Author |
Message |
analyst Beginner
Joined: 10 May 2007 Posts: 11 Topics: 8
|
Posted: Tue Feb 15, 2011 2:56 pm Post subject: How to find out CPU Usage of current jobs |
|
|
Some times my job is taking so much Elapsed Time although CPU time is same.When I asked the performance team they informed that is another job is in Loop. Could anybody please let me know,how to check at that point what other jobs are running and their CPU usage. |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
Posted: Tue Feb 15, 2011 3:20 pm Post subject: |
|
|
analyst,
When both jobs are running ,go to SDSF and choose DA Active users queue and press PF11 to scroll to the right and see the cpu% and EXCP columns.
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
IEFBR14 Beginner
Joined: 13 Aug 2008 Posts: 17 Topics: 0 Location: SYS1.LINKLIB
|
Posted: Tue Feb 15, 2011 6:03 pm Post subject: |
|
|
Not the question OP asked but hey !.... Cant help but think that the "performance team" have offered a very simplistic (and in many cases wrong) answer |
|
Back to top |
|
|
papadi Supermod
Joined: 20 Oct 2009 Posts: 594 Topics: 1
|
Posted: Wed Feb 16, 2011 12:15 am Post subject: |
|
|
Quote: | Some times my job is taking so much Elapsed Time although CPU time is same. | It is difficult to "tune elapsed time" in a multiprocessing environment.
Most often the elapsed time of a particular job is highly dependent on competition for resources (cpu, file i/o, database, etc) with other tasks currently running.
Usually, a job will use the about same amount of cpu time if it is run multiple times (assuming it is doing the same work each run). _________________ All the best,
di |
|
Back to top |
|
|
taltyman JCL Forum Moderator
Joined: 02 Dec 2002 Posts: 310 Topics: 8 Location: Texas
|
Posted: Wed Feb 16, 2011 11:45 am Post subject: |
|
|
For after the fact viewing you may see if you have access to RMF. Try TSO RMF from ISPF to see if they have it in your linklist concatenation. If you get the RMF primary screen then select option 3. Then option 2 will show job delays. Fill in the jobname, etc and it will list what was causing the delays. |
|
Back to top |
|
|
|
|