Page 36 of 60

Re: FahMon (multi-platform app to monitor various F@h clients)

Posted: Sun Jan 25, 2009 12:34 am
by weedacres
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.

Re: FahMon (multi-platform app to monitor various F@h clients)

Posted: Sun Jan 25, 2009 12:39 am
by uncle_fungus
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)

Re: FahMon (multi-platform app to monitor various F@h clients)

Posted: Sun Jan 25, 2009 1:12 am
by weedacres
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.

Re: FahMon (multi-platform app to monitor various F@h clients)

Posted: Sun Jan 25, 2009 2:12 pm
by uncle_fungus
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.

Re: FahMon (multi-platform app to monitor various F@h clients)

Posted: Tue Jan 27, 2009 6:00 pm
by weedacres
Thanks for your patient help.
I think at this point I'll wait for the next release.

Re: FahMon (multi-platform app to monitor various F@h clients)

Posted: Tue Mar 03, 2009 1:06 am
by markfw
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)

Posted: Tue Mar 03, 2009 4:09 am
by MstrBlstr
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.

Re: FahMon (multi-platform app to monitor various F@h clients)

Posted: Tue Mar 03, 2009 4:15 am
by markfw
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)

Posted: Tue Mar 03, 2009 4:27 am
by MstrBlstr
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 ?
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.

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.
* Altered clientstab.txt to be tab delimited.
Lost of clients. Read back through this thread a bit. You may have to compile from the SVN where that has been corrected.

Re: FahMon (multi-platform app to monitor various F@h clients)

Posted: Tue Mar 03, 2009 4:42 am
by markfw
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)

Posted: Tue Mar 03, 2009 10:03 am
by bollix47
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)

Posted: Tue Mar 03, 2009 10:33 am
by uncle_fungus
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.
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.

Re: FahMon (multi-platform app to monitor various F@h clients)

Posted: Tue Mar 03, 2009 10:47 am
by bollix47
Great news UF and thanks very much for all your hard work. :wink:

Re: FahMon (multi-platform app to monitor various F@h clients)

Posted: Tue Mar 03, 2009 11:39 am
by dempaSD
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!

Re: FahMon (multi-platform app to monitor various F@h clients)

Posted: Tue Mar 03, 2009 11:42 am
by uncle_fungus
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!
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.