View Full Version : FahMon 2.3.2a Released


DekkeR
24-09-2005, 23:34
FahMon (http://fahmon.silent-blade.org/)

FahMon is a small open-source tool (GPL license) that allows you to quickly know the progress of your Folding@Home client (or clients if you have multiple ones), avoiding you to open different files and/or to go to the Internet (for example to know how much is worth your current work unit). There exists other monitoring tools (such as Electron Microscope or FahLogStats), so if you don't like FahMon, have a look at them!

FahMon is entirely coded in C++ and uses the wonderful wxWidgets library, which allows FahMon to exists both for Windows and Linux. It is designed to be really easy to use, and you should thus not encounter any major problem.

* Easy monitoring of many clients
* Information on projects is read from a local file, an internet connection is thus required only when the user wants to update this file
* Estimated time of arrival
* Benchmarks of WUs are computed, and can be easily viewed by the user

Screenshots:

http://fahmon.silent-blade.org/uploads/Main/main.png

http://fahmon.silent-blade.org/uploads/Main/preferences.png

http://fahmon.silent-blade.org/uploads/Main/benchmarks.png

v2.2.0 (25/03/07)

Added full monitoring support for GPU and SMP clients
Added SREM Gromacs (GROST) core support
Added PPD display per client, and total
Fixed bug which caused all unsaved settings to be lost when client was left running on an OS shutdown or logoff.
Fixed bugs which prevented code working correctly with gcc > 4 (thanks to ck_wong and goober_dvd for the patches)
A local file can now be used as a project data source, and the download parameters can be changed
Added a tray menu showing number of clients and PPD
Right click menu for clients now allows you to open the client folder in your file manager
Client list can be sorted by PPD and Status
Inaccessible clients can be included in sorting, by default they are always displayed last.
Web menu now includes a link to fahinfo.org, pointing to the relevant project information page




Download: Link (http://fahmon.silent-blade.org/uploads/Main/FahMon_220.zip) (620 KB)
Folding Community Thread: Link (http://forum.folding-community.org/viewtopic.php?t=8505)

Cooling
24-09-2005, 23:38
uso o EMIII mas esse e mais bem parecido...vou dar uma olhadela :)

ElectricFox
25-09-2005, 01:07
Pena o benchmarks.dat do 1.8.1b é incompatível com o do 2.0.0... :(

Fica com o processo fahmon.exe a 100% e a mamar RAM no task manager e ainda por cima não abre o GUI... :sad:

De resto vale o seu suporte em linux! :)

DekkeR
25-09-2005, 01:22
Pena o benchmarks.dat do 1.8.1b é incompatível com o do 2.0.0... :(

Fica com o processo fahmon.exe a 100% e a mamar RAM no task manager e ainda por cima não abre o GUI... :sad:

De resto vale o seu suporte em linux! :)
Pois.. isso também me aconteceu.

Já comuniquei isso ao coder do FahMon, assim como a opção para minimizar o FahMon para o tray :)

DekkeR
25-09-2005, 09:36
Resposta do coder em relação ao minimizar para o systrem tray:

This needs some very specific code, as Windows and Linux do not have the same behavior. I'll work on this for future versions, but for now you can use something like TrayIt! (http://www.teamcti.com/trayit/trayit.htm). You can also keep the previous version of FahMon until this feature is added.

Em relação ao facto do benchmarks.dat ser incompatível:

I should have precise it, all file formats have been changed to increase efficiency. As this version is entirely new, it was the right time to change the formats, I wouldn't have done it for version 1.x

Já agora, para quem estiver interessado em apresentar sugestões/críticas a esta nova versão ou apenas ir seguindo o seu desenvolvimento, pode registar-se no fórum da Folding Community, e consultar esta (http://forum.folding-community.org/viewtopic.php?t=8505&start=225) thread.

grandenaboverde
25-09-2005, 10:56
esse novo fahmon tava bem bonito, vou testar! :)

_freelancer_
25-09-2005, 12:06
esse novo fahmon tava bem bonito, vou testar! :)
Está bem bonito mas aquilo é de certeza a correr em GNOME :( em Windows é ... vulgar

Dazkarieh
25-09-2005, 14:49
Sinceramente, vou aguardar por feedback...

Do que li até agora, não gostei! Adorava a simplicidade e o facto de não pesar nada no sistema. Não me parece nada ser o caso desta versão...

A ver vamos...

Um abraço [[[ ]]]

Bubu
27-09-2005, 01:29
Bem,a mim so me deu problemas e os problemas foram:

- má indicaçao do ETA, ao desligar o Fahmon e ligar varias vezes, o ETA aumentava, lolol no minimo.
- má indicaçao do tempo for frame,dava me apenas o average e nao o minimo.
- tive tb umas crises sempre q desligava o pc,mas axo q era coisa aki da makina.

No entanto eu nao aconselho de maneira alguma,é giro sim senhor,mas a mim so me deu problemas.
Voltei a versao antiga q tinha,bem funcional e correcta.

Eu falo por mim claro,se a vos nao vos deu qq problema,entao força. :001:

DekkeR
27-09-2005, 08:30
Aqui ficam mais uns bugs do programa e a respectiva resposta do coder:

* I really miss the system tray icon. I know I can bring it back using TrayIt but that's another application I have to have running. Is it possible to feature a Windows tray icon in a later release.


I'll probably work on this, but I wanted to release this version even if it misses a few features. It has been completely rewritten, and the only way to find strange bugs is to have many people using this version ;-)


* The issue with the minimum and average frame times. Maybe borrowing code from the old version is in order..!


The older version is unable to compute an ETA when there is no complete frame available, this one is able to do it by extrapolating the duration of an incomplete frame. It should just not be used for average duration in those cases...


* There's a few minor things with resizing. If you change the width of the window, sometimes the pane with the list of computers becomes tiny and the pane with WU info goes huge.


I'll have a look at this, but this is managed by the wxWidgets sizers, so this can be a bug in the Windows version of this library (I never saw this under Linux with GTK2). Anyway, when you are happy with the size you have set, you don't change it anymore, do you? :-)


