You are here

Phoronix Test Suite

Quick script for downloading and running Phoronix Test Suite

VER=3.8.0
PTS=phoronix-test-suite
wget http://www.phoronix-test-suite.com/download.php?file=$PTS-$VER -O $PTS-$VER.tar.gz
tar -xf $PTS-$VER.tar.gz
rm -f $PTS-$VER.tar.gz
cd $PTS
./install-sh
#yum install php-cli php-dom
#apt-get install php5-cli
$PTS batch-setup #y n n n n y y
$PTS list-tests

$PTS batch-install stream
$PTS batch-install ramspeed
$PTS batch-run stream
$PTS batch-run ramspeed

ls -al .$PTS/test-results
Topic: