Skip to content

ljishen/phoronix-test-profiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phoronix-test-profiles

Provide additional test profiles that aren't in Phoromatic/PTS repository.

Usage

Simple verion:

You can run the test(s) by directly downloading from OpenBenchmarking repository

phoronix-test-suite benchmark ljishen/[Test]

Advanced version:

  1. cd ~/.phoronix-test-suite/test-profiles/local

    The path may be different if the benchmark requires root privilege. See Troubleshooting issue 2.

  2. git clone https://github.com/ljishen/phoronix-test-profiles.git .

  3. Check all local test profiles

    phoronix-test-suite list-available-tests | grep local
  4. Install the selected test(s) (if needed) and proceed to run the test(s), e.g.

    phoronix-test-suite benchmark [Test]

Banchmarks

Banchmark Notes
hackbench Scheduler benchmark/stress test
interbench Linux interactivity benchmark

  • Require root or at least real time privileges.
  • Some combinations of option Benchmark and Load Type may not produce result as the result value is 0 in the case of message The test run did not produce a result. Check the log file in installed-tests/local/interbench for more detail.
latt Simple latency tester that combines multiple processes.

  • Depend on MPlayer with --nosound and --vo options support.

Troubleshooting

  1. Error message Downloading of needed test files failed.

    • Short version: set a default value for the CURLOPT_CAINFO option.

    • Longer version: check your php.ini and set the latest CA certificates for curl.cainfo, e.g.

      curl.cainfo=/home/$USER/certs/cacert.pem
  2. Error message This test must be run as the root / administrator account.

    Some test profiles (e.g. interbench) require to be run as root / sudo, so please put the test profile under

    • Ubuntu: /root/.phoronix-test-suite/test-profiles/local/
    • Raspbian: /var/lib/phoronix-test-suite/test-profiles/local/

Miscellaneous

Tested under Phoronix Test Suite >= v5.2.1 (Khanino)

Releases

No releases published

Packages

No packages published

Languages