FahProgress: A micro monitoring tool for win

This forum contains information about 3rd party applications which may be of use to those who run the FAH client and one place where you might be able to get help when using one of those apps.

Moderator: Site Moderators

MtM
Posts: 1579
Joined: Fri Jun 27, 2008 2:20 pm
Hardware configuration: Q6600 - 8gb - p5q deluxe - gtx275 - hd4350 ( not folding ) win7 x64 - smp:4 - gpu slot
E6600 - 4gb - p5wdh deluxe - 9600gt - 9600gso - win7 x64 - smp:2 - 2 gpu slots
E2160 - 2gb - ?? - onboard gpu - win7 x32 - 2 uniprocessor slots
T5450 - 4gb - ?? - 8600M GT 512 ( DDR2 ) - win7 x64 - smp:2 - gpu slot
Location: The Netherlands
Contact:

Re: FahProgress: A micro monitoring tool for win

Post by MtM »

I was already trying to use readonly..

Code: Select all

Dim fStream as new FileStream(LogFile, FileMode.Open,FileAccess.Read, FileShare.ReadWrite)
dim sRead as new StreamReader(fStream)
That really should have worked! But it doesn't. Though I went through the sdk again.. and it should so maybe my system has a handle to file still open from some previous debugging attempt where I did not close it properly. Should reboot and check, but I don't think that's the case. Anyway, last OT in this thread, thanks for the offer of help :) Program looks mighty nice :)

*Edited* you know I got to thank you because after this post I couldn't let this problem go and went back and treid again and whatya know.. it just works. Definetly something with an already open handle somewhere which I didn't close properly before :oops:
Flycatchr
Posts: 23
Joined: Mon Oct 27, 2008 9:31 am
Hardware configuration: vista home premium 64 bit
xfx 8300 mobo
9800GTX+ (0.5 gig, PCIe 2.0, ddr3)
8 gigs ram ddr2 800
amd Phenome 9750 quad core
Location: South Africa
Contact:

Re: FahProgress: A micro monitoring tool for win

Post by Flycatchr »

Vulcan, i have just had a thought - based on the PPD fetish we all seem to have - (i still have absolutely NO idea how to work it out)
would it be too dificult to have the TOTAL PPD as a figure below the bars, and/OR if you hover your mouse over the %bar, for it to display the PPD for that client (PPD disappears when yo move the mouse away)?
team grrr.co.za
team stats - http://kakaostats.com/t.php?t=152864
jrweiss
Posts: 707
Joined: Tue Dec 04, 2007 6:56 am
Hardware configuration: Ryzen 7 5700G, 22.40.46 VGA driver; 32GB G-Skill Trident DDR4-3200; Samsung 860EVO 1TB Boot SSD; VelociRaptor 1TB; MSI GTX 1050ti, 551.23 studio driver; BeQuiet FM 550 PSU; Lian Li PC-9F; Win11Pro-64, F@H 8.3.5.

[Suspended] Ryzen 7 3700X, MSI X570MPG, 32GB G-Skill Trident Z DDR4-3600; Corsair MP600 M.2 PCIe Gen4 Boot, Samsung 840EVO-250 SSDs; VelociRaptor 1TB, Raptor 150; MSI GTX 1050ti, 526.98 driver; Kingwin Stryker 500 PSU; Lian Li PC-K7B. Win10Pro-64, F@H 8.3.5.
Location: @Home
Contact:

Re: FahProgress: A micro monitoring tool for win

Post by jrweiss »

It's nice that people want this or that feature on a F@H monitor utility, but I think some may be losing sight of the author's stated purpose:
This small program has only one purpose: Display the actual progress of your folding@home clients in your network. Nothing more, nothing less.
Every added feature detracts from that goal.

For those who want more features, there are other utilities like Fahmon that do those things already, and are configurable enough to suit the majority of users. Let's try to preserve the character of this one.
Ryzen 7 5700G, 22.40.46 VGA driver; MSI GTX 1050ti, 551.23 studio driver
Ryzen 7 3700X; MSI GTX 1050ti, 551.23 studio driver [Suspended]
Vulcan_TBB
Posts: 28
Joined: Wed Sep 10, 2008 9:11 am
Hardware configuration: #1 AMD Athlon 64 X2 6000+ (1 x Win SMP)
#2 Intel P3 1.8 Ghz (1x Win CPU)
#3 Intel P4 2.8 Ghz (2x Win CPU)
#4 AMD Athlon XP 3200+ (1x Win CPU)
#5 ATI Radeon HD 3650 (1x GPU)
#6 AMD Athlon 64 X2 4600+ (1 x Win SMP)
#7 Intel P4 3.0 Ghz (2x Win CPU)
#8 AMD Athlon XP 1800+ (1x Win CPU)
#9 Intel C2 Duo E6600 (2 x Win CPU)
Location: 11° 3' 13.19" E 49° 43' 36.11" N
Contact:

