Linux 系统性能测试 脚本(unixbench nmon)

#!/bin/bash

wget http://soft.vpser.net/test/unixbench/unixbench-5.1.2.tar.gz

tar -xzvf unixbench-5.1.2.tar.gz

cd unixbench-5.1.2

make

./Run>UnixBenchResult.txt

#####################################

wget https://sourceforge.net/projects/nmon/files/nmon_x86_64_centos6/download

-O nmon_x86_64_centos6

chmod

777 nmon_x86_64_centos6 

./nmon_x86_64_centos6

-fT -s 5 -c 10

kl���%

你可能感兴趣的:(Linux 系统性能测试 脚本(unixbench nmon))