Niall Mullen's WeblogNiall Mullen's Weblog |
|
Thursday May 25, 2006
specweb 2005 configuration: Building the fileset
This blog entry forms one part of a larger guide to specweb2005 which Building the Fileset Building the fileset is quite straight forward and is well documented here . The only interesting caveat I found is the level to which one should parallellise In the example below the script will build a fileset of 24000 for the SPECweb_Banking #!/bin/sh i=0 while [ $i -lt 24 ]; do i=`expr $i + 1` sessions=`expr $i \* 1000` dir=`expr $sessions \* 50` cat template |sed -e "s/XXX/$dir/" -e "s/YYY/$sessions/" >bank_usercheck_props.$sessions done for file in bank_* rm bank* This launches 24 processes in this case to build the fileset in parallell. Posted at 03:29PM May 25, 2006 by nmullen in General | Comments:
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||