Lines Matching refs:ETA
30 ETA=0
77 ETA ~ 4 tests * 4 disks * 100 seconds
79 ETA ~ 4 tests * 4 disks * 100 seconds
81 ETA ~ 4 tests * 4 disks * 100 seconds
83 ETA ~ 4 tests * 100 seconds
85 ETA ~ 4 tests * 100 seconds
87 ETA ~ 4 tests * 100 seconds
144 ETA=$(($ETA + $RUNTIME))
180 ETA=$(($ETA + $RUNTIME))
343 ETA_H=$(($ETA / 3600))
344 ETA_M=$((($ETA - ($ETA_H*3600)) / 60))
345 if [ "$ETA" = "0" ]; then
346 echo "Cannot estimate ETA as RUNTIME=0"
348 echo "Estimated Time = $ETA seconds : $ETA_H hour $ETA_M minutes"