Phoronix Test Suite

I got a task to test a server which we made and named it Ant.It has Centos 6 installed on it.
As suggested I made use of Phoronix Test Suite.
So here I am posting how to install it on Centos.

Phoronix Test Suite- An Automated, Open-Source Testing Framework

The Phoronix Test Suite is the most comprehensive testing and benchmarking platform available for the Linux operating system. This software is designed to effectively carry out both qualitative and quantitative benchmarks in a clean, reproducible, and easy-to-use manner. The Phoronix Test Suite consists of a lightweight processing core (pts-core) with each benchmark consisting of an XML-based profile with related resource scripts. The process from the benchmark installation, to the actual benchmarking, to the parsing of important hardware and software components is heavily automated and completely repeatable, asking users only for confirmation of actions.

Download phoronix-test-suite

Install Howto
1
2
3
4
5
6
7
8
9
10
11
    Download the latest epel-release rpm from

    http://dl.fedoraproject.org/pub/epel/6/i386/

    Install epel-release rpm:

    # rpm -Uvh epel-release*rpm

    Install phoronix-test-suite rpm package:

    # yum install phoronix-test-suite
from-pkgs.org

Comments