SetiDockling - 2.2Dockling to monitor SETI@home and Distributed.net clients |
|
||||||||||||||
|
|||||||||||||||
Feedback Summary:
| This Version: | |||||
| Overall Rating: | Not rated (0.0) | Features: | Not rated (0.0) | Support: | Not rated (0.0) |
| Ease of Use: | Not rated (0.0) | Quality / Stability: | Not rated (0.0) | Price: | Not rated (0.0) |
Key to Types of Feedback:
Reviews
Troubleshooting
Usage Tips
Developer Notes
Commentary
Featured Reviews
Works Great! - Version: 2.2, 2/24/2004 01:46PM PST
(1 of 1 users found this comment useful)
alanfromvictoria
I've been using 



- Version: 2.2, 10/28/2003 06:55AM PST
towne
the GUI Seti@home for 8 months with an average 28+ hours per work unit. After downloading the CLI and SetiDockling, I see my first work unit completed in 13 hours. GREAT! I like having the process info. accessible in the dock - short and easy sweet. Two questions though: Can I close my 'hidden' Terminal now? It says it will stop the process in the terminal window. Are the two linked in the background? And, what is the 'nice' setting for in the preferences?
It should be explained what people need to do to get the right path.
Tell what the NICE setting is for in preferences
It should be explained what people need to do to get the right path.
Tell what the NICE setting is for in preferences
Great. One thing… 



- Version: 2.2, 1/2/2003 03:47AM PST
Morphis
I have found is that some times SetiDockling comes to the front for no reason has happened even during DVD play back!Very Annoying! It would be good if SetiDockling Control/Run Seti through sudo(root)
MDahaman, you need… - Version: 2.2, 12/23/2002 08:54AM PST
rzara
to download the command line version for powerpc-apple-darwin.
Hye, I want… - Version: 2.2, 12/23/2002 07:02AM PST
AvielD
to download the command line version of seti and control it through SetiDockling but when I go to setiathome's website to download that version, theres a large list to download from and theres nothing there to point out which one is for Mac OS X. can someone help me in this? if it makes a difference, I have a Dual 800MHz G4 with 384MB RAM. Thanks for any help you can give.
Does what it… 



- Version: 2.2, 8/29/2002 11:41AM PST
doctorsimon
says on the tin. Runs the cli seti, gives stats in the dock. I don't use the gui seti as it is far slower. Now I can run the cli seti without messing with the terminal. GREAT!
Thanks for the… 



- Version: 2.2, 7/17/2002 07:04PM PST
Gorman Christian
quick update (link change) and a wonderful application. First thing I install after reformatting.
great utility! I… 



- Version: 2.0.5, 5/6/2002 11:57PM PST
spunky_cadaver
love it! Would be even better as a menu item as well. even just a little pie chart showing the progress so I dont have another item in my dock
Towne, this is what I use to start the CLI client on the command line:
nohup ./setiathome -nice 19 -email > seti.log &
This tells it to run the client from the directory I'm in (which should be where the client is), don't quit it when I log out (nohup), email me if it wants, send any output to the seti.log file (the '>' sign), and the '&' tells the app to run in the background. Nice of 19 means that anything else can take precedence of the CPU over it, which means everything else will run fine when you use your computer, but it will take all the CPU when nothing else is running.