 klambertSeti RocksExMod 2000-03 join:2000-07-20 Dallas, TX | Linux Timing/Progress Script For those using Linux, chknlil come up with this script to allow you to see the estimated time and state of progress of your seti client (it is based upon Kosh Vorlon's Unix script). Although I don't do Linux, those who do agree.
Use the editor of your choice. The main thing I found was to make this a shell script I had to remove the "print" statements and make them echo's. See below.
#!/bin/sh a=`grep prog state.sah | cut -d= -f2` b=`grep cpu state.sah | cut -d= -f2` x=`grep prog state.sah | cut -d. -f2 | cut -c1-6` y=`grep cpu state.sah | cut -d. -f1 | cut -d= -f2` j=`grep name user_info.sah | cut -d= -f2 | cut -dy -f1` k=`grep results user_info.sah | cut -d= -f2` y=` expr $y \* 10000` z=` expr $y / $x` t=` expr $z / 36` s=` expr $z % 36` s=` expr $s \* 10` s=` expr $s / 6` echo 'Account Name: '$j echo 'Results Sent: '$k echo "" echo 'Percent Complete='$a echo 'Seconds Complete='$b echo "" echo 'Projected Completion='$t' Hours '$s' Minutes' --
Don't waste those unused cycles! Join our DSL Reports SETI Team! Join our Folding@Home Team, DSL Reports Team Helix! |