Data in the Internet Maps
Hi Atlas people, <I did not receive mails from this list months ago. I hope it still works.> I’m writing to ask about the Data repo in the intnernet maps. For example I would like to study the DNS root RTT statistics in this page : https://atlas.ripe.net/results/maps/rtt-fixed/ Where and How should I get the access to this data. Best regards, Davey
Hi Davey,
On 18 Dec 2018, at 06:58, Davey Song(宋林健) <ljsong@biigroup.cn> wrote:
Hi Atlas people,
<I did not receive mails from this list months ago. I hope it still works.>
I’m writing to ask about the Data repo in the intnernet maps. For example I would like to study the DNS root RTT statistics in this page : https://atlas.ripe.net/results/maps/rtt-fixed/ <https://atlas.ripe.net/results/maps/rtt-fixed/>
Where and How should I get the access to this data.
These maps are based on the built-in measurements that are running on all the probes. You can go to any probe and then look at the built-in tab to see the measurement IDs for these built-in measurements. You can then go to the measurement page for the desired measurement and download the results for the timeframe that you want. For instance: https://atlas.ripe.net/measurements/1009/#!download <https://atlas.ripe.net/measurements/1009/#!download> This is the built-in Ping measurement towards a.root Remember that the results for these measurements are huge so be careful in selecting your timeframes. Let me know if you need any more information. Cheers, Johan ter Beest RIPE Atlas Team
Best regards, Davey
Hi Johan, Thanks for you information. It works follow you advice to find these built-in measurement. But I need more probes (maybe all of them, or large set) and RTT data for just one day. It is impossible for me to do it manually. Is there any tool for me to select a group of probes or measurements in the rtt-fixed map? Davey 发件人: Johan Ter Beest [mailto:jterbeest@ripe.net] 发送时间: 2018年12月18日 18:16 收件人: "Davey Song(宋林健)" 抄送: ripe-atlas@ripe.net 主题: Re: [atlas] Data in the Internet Maps Hi Davey, On 18 Dec 2018, at 06:58, Davey Song(宋林健) <ljsong@biigroup.cn> wrote: Hi Atlas people, <I did not receive mails from this list months ago. I hope it still works.> I’m writing to ask about the Data repo in the intnernet maps. For example I would like to study the DNS root RTT statistics in this page : <https://atlas.ripe.net/results/maps/rtt-fixed/> https://atlas.ripe.net/results/maps/rtt-fixed/ Where and How should I get the access to this data. These maps are based on the built-in measurements that are running on all the probes. You can go to any probe and then look at the built-in tab to see the measurement IDs for these built-in measurements. You can then go to the measurement page for the desired measurement and download the results for the timeframe that you want. For instance: https://atlas.ripe.net/measurements/1009/#!download This is the built-in Ping measurement towards a.root Remember that the results for these measurements are huge so be careful in selecting your timeframes. Let me know if you need any more information. Cheers, Johan ter Beest RIPE Atlas Team Best regards, Davey
Any suggestions ? Or It is not possible to reach my ambitious goal by current tools available. Davey 发件人: ripe-atlas [mailto:ripe-atlas-bounces@ripe.net] 代表 Davey Song(宋林健) 发送时间: 2018年12月19日 18:11 收件人: 'Johan Ter Beest' 抄送: ripe-atlas@ripe.net 主题: [atlas] 答复: Data in the Internet Maps Hi Johan, Thanks for you information. It works follow you advice to find these built-in measurement. But I need more probes (maybe all of them, or large set) and RTT data for just one day. It is impossible for me to do it manually. Is there any tool for me to select a group of probes or measurements in the rtt-fixed map? Davey 发件人: Johan Ter Beest [mailto:jterbeest@ripe.net] 发送时间: 2018年12月18日 18:16 收件人: "Davey Song(宋林健)" 抄送: ripe-atlas@ripe.net 主题: Re: [atlas] Data in the Internet Maps Hi Davey, On 18 Dec 2018, at 06:58, Davey Song(宋林健) <ljsong@biigroup.cn> wrote: Hi Atlas people, <I did not receive mails from this list months ago. I hope it still works.> I’m writing to ask about the Data repo in the intnernet maps. For example I would like to study the DNS root RTT statistics in this page : <https://atlas.ripe.net/results/maps/rtt-fixed/> https://atlas.ripe.net/results/maps/rtt-fixed/ Where and How should I get the access to this data. These maps are based on the built-in measurements that are running on all the probes. You can go to any probe and then look at the built-in tab to see the measurement IDs for these built-in measurements. You can then go to the measurement page for the desired measurement and download the results for the timeframe that you want. For instance: https://atlas.ripe.net/measurements/1009/#!download This is the built-in Ping measurement towards a.root Remember that the results for these measurements are huge so be careful in selecting your timeframes. Let me know if you need any more information. Cheers, Johan ter Beest RIPE Atlas Team Best regards, Davey
Hi Davey,
On 21 Dec 2018, at 09:22, Davey Song(宋林健) <ljsong@biigroup.cn> wrote:
Any suggestions ? Or It is not possible to reach my ambitious goal by current tools available.
Davey <> 发件人: ripe-atlas [mailto:ripe-atlas-bounces@ripe.net] 代表 Davey Song(宋林健) 发送时间: 2018年12月19日 18:11 收件人: 'Johan Ter Beest' 抄送: ripe-atlas@ripe.net 主题: [atlas] 答复: Data in the Internet Maps
Hi Johan,
Thanks for you information. It works follow you advice to find these built-in measurement. But I need more probes (maybe all of them, or large set) and RTT data for just one day. It is impossible for me to do it manually. Is there any tool for me to select a group of probes or measurements in the rtt-fixed map?
I think you’re mis-understanding how the built-ins work. These measurements do run on all the probes and therefore have the data for all of the probes. In the download tab, you can then select the day you want and download the results. For instance: https://atlas.ripe.net/api/v2/measurements/1009/results/?start=1545350400&stop=1545436799&format=json This gives you all the results for all the probes for 21 December 2018. You can of course also select a day in the map view itself using the time travel slider. Again, be aware that these results are huge so you should use curl or our Python libraries to get and process these results. You can find all the RIPE NCC tools here: https://github.com/RIPE-NCC <https://github.com/RIPE-NCC> The specific ones you want are: https://github.com/RIPE-NCC/ripe-atlas-tools <https://github.com/RIPE-NCC/ripe-atlas-tools> https://github.com/RIPE-NCC/ripe.atlas.sagan <https://github.com/RIPE-NCC/ripe.atlas.sagan> https://github.com/RIPE-NCC/ripe-atlas-cousteau <https://github.com/RIPE-NCC/ripe-atlas-cousteau> Let me know if I answered your question. If not, I will try to help you further. Kind regards, Johan ter Beest
Davey
发件人: Johan Ter Beest [mailto:jterbeest@ripe.net <mailto:jterbeest@ripe.net>] 发送时间: 2018年12月18日 18:16 收件人: "Davey Song(宋林健)" 抄送: ripe-atlas@ripe.net <mailto:ripe-atlas@ripe.net> 主题: Re: [atlas] Data in the Internet Maps
Hi Davey,
On 18 Dec 2018, at 06:58, Davey Song(宋林健) <ljsong@biigroup.cn <mailto:ljsong@biigroup.cn>> wrote:
Hi Atlas people,
<I did not receive mails from this list months ago. I hope it still works.>
I’m writing to ask about the Data repo in the intnernet maps. For example I would like to study the DNS root RTT statistics in this page : https://atlas.ripe.net/results/maps/rtt-fixed/ <https://atlas.ripe.net/results/maps/rtt-fixed/>
Where and How should I get the access to this data.
These maps are based on the built-in measurements that are running on all the probes. You can go to any probe and then look at the built-in tab to see the measurement IDs for these built-in measurements.
You can then go to the measurement page for the desired measurement and download the results for the timeframe that you want. For instance:
https://atlas.ripe.net/measurements/1009/#!download <https://atlas.ripe.net/measurements/1009/#!download>
This is the built-in Ping measurement towards a.root
Remember that the results for these measurements are huge so be careful in selecting your timeframes.
Let me know if you need any more information.
Cheers, Johan ter Beest RIPE Atlas Team
Best regards, Davey
On Tue, Dec 18, 2018 at 01:58:30PM +0800, Davey Song <ljsong@biigroup.cn> wrote a message of 117 lines which said:
<I did not receive mails from this list months ago. I hope it still works.>
It works for me, I receive messages.
Thanks. I can receive and respond. It weird that I can receive mail from this mailing list now only after I sent a mail. Was my mail account treated as a dead one? : ) Davey
-----邮件原件----- 发件人: Stephane Bortzmeyer [mailto:bortzmeyer@nic.fr] 发送时间: 2018年12月18日 22:18 收件人: Davey Song 抄送: ripe-atlas@ripe.net 主题: Re: [atlas] Data in the Internet Maps
On Tue, Dec 18, 2018 at 01:58:30PM +0800, Davey Song <ljsong@biigroup.cn> wrote a message of 117 lines which said:
<I did not receive mails from this list months ago. I hope it still works.>
It works for me, I receive messages.
participants (3)
-
Davey Song(宋林健)
-
Johan Ter Beest
-
Stephane Bortzmeyer