From df7308e9b1804b23b30fc9600487a1993e404ccb Mon Sep 17 00:00:00 2001 From: coryan Date: Tue, 1 Jun 1999 00:38:37 +0000 Subject: ChangeLogTag:Mon May 31 19:32:29 1999 Carlos O'Ryan --- TAO/orbsvcs/tests/EC_Multiple/run_utilization | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'TAO/orbsvcs/tests/EC_Multiple/run_utilization') diff --git a/TAO/orbsvcs/tests/EC_Multiple/run_utilization b/TAO/orbsvcs/tests/EC_Multiple/run_utilization index d92d9e5431e..4a40e6c7e06 100755 --- a/TAO/orbsvcs/tests/EC_Multiple/run_utilization +++ b/TAO/orbsvcs/tests/EC_Multiple/run_utilization @@ -2,11 +2,6 @@ # # $Id$ -if [ -z "$NameServicePort" ]; then - NameServicePort=0 - export NameServicePort -fi - HP_WORKLOADS="0 60 65 70 72 74 76 78 80 81 82 83 84 85 86 87 88 89 90" HP_MSGS=200 HP_CONSUMERS=1 @@ -23,29 +18,29 @@ LP_INTERVAL=100000 for w in $HP_WORKLOADS; do echo Local EC test $w - ../../Naming_Service/Naming_Service -ORBport $NameServicePort \ + ../../Naming_Service/Naming_Service \ -o NameService.ior -p NameService.pid >/dev/null 2>&1 & sleep 2 NameService=`cat NameService.ior` export NameService - ./EC_Multiple -ORBport 0 -l ECM1 -s runtime -p ECM1.pid \ + ./EC_Multiple -l ECM1 -s runtime -p ECM1.pid \ -w 1,${LP_CONSUMERS},${LP_WORKLOAD},${LP_INTERVAL},${LP_MSGS},3,4,3,4 \ -h 1,${HP_CONSUMERS},${w},${HP_INTERVAL},${HP_MSGS},1,2,1,2 > \ UTL.LCL.${w}.log 2>&1 kill `cat NameService.pid` - ../../Naming_Service/Naming_Service -ORBport $NameServicePort \ + ../../Naming_Service/Naming_Service \ -o NameService.ior -p NameService.pid >/dev/null 2>&1 & sleep 2 NameService=`cat NameService.ior` export NameService - ./EC_Multiple -ORBport 0 -l ECM1 -r ECM2 -s runtime -p ECM1.pid \ + ./EC_Multiple -l ECM1 -r ECM2 -s runtime -p ECM1.pid \ -w 1,${LP_CONSUMERS},${LP_WORKLOAD},${LP_INTERVAL},${LP_MSGS},1,2,1,3 \ -h 1,${HP_CONSUMERS},${w},${HP_INTERVAL},${HP_MSGS},4,5,4,6 > \ UTL.ECM1.${w}.log 2>&1 & - ./EC_Multiple -ORBport 0 -l ECM2 -r ECM1 -s runtime -p ECM2.pid \ + ./EC_Multiple -l ECM2 -r ECM1 -s runtime -p ECM2.pid \ -w 1,${LP_CONSUMERS},${LP_WORKLOAD},${LP_INTERVAL},${LP_MSGS},7,3,7,2 \ -h 1,${HP_CONSUMERS},${w},${HP_INTERVAL},${HP_MSGS},8,6,8,5 > \ UTL.ECM2.${w}.log 2>&1 & -- cgit v1.2.1