前言
刚刚测试了下新到手的小鸡性能
其中就用到了UnixBench
这是一款比较中肯准确的跑分程序
正文
安装必要程序
这些程序可能需要你安装,如果你的待跑分机器没有预装/安装过的话。
# Centos
yum install -y git make automake gcc autoconf gcc-c++ time perl-Time-HiRes
# Debian/Ubuntu
apt install -y git make automake gcc autoconf time perl
运行脚本
git clone https://github.com/kdlucas/byte-unixbench.git
cd byte-unixbench/UnixBench
make && ./Run