* One more thing about the benchmarks. The old version listed benchmarks with the name of the client you specified - this version seems to use the path ie. C:\Folding@Home? I haven't tried it but is this gonna be an issue if you have lots of computers with the same path to F@H?

By using the path as an identifier, you are now able to rename a client while keeping its benchmarks. I think that the location of a client is more robust than its name, but I can retrieve the name and display it as well in this dialog.


Thanks for your remarks :-)

DekkeR
29-09-2005, 19:05
v2.0.1 (29/09/05)

* Fixed the inability to sort the list of clients using the ETA as the sorting criterion
* Fixed the case where min. time / frame could be smaller than avg. time / frame
* The correct dialog icon is now used in the win32 version
* The name of a client is displayed instead of its location in the benchmarks dialog, if possible

Win32: Link (http://fahmon.silent-blade.org/download/FahMon_201.zip) (675KB)
Source: Link (http://fahmon.silent-blade.org/download/src.tar.bz2) (134KB)

Cooling
29-09-2005, 19:12
ja actualizei...btw o eta pra mim aparece me correcto..e o programa nao e nada pesado..aqui usa 2mb de ram e 0% de cpu...vejam la isso :X EMIII xau xau :D

DekkeR
16-10-2005, 12:12
v2.0.2 (15/10/05)

* Added support for proxies that require authentication
* Added support for a system tray icon
* Fixed the bug that caused a blank window of Internet Explorer to appear in the win32 version
* Miscellaneous small changes


Win32: Link (http://fahmon.silent-blade.org/download/FahMon_202.zip) (662KB)
Source: Link (http://fahmon.silent-blade.org/download/src.tar.bz2) (134KB)

shello
16-10-2005, 12:18
YES! Support para o System Tray!!!
YES!!!!!!

Info: para minimizar para o tray, basta clixar no icone :)

_freelancer_
16-10-2005, 12:20
Win32: Link (http://fahmon.silent-blade.org/download/FahMon_202.zip) (662KB)
Source: Link (http://fahmon.silent-blade.org/download/src.tar.bz2) (134KB)
Agora sim, com systray icon rulla, deviam era criar um código de cores ou assim para quando existe um problema com um dos clients (tipo o EMIII) :)

ElectricFox
16-10-2005, 13:19
Agora está melhor. Já posso reformar o 1.8.1b :x2:

:kfold:

Gleed
16-10-2005, 13:30
Não tive qualquer tipo de problemas com a nova versão :D nice :kfold:

blueangelman
17-10-2005, 10:38
já saquei a nova. tá mto nice. thanks Dekker.:007:

Metro
17-10-2005, 17:19
DekkeR:

Não queres anunciar isto na nossa página?:)

DekkeR
17-10-2005, 18:22
http://portal.portugalfolding.com/blog.php

Done :)

Se alguém achar que precisa de alguma alteração, é favor dizer ;)

Mardonio
17-10-2005, 20:30
Olá Pessoal !
Sou o Mardonio do TIME fpcs... Tudo bem?!!!
Pela Pontuação de vocês, sim não é !!!

Seguinte: Estava lendo o fórum de vocês e vi essa notícias do fahmon.

Estou fazendo alguns testes aqui e ele parece ser bem mais leve que o EMIII e f@hstats. Eu uso esses dois.

Alguém sabe me dizer se ele informa quando existe alguma WU no QUEUE para ser enviada?


Grande Abraço.

Nemesis11
17-10-2005, 20:41
Alguém sabe me dizer se ele informa quando existe alguma WU no QUEUE para ser enviada?

Não estou a usar o 2.0 à muito tempo, mas penso que não.
No entanto carregando no F8, ele mostra o log e aí aparece quando ele não envia uma wu.
Por acaso essa funcionalidade era algo util no programa.

DekkeR
17-10-2005, 20:44
Vou falar com o athropos e pôr-lhe essa questão para ver se é possível ;)

mariocunha
17-10-2005, 20:49
Olá Pessoal !
Sou o Mardonio do TIME fpcs... Tudo bem?!!!
Pela Pontuação de vocês, sim não é !!!

Seguinte: Estava lendo o fórum de vocês e vi essa notícias do fahmon.

