IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

How to find out CPU savings


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
amolph

New User


Joined: 28 Dec 2007
Posts: 4
Location: pune

PostPosted: Wed Dec 31, 2008 10:37 am
Reply with quote

I have set of jobs which I run through CA7. The set of jobs take 2.5 hours to complete. I have modified the set now and will take only 1 hour to complete. I can easily find out time saving ,however how can I understand ,how much CPU I have saved .
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Dec 31, 2008 10:47 am
Reply with quote

Hello,

Many organizations run monthly reports showing resource usage by job. Often there is a file created of job related data that developers and others may use to generate such reports. You might ask if these exist and review them.

If there is nothing already in place, the info you want will be available in the SMF data.

In either case, you would talk with your scheduling or system support people to find out what is available.
Back to top
View user's profile Send private message
amolph

New User


Joined: 28 Dec 2007
Posts: 4
Location: pune

PostPosted: Wed Dec 31, 2008 10:55 am
Reply with quote

Thanks Dick.
Will check then and get those reports.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Dec 31, 2008 10:59 am
Reply with quote

You're welcome - good luck icon_smile.gif

d
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Wed Dec 31, 2008 12:29 pm
Reply with quote

Although it is not clear exactly what you did to modify the application, there are a couple of points to think about.

If you have only amended the process order then there will be zero savings.

If you have amended the code or even execution JCL, then there is the possibility that you may have increased CPU consumption.

Also consider what else is running at the same time as your jobs. This workload can affect the elapsed times of your application without any effect on CPU consumption.
Back to top
View user's profile Send private message
amolph

New User


Joined: 28 Dec 2007
Posts: 4
Location: pune

PostPosted: Wed Dec 31, 2008 12:38 pm
Reply with quote

Thanks.
I have reduced the work load e.g. taking backup of 10 DBs insted taking backup of 20 in previous case.I think this should save CPU.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Wed Dec 31, 2008 1:11 pm
Reply with quote

But does it compromise data integrity or rerun capability by removing the extra backups ?
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Wed Dec 31, 2008 5:25 pm
Reply with quote

Elapsed time has only a tenuous relationship to CPU time -- a point which cannot be made enough since a lot of people don't understand it. Elapsed time is more affected by system load, WLM definitions, I/O contention, paging, and so forth. Even a simple change like adding buffers to DD statements can cut elapsed time by 80%.

If you want to find CPU savings, you can generally find a summary of the job in the listing, which typically gives TCB and SRB time for the entire job. Add these values and you'll have the CPU time used for the job.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts To find whether record count are true... DFSORT/ICETOOL 6
No new posts Quantifying/Justifying CPU savings All Other Mainframe Topics 2
No new posts Find the size of a PS file before rea... COBOL Programming 13
No new posts Find the occurrence of Key Field (Par... DFSORT/ICETOOL 6
No new posts Find a record count/numeric is multip... COBOL Programming 1
Search our Forums:

Back to Top