DarkMatter in Cyberspace
  • Home
  • Categories
  • Tags
  • Archives

System Benchmark Utility on Linux


sysbench

Install: yum install sysbench or apt-get install sysbench;

Usage

$ man sysbench
$ sysbench --help
$ sysbench --test=cpu --cpu-max-prime=20000 run
$ sysbench --test=memory help
$ sysbench --test=memory run
$ sysbench --test=fileio --file-total-size=150G prepare

Phoronix Test Suite

Installation

  1. Download phoronix-test-suite-5.0.0.tar.gz from its homepage

  2. Unzip it and run "install-sh" in it;

  3. It will prompt you install php-cli and php-xml (on CentOS 6.4) if you haven't install them.

Usage

$ phoronix-test-suite --help
$ phoronix-test-suite list-tests
$ phoronix-test-suite list-tests | grep '[Mm]emory'
$ phoronix-test-suite install pts/ramspeed
$ phoronix-test-suite run pts/ramspeed

Ref:

How To Benchmark Your System (CPU, File IO, MySQL) With sysbench

UnixBench

Linux benchmarking tools

Benchmarking Tools For Linux Servers



Published

Apr 16, 2014

Last Updated

Apr 16, 2014

Category

Tech

Tags

  • Benchmark 4
  • Linux 158

Contact

  • Powered by Pelican. Theme: Elegant by Talha Mansoor