Re: FahProgress: A micro monitoring tool for win

Post by Vulcan_TBB »

MtM wrote:I was already trying to use readonly..

Code: Select all

Dim fStream as new FileStream(LogFile, FileMode.Open,FileAccess.Read, FileShare.ReadWrite)
dim sRead as new StreamReader(fStream)
That really should have worked! But it doesn't.
Hmmm. Thats strange. But I'm not familiar with this language. Have you asked in other coder forums?
MtM wrote:Anyway, last OT in this thread, thanks for the offer of help :) Program looks mighty nice :)
Thank you! :-)
MtM wrote:*Edited* you know I got to thank you because after this post I couldn't let this problem go and went back and treid again and whatya know.. it just works. Definetly something with an already open handle somewhere which I didn't close properly before :oops:
Cool! :)

Best wishes,
Stefan
--
Image
Vulcan_TBB
Posts: 28
Joined: Wed Sep 10, 2008 9:11 am
Hardware configuration: #1 AMD Athlon 64 X2 6000+ (1 x Win SMP)
#2 Intel P3 1.8 Ghz (1x Win CPU)
#3 Intel P4 2.8 Ghz (2x Win CPU)
#4 AMD Athlon XP 3200+ (1x Win CPU)
#5 ATI Radeon HD 3650 (1x GPU)
#6 AMD Athlon 64 X2 4600+ (1 x Win SMP)
#7 Intel P4 3.0 Ghz (2x Win CPU)
#8 AMD Athlon XP 1800+ (1x Win CPU)
#9 Intel C2 Duo E6600 (2 x Win CPU)
Location: 11° 3' 13.19" E 49° 43' 36.11" N
Contact:

Re: FahProgress: A micro monitoring tool for win

Post by Vulcan_TBB »

Flycatchr wrote:Vulcan, i have just had a thought - based on the PPD fetish we all seem to have - (i still have absolutely NO idea how to work it out)
would it be too dificult to have the TOTAL PPD as a figure below the bars, and/OR if you hover your mouse over the %bar, for it to display the PPD for that client (PPD disappears when yo move the mouse away)?
Hmm. For the PPD I'd have to do a lot of calculations/benchmarks with the frames... :|
I think would be able to code that, but, as jrweiss says 2 posts above - this would be to much for a "tiny application" is was intended to be.
But thanks for your suggestion anyway! If a feature is cool, easy to do and fits into the concept, I'll don't hesitate to implement it! ;)

Stefan
--
Image
Vulcan_TBB
Posts: 28
Joined: Wed Sep 10, 2008 9:11 am
Hardware configuration: #1 AMD Athlon 64 X2 6000+ (1 x Win SMP)
#2 Intel P3 1.8 Ghz (1x Win CPU)
#3 Intel P4 2.8 Ghz (2x Win CPU)
#4 AMD Athlon XP 3200+ (1x Win CPU)
#5 ATI Radeon HD 3650 (1x GPU)
#6 AMD Athlon 64 X2 4600+ (1 x Win SMP)
#7 Intel P4 3.0 Ghz (2x Win CPU)
#8 AMD Athlon XP 1800+ (1x Win CPU)
#9 Intel C2 Duo E6600 (2 x Win CPU)
Location: 11° 3' 13.19" E 49° 43' 36.11" N
Contact:

Re: FahProgress: A micro monitoring tool for win

Post by Vulcan_TBB »

jrweiss wrote:... Let's try to preserve the character of this one.
d'accord! ;)

But you have to admit that coloring the bars (green for an nvidia client, red for ATI client, black for cpu) would be a really nice EyeCandy... *g*

Stefan
--
Image
Flycatchr
Posts: 23
Joined: Mon Oct 27, 2008 9:31 am
Hardware configuration: vista home premium 64 bit
xfx 8300 mobo
9800GTX+ (0.5 gig, PCIe 2.0, ddr3)
8 gigs ram ddr2 800
amd Phenome 9750 quad core
Location: South Africa
Contact:

