Stats server issues

Moderators: Site Moderators, FAHC Science Team

Locked
joshz
Posts: 6
Joined: Sun Sep 20, 2009 6:41 pm
Hardware configuration: iMac 2GHz Intel Core 2 Duo
2.5GB RAM
GUI System Preferences client.
Gromacs

Stats server issues

Post by joshz »

On the FaH stats server, team images seem to have disappeared, along with last work unit and number of active client info (see my team and user pages: http://fah-web.stanford.edu/cgi-bin/mai ... num=168881 http://fah-web.stanford.edu/cgi-bin/mai ... name=joshz)

Not sure if this is the right place, or if it's a duplicate, so sorry if I messed up!

Code: Select all

#include <stdio.h>
int randomNum ()
{
return 4; //4 is the IEEE-vetted choice for random numbers, so is guaranteed to be random. 
          //(this joke was shamelessly stolen from Randall Munroe)
}
uncle fuzzy
Posts: 460
Joined: Sun Dec 02, 2007 10:15 pm
Location: Michigan

Re: Stats server issues

Post by uncle fuzzy »

Proud to crash my machines as a Beta Tester!

Image
joshz
Posts: 6
Joined: Sun Sep 20, 2009 6:41 pm
Hardware configuration: iMac 2GHz Intel Core 2 Duo
2.5GB RAM
GUI System Preferences client.
Gromacs

Re: Stats server issues

Post by joshz »

Ah, OK. I should read the blog first, I guess.

Code: Select all

#include <stdio.h>
int randomNum ()
{
return 4; //4 is the IEEE-vetted choice for random numbers, so is guaranteed to be random. 
          //(this joke was shamelessly stolen from Randall Munroe)
}
Tobit
Posts: 342
Joined: Thu Apr 17, 2008 2:35 pm
Location: Manchester, NH USA

Re: Stats server issues

Post by Tobit »

Happens to all of us sometimes Josh, don't worry about it.. you weren't the first and you probably will not be the last. :)
joshz
Posts: 6
Joined: Sun Sep 20, 2009 6:41 pm
Hardware configuration: iMac 2GHz Intel Core 2 Duo
2.5GB RAM
GUI System Preferences client.
Gromacs

Re: Stats server issues

Post by joshz »

Yup, I know. I don't think I'll lose much sleep over it. :)

Code: Select all

#include <stdio.h>
int randomNum ()
{
return 4; //4 is the IEEE-vetted choice for random numbers, so is guaranteed to be random. 
          //(this joke was shamelessly stolen from Randall Munroe)
}
spazzychalk
Posts: 174
Joined: Sun Nov 16, 2008 6:41 am

Stats error - active processors n/a

Post by spazzychalk »

whenever i click on anyone on my team they all show n/a next to processors in last 7 and 50 days
VijayPande
Pande Group Member
Posts: 2058
Joined: Fri Nov 30, 2007 6:25 am
Location: Stanford

Re: Stats error - active processors n/a

Post by VijayPande »

Please see
http://folding.typepad.com/news/2009/12 ... pages.html
for details.
Prof. Vijay Pande, PhD
Departments of Chemistry, Structural Biology, and Computer Science
Chair, Biophysics
Director, Folding@home Distributed Computing Project
Stanford University
spazzychalk
Posts: 174
Joined: Sun Nov 16, 2008 6:41 am

Re: Stats error - active processors n/a

Post by spazzychalk »

Finally, we have noticed that there are many web clients pounding our stats system, some doing 10,000 accesses per day and many doing 1,000
is this baNNING 3rd party stats??? that would be very unortunate
We've turned off certain stats page functions dealing with queries relating to the number of CPUs.
i hope this remains temporary. this is a very important tool to mysel and my team. i can keep track of making sure my items are uploading properly, and keeping watch over my team, reminding them to turn their computer or ps3 back on. I've identified technical problems in multiple instances and corrected them do to the availability of this simple stat
P5-133XL
Posts: 2948
Joined: Sun Dec 02, 2007 4:36 am
Hardware configuration: Machine #1:

Intel Q9450; 2x2GB=8GB Ram; Gigabyte GA-X48-DS4 Motherboard; PC Power and Cooling Q750 PS; 2x GTX 460; Windows Server 2008 X64 (SP1).

Machine #2:

Intel Q6600; 2x2GB=4GB Ram; Gigabyte GA-X48-DS4 Motherboard; PC Power and Cooling Q750 PS; 2x GTX 460 video card; Windows 7 X64.

Machine 3:

Dell Dimension 8400, 3.2GHz P4 4x512GB Ram, Video card GTX 460, Windows 7 X32

I am currently folding just on the 5x GTX 460's for aprox. 70K PPD
Location: Salem. OR USA

Re: Stats error - active processors n/a

Post by P5-133XL »

This is not banning 3rd party stats: Even the biggest of them don't need to get stat data more than 10 times a day because the stats are not updated that often. The stat data is not real time, but only updated every 3? hours.
Image
bruce
Posts: 20824
Joined: Thu Nov 29, 2007 10:13 pm
Location: So. Cal.

Re: Stats error - active processors n/a

Post by bruce »

P5-133XL wrote:This is not banning 3rd party stats:
Moreover, the 3rd party stats download flat files rather than doing database queries so they are not part of Dr. Pande's counts.
Locked