مكتبة الشروحات

How to Benchmark a Linux VPS with UnixBench (CentOS)  طباعة

Follow the steps below to install and run UnixBench, a comprehensive Linux benchmarking utility. 

This guide should be used with a CentOS 6 based VPS. 

First, log in to your VPS as the root user, or gain root privileges. Then execute the following commands: 

yum install -y gcc gcc-c++ make libXext-devel;yum groupinstall "Development Tools" -y
yum install -y libX11-devel mesa-libGL-devel perl-Time-HiRes
wget -c http://byte-unixbench.googlecode.com/files/unixbench-5.1.3.tgz
tar xvzf unixbench-5.1.3.tgz
cd unixbench-5.1.3;make
./Run

هل كانت المقالة مفيدة ؟

مقالات مشابهة

What kind of virtualization does SolVPS use?
SolVPS utilizes Xen virtualization for both Linux VPS and Windows VPS instances. We use a...
How to Log in to cPanel/WHM VPS
If you chose to install cPanel/WHM on your VPS, you can log in to the WHM control panel interface...
What is the VPS network speed and how much bandwidth/data transfer is included?
All servers include a 1Gbit (1000Mbps) network uplink. Each VPS package includes a set amount of...
How to Ping a VPS (Linux and Windows)
Ping is a useful tool for checking if a server is online and responsive to outside connections....
How to Install Installatron
Simply access our VPS as the root user (SSH), and execute the following commands: wget...