Hi all,
It appears that the RenderFarm team stats file is missing some details. The "nusers" field for every team is not present and has prevented my update script from being able to update the stats.
I have put a work around in my update script which basically defaults the number of members in a team to zero if the "nusers" field is not present.
This of course, is not ideal and I would imagine that other stats sites are affected. If anyone has ties with the project, please feel free to point them at this thread.
Cheers,
Neil.
RenderFarm stats problems
The only difference between Renderfarm@Home and other projects is that I upgrade the server software very often. David Anderson recently removed nusers.
If I understand correctly what team.nusers is, then just counting the number of users (from user.gz) with <teamid>X</teamid>, will give you that same number.
So you'll start having the same issue on other projects when they upgrade.David 15 Jan 2007
- db_dump: don't write team.nusers; it's meaningless
sched/
db_dump.C
If I understand correctly what team.nusers is, then just counting the number of users (from user.gz) with <teamid>X</teamid>, will give you that same number.
boinc_dev, or maybe boinc_stats (although I have never checked the latter).Neil wrote:Is there a developer's e-mail list that I could contact or a forum post to reply to?
I have just modified my update script to handle the forth coming changes.
And speaking about "BOINC guys not consulting stats sites first", I can guess your opinion about CPDN mess.
Hi,
Thanks for the info - I have subscribed to the BOINC stats mailing list. I see in their archives that the nusers field stuff was mentioned.
I also see that Zain Upton has posted in December about increasing processing overheads for the stats. He collects a lot more data than me (world rank, host info etc.), but we're both in the same boat.
Anyhow, hopefully I'll be able to react to future modifications to the XML files a bit faster!
Cheers,
Neil.
Thanks for the info - I have subscribed to the BOINC stats mailing list. I see in their archives that the nusers field stuff was mentioned.
I also see that Zain Upton has posted in December about increasing processing overheads for the stats. He collects a lot more data than me (world rank, host info etc.), but we're both in the same boat.
Anyhow, hopefully I'll be able to react to future modifications to the XML files a bit faster!
Cheers,
Neil.