Estou fazendo alguns testes aqui e ele parece ser bem mais leve que o EMIII e f@hstats. Eu uso esses dois.

Alguém sabe me dizer se ele informa quando existe alguma WU no QUEUE para ser enviada?


Grande Abraço.
Então por aqui?

Um abraço deste lado do Atlântico

Metro
17-10-2005, 21:16
Olá Pessoal !
Sou o Mardonio do TIME fpcs... Tudo bem?!!!
Pela Pontuação de vocês, sim não é !!!

Seguinte: Estava lendo o fórum de vocês e vi essa notícias do fahmon.

Estou fazendo alguns testes aqui e ele parece ser bem mais leve que o EMIII e f@hstats. Eu uso esses dois.

Alguém sabe me dizer se ele informa quando existe alguma WU no QUEUE para ser enviada?


Grande Abraço.

Bem-vindo.:)

Mardónio:

Há algum tempo enviei uma mensagem privada ao Fernando Célio mas ele não me respondeu. Será que consegue falar com ele e pedir para me responder. Sempre por privado por favor.

A mensagem privada foi aqui no nosso forum e eu sei que ele leu.

Obrigado.
Metro

Mardonio
18-10-2005, 00:03
Então por aqui?

Um abraço deste lado do Atlântico

Olá mário.
É, estava dando uma olhada no fórum de vocês porque é muito legal...
É um fórum especialmente feito para o projeto e é em português !
Um prat cheio para mim que ainda estou arranhando um inglês.

Mas é isso ai ! Vocês vão lá, nós viemos aqui e tudo fica certo !

Ah ! logo logo vocês passam a gente mas...resistiremos até o final ! :)


Grande Abraço !

Mardonio
18-10-2005, 00:07
Bem-vindo.:)

Mardónio:

Há algum tempo enviei uma mensagem privada ao Fernando Célio mas ele não me respondeu. Será que consegue falar com ele e pedir para me responder. Sempre por privado por favor.

A mensagem privada foi aqui no nosso forum e eu sei que ele leu.

Obrigado.
Metro

Metro. Pode deixar que eu faço isso sim.
Amanhã mesmo mando uma MP para ele pedindo para respondê-lo.
Ultimamente ele está tendo alguns problemas de saúde então está meio sumido mesmo.
Sabe como é né, 50 anos e muitas preocupações causam algumas pressões altas e tal !

Mas ele te responde, pode deixar comigo !

Grande Abraço !

shello
18-10-2005, 08:59
Por minha parte, mande melhoras ao Fernando Célio, ok? :)
Abraços!

Mardonio
18-10-2005, 11:03
Por minha parte, mande melhoras ao Fernando Célio, ok? :)
Abraços!

Pode deixar shello.
Mandei em nome de todo o TIME de Portugal !


Grande Abraço ! ;)

DekkeR
30-10-2005, 12:01
v2.0.3 (30/10/05)

* The position of the frame is now saved and restored across sessions
* Updated Stanford web addresses (vspx27.stanford.edu is now fah-web.stanford.edu)


Win32: Link (http://fahmon.silent-blade.org/download/FahMon_203.zip) (662KB)

shello
30-10-2005, 12:52
O que significa na prática o
* The position of the frame is now saved and restored across sessions
??

Abraços!

_freelancer_
30-10-2005, 15:10
O que significa na prática o

??

Abraços!
Eu penso que seja o seguinte:
Estão a processar uma WU e ele tem a média feita e sabe que cada frame está a levar em média digamos 10 minutos, entre frames não há dados registados, logo, ele só sabe o tempo que levou desde a conclusão da última frame até ao ponto onde estamos no momento, se fecharem o programa a qualquer momento ele vai regstar que por exemplo ia a 30% do tempo médio que estava a levar e quando reabrirem o progama ele vai ser capaz de vos dizer que vai nos 30% dessa frame (isto se fecharam também a consola claro...).

Não sei se fui muito claro mas é difícil explicar o que eu entendi daí...

ElectricFox
17-02-2006, 23:50
Já saiu a versão 2.0.4:

v2.0.4 (12/02/06)

* FahMon was unusable on some non-english Linux systems
* Percentage of completion near the progress bar was not displayed until the window was resized
* Fixed the 'Feburary' bug caused by some F@H cores

Download (http://fahmon.silent-blade.org/index.php?n=Main.Download)

:kfold:

shello
17-02-2006, 23:59
Nice ;)
:kfold:

Gleed
18-02-2006, 00:42
Porreiro ;)

Cooling
18-02-2006, 07:48
Já aqui esta a trabalhar bem :)
Cumps

DekkeR
18-02-2006, 10:06
O bug dos benchmarks já está resolvido ou ainda não é desta que deixo a v1.8.1b ?

shello
18-02-2006, 11:10
Não te fies nisso, asiático :\
Ainda nem da para fazer resize à janela do fahlog :rolleyes:

DekkeR
18-02-2006, 12:02
v2.0.4 is out.
There are only some small fixes, I will now have a look at greater problems.

Será que é desta? :D

I just found a bug in v2.0.4.

