republican-creole
site Search:


 
    All Forums Hot Topics Gallery






how-to block ads


 
Search Topic:
Uniqs:
268
Share Topic
Posting?
Links: ·Seti@Home ·S@H Enhanced FAQ ·S@H Enhanced Application FAQ ·Join Our Team
AuthorAll Replies


klambert
Seti Rocks
ExMod 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!

Sunday, 03-Jun 11:21:57 Terms of Use & Privacy | feedback | contact | Hosting by nac.net - DSL,Hosting & Co-lo
over 12.5 years online © 1999-2012 dslreports.com.
Most commented news this week
Hot Topics