Monitoring jobs with UNIX details (memory, space, etc.)

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
krystlecsy
Participant
Posts: 50
Joined: Wed Jul 14, 2004 7:56 am

Monitoring jobs with UNIX details (memory, space, etc.)

Post by krystlecsy »

Hi all,

Just want to check with y'all whether DataStage has the capability or program hidden somewhere that is able to monitor the job running with details of the server memory and the space left and all?
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

You need to create your own. Maybe Ken or someone has something they can share.
Mamu Kim
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Yes. You enable collection with Boolean environment variables such as APT_STARTUP_SCRIPT, APT_PM_PLAYER_MEMORY, APT_PM_SHOW_PIDS and so on. RTFM.
Last edited by ray.wurlod on Mon Aug 28, 2006 4:57 am, edited 1 time in total.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
krystlecsy
Participant
Posts: 50
Joined: Wed Jul 14, 2004 7:56 am

Post by krystlecsy »

So, by setting those variables to TRUE, the Director log will show all the information on this? Will it cause any performance problem by doing this?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Of course it will! There's no such thing as a free lunch. You can't have your cake and eat it too. <<Insert favourite cliche here>>.

It's a fundamental fact of performance monitoring that you want to impact the object being measured as little as possible.

But your original question did not pose any reservations about performance, and it was that that I answered.

(The performance impact is not that bad, actually. For a particular definition of "performance".)
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
vmcburney
Participant
Posts: 3593
Joined: Thu Jan 23, 2003 5:25 pm
Location: Australia, Melbourne
Contact:

Post by vmcburney »

The next version of DataStage has an option to turn on performance monitoring in a job and produces 19 different performance graphs on disk I/O, RAM and CPU utilisation. Have a look at the Advanced Parallel Job Developers Guide section on memory, buffering, disk I/O and CPU utilisation for descriptions on how the environment variables work.
Post Reply