FahMon (multi-platform app to monitor various F@h clients)
Moderator: Site Moderators
-
- Posts: 138
- Joined: Mon Dec 24, 2007 11:18 pm
- Hardware configuration: UserNames: weedacres_gpu ...
- Location: Eastern Washington
Re: FahMon (multi-platform app to monitor various F@h clients)
Yup, forgot the unicode.
I fixed that and completed everything down to Compiling FahMon. I've seen:
svn export http://svn.fahmon.net/trunk fahmon but am not sure what to do with that under XP.
I fixed that and completed everything down to Compiling FahMon. I've seen:
svn export http://svn.fahmon.net/trunk fahmon but am not sure what to do with that under XP.
-
- Site Admin
- Posts: 1288
- Joined: Fri Nov 30, 2007 9:37 am
- Location: Oxfordshire, UK
Re: FahMon (multi-platform app to monitor various F@h clients)
If you just want to do a build of the current svn trunk without having to install an svn client to mirror the repository, there is a link to the latest zip file at the bottom of this page: http://trac.fahmon.net/browser/trunk
If you want to go the whole hog and actually use an svn client, I recommend using tortoisesvn on windows, and then use that to "checkout" http://svn.fahmon.net/trunk (should be fairly obvious how to use since it installs itself as an explorer extension)
If you want to go the whole hog and actually use an svn client, I recommend using tortoisesvn on windows, and then use that to "checkout" http://svn.fahmon.net/trunk (should be fairly obvious how to use since it installs itself as an explorer extension)
-
- Posts: 138
- Joined: Mon Dec 24, 2007 11:18 pm
- Hardware configuration: UserNames: weedacres_gpu ...
- Location: Eastern Washington
Re: FahMon (multi-platform app to monitor various F@h clients)
Thanks for your patience.
I got it compiled with no errors and 35 warnings. When I run it it closes so fast I can't see anything.
I got it compiled with no errors and 35 warnings. When I run it it closes so fast I can't see anything.
-
- Site Admin
- Posts: 1288
- Joined: Fri Nov 30, 2007 9:37 am
- Location: Oxfordshire, UK
Re: FahMon (multi-platform app to monitor various F@h clients)
The warnings you can ignore if they're just about merging .data and .text sections. The instant closing means FahMon is crashing which I'm pretty sure is due to a build environment configuration issue, however I'm not sure what the problem is at the moment.
-
- Posts: 138
- Joined: Mon Dec 24, 2007 11:18 pm
- Hardware configuration: UserNames: weedacres_gpu ...
- Location: Eastern Washington
Re: FahMon (multi-platform app to monitor various F@h clients)
Thanks for your patient help.
I think at this point I'll wait for the next release.
I think at this point I'll wait for the next release.
Re: FahMon (multi-platform app to monitor various F@h clients)
Where is the clientstab.txt file read from for 2.3.4 ? I have a copy in my 2.3.2 directory with 36 clients, and I did a search on my PC, but I can;t find the one 2.3.4 is reading, which only shows 20 of my clients >????
Re: FahMon (multi-platform app to monitor various F@h clients)
Would be somewhere like:
C:\Documents and Settings\User\Application Data\FahMon\config
You will have to set Windows to show hidden files and folders to be able to see the Application Data folder.
C:\Documents and Settings\User\Application Data\FahMon\config
You will have to set Windows to show hidden files and folders to be able to see the Application Data folder.
-=MB=-
Re: FahMon (multi-platform app to monitor various F@h clients)
Perfect, thanks ! I wonder why the search function did not find that file for me ??? And why does it take forever under 2.3.4 to load the log file ?
Re: FahMon (multi-platform app to monitor various F@h clients)
Because it is most likely in a hidden folder , which means the file is hidden as well. Even to the search function. You have to un-hide hidden files and folders for the search to find them.markfw wrote:Perfect, thanks ! I wonder why the search function did not find that file for me ??? And why does it take forever under 2.3.4 to load the log file ?
Note. I would be careful replacing that file. It was changed a bit from the older version, so might not be compatible with the new version. Make sure that you backup the old file first.
Lost of clients. Read back through this thread a bit. You may have to compile from the SVN where that has been corrected.* Altered clientstab.txt to be tab delimited.
-=MB=-
Re: FahMon (multi-platform app to monitor various F@h clients)
Well, they all show up, and they have the right info in the left pane, but they say "anonymous" and no info on the right. and The log is not loaded. Its very odd.
Re: FahMon (multi-platform app to monitor various F@h clients)
FYI
The new core 14 for GPU folding shows up as "UNKOWN" in the core column. All other info appears to be correct including the points and PPD and, yes, I did update the projects.
The new core 14 for GPU folding shows up as "UNKOWN" in the core column. All other info appears to be correct including the points and PPD and, yes, I did update the projects.
-
- Site Admin
- Posts: 1288
- Joined: Fri Nov 30, 2007 9:37 am
- Location: Oxfordshire, UK
Re: FahMon (multi-platform app to monitor various F@h clients)
That's already sorted in SVN. A new release is due very soon, there are a few things to finalise, but this should clear up all (hopefully) of the outstanding bugs.bollix47 wrote:FYI
The new core 14 for GPU folding shows up as "UNKOWN" in the core column. All other info appears to be correct including the points and PPD and, yes, I did update the projects.
Re: FahMon (multi-platform app to monitor various F@h clients)
Great news UF and thanks very much for all your hard work.
Re: FahMon (multi-platform app to monitor various F@h clients)
I am happy being able to use FahMon for monitoring of my contribution to science! But as I've seen others mentioning already - loading the bigger log files takes forever and eats a lot of cpu. Is this on schedule to be handled better with next release of the software? Currently I need to roll the log files manually for the monitoring to be bearable when having multiple gpu clients configured.
Thanks!
Thanks!
-
- Site Admin
- Posts: 1288
- Joined: Fri Nov 30, 2007 9:37 am
- Location: Oxfordshire, UK
Re: FahMon (multi-platform app to monitor various F@h clients)
Indeed, the SVN code has been handling this very well for a while now, FahMon just reads the last 4KiB of the log and ignores the rest.dempaSD wrote:I am happy being able to use FahMon for monitoring of my contribution to science! But as I've seen others mentioning already - loading the bigger log files takes forever and eats a lot of cpu. Is this on schedule to be handled better with next release of the software? Currently I need to roll the log files manually for the monitoring to be bearable when having multiple gpu clients configured.
Thanks!