A majority of the servers have the leap second flag set now.
Ask
mysql> select day(ts) as d, hour(ts) h, count(distinct(server_id)) servers
from log_scores where ts > '2015-06-29 19:00' and step > 0 and attributes is
not null and attributes = '{"leap":1}' group by d,h;
+------+------+---------+
| d | h | servers |
+------+------+---------+
| 29 | 19 | 40 |
| 29 | 20 | 44 |
| 29 | 21 | 37 |
| 29 | 22 | 41 |
| 29 | 23 | 39 |
| 30 | 0 | 2355 |
| 30 | 1 | 2945 |
| 30 | 2 | 3060 |
| 30 | 3 | 3118 |
| 30 | 4 | 3138 |
| 30 | 5 | 3155 |
+------+------+---------+
11 rows in set (1.03 sec)
—
http://askask.com/
On Mon, Jun 29, 2015 at 8:21 AM, Ask Bjørn Hansen <[email protected]> wrote:
> Less, actually. Or maybe just weirder.
> Here are by hour the number of servers seen announcing leap=01 (I only
> updated the monitor around 5am UTC on the 28th). I’ll send another update
> after midnight UTC when hopefully ~everything is announcing leap=01.
> Ask
> mysql> select day(ts) as d, hour(ts) h, count(distinct(server_id)) servers
> from log_scores where ts > '2015-06-28' and step > 0 and attributes is not
> null and attributes = '{"leap":1}' group by d,h;
> +------+------+---------+
> | d | h | servers |
> +------+------+---------+
> | 28 | 5 | 26 |
> | 28 | 6 | 43 |
> | 28 | 7 | 42 |
> | 28 | 8 | 47 |
> | 28 | 9 | 52 |
> | 28 | 10 | 45 |
> | 28 | 11 | 45 |
> | 28 | 12 | 44 |
> | 28 | 13 | 44 |
> | 28 | 14 | 44 |
> | 28 | 15 | 48 |
> | 28 | 16 | 45 |
> | 28 | 17 | 44 |
> | 28 | 18 | 44 |
> | 28 | 19 | 47 |
> | 28 | 20 | 42 |
> | 28 | 21 | 43 |
> | 28 | 22 | 41 |
> | 28 | 23 | 37 |
> | 29 | 0 | 35 |
> | 29 | 1 | 36 |
> | 29 | 2 | 41 |
> | 29 | 3 | 39 |
> | 29 | 4 | 39 |
> | 29 | 5 | 44 |
> | 29 | 6 | 47 |
> | 29 | 7 | 46 |
> | 29 | 8 | 46 |
> | 29 | 9 | 47 |
> | 29 | 10 | 46 |
> | 29 | 11 | 45 |
> | 29 | 12 | 41 |
> | 29 | 13 | 49 |
> | 29 | 14 | 40 |
> | 29 | 15 | 35 |
> +------+------+---------+
> 35 rows in set (2.25 sec)
> —
> http://askask.com/
> On Sun, Jun 28, 2015 at 10:27 PM, Ask Bjørn Hansen <[email protected]>
> wrote:
>> About 66 servers in the NTP Pool is announcing the leap second now.
>> Ask
>> —
>> http://askask.com/
_______________________________________________
pool mailing list
[email protected]
http://lists.ntp.org/listinfo/pool