Re: SMF reporting for Java DB2 batch jobs

2013-10-12 Thread Rob Schramm
How is it connecting to DB2? Type 4 or RRSAF? On Oct 8, 2013 8:00 AM, "David Crayford" wrote: > I'm running a test case for one of our products that's currently in > development and I can't figure out how to account for the total CPU time > for a Java program that executes a DB2 query. > > I've

Re: SMF reporting for Java DB2 batch jobs

2013-10-12 Thread David Crayford
On 12/10/2013 5:36 AM, Graham Harris wrote: There are no special SMF records for java stats per se. I must say, that the amount of CPU indicated in your table, is somewhat surprising, as java simply isnt that 'cheap'. Especially, when considering the elapsed timejava very rarely sits around

Re: SMF reporting for Java DB2 batch jobs

2013-10-11 Thread Graham Harris
There are no special SMF records for java stats per se. I must say, that the amount of CPU indicated in your table, is somewhat surprising, as java simply isnt that 'cheap'. Especially, when considering the elapsed timejava very rarely sits around NOT consuming CPU when it has 'things to do'!

SMF reporting for Java DB2 batch jobs

2013-10-08 Thread David Crayford
I'm running a test case for one of our products that's currently in development and I can't figure out how to account for the total CPU time for a Java program that executes a DB2 query. I've got four steps running the same query in different programming languages. The step statistics are like