View previous topic :: View next topic |
Author |
Message |
SMS Beginner
Joined: 16 Oct 2005 Posts: 53 Topics: 24
|
Posted: Wed Jun 13, 2007 11:16 pm Post subject: Difference between JOB start/end time and Epalsed time |
|
|
Hi,
Can anyone let know the difference between the
job start / end time, CPU time and the Elapsed time for a batch job please ?
I know that CPU time is the processor allocated time. Job start and end time is the actual time the job started and ended in mainframe. But elapsed (execution) time and JOB START/END time are sometimes coming differently.
Your inputs are appreciated.
Thanks,
SMS |
|
Back to top |
|
 |
expat Intermediate

Joined: 01 Mar 2007 Posts: 475 Topics: 9 Location: Welsh Wales
|
Posted: Thu Jun 14, 2007 2:02 am Post subject: |
|
|
The elapsed time is the difference between the end time and start time. _________________ If it's true that we are here to help others,
then what exactly are the others here for ? |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
Bill Dennis Advanced

Joined: 03 Dec 2002 Posts: 579 Topics: 1 Location: Iowa, USA
|
Posted: Thu Jun 14, 2007 7:47 am Post subject: Re: Difference between JOB start/end time and Epalsed time |
|
|
SMS wrote: | ...elapsed (execution) time and JOB START/END time are sometimes coming differently.
|
How much difference? Where do you get your numbers? The two should be very close. _________________ Regards,
Bill Dennis
Disclaimer: My comments on this foorum are my own and do not represent the opinions or suggestions of any other person or business entity. |
|
Back to top |
|
 |
SMS Beginner
Joined: 16 Oct 2005 Posts: 53 Topics: 24
|
Posted: Thu Jun 14, 2007 10:13 pm Post subject: |
|
|
Kolusu,
Thanks for the information
Bill,
The difference is close as you mentioned.
Normally to evaluate the performance of a job, elapsed time and cpu time will be helpful. But sometimes, few jobs, after starting the execution runs for long time than the usual time waiting for the cPU . In that case, how to evaluate the performance and calculate the actual elapsed time. Any suggestions please ?
Regards,
SMS |
|
Back to top |
|
 |
Nic Clouston Advanced
Joined: 01 Feb 2007 Posts: 1075 Topics: 7 Location: At Home
|
Posted: Fri Jun 15, 2007 3:47 am Post subject: |
|
|
Actual elapsed time is just that - the difference between start and end time. If you want to exclude wait time that will depend on several fctors each of which will differ between runs eg. what else is running, priority of tasks/jobs, waits for enqueued datasets, other jobs/tasks with heavy resource usage, time of day etc. _________________ Utility and Program control cards are NOT, repeat NOT, JCL. |
|
Back to top |
|
 |
|
|