使用UnixBench测试Linux VPS性能

使用UnixBench测试Linux VPS性能
#yum -y install ftp time make wget gcc uzip #自动选择y
centos/fedora 下运行 yum install time
ubuntu/debian 下运行 apt-get install time
#wget http://soft.vpser.net/test/unixbench/unixbench-4.1.0-wht.tar.gz
#tar xzf unixbench-4.1.0-wht.tar.gz
#cd unixbench-4.1.0-wht-2
#make
#./Run
------------------
UnixBench5.1.3
#yum -y install ftp time make wget gcc uzip #自动选择y
#wget http://byte-unixbench.googlecode.com/files/UnixBench5.1.3.tgz
#tar zxvf UnixBench5.1.3.tgz
#cd UnixBench
#vi Makefile (linux一般都没装图形界面,需要编辑Makefile,省去GL_LIBS项的检测。使用insert插入,按下两次大写字母ZZ退出。)
(# GRAPHIC_TESTS = defined)
#yum install perl-Time-HiRes
#make
#./Run

UnixBench

使用virt-what判断VPS虚拟化技术

使用virt-what判断VPS虚拟化技术
#yum -y install ftp time make wget gcc uzip
#wget -c http://people.redhat.com/~rjones/virt-what/files/virt-what-1.14.tar.gz
#tar zxf virt-what-1.14.tar.gz
#cd virt-what-1.14
#./configure #按默认设置
#make && make install #编译并安装
#virt-what

常见的VPS虚拟化技术有:OpenVZ、Xen、Hyper-V、KVM、VMWare 等。

virt-what