Bench.sh
秋水逸冰大佬的写的Bench.sh脚本
特点
显示当前测试的各种系统信息;
取自世界多处的知名数据中心的测试点,下载测试比较全面;
支持 IPv6 下载测速;
IO 测试三次,并显示平均值。
使用
wget -qO- bench.sh | bash
#或者
curl -Lso- bench.sh | bash
#或者
wget -qO- 86.re/bench.sh | bash
#或者
curl -so- 86.re/bench.sh | bash
演示
root@pr2:~# wget -qO- bench.sh | bash
----------------------------------------------------------------------
CPU Model : Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
CPU Cores : 1
CPU Frequency : 2599.998 MHz
CPU Cache : 16384 KB
Total Disk : 20.0 GB (6.8 GB Used)
Total Mem : 989 MB (209 MB Used)
Total Swap : 1023 MB (0 MB Used)
System uptime : 2 days, 3 hour 26 min
Load average : 0.12, 0.03, 0.01
OS : Ubuntu 18.04.5 LTS
Arch : x86_64 (64 Bit)
Kernel : 4.11.8-041108-generic
TCP CC : cubic
Virtualization : KVM
Organization : AS8100 QuadraNet Enterprises LLC
Location : Los Angeles / US
Region : California
----------------------------------------------------------------------I/O Speed(1st run) : 166 MB/s
I/O Speed(2nd run) : 190 MB/s
I/O Speed(3rd run) : 220 MB/s
Average I/O speed : 192.0 MB/s
----------------------------------------------------------------------
Node Name Upload Speed Download Speed Latency
Speedtest.net 90.39 Mbps 6.15 Mbps 19.85 ms
Beijing CU 413.65 Mbps 238.46 Mbps 173.18 ms
Shanghai CT 69.90 Mbps 285.53 Mbps 139.64 ms
Shanghai CU 211.69 Mbps 33.89 Mbps 171.10 ms
Guangzhou CT 15.24 Mbps 16.96 Mbps 156.96 ms
Guangzhou CU 415.48 Mbps 67.55 Mbps 167.41 ms
Shenzhen CU 402.59 Mbps 178.00 Mbps 170.51 ms
Hongkong CN 319.55 Mbps 204.49 Mbps 149.95 ms
Singapore SG 323.63 Mbps 317.78 Mbps 180.22 ms
Tokyo JP 184.29 Mbps 27.94 Mbps 123.59 ms
----------------------------------------------------------------------
评论