summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-05-08 19:08:13 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-05-08 19:08:13 +0000
commit1c3ae301bd0377dcbdf1a072333882fc6c1271c2 (patch)
tree6a0e325b06c1ba65b0e6de751668004c4064b006
parent3371fd0d4006eb2804dc65be48a06646c695b8f2 (diff)
downloadATCD-1c3ae301bd0377dcbdf1a072333882fc6c1271c2.tar.gz
ChangeLogTag:Thu May 8 06:44:19 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
-rwxr-xr-xbin/topinfo_iorsize_stats.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/topinfo_iorsize_stats.sh b/bin/topinfo_iorsize_stats.sh
index 902bc18fb8c..ba3d11686be 100755
--- a/bin/topinfo_iorsize_stats.sh
+++ b/bin/topinfo_iorsize_stats.sh
@@ -48,7 +48,7 @@ if test -f $file
sleep 30;
# Get the size once the client has made sufficient invocations.
s_invocations=`top -p $s_id -n 1 -b | grep $US| awk '{print $5}'`;
- actual_server_growth= $s_invocations - $server_start_size;
+ let "actual_server_growth= ${s_invocations}-${server_start_size}";
if test $OPT == 1
then
echo $DATE $s_invocations >> $DEST/source/server_opt_ior_size.txt