Page 1 of 1

How to find a project size

Posted: Mon Aug 11, 2008 9:11 pm
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.

Posted: Mon Aug 11, 2008 10:56 pm
by kduke

Code: Select all

DSHOME=`cat /.dshome`
cd $DSHOME
cd ../Projects
du -s ProjectName
du - disk usage

Posted: Mon Aug 11, 2008 11:36 pm
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.