mirror of
https://github.com/XIU2/CloudflareSpeedTest.git
synced 2026-03-05 05:59:46 +08:00
Update
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
1. 下载编译好的可执行文件 [蓝奏云](https://www.lanzoux.com/b0742hkxe) / [Github](https://github.com/XIU2/CloudflareSpeedTest/releases) 并解压。
|
||||
2. 双击运行 `CloudflareST.exe`文件(Windows系统),等待测速...
|
||||
|
||||
测速完毕后,会把结果保存在当前目录下的 `result.csv` 文件中,用记事本打开,排序为**延迟由低到高**,每一列用逗号分隔,分别是:
|
||||
测速完毕后,会把结果保存在当前目录下的 `result.csv` 文件中(只输出丢包率 50% 以下的),用记事本打开,排序为**延迟由低到高**,每一列用逗号分隔,分别是:
|
||||
```
|
||||
IP 地址, Ping 发送次数, Ping 接收次数, Ping 接收率, 平均延迟, 下载速度 (MB/s)
|
||||
104.27.70.18, 4, 4, 1.0000, 150.7948, 12.8951
|
||||
@@ -27,7 +27,7 @@ IP 地址, Ping 发送次数, Ping 接收次数, Ping 接收率, 平均延迟,
|
||||
C:\>CloudflareST.exe -h
|
||||
|
||||
CloudflareSpeedTest
|
||||
测试 Cloudflare CDN 所有 IP 的延迟和速度,获取最佳 IP!
|
||||
测试 Cloudflare CDN 所有 IP 的延迟和速度,获取最快 IP!
|
||||
https://github.com/XIU2/CloudflareSpeedTest
|
||||
|
||||
参数:
|
||||
|
||||
5
main.go
5
main.go
@@ -16,8 +16,9 @@ var version string
|
||||
func init() {
|
||||
var downloadSecond int64
|
||||
var printVersion bool
|
||||
const help = `CloudflareSpeedTest
|
||||
测试 Cloudflare CDN 所有 IP 的延迟和速度,获取最佳 IP!
|
||||
const help = `
|
||||
CloudflareSpeedTest
|
||||
测试 Cloudflare CDN 所有 IP 的延迟和速度,获取最快 IP!
|
||||
https://github.com/XIU2/CloudflareSpeedTest
|
||||
|
||||
参数:
|
||||
|
||||
Reference in New Issue
Block a user