From 4d17f7031416d496a9f6fcfcb67526b7217ad7ee Mon Sep 17 00:00:00 2001 From: eeb <eeb> Date: Mon, 4 Oct 2004 09:24:29 +0000 Subject: [PATCH] * Changed sgpdd-survey summary field widths to ensure fixed width. --- lustre-iokit/sgpdd-survey/sgpdd-survey | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre-iokit/sgpdd-survey/sgpdd-survey b/lustre-iokit/sgpdd-survey/sgpdd-survey index 0b1fdc6858..464e701cd2 100755 --- a/lustre-iokit/sgpdd-survey/sgpdd-survey +++ b/lustre-iokit/sgpdd-survey/sgpdd-survey @@ -80,7 +80,7 @@ for ((rsz=$rszlo;rsz<=$rszhi;rsz*=2)); do # show computed parameters actual_rsz=$((bpt*bs/1024)) actual_size=$((bs*count*crg/1024)) - str=`printf 'total_size %8dK rsz %4d crg %5d thr %3d ' \ + str=`printf 'total_size %8dK rsz %4d crg %5d thr %5d ' \ $((actual_size*ndevs)) $actual_rsz $((crg*ndevs)) $((thr*ndevs))` echo "==============> $str" >> $workf print_summary -n "$str" @@ -135,7 +135,7 @@ for ((rsz=$rszlo;rsz<=$rszhi;rsz*=2)); do # compute MB/sec from nregions*slowest check=`awk < $tmpf \ '/time to transfer data/ {mb=$8/1.048576; if (n == 0 || mb < min) min = mb; n++}\ - END {printf "%3d x %6.2f = %7.2f MB/s", n, min, min * n}'` + END {printf "%5d x %6.2f = %7.2f MB/s", n, min, min * n}'` print_summary -n "$bw $check " fi rm $tmpf -- GitLab