On Oct 2, 2007, at 3:54 PM, Rob wrote:

> Hi all,
>
> Just looking around the pool site and thought it might be cool to  
> publish some graphs / counts on how many of each type of server is  
> part of the pool. i.e. stratum 1,2,3, etc.

Hi Rob,

Yeah - we do indeed capture that data.

The counts right now are,

mysql> select stratum,count(*) from servers where score_raw >= 5 and  
deletion_on is null group by stratum ;
+---------+----------+
| stratum | count(*) |
+---------+----------+
|       1 |       82 |
|       2 |      926 |
|       3 |      451 |
|       4 |       34 |
|       5 |        3 |
|      16 |        1 |
+---------+----------+
6 rows in set (0.02 sec)

However - considering the common misconceptions around this ("Stratum  
1 is better!") and that the whole point of the pool is to distribute  
traffic away from the common stratum 1 servers to other servers  
serving good time (at whatever stratum), then I think it might be  
counterproductive to show that data on the site.


  - ask

-- 
http://develooper.com/ - http://askask.com/


_______________________________________________
timekeepers mailing list
[email protected]
https://fortytwo.ch/mailman/cgi-bin/listinfo/timekeepers

Reply via email to