Re: FahProgress: A micro monitoring tool for win

Post by Flycatchr »

jrweiss wrote:... Let's try to preserve the character of this one.
ok, fair enough, but this one works for me, AND with all this strange stuff going on with the gpu client (nvidia) i was INCREDIBLY impressed when i suddenly get a complete WU after installing this litttle app.
Vulcan_TBB wrote: Hmm. For the PPD I'd have to do a lot of calculations/benchmarks with the frames...
I think would be able to code that, but, as jrweiss says 2 posts above - this would be to much for a "tiny application" is was intended to be.
But thanks for your suggestion anyway! If a feature is cool, easy to do and fits into the concept, I'll don't hesitate to implement it!

Stefan
didnt realise it was so complicated, np. but you do sound like a guy who likes a challange
Vulcan_TBB wrote: But you have to admit that coloring the bars (green for an nvidia client, red for ATI client, black for cpu) would be a really nice EyeCandy... *g*
Stefan
how could anyone not :) - you could even do blue for intel and amd's colour - black and dark green if possible
team grrr.co.za
team stats - http://kakaostats.com/t.php?t=152864
jrweiss
Posts: 707
Joined: Tue Dec 04, 2007 6:56 am
Hardware configuration: Ryzen 7 5700G, 22.40.46 VGA driver; 32GB G-Skill Trident DDR4-3200; Samsung 860EVO 1TB Boot SSD; VelociRaptor 1TB; MSI GTX 1050ti, 551.23 studio driver; BeQuiet FM 550 PSU; Lian Li PC-9F; Win11Pro-64, F@H 8.3.5.

[Suspended] Ryzen 7 3700X, MSI X570MPG, 32GB G-Skill Trident Z DDR4-3600; Corsair MP600 M.2 PCIe Gen4 Boot, Samsung 840EVO-250 SSDs; VelociRaptor 1TB, Raptor 150; MSI GTX 1050ti, 526.98 driver; Kingwin Stryker 500 PSU; Lian Li PC-K7B. Win10Pro-64, F@H 8.3.5.
Location: @Home
Contact:

Re: FahProgress: A micro monitoring tool for win

Post by jrweiss »

Vulcan_TBB wrote:But you have to admit that coloring the bars (green for an nvidia client, red for ATI client, black for cpu) would be a really nice EyeCandy... *g*Stefan
Are you going to somehow detect the client type, or merely give us the choice of display colors by line?
Ryzen 7 5700G, 22.40.46 VGA driver; MSI GTX 1050ti, 551.23 studio driver
Ryzen 7 3700X; MSI GTX 1050ti, 551.23 studio driver [Suspended]
Vulcan_TBB
Posts: 28
Joined: Wed Sep 10, 2008 9:11 am
Hardware configuration: #1 AMD Athlon 64 X2 6000+ (1 x Win SMP)
#2 Intel P3 1.8 Ghz (1x Win CPU)
#3 Intel P4 2.8 Ghz (2x Win CPU)
#4 AMD Athlon XP 3200+ (1x Win CPU)
#5 ATI Radeon HD 3650 (1x GPU)
#6 AMD Athlon 64 X2 4600+ (1 x Win SMP)
#7 Intel P4 3.0 Ghz (2x Win CPU)
#8 AMD Athlon XP 1800+ (1x Win CPU)
#9 Intel C2 Duo E6600 (2 x Win CPU)
Location: 11° 3' 13.19" E 49° 43' 36.11" N
Contact:

Re: FahProgress: A micro monitoring tool for win

Post by Vulcan_TBB »

Flycatchr wrote:ok, fair enough, but this one works for me, AND with all this strange stuff going on with the gpu client (nvidia) i was INCREDIBLY impressed when i suddenly get a complete WU after installing this litttle app.
Hu? Sorry, I think cant translate that correctly respectively don't understand what you wanted to say with "suddenly got a complete wu"?
Did other monitor clients display another percentage?
Flycatchr wrote:didnt realise it was so complicated, np. but you do sound like a guy who likes a challange
ok, I'll give it a try. ;)
Flycatchr wrote:how could anyone not :) - you could even do blue for intel and amd's colour - black and dark green if possible
Yeah! :)
jrweiss wrote:Are you going to somehow detect the client type, or merely give us the choice of display colors by line?
determine the client type should be no problem - but I think it would be better to let the user decide which color to use. ;)

