summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/EC_Multiple/run_utilization
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-01 00:38:37 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-01 00:38:37 +0000
commitdf7308e9b1804b23b30fc9600487a1993e404ccb (patch)
tree85bcdebb7c00475d603c52ef99c113f5aeda0e60 /TAO/orbsvcs/tests/EC_Multiple/run_utilization
parent0c7b4696145bc20e52b6b8373b6395babbe9e50d (diff)
downloadATCD-df7308e9b1804b23b30fc9600487a1993e404ccb.tar.gz
ChangeLogTag:Mon May 31 19:32:29 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/tests/EC_Multiple/run_utilization')
-rwxr-xr-xTAO/orbsvcs/tests/EC_Multiple/run_utilization15
1 files changed, 5 insertions, 10 deletions
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 &