https://github.com/iamsk/cloudping
This site allows you to perform an HTTP ping to measure the network latency from your browser to the various cloud data centers around the world.
https://github.com/iamsk/cloudping
aliyun aws azure cloud google-cloud huawei-cloud mtyun ping qiniu speed tencent-cloud ucloud yun
Last synced: 12 months ago
JSON representation
This site allows you to perform an HTTP ping to measure the network latency from your browser to the various cloud data centers around the world.
- Host: GitHub
- URL: https://github.com/iamsk/cloudping
- Owner: iamsk
- License: mit
- Created: 2018-01-12T06:38:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-03-29T16:10:26.000Z (almost 5 years ago)
- Last Synced: 2024-02-14T21:29:13.029Z (about 2 years ago)
- Topics: aliyun, aws, azure, cloud, google-cloud, huawei-cloud, mtyun, ping, qiniu, speed, tencent-cloud, ucloud, yun
- Language: Python
- Homepage: http://cloudping.bastionhost.org/
- Size: 474 KB
- Stars: 66
- Watchers: 4
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.ZH.md
- License: LICENSE
Awesome Lists containing this project
README
# [云测速](http://cloudping.bastionhost.org/) [](https://twitter.com/intent/tweet?text=This%20site%20allows%20you%20to%20perform%20an%20HTTP%20ping%20to%20measure%20the%20network%20latency%20from%20your%20browser%20to%20the%20various%20cloud%20data%20centers%20around%20the%20world.&url=http://cloudping.bastionhost.org/en/&via=github&hashtags=cloudping,cloud,latency,aws,azure,aliyun,developers)
[](https://github.com/bastionhost/cloudping/blob/master/LICENSE) [](https://travis-ci.org/bastionhost/cloudping)
本项目通过 `HTTP Ping` 测量你的浏览器至全球各个云节点的网络延迟。

访问 http://cloudping.bastionhost.org/ 以查看所有云节点
主要包含如下应用:
* ping - 主要逻辑都在这个应用下
## 安装
为了快速进入开发,请先安装 Python 2.x,并构建虚拟环境
`mkvirtualenv cloudping`
安装依赖
`pip install -r requirements.txt`
运行服务
`python manage.py runserver --settings=cloudping.settings.dev`
## 公有云节点
* AWS: http://ec2-reachability.amazonaws.com/
* Microsoft Azure: https://azure.microsoft.com/zh-cn/regions/
* 阿里云: https://help.aliyun.com/document_detail/40654.html
* 谷歌云: https://cloud.google.com/compute/docs/regions-zones/
* 腾讯云: https://cloud.tencent.com/document/product/213/6091
* 百度云: https://cloud.baidu.com/doc/BOS/S3.html#.E6.9C.8D.E5.8A.A1.E5.9F.9F.E5.90.8D
* 华为云: https://support.huaweicloud.com/obs/index.html
* 金山云: https://docs.ksyun.com/directories/1782
* 七牛云: https://developer.qiniu.com/kodo/manual/1671/region-endpoint
* 青云: https://docs.qingcloud.com/qingstor/api/common/overview.html#地址构成
* UCloud: https://docs.ucloud.cn/api/summary/regionlist
* 美团云: https://www.mtyun.com/doc/products/manage/Region/index
* Digital Ocean: http://speedtest-nyc1.digitalocean.com/
* Linode: https://www.linode.com/speedtest
* Vultr: https://www.vultr.com/faq/#downloadspeedtests
## 引用
* 项目基于[https://github.com/huifenqi/django-project-skeleton](https://github.com/huifenqi/django-project-skeleton)构建
* 部分前端代码来自于[http://www.cloudping.info/](http://www.cloudping.info/)