FahMon 2.3.0

You probably caught it just as FahMon was actually writing the page.
It occasionally happens, but I know how to alter my code to make it happen less frequently (I hope).

Edit: Page size stats for 3 clients:
WebApp: 8.67K
Simple Web: 1.28K
 
Last edited:
One tiny, tiny niggle

Would it be possible to increase the white space to the left of the benchmark results? They look rather cramped against the vertical bar and I don't remember them being that tight against it in previous versions.

See, I said it was tiny. ;)
 
Would it be possible to increase the white space to the left of the benchmark results? They look rather cramped against the vertical bar and I don't remember them being that tight against it in previous versions.

See, I said it was tiny. ;)

I haven't changed anything with the margins...
Looks OK to me.
Can you give me a screenshot so I know how it looks on your machine?
 
fahmon.JPG
 
That web view is really impressive :D And this version seems to have squashed that annoying bug with asynchronous clients showing as hung :)
 
Just a bit of advanced warning here.
I should be able to give you dev2 later this evening once I've worked out how to fix some stupid problem that MSVC is having with the code.

This dev release should improve the performance (cpu and memory) of the WebApp code, and there should be no problems running with all three settings turned on now either (I might even have the simple text output finished).
 
OK, it's almost ready. I'm just fixing some horrible formatting errors in the simple text output.

Edit: Here it is!

http://www-users.york.ac.uk/~as239/unofficial_fahmon_builds/fahmon-231-dev2.rar

New features:
Reworked the WebApp code, should now use less resources and generally be more reliable. You shouldn't need experimental updates on for example.
Known bug - takes at least two updates to get correct info. First update will usually list every client as inaccessible.
Added simple text file, useful for monitoring over SSH. File is formatted to fit on a Linux console, Windows command prompt windows will need resizing
Example output:
Code:
[uncle_fungus@Iguana ~]$ cat ~/fahmon_out
FahMon Client Monitoring FahMon 2.3.1-dev2 - Simple Text Output

State  |Prog|Name                |ETA            |PPD    |PRCG                   |Credit
=======|====|====================|===============|=======|=======================|===========
Ok     |64% |Iguana1             |23/09/07  10:55|90.68  |3408 (R6, C61, G5)     |388 points
Ok     |67% |Iguana2             |23/09/07  09:20|88.20  |3408 (R0, C111, G3)    |388 points
Ok     |10% |Mudskipper          |26/09/07  12:02|76.82  |3408 (R6, C57, G12)    |388 points

Unrelated usability changes: Added drag-and-drop to add new clients. Drag the fah folder onto the client list and just type the name in the box that pops up.
Misc monitoring fixes.
 
Last edited:
Back
Top Bottom