遇见数据集

NBN Speedtest on Telecube HFC 50/20(Aug 17),100/40 (May 18) in Hughesdale Vic 3166

收藏
Figshare2021-10-13 更新2026-04-08 收录
官方服务:

资源简介:

A speedtest of NBN speeds was run across a weekend, every two hours, from Friday 8.00pm to Monday 8.00am. NBN was running in Hughesdale, 3166 Victoria over Telecube HFC 50/20mbps NBN subscription. The NBN is the Australian National Broadband Network. HFC is the payTV network (a hybrid fibre-coaxial network) and is currently sold at speeds up to 100/40 mbps (download/upload). The test is run on a residential premise with a 50/20mbps subscription with Telecube. Where mbps is megabits per second, and 50/20 is 50mbps download and 20mbps upload.<br>Now includes updated to NBN Telecube HFC 100/40 last week. Rerun test. Friday 8.00pm to Monday 8.00am (18-20 May 2018). Using same procedure.<br><br>Speedtest is a network service to test an internet connection speed. See html5 version at http://beta.speedtest.net.<br><br>Speedtest recorded from server: 2225 Telstra Melbourne.List of servers available by running: speedtest-cli --listRecommend: run speedtest against a single server to remove server speed variability. See http://whrl.pl/ReX2rn for server variability impact on speedtest.<br>Version:8. Adding Speedtest data for a new ISP - Kogan 100/20 plan (Oct 2021).5. More data on 100/40 upgrade plan. File data200518new.csv added. New plot: Plotly:/50. New jpg. Plot200518.4. More data from 280817 - added every 15mins. File: data280817.csv. New plot: Plotly:/48. New jpg. Plot280817.3. Added play2.csv tidied file including parsed date/time, where DayHr = Day.Hr and DayHr2 = Day.Hr*4 *i.e. close to per cent.2. Out.csv deletes test data.1. Out.csv includes 12 lines of test data from Monash Uni LAN (speeds 200/100mbps). Now deleted in v2..<br>Recording:- upload (mbps)- download (mbps)- ping (milliseconds)and output to a csv file.<br>Code from: Github to run speedtest under python control. https://github.com/sivel/speedtest-cli (linked below).<br>Bash script executes speedtest. (Bash file attached here.)Cron controls automated execution of script and write out data to csv file. (out.csv).Further coding docs included in bash file: job.sh<br>Inspired by: https://forums.cacti.net/viewtopic.php?f=12&amp;t=52732 <br>Cron: 5 */2 * * * cd ~/Downloads/speed/ &amp;&amp; ./job.shRuns speedtest every two hours at five minutes past the hour.<br>Environment: MacBook Pro 2012 10.12.6 Python 2.7.10 (MacOS)<br>Data graphed (and data available) at plotly: https://plot.ly/~areff20000/46/ (linked below).<br>

本数据集为澳大利亚国家宽带网络(National Broadband Network,简称NBN)网速测试记录。测试于周末时段内每两小时执行一次,测试周期为周五晚8点至次周周一早8点,测试地点位于维多利亚州休格斯代尔(Hughesdale,邮编3166),所用订阅服务为Telecube提供的50/20Mbps混合光纤同轴(Hybrid Fibre-Coaxial,简称HFC)宽带套餐。NBN即澳大利亚国家宽带网络;HFC为澳大利亚付费电视网络,当前最高可提供100/40Mbps的下载/上传速率,本次初始测试所用套餐速率为下行50Mbps、上行20Mbps,其中Mbps即兆比特每秒(Megabits per second),50/20代表下行速率50兆比特每秒、上行速率20兆比特每秒。 本次测试已于近期升级至Telecube的100/40Mbps HFC套餐,并于上周重新执行测试,测试时段仍为周五晚8点至周一早8点(2018年5月18日至20日),测试流程与初始版本保持一致。 本测试使用的Speedtest为全球通用的互联网连接速度测试服务,其HTML5版本可访问地址为http://beta.speedtest.net。 本次测试的测速服务器为2225 Telstra Melbourne,可通过执行`speedtest-cli --list`命令获取可用服务器列表。建议仅针对单台服务器执行测速以消除服务器端速率波动对测试结果的影响,关于服务器波动对测速结果的影响可参考文档:http://whrl.pl/ReX2rn。 版本更新历史: - 版本8:新增互联网服务提供商(Internet Service Provider,简称ISP)为Kogan的100/20套餐测速数据(2021年10月)。 - 版本5:补充100/40升级套餐的更多测试数据,新增数据文件data200518new.csv,新增可视化图表Plotly:/50及对应JPG文件Plot200518。 - 版本4:补充2017年8月28日的更多测试数据(本次测试间隔调整为15分钟),新增数据文件data280817.csv,新增可视化图表Plotly:/48及对应JPG文件Plot280817。 - 版本3:新增play2.csv文件,对原有数据文件进行整理,包含解析后的日期时间字段,其中DayHr代表“日期.小时”,DayHr2 = Day.Hr*4(近似为每15分钟采样一次)。 - 版本2:删除测试用数据文件out.csv,原out.csv包含12条来自莫纳什大学局域网的测试数据(速率200/100Mbps),已在本版本中移除。 - 版本1:初始版本,out.csv包含12条莫纳什大学局域网测试数据(速率200/100Mbps)。 本次测试记录以下三项指标并输出至CSV文件: 1. 上传速率(Mbps) 2. 下载速率(Mbps) 3. 延迟(毫秒) 测速脚本基于Github开源项目`sivel/speedtest-cli`开发(链接见文末),可通过Python实现自动化测速。附带Bash脚本job.sh用于执行测速任务,通过Cron定时任务自动运行脚本并将测试数据写入out.csv文件,详细脚本说明已包含在job.sh文件中。本项目灵感源自论坛帖子:https://forums.cacti.net/viewtopic.php?f=12&t=52732。 Cron定时任务配置:`5 */2 * * * cd ~/Downloads/speed/ && ./job.sh`,即每两小时在整点过5分时执行测速脚本。 测试环境:2012款MacBook Pro,MacOS 10.12.6系统,Python 2.7.10。 测试数据及可视化图表可访问Plotly平台:https://plot.ly/~areff20000/46/(链接见文末)。

提供机构:
Ferrers, Richard
创建时间:
2020-08-13
二维码
社区交流群
二维码
科研交流群
商业服务