Search found 262 matches

by pavan_test
Wed Oct 19, 2011 8:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: I/O thoughput
Replies: 7
Views: 3097

I/O throughput

Thank You. Where do I find this word contention
by pavan_test
Tue Oct 18, 2011 11:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: I/O thoughput
Replies: 7
Views: 3097

I/O thoughput

when I ran single instance 20,306 records are processed per second. And 1685 rows/sec were processed when 6 instances of the same job were running concurrently. the jobs were running with a 2x1 configuration file.

Thanks
Mark
by pavan_test
Tue Oct 18, 2011 11:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: I/O thoughput
Replies: 7
Views: 3097

I/O thoughput

I am having a performance issue with a job I am working running currently. The source is a fileset. the job read around 3 million records. when I ran the job it completes in 2 minutes. when I run the same job 6 instances at a time then each instance takes around 25 minutes, out of which 23 minutes i...
by pavan_test
Fri Jul 15, 2011 2:37 pm
Forum: General
Topic: Total Record Count
Replies: 7
Views: 11332

Total Record Count

I use this to get the total record count and from a shell script I send an email to the team.

Count=`dsjob -linkinfo $Project $Job $Stage $Link | grep 'Link Row Count' | awk '{print $5}'`

mail -s team.com

Thanks
Mark
by pavan_test
Fri Jul 15, 2011 2:11 pm
Forum: General
Topic: Total Record Count
Replies: 7
Views: 11332

Total Record Count

Thanks. I was able to find the record count in the job1. How Do I send the total record count in an email to the team from the sequence?

Thanks
Mark
by pavan_test
Fri Jul 15, 2011 1:42 pm
Forum: General
Topic: Total Record Count
Replies: 7
Views: 11332

Total Record Count

sequence ---Job1 ---Job2

The sequence contains 2 datastage jobs. I have to fnd the total count in the job1 and send an email notification.

Thanks
Mark
by pavan_test
Fri Jul 15, 2011 1:39 pm
Forum: General
Topic: Total Record Count
Replies: 7
Views: 11332

Total Record Count

Thank You. I have couple of questions;

There is a environmental parameter @INROWNUM gives me number of records processed however, how can I capture count in a transform routine? and How can pass this count to a sequence?

Thanks
Mark
by pavan_test
Fri Jul 15, 2011 12:56 pm
Forum: General
Topic: Total Record Count
Replies: 7
Views: 11332

Total Record Count

Hi All, I have a datastage job (parallel edition) that counts the numbers of records processed and writes to a text file (or it can write to a peek stage) After the job completes successfully, I have to send an email to the team with total number of records processed. There is Notification_activity ...
by pavan_test
Mon Jun 20, 2011 7:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: &PH& Directory
Replies: 11
Views: 5454

&PH& directory

The jobs which used to run in 35-45 minutes are taking hours to complete. so i trying to know where the bottleneck could be. when I run this ps -ef | grep osh | wc -l before the job starts it is around 300 and then it shoots all the way to 856 while the job is executing. can someone suggest me where...
by pavan_test
Mon Jun 20, 2011 5:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: &PH& Directory
Replies: 11
Views: 5454

&PH& directory

I find these in the dsparams file

RTLogging=1
ORLogging=0

There are 65 files in the &PH& directory

Thanks
Mark
by pavan_test
Mon Jun 20, 2011 3:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: &PH& Directory
Replies: 11
Views: 5454

Re: &PH& Directory

can you also please explain what do you mean by fragmented file structure.

How do I know if it is happenning in my environment?

Thanks
Mark
by pavan_test
Mon Jun 20, 2011 3:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: &PH& Directory
Replies: 11
Views: 5454

&PH& Directory

Thanks Paul. More files are being created in that directory. This started recently and I am trying to understand what why it is happenning. The OS is AIX 5.3 The start up time for some jobs is horrible. 1 hour 32 minutes, it used to be 1 or2 seconds in the past. also the run for the jobs are now 7 h...
by pavan_test
Mon Jun 20, 2011 2:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: &PH& Directory
Replies: 11
Views: 5454

&PH& Directory

Hi all,

Can anyone suggest me how can i find the number of process datastage job is creating?
Can the number of processes in the &PH& directory slow down the performance of a datastage job?

Thanks
Mark
by pavan_test
Mon Jun 13, 2011 10:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Ouput Stage
Replies: 1
Views: 1030

XML Ouput Stage

My business requirement expects me to write output file in xml format only. The output record count is 3 million approximately. Currently the xml output stage is running sequentially and the xml stage performance is slow (20 rows/sec). Can anyone please tell me if I can run the xml output stage in p...
by pavan_test
Fri May 06, 2011 6:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage memory usage
Replies: 3
Views: 4729

datastage memory usage

I don't have a sort stage in my job. I am curious to know how can I find out I/O through put, memory usage and CPU usage while the job is executing.

Thanks
Mark