From 67f2dc887d1d856ee7f190429a65bb9b564ebaef Mon Sep 17 00:00:00 2001 From: nobody Date: Tue, 22 Sep 1998 08:12:17 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'ACE-4_5_41'. --- TAO/orbsvcs/tests/EC_Multiple/gen_throughput | 43 ---------------------------- 1 file changed, 43 deletions(-) delete mode 100755 TAO/orbsvcs/tests/EC_Multiple/gen_throughput (limited to 'TAO/orbsvcs/tests/EC_Multiple/gen_throughput') diff --git a/TAO/orbsvcs/tests/EC_Multiple/gen_throughput b/TAO/orbsvcs/tests/EC_Multiple/gen_throughput deleted file mode 100755 index 6dce32939d0..00000000000 --- a/TAO/orbsvcs/tests/EC_Multiple/gen_throughput +++ /dev/null @@ -1,43 +0,0 @@ -#!/bin/sh -# -# $Id$ -# - -HP_CONSUMERS="1 5 10 20" -# The number of high priority consumers. - -HP_SUPPLIERS="1 2 10" -# The number of high priority suppliers - -for s in $HP_SUPPLIERS; do - for c in $HP_CONSUMERS; do - grep TOTAL THR.LCL.S${s}.C${c}.*.log | - sed -e "s/THR.LCL.S${s}.C${c}.I//" -e 's/\.log:Time\[TOTAL\]://' | - nawk -v f=$s '{print 1000000 / $1, $2 * f / 500 / $1}' | - sort -n > THR.LCL.S${s}.C${c}.data - done -done - -cat >/tmp/genthr.$$ <>/tmp/genthr.$$ <