Saturday, April 22, 2017

Run Phoronix Test Suite on Asus Tinker Board

Do we have building tools

  • apt-get install -y build-essential
  • apt-get install -y automake make gcc patch unzip autoconf unzip apt-file


Necessary PHP dependencies

  • apt-get install -y php-cli php-xml php-gd php-posix php-sqlite3


Phoronix will try to install these anyhow, I found this process faster than if Phoronix installs them in the background, I would not know why

  • apt-get install -y zlib1g-dev libsdl1.2-dev libsdl-gfx1.2-dev libsdl-net1.2-dev libsdl-image1.2-dev libsdl-ttf2.0-dev libsdl-mixer1.2-dev yasm libpcre3-dev libboost-all-dev libasio-dev libboost-iostreams-dev libjpeg-dev libtiff5-dev libpng-dev gfortran libopenmpi-dev openmpi-bin libmpich-dev mesa-utils libssl-dev libtiff-dev

Install and run Phoronix CPU benchmark

  • wget http://www.phoronix-test-suite.com/download.php?file=phoronix-test-suite-7.0.1 -O phoronix-test-suite_7.0.1.tar.gz
  • tar xvf phoronix-test-suite_7.0.1.tar.gz
  • cd phoronix-test-suite/
  • ./install-sh
  • phoronix-test-suite benchmark pts/cpu

No comments:

Post a Comment