Is it possible to see the performance stats of earlier run

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
zulfi123786
Premium Member
Premium Member
Posts: 730
Joined: Tue Nov 04, 2008 10:14 am
Location: Bangalore

Is it possible to see the performance stats of earlier run

Post by zulfi123786 »

Is it possible to see the performance statistics of earlier run????
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

See, like in the Monitor? No. They can be recreated, however, for a Server job from the 'finishing' log entries from those earlier runs with a little math. A PX job gets more complicated (and this I've never tried to do) but I believe you'd need to farm the 'consumed' and 'produced' log entries with their timestamps and put things back together from that information.

:?: Has anyone ever done anything like that? If so, care to share some pointers?
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

If you use ETLstats to capture them, then you can see them for as many runs as you wish.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply