Re: How to break out CPU-time

2010-03-23 Thread Shmuel Metz (Seymour J.)
In b53f38421003191302h4a6ebe72o98100bc0f23...@mail.gmail.com, on 03/19/2010 at 04:02 PM, George Henke gahe...@gmail.com said: According the the Anthropic Principle vis-a-vis the quantum physicists, it is observer created reality. No. -- Shmuel (Seymour J.) Metz, SysProg and JOAT

Re: How to break out CPU-time

2010-03-22 Thread Donald Johnson
Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Thompson, Steve Sent: Friday, March 19, 2010 3:50 PM To: IBM-MAIN@bama.ua.edu Subject: Re: How to break out CPU-time -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf

Re: How to break out CPU-time

2010-03-20 Thread Kelman, Tom
Bank of Kansas City (816) 760-7632 -Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Thompson, Steve Sent: Friday, March 19, 2010 3:50 PM To: IBM-MAIN@bama.ua.edu Subject: Re: How to break out CPU-time -Original Message- From

How to break out CPU-time

2010-03-19 Thread Donald Johnson
I have a started task that performs a number of functions. In CA Sysview or SDSF I can see the total elapsed time and CPU time, I/O etc. for the overall task. Is there any way to get a more detailed breakdown of these summary numbers? For instance, can I break down the CPU time into more detail to

Re: How to break out CPU-time

2010-03-19 Thread Ted MacNEIL
For instance, can I break down the CPU time into more detail to see what is actually consuming these cycles? You need a monitor like OMEGAMON, or a GTF trace. You also need a real reason to do it, because (Heisenberg) the monitors can get in the way of what they're monitoring. Are you solving a

Re: How to break out CPU-time

2010-03-19 Thread George Henke
If you really want to get granular, STROBE is an excellent tool, just havinng spend the last 3 days buried in it. It also has a nice GUI for the reports. And if you really want to get granular the Indexing feature will actually show how much CPU each line of code in your program is using. You

Re: How to break out CPU-time

2010-03-19 Thread Donald Johnson
No problem, just more of a curiosity about why a task that is sitting and doing nothing yet (we are in the middle of implementing something) would be rolling up minimal CPU. We figure it must be some heartbeat kind of checking. Thanks for the direction, and guidance on the monitor impact. Don On

Re: How to break out CPU-time

2010-03-19 Thread Ted MacNEIL
If you really want to get granular, STROBE is an excellent tool, just havinng spend the last 3 days buried in it. It also has a nice GUI for the reports. It also has restrictions you can't get around. If you're doing get/free mains, you can't see them, because strobe goes for the as lock, and

Re: How to break out CPU-time

2010-03-19 Thread Thompson, Steve
-Original Message- From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of Donald Johnson Sent: Friday, March 19, 2010 1:56 PM To: IBM-MAIN@bama.ua.edu Subject: How to break out CPU-time I have a started task that performs a number of functions. In CA Sysview