Folding@Home - LIE Team - Member Page - level6

Here, I will share client stats, source code, etc.


I have been playing around on port 36330 on the clients, and have come up with a script to build a statistical web page, txt file, and log. It's not perfect, yet. There is still no logic in there for better GPU detail, and anything sitting idle or in error will just show 0's. Please, no lectures on best practices, either. :) Once it's released to GitHub, feel free to fork the code and make it right.

But, since I am running so many different types of client, I figured it would be neat to see how each performs compared to the rest.

Current Details:
  • Check out my client stats in an HTML table, updated every 15 minutes.
  • Check out my client stats in a TXT file, updated every 15 minutes.
  • Check out my client stats in a log, updated every 15 minutes.
  • Check out my GPU stats in graphs, updated every 5 minutes.
  • The source code will soon be in a GitHub repository with proper documentation, but you can check out the working Perl script now, if you're comfortable proceeding without documentation.

Main Team Page