Performance Statistics

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
Jothy Ganesan
Participant
Posts: 10
Joined: Wed May 17, 2006 9:03 pm

Performance Statistics

Post by Jothy Ganesan »

HI all,

I developed one new parallel job and ran the same. It ran fine.
But i was not able to see any changes in the designer.
The designer always shows me 0rows and no color in the link.
I checked with the settings and all are fine.

Also that there is one other parallel job developed already. I can see the last run statisitcs for the job in designer.Both my job and this jobs are in the same project.


I saw a previous post asking to check APT_JOB_MONITOR variable. Is this specific only for parallel jobs alone? :?

Please throw me some light.

Regards
Jothy
Magesh_bala
Participant
Posts: 86
Joined: Mon Nov 27, 2006 3:42 am
Location: Wilmington

Re: Performance Statistics

Post by Magesh_bala »

Jothy Ganesan wrote:HI all,

I developed one new parallel job and ran the same. It ran fine.
But i was not able to see any changes in the designer.
The designer always shows me 0rows and no color in the link.
I checked with the settings and all are fine.

Also that there is one other parallel job developed already. I can see the last run statisitcs for the job in designer.Both my job and this jobs are in the same project.


I saw a previous post asking to check APT_JOB_MONITOR variable. Is this specific only for parallel jobs alone? :?

Please throw me some light.

Regards
Jothy

Hi Jothy
Normally in parallel jobs u cant find the color changes, its not like the server jobs.

The job u can't find could have been deleted from the project.

go to designer and check it out whether ur job has completed sucessfully.

Regards,
N.Magesh
jhmckeever
Premium Member
Premium Member
Posts: 301
Joined: Thu Jul 14, 2005 10:27 am
Location: Melbourne, Australia
Contact:

Post by jhmckeever »

Jothy,

Parallel jobs do show performance statistics in the same manner as Server jobs. Have you set performance statistics visible in Designer? (Right click canvas, "Show Performance Statistics")

If you're using v7.5 then check out section 6-18 (Job Monitoring) of the Parallel Job Advanced Developer's Guide.

You might find posts such as <a href="viewtopic.php?t=104541">this one</a> useful. Search on Job Monitor for more like it.

HTH,
J.
<b>John McKeever</b>
Data Migrators
<b><a href="https://www.mettleci.com">MettleCI</a> - DevOps for DataStage</b>
<a href="http://www.datamigrators.com/"><img src="https://www.datamigrators.com/assets/im ... l.png"></a>
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Some stage types do not show row counts. For example the output link from a Modify stage does not.

If you have JobMonApp disabled no row counts will be displayed.

If you have toggled off the display of performance statistics (Diagram menu) the row counts will not be shown.

One of these three is probably your culprit.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
keshav0307
Premium Member
Premium Member
Posts: 783
Joined: Mon Jan 16, 2006 10:17 pm
Location: Sydney, Australia

Post by keshav0307 »

have you enable multiple instance for this job, then you can't see the perfoamnce statistics in designer.
lstsaur
Participant
Posts: 1139
Joined: Thu Oct 21, 2004 9:59 pm

Post by lstsaur »

Jothy,
You need to go your ../DataStage/PXEngine.751/java directory to re-start the jobmoninit by issuing the follwong command:
sh jobmoninit start $APT_ORCHHOME.

After jobmoninit started, then you will see the perfomance statistics.
Post Reply