prion - folding stats & info
Moderator: Site Moderators
prion - folding stats & info
thought some here might like it...it runs on whatever has python (with pyxdg) and pygtk installed. let me know what you think
http://code.google.com/p/prion/
system tray:
http://code.google.com/p/prion/
system tray:
Last edited by markybob on Mon Sep 22, 2008 9:32 pm, edited 1 time in total.
Re: prion - folding stats & info
Working fine here.
One thing I do see is that on the world view the Active CPUs and the Total CPUs are showing the same figures(active).
One thing I do see is that on the world view the Active CPUs and the Total CPUs are showing the same figures(active).
Re: prion - folding stats & info
thanks for the catch. fixed and reuploaded!bollix47 wrote:Working fine here.
One thing I do see is that on the world view the Active CPUs and the Total CPUs are showing the same figures(active).
-
- Posts: 179
- Joined: Sun Dec 02, 2007 6:40 am
- Location: Team_XPS ..... OC, S. Calif
Re: prion - folding stats & info
Looks nice markybob .... I will give it a go soon, Thanx.
Peace
Peace
T.E.A.M. “Together Everyone Accomplishes Miracles!”
OC, S. California ... God Bless All
OC, S. California ... God Bless All
Re: prion - folding stats & info
The overall totals have been fixed but not the Total CPUs for individual OS types.
Re: prion - folding stats & info
at the risk of sounding like a broken record, fixed and reuploadedbollix47 wrote:The overall totals have been fixed but not the Total CPUs for individual OS types.
Re: prion - folding stats & info
Hi.
Forgive my ignorance, but I've download this code and saved it.
I then installed the pygtk package, which includes Python, on Windows XP.
I'm not trying to run it but it doesn't work.
Do I need to edit something?
Can it run on a Windows platform?
Best regards,
François
Forgive my ignorance, but I've download this code and saved it.
I then installed the pygtk package, which includes Python, on Windows XP.
I'm not trying to run it but it doesn't work.
Do I need to edit something?
Can it run on a Windows platform?
Best regards,
François
Re: prion - folding stats & info
i havent tested it on windows (i only have linux), but i assume that it can. there's nothing in the code that would be platform specific that i can see. one thing i'd suggest is that you open a command prompt, then run "c:\python25\python.exe prion.py" and see if the console spits out any errors at you. then we could move from there and figure out the problem
Re: prion - folding stats & info
I get this:
C:\FAH\prion>"c:\program files\pygtk\python\python.exe" prion.py
Traceback (most recent call last):
File "prion.py", line 28, in <module>
import xdg.BaseDirectory
ImportError: No module named xdg.BaseDirectory
C:\FAH\prion>"c:\program files\pygtk\python\python.exe" prion.py
Traceback (most recent call last):
File "prion.py", line 28, in <module>
import xdg.BaseDirectory
ImportError: No module named xdg.BaseDirectory
Re: prion - folding stats & info
you need to install pyxdg. it does install fine on windows, btw. http://freedesktop.org/wiki/Software/pyxdg
-
- Posts: 157
- Joined: Fri Feb 01, 2008 6:41 pm
Re: prion - folding stats & info
Hmmm! Very interesting, An option to log the client stats every time they are updated would be cool for people maintaining the highwater mark!
Check once a day, as long as Prion is running, log the stats to a log file and some XML or CSV format for easy consumption by another application or spreadsheet program (Excel, OpenOffice, etc...). Add the:
That would be very useful since Stanford doesn't provide an archive of Client Stats...
Hmmm... Stanford, when you're not busy doing other things - please add an archive of client stats to the downloads of tema stats...
Check once a day, as long as Prion is running, log the stats to a log file and some XML or CSV format for easy consumption by another application or spreadsheet program (Excel, OpenOffice, etc...). Add the:
- Last updated at Mon, 22 Sep 2008 05:04:23
DB date 2008-09-22 05:00:03
And the datetime stamp of when Prion retrieved the client statistics
That would be very useful since Stanford doesn't provide an archive of Client Stats...
Hmmm... Stanford, when you're not busy doing other things - please add an archive of client stats to the downloads of tema stats...
Fold On! (with 100% Renewable, 0 Carbon electricity) ElectricVehicle EV1, RAV4 EV, LEAF, Bolt EV, Volt, M3, s4 Simulator
Re: prion - folding stats & info
ah, good idea. i could even use pango to create a proper graph. i'll see about getting this stuff included later on this week. thanks!
Re: prion - folding stats & info
Thanks.markybob wrote:you need to install pyxdg. it does install fine on windows, btw. http://freedesktop.org/wiki/Software/pyxdg
I did it, and now get this:
C:\FAH\prion>prion.py
(python.exe:3360): libglade-WARNING **: unknown property `program_name' for class `GtkAboutDialog'
Traceback (most recent call last):
File "C:\FAH\prion\prion.py", line 471, in <module>
prion = prion()
File "C:\FAH\prion\prion.py", line 65, in __init__
from win32api import SetConsoleCtrlHandler
ImportError: No module named win32api
Best regards, and thanks in advance!
François
Re: prion - folding stats & info
you need python's windows extensions (http://downloads.sourceforge.net/pywin3 ... ze=5409793)francois wrote:Thanks.markybob wrote:you need to install pyxdg. it does install fine on windows, btw. http://freedesktop.org/wiki/Software/pyxdg
I did it, and now get this:
C:\FAH\prion>prion.py
(python.exe:3360): libglade-WARNING **: unknown property `program_name' for class `GtkAboutDialog'
Traceback (most recent call last):
File "C:\FAH\prion\prion.py", line 471, in <module>
prion = prion()
File "C:\FAH\prion\prion.py", line 65, in __init__
from win32api import SetConsoleCtrlHandler
ImportError: No module named win32api
Best regards, and thanks in advance!
François
-
- Posts: 157
- Joined: Fri Feb 01, 2008 6:41 pm
Re: prion - folding stats & info
Wow, markybob, that's some software support! You CAN'T BUY this level of support!@
Fold On! (with 100% Renewable, 0 Carbon electricity) ElectricVehicle EV1, RAV4 EV, LEAF, Bolt EV, Volt, M3, s4 Simulator