Log in

View Full Version : How to Install UnixBench on Debian/Ubuntu Server - Post Yours!



Gaiacom_LC
04-22-2014, 06:01 PM
UnixBench is a very useful utility for benchmarking Linux systems, and creating reports for recording and comparison to other systems. It can be run on a dedicated server, VPS, or any system with shell/terminal access.

To install UnixBench, access your system as root, and run the following commands:


apt-get install build-essential libx11-dev libgl1-mesa-dev libxext-dev
wget http://byte-unixbench.googlecode.com/files/UnixBench5.1.3.tgz

tar xvfz UnixBench5.1.3.tgz

cd UnixBench

./Run

If you can install UnixBench successfully, post your dedicated server or VPS benchmark here!

Source: How to Install UnixBench on Debian/Ubuntu Dedicated Server (http://redarray.net/blog/how-to-install-unixbench-debianubuntu-server/)

AdrianG001
03-18-2022, 06:21 AM
Install and Run UnixBench on CentOS or Debian VPS
UnixBench is a popular server benchmarking tool. To install and run UnixBench, just do the following (for CentOS):

# yum install gcc gcc-c++ make libXext-devel

# wget -c http://byte-unixbench.googlecode.com/files/unixbench-5.1.2.tar.gz

# tar xvzf unixbench-5.1.2.tar.gz

# cd unixbench-5.1.2

# make

# ./Run


UnixBench should begin running tests and output a final score. For Debian/Ubuntu:

# apt-get install libx11-dev libgl1-mesa-dev libxext-dev perl perl-modules make

# wget http://byte-unixbench.googlecode.com/files/unixbench-5.1.2.tar.gz

# tar xvf unixbench-5.1.2.tar.gz

# cd unixbench-5.1.2

# ./Run