The download date (and thus preferred/final deadlines) is sometimes corrupted due to a strange (?) behavior of wxWidgets. In these cases, the day is always set to the current day, only the month and the hour are correct.

This is already fixed in the developement version.

1.8.1b r0x :wah:

shello
18-02-2006, 12:06
Olha, acabaste de ler o mesmo erro que encontrei:
Diz-me que diz o download desta proteina daqui a 42 minutos. :lol:
Ou seja, fiz o download dela no dia 18 de Feverriro, às 12:47 :P :P :P

BIG Bug :P

DekkeR
25-02-2006, 16:43
Version 2.1.0 is out.

It should correct problems with benchmarking. Beware that benchmarks previously computed won't be modified.

Link (http://fahmon.silent-blade.org/uploads/Main/FahMon_210.zip)

shello
25-02-2006, 19:25
E já agora...

v2.1.0 (25/02/06)

Made Linux version more standard: configuration and .xyz files are now stored in ~/.fahmon/
Added the black color for inaccessible clients, please check the help content (http://fahmon.silent-blade.org/index.php?n=Main.Help) for more information
The download date (and thus preferred/final deadlines) was sometimes corrupted
The selected entry in the benchmarks dialog was not always visible
Rewrote main parts of the benchmarking code, it should be more reliable
Improved error handling when loading client information
Improved the way inactivity is detected
Miscellaneous small fixes

Cumps!

c3l5o
02-03-2006, 00:19
Até agora nenhumas crises a usar esta ultima versão... Usa-me 1.8MB de RAM o que num é practicamente nada... Acho bastante leve e funcional... E num tenho tido problemas com os benchs ;)

cumps

Cooling
02-03-2006, 08:19
Já está actualizado e a funcionar :)

DekkeR
05-03-2006, 09:48
v2.1.0b (01/03/06)

* Clients were sometimes falsely detected as stopped

shello
05-03-2006, 09:57
Por acaso tinha reparado que de vez em quando lhe dava umas pancadas, mas nem ligava, ele de vez em quando dava-lhe para isto, ja antes...

Thanks pelo aviso ;)

Cumps!

NoOsPhErE
08-03-2006, 14:20
update
Version 2.1.0C released :kfold:
Click (http://fahmon.silent-blade.org/uploads/Main/FahMon_210c.zip)

shello
08-03-2006, 14:43
E a change list :)
v2.1.0c (08/03/06)

When client was stopped, best benchmark was deleted

El_UnO
08-03-2006, 19:05
Vou fazer o upgrade agora, espero que nao haja mais bugs :D

MaLok0
22-07-2006, 02:22
update

FahMon 2.1.1 released.

shello
22-07-2006, 02:32
Ah e tal... modificações... :P
v2.1.1 (18/07/06)
Added support for Gromacs33 core (thanks to uncle_fungus for the patch)

DekkeR
11-09-2006, 21:17
Ando tão desactualizado que nem tinha reparado na actualização do FahMon :o

Fui ver a thread da Folding Community e cheira-me vai ser lançada uma nova versão brevemente

esquiso
03-11-2006, 19:03
Olha olha, duas novas versoes, fresquinhas, fresquinhas :D

v2.1.2 (29/10/06)

* Fixed the window size bug that occurred when FahMon was closed when minimized (win32)
* Fixed operator precedence warnings for the alternating shading in list controls (thanks to Mihail Boev for the patch)
* Fixed visual bug with resizing when showing/hidng the log window (thanks again to Mihail Boev)
* Added a browser preference in Linux version (thanks to mdickinson for the patch, sorry for the delay :-) e a mais recente

v2.1.3 (01/11/06)

* Fixed a GMT date management bug (Linux)
* Switched win32 version to wxWidgets 2.6.3

