[VPS特写] Contabo美西 v.s 德国
date
Jan 20, 2022
slug
vps-contabo-seattle-vs-germany
status
Published
summary
新vps contabto 美西和德国比较
tags
vps
type
Post
URL
结论
- 美西和德国差不多,各种性能略好个10%
- 好处是有1个snapshot
Acquisition
Log-in & Control Panel
各种测试
机器配置 + 测速
# bench.sh是秋水逸冰写的一个VPS测试脚本,全面适用于各种 Linux 发行版的网络(下行)和 IO 测试。
# 4个都一样
wget -qO- bench.sh | bash
curl -Lso- bench.sh | bash
wget -qO- 86.re/bench.sh | bash
curl -so- 86.re/bench.sh | bash
----------------------------------------------------------------------
curl -fsSL https://ilemonra.in/LemonBenchIntl | bash -s fast
wget -qO- https://ilemonra.in/LemonBenchIntl | bash -s fast
curl -fsSL https://ilemonra.in/LemonBenchIntl | bash -s full
wget -qO- https://ilemonra.in/LemonBenchIntl | bash -s full
----------------------------------------------------------------------
yabs - cpu测试
curl -sL yabs.sh | bash
流媒体
wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/2.01/nf_2.01_linux_amd64 && chmod +x nf && clear && ./nf
# ==
wget -O nf https://file.10244201.xyz/pub/netflix_check_1 && chmod +x nf && clear && ./nf
### 或者最全面的测试
docker run --rm --net=host lmc999/regioncheck
回程
可选
Youtube
Speedtest测速
apt install -y docker.io && docker run -d -p 9080:80 --name speedtest --restart=always ilemonrain/html5-speedtest:alpine