Stefan
--
Image
MstrBlstr
Posts: 578
Joined: Thu Nov 29, 2007 7:03 pm
Location: Texas

Re: FahProgress: A micro monitoring tool for win

Post by MstrBlstr »

Vulcan_TBB wrote:
Flycatchr wrote:ok, fair enough, but this one works for me, AND with all this strange stuff going on with the gpu client (nvidia) i was INCREDIBLY impressed when i suddenly get a complete WU after installing this litttle app.
Hu? Sorry, I think cant translate that correctly respectively don't understand what you wanted to say with "suddenly got a complete wu"?
Did other monitor clients display another percentage?
He means that he was having issues with EUE's, and after installing your application he suddenly had one complete.

The two were totally unrelated, it just seemed to him that installing your application fixed the EUE issues that he was having.
-=MB=-
Flycatchr
Posts: 23
Joined: Mon Oct 27, 2008 9:31 am
Hardware configuration: vista home premium 64 bit
xfx 8300 mobo
9800GTX+ (0.5 gig, PCIe 2.0, ddr3)
8 gigs ram ddr2 800
amd Phenome 9750 quad core
Location: South Africa
Contact:

Re: FahProgress: A micro monitoring tool for win

Post by Flycatchr »

pretty good there MrstrBlstr ;)
yes, i only started folding a JUST before client 1.18 came out, i got ONE complete WU (second one) out of 25 odd, then when i installed your app, the very first WU completed, the next one got EUE and then 1.19 came out, and that atm has a 50% success rate (1 complete, and 1 EUE) so not enough data to work on. AND i havent used any othe monitors (please take that a a compliment - your is perfect)
team grrr.co.za
team stats - http://kakaostats.com/t.php?t=152864
Flycatchr
Posts: 23
Joined: Mon Oct 27, 2008 9:31 am
Hardware configuration: vista home premium 64 bit
xfx 8300 mobo
9800GTX+ (0.5 gig, PCIe 2.0, ddr3)
8 gigs ram ddr2 800
amd Phenome 9750 quad core
Location: South Africa
Contact:

Re: FahProgress: A micro monitoring tool for win

Post by Flycatchr »

HI Vulcan - just one query - if i leave my pc for extended periods, then the Progress doesnt seem to update until i come back and click on the window. any ideas?
team grrr.co.za
team stats - http://kakaostats.com/t.php?t=152864
francois
Posts: 59
Joined: Sun Dec 02, 2007 3:41 pm
Location: Québec - Canada
Contact:

Re: FahProgress: A micro monitoring tool for win

Post by francois »

Flycatchr wrote:HI Vulcan - just one query - if i leave my pc for extended periods, then the Progress doesnt seem to update until i come back and click on the window. any ideas?
What version do you have?
Latest is 0.08b Beta I think.
Image
Vulcan_TBB
Posts: 28
Joined: Wed Sep 10, 2008 9:11 am
Hardware configuration: #1 AMD Athlon 64 X2 6000+ (1 x Win SMP)
#2 Intel P3 1.8 Ghz (1x Win CPU)
#3 Intel P4 2.8 Ghz (2x Win CPU)
#4 AMD Athlon XP 3200+ (1x Win CPU)
#5 ATI Radeon HD 3650 (1x GPU)
#6 AMD Athlon 64 X2 4600+ (1 x Win SMP)
#7 Intel P4 3.0 Ghz (2x Win CPU)
#8 AMD Athlon XP 1800+ (1x Win CPU)
#9 Intel C2 Duo E6600 (2 x Win CPU)
Location: 11° 3' 13.19" E 49° 43' 36.11" N
Contact:

Re: FahProgress: A micro monitoring tool for win

Post by Vulcan_TBB »

Yupp - This should be fixed in the version mentioned above.

@francois: I mailed you the text elements. ;)
--
Image
Flycatchr
Posts: 23
Joined: Mon Oct 27, 2008 9:31 am
Hardware configuration: vista home premium 64 bit
xfx 8300 mobo
9800GTX+ (0.5 gig, PCIe 2.0, ddr3)
8 gigs ram ddr2 800
amd Phenome 9750 quad core
Location: South Africa
Contact:

Re: FahProgress: A micro monitoring tool for win

Post by Flycatchr »

in the info tab it is V0.08b, i was sure i did DL the latest one.
team grrr.co.za
team stats - http://kakaostats.com/t.php?t=152864
Post Reply