This page shares some tips and tricks about the Phoronix Test Suite as well as some random information that some users may find useful.
- If running within a GNOME desktop, the screensaver will automatically be shutdown when a test is running and will be restored to its previous state upon the test's completion. If the using a different desktop environment, it will attempt to interrupt the screensaver using an XDG command.
- When running a test in batch mode (through the use of the batch-run or batch-benchmark options) that normally has end-user options (such as the sub-test to run or resolution), the Phoronix Test Suite will run the test with each unique combination of options possible.
- Phoronix Test Suite support for Mac OS X and OpenSolaris may be added in the future.
- The Phoronix Test Suite really appreciates and welcomes independent code contributions, patches, new tests/suites, etc... :)
- If you're just an individual user that enjoys the Phoronix Test Suite, and not a ISV/IHV interested in submitting products for review at Phoronix.com or a company interested in professional/enterprise support of the Phoronix Test Suite by Phoronix Media, another way to support this project is by becoming a Phoronix Premium subscriber @ http://www.phoronix.com/scan.php?page=phoronix_premium. You may also contact us (phoronix [at] phoronix.com) for additional information or ideas.
- If the environmental variable PTS_MERGE=custom is set, no compatibility checks will be performed when merging results and it will allow you to form custom suites very easily, etc. Though the preferred method to create a suite is by writing a formal suite.
- If you're a company or simply own multiple computers, the download caching support of the Phoronix Test Suite can work quite well. This feature allows you to very simply setup a local (or network-wide) repository for the Phoronix Test Suite of all the files the different tests use. After you've installed the tests on one system that you normally use (or have ran phoronix-test-suite install-all) running phoronix-test-suite make-download-cache will cache all of the files that each test downloaded. The location of this cache is ~/.phoronix-test-suite/download-cache/. Once the cache has been created, you can copy this folder to other systems and place the files in the same location. Then when the Phoronix Test Suite needs to download a file for a test, before downloading it from the Internet it will first check this cache for the file(s). If the files are there and the MD5 check-sums have been verified, it will simply copy the file -- thereby saving bandwidth and time. The download cache location can be downloaded in ~/.phoronix-test-suite/user-config.xml. By adjusting the download cache, you could setup the cache folder to be on an FTP or NFS share (as an example) on a server that's accessible via your LAN. Configure your test systems to use this local repository and you'll be saving time and bandwidth.
- The user configuration options for the Phoronix Test Suite are stored in ~/.phoronix-test-suite/user-config.xml. The batch mode options are also stored within this file and those can be adjusted by running phoronix-test-suite batch-setup.
- The colors, size, and other attributes for the graphs found within the PTS Results Viewer can be modified via the file ~/.phoronix-test-suite/graph-config.xml. A description of the XML tags can be found by looking at the comments within pts-core/functions/pts-interfaces.php and pts-core/objects/pts_CustomGraph.php. No matter the graph type, the same generic graph-config.xml configuration is used.
- The Phoronix Test Suite recursively determins tests/suites and allows a suite to call another suite.
- One of the quickest and easiest ways to understand how to write a profile is by just looking at the some of the existing profiles within the pts/ folder.
- The XML syntax for all file specifications are defined within pts-core/functions/pts-interfaces.php and trailing each defintion is a comment describing its purpose / value.
- Setting DEBUG=1 as an environmental variable prior to running the Phoronix Test Suite will put it in a diagnostics mode. In this mode, additional information may be printed to the standard output to help developers or test maintainers debug problems. In the case of using the list-tests or list-suites in the diagnostics mode, different information will be outputted that's more relevant to Phoronix Test Suite developers.
- To save the debugging output, set DEBUG_FILE=name-of-file as an environmental variable and the results will be saved to ~/.phoronix-test-suite/debug-messages/name-of-file.