很多小伙伴买来服务器,商家标注了cpu 磁盘 带宽 但是又知道是否真实,那么这篇文章可以很好解决你的疑惑。
服务器选择推荐看下列表格
静态网站 | 博客、论坛片站 | 下载站、图片站 | 视频站 | |
CPU | A1 B2 C2 D3 E4 | A2 B4 C6 D6 E8 | A2 B4 C4 D6 E8 | A2 B4 C6 D8 E12 |
内存 | A1 B1 C2 D2 E4 | A2 B4 C6 D6 E8 | A2 B4 C4 D8 E16 | A4 B8 C16 D16 E32 |
带宽 | A3 B3 C3 D5 E8 | A5 B8 C10 D15 E20 | A10 B15 C20 D30 E50 | A10 B20 C30 D50 E100 |
当中的字母含义看下表
A | B | C | D | E |
日ip500左右 | 日ip1000左右 | 日ip2000左右 | 日ip5000左右 | 日ip10000左右 |
此表以作参考:如果你做论坛网,日ip1000左右,那么推荐4H-4G-8M
视频教程
测试之前的准备:安装wget
CentOS系统:
yum -y install wget
Ubuntu / Debian系统:
apt install -y wget
BlueSkyXN综合工具箱
wget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SKY-BOX/main/box.sh && chmod +x box.sh && clear && ./box.sh
秋水逸冰VPS性能测试脚本
你可以使用以下命令来查看您的 Linux 系统信息,还可以测试网络带宽及硬盘读写速率
wget -qO- bench.sh | bash
或者
curl -Lso- bench.sh | bash
服务器/VPS 速度测试脚本、系统信息、I/O 测试和speedtest亚洲速度测试
curl -LsO bench.monster/speedtest.sh; bash speedtest.sh -Asia
流媒体解锁测试一键脚本
bash <(curl -L -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/check.sh)
TikTok检测
curl -fsL -o ./t.sh.x https://github.com/lmc999/TikTokCheck/raw/main/t.sh.x && chmod +x ./t.sh.x && ./t.sh.x && rm ./t.sh.x
这个脚本没有反应,如果有好的脚本 欢迎评论区留言
OldKing版一键测试
wget -qO- git.io/superbench.sh | bash
一键检测VPS回程国内三网路由
curl https://raw.githubusercontent.com/zhanghanyun/backtrace/main/install.sh -sSf | sh
SuperSpeed.sh 修复版
bash <(curl -Lso- https://git.io/superspeed_uxh)
或者
bash <(curl -Lso- https://raw.githubusercontent.com/uxh/superspeed/master/superspeed.sh)
itdog延迟测试(无需命令,输入ip地址或者网站即可)
站长工具(综合网络测试)
以上就是常用的服务器性能 网络测试的命令 以及网站分享,如果有其他好的命令或者网站欢迎投稿 评论区留言!!
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。
评论(0)