SuperBench是一个测试linux服务器性能的脚本,让你快速方便了解一台服务器的综合性能,支持硬件基本信息、流媒体解锁检测、磁盘IO检测、CPU性能测试、以及国内和国外网络测速、网络路由追踪。
今天新开了一台服务器,闲着就想测测性能,就找到了这个脚本。为了防止我忘记就分享到博客,大家可以用来检测自己的服务器的各项数据。text 代码:
bash <(wget -qO- https://down.vpsaff.net/linux/speedtest/superbench.sh)
wget -qO- https://down.vpsaff.net/linux/speedtest/superbench.sh | sudo bash