How to find a project size

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
rakeshbalakrishnan
Participant
Posts: 3
Joined: Tue Apr 24, 2007 9:02 am
Location: india

How to find a project size

Post by rakeshbalakrishnan »

Hi ,

Can you please suggest me to find the project size,
i think we can do it through Unix commands (DS ver 60 installed in Unix).

Please let me know if you requireany other information.
Regards
rbk.
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

Code: Select all

DSHOME=`cat /.dshome`
cd $DSHOME
cd ../Projects
du -s ProjectName
du - disk usage
Mamu Kim
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Of course, this does not include any hashed files you may have created on other file systems for server jobs or any disk and scratch disk resources you have on other file systems for parallel jobs. Totalling all of these presupposes good record keeping.
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