之前有好多朋友也提问,本博客一些测评中使用的是那些脚本,其实博主在测评文章里也陆陆续续的分享过,不过不是所有的测评都会有人看的,所以今天把目前博主收集的一些脚本都分享一下,还会不间断的更新,所有的内容都是收集至网络,部分博主做了更改。
准备工作
在测试的过程中,出现命令不充在,一般情况下你首先要安装wget和curl
Centos安装命令
Debian/ubuntu安装命令
提示证书问题可以使用以下命令
| bash <(wget --no-check-certificate -qO- https://github.com/Aniverse/inexistence/raw/master/inexistence.sh) |
测配置脚本
柠檬脚本
可测试配置、IO、CPU、内存、路由
| curl -fsL https://ilemonra.in/LemonBenchIntl | bash -s fast |
SuperBench
可测试配置、IO、网速等
| wget -qO- --no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash |

专业测硬盘脚本
测IO和网速(可直接测IPv6的网速,国外节点)
| curl -sL yabs.sh | bash wget -qO- yabs.sh | bash |

硬件跑分
| wget --no-check-certificate https://github.com/teddysun/across/raw/master/unixbench.sh chmod +x unixbench.sh ./unixbench.sh |

独服测试硬件脚本
| wget -q https://github.com/Aniverse/A/raw/i/a && bash a |