Página download (http://fahmon.silent-blade.org/index.php?n=Main.Download)
Download 2.1.3 (http://fahmon.silent-blade.org/uploads/Main/FahMon_213.zip)

Metro
03-11-2006, 20:26
esquiso faz lá então uma noticia para colocarmos no site a ver se queres ver :D

esquiso
03-11-2006, 20:51
hm? explica-me como se fosse muito burro :D (ainda mais que o normal :D)

Metro
03-11-2006, 21:18
Formato de noticia para aparecer no site.

Agora desenrrasca-te. :x2:

Pocas
03-11-2006, 21:36
Formato de noticia para aparecer no site.

Agora desenrrasca-te. :x2:

Cuidado ca exploração da mão de obra infantil pá :lol:

Pocas

esquiso
03-11-2006, 22:23
Cuidado ca exploração da mão de obra infantil pá :lol:

Pocas

:205: e eles nem me vao pagar, imagina lá tu :D

E aqui vem a bonita noticia:

Foi lançada mais um update do FahMon (http://fahmon.silent-blade.org/), a versão 2.1.3 (http://fahmon.silent-blade.org/index.php?n=Main.History), do dia 1 do presente mês. Convém referir que esta última versão é apenas um pequeno update à versão 2.1.2 (http://fahmon.silent-blade.org/index.php?n=Main.History), lançada a 29 de Outubro.

Lista de alteraçoes (http://fahmon.silent-blade.org/index.php?n=Main.History)
Link para a pagina de downloads (http://fahmon.silent-blade.org/index.php?n=Main.Download)
Link directa para a ultima versao (http://fahmon.silent-blade.org/uploads/Main/FahMon_213.zip)

Agora, desenrasquem-se :205:

#edit: acentuação corrigida :P

isto da acentuaçao depende muito do vento.. so uso acentos em monosilabos :D

DekkeR
03-11-2006, 22:32
Só umas pequenas correcções:

Foi lançado mais um update do FahMon (http://fahmon.silent-blade.org/), a versão 2.1.3 (http://fahmon.silent-blade.org/index.php?n=Main.History), do dia 1 do presente mês. Convém referir que esta última versão é apenas um pequeno update à versão 2.1.2 (http://fahmon.silent-blade.org/index.php?n=Main.History), lançada a 29 de Outubro.

Lista de alterações (http://fahmon.silent-blade.org/index.php?n=Main.History)
Link para a página de downloads (http://fahmon.silent-blade.org/index.php?n=Main.Download)
Link directo para a última versão (http://fahmon.silent-blade.org/uploads/Main/FahMon_213.zip)

Colocas acentos nalgumas palavras e noutras não ?
Ao menos escrevias como deve ser, para bastar fazer só copy paste :P

Boa notícia ;)

Fontemourisca
04-11-2006, 07:26
Só umas pequenas correcções:



Colocas acentos nalgumas palavras e noutras não ?
Ao menos escrevias como deve ser, para bastar fazer só copy paste :P

Boa notícia ;)

Estava capaz de jurar que tinhas ido parar ao cemitério de vez, ou que tinhas tido gémeos (que é ainda pior que ter um de cada vez) e desaparecido completamente do mapa. :D

Cumps

DekkeR
04-11-2006, 08:03
Notícia adicionada (http://www.portugalfolding.org/news.php)


@Fontemourisca

Boatos.. boatos :D

Metro
04-11-2006, 15:06
Obrigado DekkeR e esquiso :)

SwimmerBoy
09-11-2006, 22:04
Não consigo que o FahMon 2.1.3 me fique apenas no tray :s

shello
09-11-2006, 22:23
Apenas no tray?
Se clicares no icone na tray ele tira-te o botão da taskbar, mas quando ele está activo, aparece o botão...

Just in case, tira a opção de meter na tray, e depois volta a ligar a opção.

Por aqui tudo normal.

SwimmerBoy
10-11-2006, 00:31
Apenas no tray?
Se clicares no icone na tray ele tira-te o botão da taskbar, mas quando ele está activo, aparece o botão...

Just in case, tira a opção de meter na tray, e depois volta a ligar a opção.

Por aqui tudo normal.

Ah ah.... Ainda não tinha percebido a técnica!!

Obrigado!

DekkeR
23-11-2006, 19:44
v2.1.4 (13/11/06)

* Fixed refresh bug when changing selection
* When psummary file is corrupted, don't abort on first error and continue to parse remaining lines
* Added preliminary support for the new cores (GPU and SMP)

FahMon 2.1.4 (http://fahmon.silent-blade.org/uploads/Main/FahMon_214.zip)

DekkeR
26-11-2006, 19:12
v2.1.5 (26/11/06)

Added links to user's stats page in the right panel of the main window
When tray icon is enabled, hide the main window when it is minimized (thanks to Mihail Boev for the patch)


FahMon 2.1.5 (http://fahmon.silent-blade.org/uploads/Main/FahMon_215.zip)

nunyx
26-11-2006, 19:22
Sweet. :D Gostei das alterações. Thanx pela info. ;)

esquiso
25-03-2007, 15:04
Uhhhhh! Fah-Mon 2.2.0 :D

Lista de alterações:

* Added full monitoring support for GPU and SMP clients
* Added SREM Gromacs (GROST) core support
* Added PPD display per client, and total
* Fixed bug which caused all unsaved settings to be lost when client was left running on an OS shutdown or logoff.
* Fixed bugs which prevented code working correctly with gcc > 4 (thanks to ck_wong and goober_dvd for the patches)
* A local file can now be used as a project data source, and the download parameters can be changed
* Added a tray menu showing number of clients and PPD
* Right click menu for clients now allows you to open the client folder in your file manager
* Client list can be sorted by PPD and Status
* Inaccessible clients can be included in sorting, by default they are always displayed last.
* Web menu now includes a link to fahinfo.org, pointing to the relevant project information page

Página do histórico das alterações (http://fahmon.silent-blade.org/index.php?n=Main.History)
Download do .zip (http://fahmon.silent-blade.org/uploads/Main/FahMon_220.zip) // sources (http://fahmon.silent-blade.org/uploads/Main/fahmon-2.2.0.src.tar.bz2)

DekkeR
25-03-2007, 16:46
Site actualizado

http://www.portugalfolding.org/news.php

Metro
25-03-2007, 17:17
Thanks DekkeR :)

Fontemourisca
25-03-2007, 21:45
Logo hoje que tinha instalado a 2.1.5b.6 (unofficial) por causa duma dica do BG que era a única que para já suportava o SMP.

Enfim, coisas da vida.

Cumps

Manuela Alves
26-03-2007, 13:13
Eu tenho instalada a versão 2.1.5. Como faço para actualizar/instalar (já descarreguei a última versão para o ambiente de trabalho, ficheiro zip) sem fazer estragos?
Obrigada.

SwimmerBoy
26-03-2007, 13:31
Podes apagar tudo e colocar uma nova... O Fahmon não tem nenhum dado que se possa perder... O fahmon é apenas um programa que traduz o folding para texto de forma a percebermos melhor o que estamos a fazer!

esquiso
26-03-2007, 13:44
Se o FahMon usar os mesmos .xyz (o que tenho quase a certeza que sim), basta que ela faça overwrite sobre os a pasta onde tem o FahMon antigo, de modo a actualizar apenas o necessario e a manter os benches/preferencias antigos :)

Fontemourisca
26-03-2007, 17:25
Epá, agora já reconhece o cliente SMP e até o core e pontos dela mas acho que tá qualquer coisa marada nas stats. Com estes ppd a equipa passava para o top10 num flash. A previsão de acabar a wu é que não era famosa. A ver se eles arranjam isto num próximo update. Pelo menos os tempos por frame estão correctos.

http://img400.imageshack.us/img400/5075/ssfahmon2of8.th.jpg (http://pwp.netcabo.pt/jmoutinho00/SSfahmon2.jpg)

:kfold:

esquiso
26-03-2007, 17:46
É um bugzito valente. Vai expor isso na thread do folding-community ou manda ou mail directamente ao tipo:

Francois {dot} Ingelrest {at} epfl {dot} ch
ou para
Francois [ponto] Ingelrest [A com um circulo à volta] lifl [ponto] fr

Posso dizer que ele costuma responder rapidamente ao emails :)

Gandalf
26-03-2007, 19:25
Pk raio no meu fahmon nao aparece a descriçao do projecto?
Estou a usar o SMP client.

Metro
26-03-2007, 22:43
Reparei agora que a pic da noticia no site está de um user de outra equipa. Ninguem pode fazer um print screen de um de nós para a substituir? Era excelente.

esquiso
26-03-2007, 23:00
http://img394.imageshack.us/img394/8317/fahmonlk5.png

:D

loster
15-04-2007, 01:00
:sad:

Alguém pode dizer dar os comandos para instalar o FahMon no Ubuntu 6.06? Não estou a conseguir descompactar (nabice)

esquiso
15-04-2007, 01:08
Bem, antes de mais, precisas do seguinte:

To compile FahMon on Linux, you will need:
- g++ (either 3.x or 4.x)
- wxGTK >= 2.6.3 (runtime and headers)
- scons

Solução: Synaptic, procuras por estes pacotes, instalas, pronto.

Depois, consola com isso:

athropos@ruby$ cd src
athropos@ruby$ scons

Em principio, corre tudo bem. Depois, fazes ./fahmon, e esta feito ;)

#edit:

errr.. desculpa, nao estava a ler bem o teu post.
Não consegues descompactar? ficheiros do tipo .tar.bz2 deves conseguir descompactar out of the box, não? :S

loster
15-04-2007, 15:45
Estam a faltar os compiladores, e não consigo instalar no Synaptic.

Eu escolho para instalar, e depois pede para por o CD do 6.10, posso meto-lo à vontade, sem qualquer receio?

viskonde
21-04-2007, 10:12
viskonde@viskonde:~$ wx-config --list

Default config is gtk2-unicode-debug-2.6

Default config will be used for output

Alternate matches:
base-unicode-debug-2.6

viskonde@viskonde:~$ cd Desktop/FahMon/FahMon/src
viskonde@viskonde:~/Desktop/FahMon/FahMon/src$ scons
scons: Reading SConscript files ...

Warning: No config found to match: /usr/bin/wx-config --cxxflags --libs --debug=no
in /usr/lib/wx/config
If you require this configuration, please install the desired
library build. If this is part of an automated configuration
test and no other errors occur, you may safely ignore it.
You may use wx-config --list to see all configs available in
the default prefix.

<type 'exceptions.OSError'>: 'wx-config --cxxflags --libs --debug=no' exited 1:
File "/home/viskonde/Desktop/FahMon/FahMon/src/sconstruct", line 46:
env.ParseConfig( 'wx-config --cxxflags --libs --debug=no' )
File "/usr/lib/scons/SCons/Environment.py", line 1103:
return function(self, self.backtick(command))
File "/usr/lib/scons/SCons/Environment.py", line 468:
raise OSError("'%s' exited %s" % (command, status))
viskonde@viskonde:~/Desktop/FahMon/FahMon/src$ ./fahmon
bash: ./fahmon: Ficheiro ou directoria inexistente
da me isso..

a parte de ver se tenho o wxGTK diz o que esta nas instrucoes , mas depois quando faco o scone, o gajo da esses erros..

shello
29-06-2007, 00:48
Nova versão.
Download: Windows (http://fahmon.silent-blade.org/uploads/Main/FahMon_221a.zip) | Linux (http://fahmon.silent-blade.org/uploads/Main/fahmon-2.2.1a.src.tar.bz2) (Página (http://fahmon.silent-blade.org/index.php?n=Main.Download))

Changelog 2.2.1 + 2.2.1a
v2.2.1a (13/06/07)

Reverted Win32 build back to wxWidgets 2.6.3 as 2.8.4 appeared to cause file access problems for some users
Altered projects database conversion system to work correctlyv2.2.1 (13/06/07)

Added "Start Minimized" option
Added the blue color for unsynched clients, please check the help file for more information
Added experimental auto-reload code (thanks to athropos_666)
Added option to base ETA and PPD on instantaneous frame time and rolling 3 frame average
Added ability to override timezone detected by wxwidgets (whole hours only)
Message manager now writes out messages to messages.log
Added Simulated Tempering Gromacs (GROSIMT) core support
Added Dolphin as a filemanager option for Linux users in preparation for it being the default FM in KDE4
Added option to partially override state detection for clients with unsynced clocks
Fixed empty log crash bug
Fixed state detection bug for verbose clients trying to upload results periodically
Fixed projects database to handle non-integer deadlines correctly
Status images slightly altered
Worked around bug in wxwidgets breaking DST timezones, see above
Download times and deadlines are now displayed in local time instead of UTC
ETA times in the message log now displayed as HH:MM:SS instead of seconds
Projects database now versioned
Deadline and download dates can also be displayed as time elapsed or remaining, in days
Added missing declaration to allow compilation against wxWidgets 2.8
Switched win32 version to wxWidgets 2.8.4

shello
08-07-2007, 16:08
Saiu ontem uma versão maravilha :P

v2.2.2 (07/07/07)

Added preliminary detection for hung clients
Fixed bug which prevented reloading selected client data after being restored from the system tray
Fixed regression which caused inaccessible clients to report an incorrect state on FahMon launch
Fixed regression that often caused an incorrect xyz file to be saved when experimental reload system was activated
Fixed (longstanding) major issue with state detection and timezone conversion which caused clients to have an unknown state when the local timezone has passed 00:00 and the client hasn't.
Fixed bug which prevented you from running FahMon in "start minimised" mode without "enable tray icon" being set
Fixed another bug relating to window size not restoring correctly. If the frame is ever detected to be 0x0, default values are used instead
Client list colour scheme now follows system on both Windows and Linux
Made more code compatible with newer versions of wxWidgets (Win32)

Download: Windows (http://fahmon.silent-blade.org/uploads/Main/FahMon_222.zip) | Linux (http://fahmon.silent-blade.org/uploads/Main/fahmon-2.2.2.src.tar.bz2)

shello
11-09-2007, 02:54
v2.3.0 (10/09/07)
Linux
Replaced scons with GNU build system (makes it easier for packagers).
Altered image path to now use standard directory (like /usr/share/pixmaps/fahmon).
Altered message.log location to use ~/.fahmon/
Above changes mean FahMon can be run from anywhere on the system without worrying about being in the right directory first.
Automatically creates Application Menu shortcut using GNU build system.
Fixed typo that caused default file manager to be set to "Other" instead of "Konqueror" on a fresh install.
psummary parser altered to change the decimal point symbol on the fly, thus allowing non-english users to display "," instead of "."Windows
Created new installer using NSISGeneral
Documentation altered to fit with GNU build system.
Fixed regression that caused FahMon to lose settings on OS shutdown or logoff.
Added Double Gromacs B (DGROMACSB) core support.
Adapted asynchronous client detection to work with updated timezone conversion system. Asynchronous clients should no longer appear "hung" when "ignore asynchronous clocks" is enabled. This has the potential to display the state incorrectly for clients having very long frame times (close to 1 day). For the most accurate state detection, client clocks should be as in-sync as possible (use NTP).
Fixed some items on the preferences dialog that didn't automatically refresh the client list when the preferences were applied/saved.
The information panel now shows the full PRCG data for the current client (if readable).
The "effective" rate can now be used to calculate ETA and PPD. This bases the frame times on the total running time of the WU since it was downloaded, thus takes into account times when the client was not actually processing the WU.
Fixed bug which caused incorrect sorting by PPD when there were stopped clients in the list.
Double clicking on clients will open the folder containing that client.
Altered WU information panel to show deadlines as days, hours, minutes to match the ETA display.
Improved instance handling to raise the previous instance instead of producing a warning message. Uses DDE on Win32 and Unix sockets on Unix.
Made log processing routines more robust to cope with messy lines in FAHlog.txt created by the Windows SMP client.
Source package now contains all files necessary to build on Linux, MS Windows and OSX. However, they are only guaranteed to compile sucessfully on Linux. MS Windows can be made to work, OSX is unknown at this point.
FahMon is now internationalised, and comes with translations for: British English, French, Polish, Portuguese, Russian and Swedish.Download (http://fahmon.net/download.html)
(Para quem já usa, talvez faça sentido usarem o Windows Zip, em vez do Installer)

Sameiro
22-10-2007, 20:12
O link não dá do FahMon 2.3.0...
Podes actualiza-lo?
Obrigado

shello
22-10-2007, 20:19
Done. Os links deixaram de funcionar porque o fahmon tem página nova/domínio próprio: http://fahmon.net/

shello
30-10-2007, 21:41
v2.3.1 (30/10/07) General

Updated and improved documentation (this is still "Work in Progress").
Added Czech translation.
Preferences dialog and client list now save changes immediately, which should help in situations where FahMon crashes, like fast-user-switching or closing RDP/VNC sessions.
Added Drag-and-Drop function to the client list to allow new clients to be added more easily.
Add Gromacs SMP CVS (GROCVS) core support.
Adjusted margin on the benchmarks dialog.
Fixed bug in "Effective Duration" code that produced incorrect results when calculating values for WUs with less than 100 frames.
Detailed instructions on how to compile FahMon using the MS Free Tools are now provided.
Altered progress detection method to use FAHlog.txt, this should help with cores that don't update unitinfo.txt in a timely fashion, or at all. Unitinfo.txt is still used as a fallback if 1) The projectId is unknown, 2) The WU is still in the "startup" phase (i.e. yellow).
Added WebApp module. You can now export the monitoring status to 3 different formats, WebApp - a fancy jscript powered web page that mimics the FahMon interface; Simple Web - a simple web page containing useful data arranged in a simple table; Simple Text - similar to Simple Web, but optimised for shell based viewing - useful for monitoring over SSH.
Removed redundant "display deadlines in days option". The format is now controlled by the old "Display ETA as" option which has been renamed to "Display dates as"
Added menu item to cycle through ETA display styles as requested.
Updated about dialog to use new website
HTTP requests from FahMon now send a User-Agent string (i.e. !FahMon/2.3.1)
Update notification system added
Added Dutch translation
Added Brazilian Portuguese translation
Added Spanish translation
New application icon, including Vista-required dimensionsPágina oficial (http://fahmon.net/), Página downloads (http://fahmon.net/download.html)

Syk3r
02-11-2007, 02:39
Já instalei. Não notei grande diferença da outra versão que tinha.

Fontemourisca
20-02-2008, 10:41
v2.3.2a (16/02/08) General

Added German translation.
Fixed endian swap bug when monitoring PPC Macs.
FahMon? now works on Macs running OS X.
Fixed some minor translation bugs.

Windows

Fixed window state bug that caused FahMon? to to restore correctly from the system tray icon or the taskbar.
Fixed regression in the benchmarks dialog that would always display old benchmarks by location rather than name.

v2.3.2 (08/02/08) (Não tinha sido divulgado o Changelog)

General

Updated licence information.
Included code from qd to retrieve PRCG, issue date, username and teamnumber.
Removed redundant (unstable) code.
Fixed bug that prevented FahMon? from being restored to maximised state.
Fixed bug that formatted dates incorrectly in Web Output.
Added total PPD and update dates to Simple Web and Text output.
Fixed bug in progress calculation system that reported 100% as 0%
Fixed bug that broke effective frame time for some clients.
Fixed bug in monitoring system that broke PPD/ETA for projects with less than 100 frames.
Fixed proxy username text box sizing bug.
Cleaned up project download settings. Users migrating from =< 2.3.1 will need to enter their settings again if they were using an "alternate" download location.
WebApp? web output now copies images automatically.
Fixed bug in project update system that prevented client list reloading data after an update.
Client information box shows as much info as possible even if projects database isn't up to date.
Web output now uses a templating system, allowing users to create their own output designs.
Fixed bug which broke deadline dates if a WU was downloaded the previous year.
Fixed bug which crashed FahMon? if it updates the database and psummary is missing the information required.
Monitoring system now calculates how many markers are in a log file based on FAHlog.txt analysis and only uses the psummary "frame" count if no accurate determination can be made.
Fixed behaviour when FAHlog reports odd completion percentages like 100%-> 200% instead of 0%->100%.
Offline documentation is now more informative and easier to follow.
Added SCEARD (PS3 Gromacs) support just in case we ever get access to PS3 logs in the future.
Fancy web output now renders satisfactorily on IE7.

Windows

Fixed bug which drew the FahMon? icon over the progress dialog title.
Fixed issue with VC8 resource compiler not accepting compressed vista icons.
Fixed issues with wxMSW 2.8.6 and network paths.
Built Win32 version against wxMSW 2.8.6.
Updated MSVC project to allow building of debug releases.

Linux
Build requirements upped to wxGTK2.8.

Página oficial (http://fahmon.net/), Página downloads (http://fahmon.net/download.html)

Tjqueiroz
22-02-2008, 22:18
Boas... talvez aqui não seja o local correcto mas aqui fica..

Inicie-me hoje no Folding uso este .exe "FAH504-Console" saquei o "FahMon-2.3.2a-Installer", só que não dá nada.. De certeza que tenho que fazer alguma coisa mas o quê??.. Fiz uma instalação normal..

shello
22-02-2008, 22:28
O FahMon é executado, certo? Então só te falta adicionar o cliente à lista:
http://portugalfolding.org/page.php?15 ou
http://trac.fahmon.net/wiki/AddNewClient