结论
- https://cp.greencloudvps.com
- 网络到国内不太行;CPU和硬盘不错,用于处理一些东西,进行远程服务的搭建
- CPU得分: 497, 2701
Acquisition
绿云8888三周年美国东部Jacksonville的三年付$88.88小鸡。

Log-In & Control Panel
各种测试 – 最新脚本本馆档案链接
综合
Shell
x
8
1
# bench.sh是秋水逸冰写的一个VPS测试脚本,全面适用于各种 Linux 发行版的网络(下行)和 IO 测试。
2
# 4个都一样
3
wget -qO- bench.sh | bash
4
curl -Lso- bench.sh | bash
5
wget -qO- 86.re/bench.sh | bash
6
curl -so- 86.re/bench.sh | bash
7
----------------------------------------------------------------------
8

Shell
xxxxxxxxxx
1
9
1
curl -fsSL https://ilemonra.in/LemonBenchIntl | bash -s fast
2
# ==
3
wget -qO- https://ilemonra.in/LemonBenchIntl | bash -s fast
4
5
curl -fsSL https://ilemonra.in/LemonBenchIntl | bash -s full
6
# ==
7
wget -qO- https://ilemonra.in/LemonBenchIntl | bash -s full
8
----------------------------------------------------------------------
9

机器配置

回程
Shell
xxxxxxxxxx
1
5
1
wget -qO- git.io/besttrace | bash
2
3
----------------------------------------------------------------------
4
5
测速
服务器端测速
Shell
xxxxxxxxxx
1
9
1
# 专门针对国内的测试
2
参考上面的# bench.sh是秋水逸冰写的一个VPS测试脚本,全面适用于各种 Linux 发行版的网络(下行)和 IO 测试。
3
# 4个都一样
4
wget -qO- bench.sh | bash
5
curl -Lso- bench.sh | bash
6
wget -qO- 86.re/bench.sh | bash
7
curl -so- 86.re/bench.sh | bash)
8
----------------------------------------------------------------------
9
油管测速
speedtest 本地下载测速
Shell
xxxxxxxxxx
1
2
1
apt install -y docker.io && docker run -d -p 9080:80 --name speedtest --restart=always ilemonrain/html5-speedtest:alpine
2
流媒体解锁测试
Netflix
Shell
xxxxxxxxxx
1
7
1
wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/2.01/nf_2.01_linux_amd64 && chmod +x nf && clear && ./nf
2
# ==
3
wget -O nf https://file.10244201.xyz/pub/netflix_check_1 && chmod +x nf && clear && ./nf
4
5
### 或者最全面的测试
6
docker run --rm --net=host lmc999/regioncheck
7