Memory requirement of a running job

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
MT
Premium Member
Premium Member
Posts: 198
Joined: Fri Mar 09, 2007 3:51 am

Memory requirement of a running job

Post by MT »

Hi,

is there a way to determine how much memory is consumed by a certain job?
I want to know how much memory on the application server is used for a currently running job.



Many thanks in advance
MT
MT
Premium Member
Premium Member
Posts: 198
Joined: Fri Mar 09, 2007 3:51 am

Post by MT »

Hi,

in addition to my posting I am interested in the memory consumpition on the datastage server as well

Thanks in advance

MT
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

One of the tools in the Designer toolbar is Resource Estimator. It will do all that and more. You can also set the environment variable that causes player processes to dump their PID into the job log at startup and monitor those processes' memory consumption.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
MT
Premium Member
Premium Member
Posts: 198
Joined: Fri Mar 09, 2007 3:51 am

Post by MT »

Hi,

super, thanks Ray.
I suppose you refer to the APT_PM_SHOW_PIDS variable.

kind regards
MT
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

That looks reasonable. Curiously, perhaps, I don't have all the environment variables in my head at the moment. :wink:
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