From f317d1e398c7f2896444acf65cb629f5f9b8f12d Mon Sep 17 00:00:00 2001 From: Michael Larabel Date: Sat, 25 Dec 2021 03:59:30 -0600 Subject: [PATCH] Bump version to 10.8.0 to prepare for release, regenerate documentation --- ChangeLog | 5 +- README.md | 2 +- documentation/man-pages/phoronix-test-suite.1 | 26 +- documentation/phoronix-test-suite.html | 257 +- documentation/phoronix-test-suite.md | 86 +- documentation/phoronix-test-suite.pdf | 3674 ++++++++--------- documentation/stubs/00_overview.html | 3 +- documentation/stubs/00_user_options.html | 196 +- documentation/stubs/00_zmodule_options.html | 38 +- documentation/stubs/01_install.html | 3 +- documentation/stubs/01_windows.html | 6 +- .../stubs/50_general_information.html | 4 +- documentation/stubs/59_component_testing.html | 1 - documentation/stubs/60_phoromatic.html | 6 +- pts-core/commands/dump_core_storage.php | 1 + pts-core/commands/dump_documentation.php | 13 +- pts-core/commands/dump_file_info.php | 2 + pts-core/commands/dump_ob_to_ae_db.php | 1 + .../dump_openbenchmarking_indexes.php | 2 + .../commands/dump_phodevi_smart_cache.php | 2 + pts-core/commands/dump_possible_options.php | 2 + .../commands/dump_unhandled_dependencies.php | 2 +- pts-core/pts-core.php | 8 +- release-highlights.md | 16 + 24 files changed, 2114 insertions(+), 2242 deletions(-) diff --git a/ChangeLog b/ChangeLog index 76e5c3191..d50329961 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ PHORONIX TEST SUITE CHANGE-LOG -Phoronix Test Suite (Git) +Phoronix Test Suite 10.8.0 +25 December 2021 pts-core: Remaining PHP 8.1 warnings/fixes addressed pts-core: Various macOS 12 warning fixes @@ -24,8 +25,8 @@ phodevi: CPU temperature monitoring on Windows phodevi: Show "energy_performance_preference" CPU frequency scaling value where relevant phodevi: Linux CPUFreq EPP reporting support phodevi: Report Windows 10+ security features -cleanup: Add module that can auto uninstall tests not run in a given amount of time phodevi: Add PHODEVI_SANITIZE environment variable for those wanting to strip out certain hardware/software strings from system information +cleanup: Add module that can auto uninstall tests not run in a given amount of time phoromatic: Allow relevant PTS environment variables to be exposed for setting by Phoromatic Server for benchmarks/schedules as "advanced options" area phoromatic: Use the unified result viewer code for presenting result graphs and other result page data phoromatic: Make use of shared/common result viewer code to allow adding/editing annotations, editing result file title/description, and deleting individual results from within the result viewer diff --git a/README.md b/README.md index 31a1393da..fd42d9967 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Phoronix Test Suite 10.8.0m2 +# Phoronix Test Suite 10.8.0 ![Phoronix Test Suite](pts-core/static/images/pts-308x160.png) The **Phoronix Test Suite** is the most comprehensive testing and benchmarking diff --git a/documentation/man-pages/phoronix-test-suite.1 b/documentation/man-pages/phoronix-test-suite.1 index 7c44fc531..fdd1d6632 100644 --- a/documentation/man-pages/phoronix-test-suite.1 +++ b/documentation/man-pages/phoronix-test-suite.1 @@ -1,4 +1,4 @@ -.TH phoronix-test-suite 1 "www.phoronix-test-suite.com" "10.8.0m2" +.TH phoronix-test-suite 1 "www.phoronix-test-suite.com" "10.8.0" .SH NAME phoronix-test-suite \- The Phoronix Test Suite is an extensible open-source platform for performing testing and performance evaluation. .SH SYNOPSIS @@ -110,6 +110,12 @@ This option and its arguments pre-set the Phoronix Test Suite batch run mode wit .B clone-result [OpenBenchmarking ID] ... This option will download a local copy of a file that was saved to OpenBenchmarking.org, as long as a valid public ID is supplied. .TP +.B dump-suites-to-git +This option will create a Git repository of OpenBenchmarking.org test suites. +.TP +.B dump-tests-to-git +This option will create a Git repository of OpenBenchmarking.org test profiles. +.TP .B enable-repo This option is used if wanting to add a new OpenBenchmarking.org account/repository to your system for enabling third-party/unofficial test profiles and test suites. .TP @@ -226,6 +232,9 @@ This option will check all download links within the specified test profile(s) t .B download-test-files [Test | Suite | OpenBenchmarking ID | Test Result] ... This will download the selected test file(s) to the Phoronix Test Suite download cache but will not install the tests. .TP +.B dump-documentation +This option is used for re-generating the Phoronix Test Suite documentation. +.TP .B inspect-test-profile [Test] This option can be used for inspecting a Phoronix Test Suite test profile with providing inside details on test profiles for debugging / evaluation / learning purposes. .TP @@ -354,6 +363,21 @@ This option will perform a check on one or more test profiles to determine if th .B diagnostics This option will print information that is useful to developers when debugging problems with the Phoronix Test Suite and/or test profiles and test suites. .TP +.B dump-file-info +This option will dump the MD5 / SHA256 hashes and file size for a given file. +.TP +.B dump-openbenchmarking-indexes +This option is used for dumping the parsed output of OpenBenchmarking.org index files (metadata). +.TP +.B dump-phodevi-smart-cache +This option is used for displaying the contents of the Phodevi smart cache on the system. +.TP +.B dump-possible-options +This option will print all possible phoronix-test-suite sub-commands. +.TP +.B dump-unhandled-dependencies +This option will list missing entries in the external dependencies XML file for the operating system under test. This option is used if wanting to help find missing dependency XML data to fill in for contributing to upstream Phoronix Test Suite. +.TP .B list-failed-installs This option will list all test profiles that were attempted to be installed on the local system but failed to be installed. Where applicable, the possible error(s) from the test installation are also reported to assist in debugging. .TP diff --git a/documentation/phoronix-test-suite.html b/documentation/phoronix-test-suite.html index 932fc6cc1..5e9bf4400 100644 --- a/documentation/phoronix-test-suite.html +++ b/documentation/phoronix-test-suite.html @@ -206,7 +206,7 @@ along with this program. If not, see .
  1. Getting Started
  2. User Options
  3. Module Options
  4. Installation Instructions
  5. Phoronix Test Suite On Windows
  6. External Dependencies
  7. Configuration
  8. Main Configuration File
  9. Environment Variables
  10. General Information
  11. Virtual Test Suites
  12. Component Testing
  13. Phoronix Test Suite Phoromatic
  14. Offline Testing
  15. Confidential Testing / Avoiding Accidental Result Uploads
  16. Development Credits

Getting Started

Overview

The Phoronix Test Suite is the most comprehensive testing and benchmarking platform available for Linux, Solaris, macOS, Windows, and BSD operating systems. The Phoronix Test Suite allows for carrying out tests in a fully automated manner from test installation to execution and reporting. All tests are meant to be easily reproducible, easy-to-use, and support fully automated execution. The Phoronix Test Suite is open-source under the GNU GPLv3 license and is developed by Phoronix Media in cooperation with partners. Version 1.0 of the Phoronix Test Suite was publicly released in 2008.

-

The Phoronix Test Suite client itself is a test framework for providing seamless execution of test profiles and test suites. There are more than 600 tests available by default, which are transparently available via OpenBenchmarking.org integration. Of these default test profiles there is a range of sub-systems that can be tested and a range of hardware from mobile devices to desktops and worksrtations/servers. New tests can be easily introduced via the Phoronix Test Suite's extensible test architecture, with test profiles consisting of XML files and shell scripts. Test profiles can produce a quantitative result or other qualitative/abstract results like image quality comparisons and pass/fail. Using Phoronix Test Suite modules, other data can also be automatically collected at run-time such as the system power consumption, disk usage, and other software/hardware sensors. Test suites contain references to test profiles to execute as part of a set or can also reference other test suites. Test suites are defined via an XML schema.

+

The Phoronix Test Suite client itself is an automated test framework for providing seamless execution of test profiles and test suites. There are more than 650 tests available by default, which are transparently available via OpenBenchmarking.org integration. Of these default test profiles there is a range of sub-systems that can be tested and a range of hardware from mobile devices to desktops and worksrtations/servers. New tests can be easily introduced via the Phoronix Test Suite's extensible test architecture, with test profiles consisting of XML files and shell scripts. Test profiles can produce a quantitative result or other qualitative/abstract results like image quality comparisons and pass/fail. Using Phoronix Test Suite modules, other data can also be automatically collected at run-time such as the system power consumption, disk usage, and other software/hardware sensors. Test suites contain references to test profiles to execute as part of a set or can also reference other test suites. Test suites are defined via an XML schema.

Running the Phoronix Test Suite for the first time can be as simple as issuing a command such as phoronix-test-suite benchmark c-ray, which would proceed to install a simple CPU test, execute the test, and report the results. Along with the results, the system's hardware/software information is collected in a detailed manner, relevant system logs, and other important system attributes such as compiler flags and system state. Users can optionally upload their results to OpenBenchmarking.org for sharing results with others, comparing results against other systems, and to carry out further analysis.

OpenBenchmarking.org

OpenBenchmarking.org is an open, collaborative testing platform that makes the Phoronix Test Suite an even more extensible platform for conducting automated tests with complete integration into Phoronix Test Suite test client. OpenBenchmarking.org serves as a repository for storing test profiles, test suites, and result data. Test profiles and suites are stored in the OpenBenchmarking.org cloud to allow for new/updated tests to be seamlessly obtained via the Phoronix Test Suite without needing to manually update the Phoronix Test Suite client. OpenBenchmarking.org also makes it easy to facilitate side-by-side comparisons with any other results stored in the OpenBenchmarking.org cloud. Any Phoronix Test Suite user is permitted to upload their test results, test profiles, and suites to OpenBenchmarking.org.

@@ -215,26 +215,21 @@ along with this program. If not, see .

Phoromatic

Phoromatic is a remote management system for the Phoronix Test Suite that allows the automatic scheduling of tests, remote installation of new tests, and the management of multiple test systems all through an intuitive, easy-to-use web interface. Tests can be scheduled to automatically run on a routine basis across multiple test systems. Phoromatic can also interface with revision control systems to offer support for issuing new tests on a context-basis, such as whenever a Git commit has been pushed or new daily image available. The test results are then available from this central, secure location.

Phoromatic is an add-on to the Phoronix Test Suite that's primarily intended for enterprise users when facilitating tests across a wide-spectrum of hardware within a test lab or when needing to carry out tests on a routine basis.

+

A Phoromatic server can be started using phoronix-test-suite start-phoromatic-server (or the included systemd phoromatic-server service file). Clients can connect to the server using the phoronix-test-suite phoromatic.connect command as well as a phoromatic-client systemd service. See the Phoromatic section of the documentation for more information on setting up Phoromatic.


User Options

The following options are currently supported by the Phoronix Test Suite client. A list of available options can also be found by running phoronix-test-suite help.


System

-

interactive -

+

interactive

A simple text-driven interactive interface to the Phoronix Test Suite.

-

php-conf -

+

php-conf

This option will print information that is useful to developers when debugging problems with the Phoronix Test Suite and/or test profiles and test suites.

-

shell -

+

shell

A simple text-driven shell interface / helper to the Phoronix Test Suite. Ideal for those that may be new to the Phoronix Test Suite

-

system-info -

+

system-info

Display the installed system hardware and software information as detected by the Phoronix Test Suite Phodevi Library.

-

system-properties -

+

system-properties

Display various hardware/software system properties detected by the Phoronix Device Interface (Phodevi) library.

-

system-sensors -

+

system-sensors

Display the installed system hardware and software sensors in real-time as detected by the Phoronix Test Suite Phodevi Library.

Test Installation

force-install [Test | Suite | OpenBenchmarking ID | Test Result] ... @@ -246,8 +241,7 @@ along with this program. If not, see .

install-dependencies [Test | Suite | OpenBenchmarking ID | Test Result] ...

This option will install the external dependencies needed by the selected test(s) using the distribution's package management system. For example, some tests depend upon GCC for compiling code. If GCC is not detected on the system, the Phoronix Test Suite will attempt to install GCC using the distribution's package management system. If you are running this command as a local user, you may be prompted for the root password while the process is running. For unsupported distributions, the dependency names will be displayed along with common names for the package. The install-dependencies option needs to be supplied with the test name or suite as an argument. When using the install option, the external dependencies are automatically checked.

-

make-download-cache -

+

make-download-cache

This option will create a download cache for use by the Phoronix Test Suite. The download cache is created of test files already downloaded to the local system. If passing any test/suite names to make-download-cache, the needed files for those test profiles will first be automatically downloaded before creating the cache.

remove-installed-test [Test]

@@ -268,8 +262,7 @@ along with this program. If not, see .

run [Test | Suite | OpenBenchmarking ID | Test Result] ...

This option will run the selected test(s).

-

run-random-tests -

+

run-random-tests

This option will query OpenBenchmarking.org to run random benchmarks and result comparisons on the system. This test can be used for simply supplying interesting results from your system onto OpenBenchmarking.org, stressing your system with random workloads, seeding new OpenBenchmarking.org results, etc. Basic options are provided at start-up for tuning the randomness of the testing when running this command.

run-subset [Test | Suite | OpenBenchmarking ID | Test Result] ...

@@ -299,8 +292,7 @@ along with this program. If not, see .

batch-run [Test | Suite | OpenBenchmarking ID | Test Result] ...

This option and its arguments are equivalent to the run option, but the process will be run in the Phoronix Test Suite batch mode.

-

batch-setup -

+

batch-setup

This option is used to configure the batch mode options for the Phoronix Test Suite, which is subsequently written to the user configuration file. Among the options are whether to automatically upload the test results to OpenBenchmarking.org and prompting for the saved file name.

default-benchmark [Test | Suite | OpenBenchmarking ID | Test Result] ...

@@ -318,41 +310,34 @@ along with this program. If not, see .

clone-result [OpenBenchmarking ID] ...

This option will download a local copy of a file that was saved to OpenBenchmarking.org, as long as a valid public ID is supplied.

-

enable-repo -

+

dump-suites-to-git

+

This option will create a Git repository of OpenBenchmarking.org test suites.

+

dump-tests-to-git

+

This option will create a Git repository of OpenBenchmarking.org test profiles.

+

enable-repo

This option is used if wanting to add a new OpenBenchmarking.org account/repository to your system for enabling third-party/unofficial test profiles and test suites.

-

list-recommended-tests -

+

list-recommended-tests

This option will list recommended test profiles for benchmarking sorted by hardware sub-system. The recommended tests are determined via querying OpenBenchmarking.org and determining the most popular tests for a given environment based upon the number of times a test profile has been downloaded, the number of test results available on OpenBenchmarking.org for a given test profile, the age of the test profile, and other weighted factors.

-

make-openbenchmarking-cache -

+

make-openbenchmarking-cache

This option will attempt to cache the test profile/suite meta-data from OpenBenchmarking.org for all linked repositories. This is useful if you're going to be running the Phoronix Test Suite / Phoromatic behind a firewall or without any Internet connection. Those with unrestricted Internet access or not utilizing a large local deployment of the Phoronix Test Suite / Phoromatic shouldn't need to run this command.

-

ob-test-profile-analyze -

+

ob-test-profile-analyze

This option is intended for test profile creators and generates a range of meta-data and other useful information that can be submitted to OpenBenchmarking.org to provide more verbose information for users of your test profiles.

-

openbenchmarking-changes -

+

openbenchmarking-changes

This option will list recent changes to test profiles of enabled OpenBenchmarking.org repositories.

-

openbenchmarking-login -

+

openbenchmarking-login

This option is used for controlling your Phoronix Test Suite client options for OpenBechmarking.org and syncing the client to your account.

-

openbenchmarking-refresh -

+

openbenchmarking-refresh

This option is used for refreshing the stored OpenBenchmarking.org repostory information and other data. The Phoronix Test Suite will automatically refresh this data every three days or when other thresholds are exceeded, but this command can be used to manually refresh/updates the data.

-

openbenchmarking-repositories -

+

openbenchmarking-repositories

This option will list the OpenBenchmarking.org repositories currently linked to this Phoronix Test Suite client instance.

-

openbenchmarking-uploads -

+

openbenchmarking-uploads

This option will list any recent test result uploads from the system's IP address to OpenBenchmarking.org.

-

recently-added-tests -

+

recently-added-tests

This option will list the most recently added (newest) test profiles.

upload-result [Test Result]

This option is used for uploading a test result to OpenBenchmarking.org.

-

upload-test-profile -

+

upload-test-profile

This option can be used for uploading a test profile to your account on OpenBenchmarking.org. By uploading your test profile to OpenBenchmarking.org, others are then able to browse and access this test suite for easy distribution in a seamless manner by other Phoronix Test Suite clients.

upload-test-suite [Suite]

@@ -364,60 +349,42 @@ along with this program. If not, see .

intersect [Test | Suite | OpenBenchmarking ID | Test Result] ...

This option will print the test profiles present in all passed result files / test suites. Two or more results/suites must be passed and printed will be all of the common test profiles.

-

list-all-tests -

+

list-all-tests

This option will list all test profiles that are available from the enabled OpenBenchmarking.org repositories. Unlike the other test listing options, list-all-tests will show deprecated tests, potentially broken tests, or other tests not recommended for all environments. The only check in place is ensuring the test profiles are at least compatible with the operating system in use.

-

list-available-suites -

+

list-available-suites

This option will list all test suites that are available from the enabled OpenBenchmarking.org repositories.

-

list-available-tests -

+

list-available-tests

This option will list all test profiles that are available from the enabled OpenBenchmarking.org repositories where supported on the system and are of a verified state. If the system has no Internet access, it will only list the test profiles where the necesary test assets are available locally on the system or on an available network cache (the same behavior as using the list-cached-tests sub-command), unless using the list-all-tests option to override this behavior.

-

list-available-virtual-suites -

+

list-available-virtual-suites

This option will list all available virtual test suites that can be dynamically created based upon the available tests from enabled OpenBenchmarking.org repositories.

-

list-cached-tests -

+

list-cached-tests

This option will list all test profiles where any needed test profiles are already cached or available from the local system under test. This is primarily useful if testing offline/behind-the-firewall and other use-cases where wanting to rely only upon local data.

-

list-installed-dependencies -

+

list-installed-dependencies

This option will list all of the packages / external test dependencies that are already installed on the system that the Phoronix Test Suite may potentially depend upon by test profiles.

-

list-installed-suites -

+

list-installed-suites

This option will list all suites that are currently installed on the system.

-

list-installed-tests -

+

list-installed-tests

This option will list all test profiles that are currently installed on the system.

-

list-missing-dependencies -

+

list-missing-dependencies

This option will list all of the packages / external test dependencies that are missing from the system that the Phoronix Test Suite may potentially need by select test profiles.

-

list-not-installed-tests -

+

list-not-installed-tests

This option will list all test profiles that are supported and available but presently NOT installed on the system.

-

list-possible-dependencies -

+

list-possible-dependencies

This option will list all of the packages / external test dependencies that are are potentially used by the Phoronix Test Suite.

-

list-saved-results -

+

list-saved-results

This option will list all of the saved test results found on the system.

-

list-test-status -

+

list-test-status

This sub-command provides a verbose look at all tests installed/uninstalled on the system and whether any errors were encountered at install-time or run-time and other test installation/runtime metrics for complementing other Phoronix Test Suite sub-command outputs.

-

list-test-usage -

+

list-test-usage

This option will list various details about installed tests and their usage.

-

search -

+

search

This option provides command-line searching abilities for test profiles / test suites / test results. The search query can be passed as a parameter otherwise the user is prompted to input their search query..

-

test-to-suite-map -

+

test-to-suite-map

This option will list all test profiles and any test suites each test belongs to.

Asset Creation

-

build-suite -

+

build-suite

This option will guide the user through the process of generating their own test suite, which they can then run. Optionally, passed as arguments can be the test(s) or suite(s) to add to the suite to be created, instead of being prompted through the process.

-

create-test-profile -

+

create-test-profile

This option can be used for creating a Phoronix Test Suite test profile by answering questions about the test for constructing the test profile XML meta-data and handling other boiler-plate basics for getting started in developing new tests.

debug-benchmark [Test | Suite | OpenBenchmarking ID | Test Result] ...

@@ -434,14 +401,15 @@ along with this program. If not, see .

download-test-files [Test | Suite | OpenBenchmarking ID | Test Result] ...

This will download the selected test file(s) to the Phoronix Test Suite download cache but will not install the tests.

+

dump-documentation

+

This option is used for re-generating the Phoronix Test Suite documentation.

inspect-test-profile [Test]

This option can be used for inspecting a Phoronix Test Suite test profile with providing inside details on test profiles for debugging / evaluation / learning purposes.

rebuild-test-suite [Suite]

This option will regenerate the local test suite XML file against the OpenBenchmarking.org specification. This can be used to clean up any existing XML syntax / styling issues, etc.

-

validate-result-file -

+

validate-result-file

This option can be used for validating a Phoronix Test Suite result file as being compliant against the OpenBenchmarking.org specification.

validate-test-profile [Test]

@@ -499,23 +467,17 @@ along with this program. If not, see .

Open up the test results in the Phoronix Test Suite Result Viewer or on OpenBenchmarking.org.

Other

-

commands -

+

commands

This option will display a short list of possible Phoronix Test Suite commands.

-

debug-dependency-handler -

+

debug-dependency-handler

This option is used for testing the distribution-specific dependency handler for external dependencies.

-

debug-render-test -

+

debug-render-test

This option is used during the development of the Phoronix Test Suite software for testing of the result and graph rendering code-paths This option will download a large number of reference test results from LinuxBenchmarking.com.

-

debug-self-test -

+

debug-self-test

This option is used during the development of the Phoronix Test Suite software for testing of internal interfaces, commands, and other common code-paths. The produced numbers should only be comparable for the same version of the Phoronix Test Suite, on the same hardware/software system, conducted on the same day of testing. This isn't intended as any scientific benchmark but simply to stress common PHP code-paths and looking for hot areas to optimize, etc.

-

help -

+

help

This option will display a list of available Phoronix Test Suite commands and possible parameter types.

-

version -

+

version

This option will display the Phoronix Test Suite client version.

Result Analysis

analyze-run-times [Test Result] @@ -537,11 +499,9 @@ along with this program. If not, see .

This option will read a saved test results file and print the test profiles contained within and their arrangement within different test suites for getting an idea as to the workload topology/make-up / logical groupings of the benchmarks being run.

Modules

-

auto-load-module -

+

auto-load-module

This option can be used for easily adding a module to the AutoLoadModules list in the Phoronix Test Suite user configuration file. That list controls what PTS modules are automatically loaded on start-up of the Phoronix Test Suite.

-

list-modules -

+

list-modules

This option will list all of the available Phoronix Test Suite modules on this system.

module-info [Phoronix Test Suite Module]

@@ -552,43 +512,42 @@ along with this program. If not, see .

test-module [Phoronix Test Suite Module]

This option can be used for debugging a Phoronix Test Suite module.

-

unload-module -

+

unload-module

This option can be used for easily removing a module from the AutoLoadModules list in the Phoronix Test Suite user configuration file. That list controls what modules are automatically loaded on start-up of the Phoronix Test Suite.

Debugging

check-tests [Test]

This option will perform a check on one or more test profiles to determine if there have been any vendor changes to the filename, filesize, url location, md5 and sha256 checksums.

-

diagnostics -

+

diagnostics

This option will print information that is useful to developers when debugging problems with the Phoronix Test Suite and/or test profiles and test suites.

-

list-failed-installs -

+

dump-file-info

+

This option will dump the MD5 / SHA256 hashes and file size for a given file.

+

dump-openbenchmarking-indexes

+

This option is used for dumping the parsed output of OpenBenchmarking.org index files (metadata).

+

dump-phodevi-smart-cache

+

This option is used for displaying the contents of the Phodevi smart cache on the system.

+

dump-possible-options

+

This option will print all possible phoronix-test-suite sub-commands.

+

dump-unhandled-dependencies

+

This option will list missing entries in the external dependencies XML file for the operating system under test. This option is used if wanting to help find missing dependency XML data to fill in for contributing to upstream Phoronix Test Suite.

+

list-failed-installs

This option will list all test profiles that were attempted to be installed on the local system but failed to be installed. Where applicable, the possible error(s) from the test installation are also reported to assist in debugging.

-

list-test-errors -

+

list-test-errors

This sub-command is complementary to list-failed-installs. Rather than listing test installation errors, list-test-errors is used for displaying past test run-time errors. This option will list all test profiles that produced an error previously when running the test profile / benchmark. If a test profile later successfully ran the test with any given option(s) without errors, the error is then removed from the archive. This option is intended to be helpful in debugging test profile issues later on for having a persistent collection of run-time errors.

-

list-unsupported-tests -

+

list-unsupported-tests

This option will list all available test profiles that are available from the enabled OpenBenchmarking.org repositories but are NOT SUPPORTED on the given hardware/software platform. This is mainly a debugging option for those looking for test profiles to potentially port to new platforms, etc.

User Configuration

-

enterprise-setup -

+

enterprise-setup

This option can be run by enterprise users immediately after package installation or as part of an in-house setup script. Running this command will ensure the phoronix-test-suite program is never interrupted on new runs to accept user agreement changes and defaults the anonymous usage reporting to being disabled and other conservative defaults.

-

network-info -

+

network-info

This option will print information detected by the Phoronix Test Suite around the system's network configuration.

-

network-setup -

+

network-setup

This option allows the user to configure how the Phoronix Test Suite connects to OpenBenchmarking.org and other web-services. Connecting through an HTTP proxy can be configured through this option.

-

user-config-reset -

+

user-config-reset

This option can be used for resetting the Phoronix Test Suite user configuration file to its default state.

-

user-config-set -

+

user-config-set

This option can be used for setting an XML value in the Phoronix Test Suite user configuration file.

-

variables -

+

variables

This option will print all of the official environment variables supported by the Phoronix Test Suite for user configuration purposes. These environment variables are also listed as part of the official Phoronix Test Suite documentation while this command will also show the current value of the variables if currently set.

Result Export

result-file-raw-to-csv [Test Result] @@ -613,26 +572,24 @@ along with this program. If not, see .

This option will read a saved test results file and output the system hardware and software information to the terminal. The test results are also outputted.

Phoromatic

-

start-phoromatic-server -

+

start-phoromatic-server

Start the Phoromatic web server for controlling local Phoronix Test Suite client systems to facilitate automated and repeated test orchestration and other automated features targeted at the enterprise.

Result Viewer

-

start-result-viewer -

+

start-result-viewer

Start the web-based result viewer.


Module Options

The following list is the modules included with the Phoronix Test Suite that are intended to extend the functionality of pts-core. Some of these options have commands that can be run directly in a similiar manner to the other Phoronix Test Suite user commands. Some modules are just meant to be loaded directly by adding the module name to the AutoLoadModules tag in ~/.phoronix-test-suite/user-config.xml or via the PTS_MODULES environment variable. A list of available modules is also available by running phoronix-test-suite list-modules.


Backup Creation + Restore

This is a module for creating backups of the Phoronix Test Suite / Phoromatic and allows for restoring of created backups. The backup will be in ZIP or TAR format. If only a path is specified, the file-name will be auto-generated with a current time-stamp.

-

phoronix-test-suite backup.create

-

phoronix-test-suite backup.restore

+

phoronix-test-suite backup.create

+

phoronix-test-suite backup.restore

System Maintenance / Cleanup

This module can be used for system maintenance cleanup tasks around the Phoronix Test Suite. Currently implemented is support for automatically un-installing tests that have not been run in a period of time. When the module is loaded via the REMOVE_TESTS_OLDER_THAN environment variable, it will be automatically invoked at the end of running any benchmarks. Or this module can be manually invoked with the command: phoronix-test-suite cleanup.tests.

-

phoronix-test-suite cleanup.tests

+

phoronix-test-suite cleanup.tests

This module utilizes the following environment variables: REMOVE_TESTS_OLDER_THAN.

Dummy Module

This is a simple module intended for developers to just demonstrate some of the module functions.

-

phoronix-test-suite dummy_module.dummy-command

+

phoronix-test-suite dummy_module.dummy-command

This is a simple module intended for developers to just demonstrate some of the module functions.

Flush Caches

Loading this module will ensure caches (page cache, swap, etc) automatically get flushed prior to running any test.

@@ -645,38 +602,38 @@ along with this program. If not, see .

This module utilizes the following environment variables: LINUX_PERF.

Dynamic Result Viewer

This module pre-loads the HTTP dynamic result viewer for Phoronix Test Suite data.

-

phoronix-test-suite load_dynamic_result_viewer.start

+

phoronix-test-suite load_dynamic_result_viewer.start

Log Exporter

This module allows for easily exporting test run logs and system logs to external locations via specifying the directory paths via the COPY_TEST_RUN_LOGS_TO and COPY_SYSTEM_LOGS_TO environment variables.

This module utilizes the following environment variables: COPY_TEST_RUN_LOGS_TO, COPY_SYSTEM_LOGS_TO.

MATISK

My Automated Test Infrastructure Setup Kit

-

phoronix-test-suite matisk.run

-

phoronix-test-suite matisk.template

+

phoronix-test-suite matisk.run

+

phoronix-test-suite matisk.template

OpenBenchmarking.org Auto Comparison

This module prints comparable OpenBenchmarking.org results in the command-line for reference purposes as tests are being run. OpenBenchmarking.org is automatically queried for results to show based on the test comparison hash and the system type (mobile, desktop, server, cloud, workstation, etc). No other system information or result data is transmitted.

-

phoronix-test-suite ob_auto_compare.debug

+

phoronix-test-suite ob_auto_compare.debug

Performance Per Dollar/Cost Calculator

Setting the COST_PERF_PER_DOLLAR= environment variable to whatever value of the system cost/component you are running a comparison on will yield extra graphs that calculate the performance-per-dollar based on the test being run. The COST_PERF_PER_DOLLAR environment variable is applied just to the current test run identifier. Set the COST_PERF_PER_UNIT= environment variable if wishing to use a metric besides dollar/cost. The COST_PERF_PER_HOUR value can be used rather than COST_PERF_PER_DOLLAR if wishing to calculate the e.g. cloud time or other compute time based on an hourly basis.

-

phoronix-test-suite perf_per_dollar.add

+

phoronix-test-suite perf_per_dollar.add

This module utilizes the following environment variables: COST_PERF_PER_DOLLAR, COST_PERF_PER_UNIT, COST_PERF_PER_HOUR.

Performance Tip Prompts

This module alerts the user if the system configuration may not be the right one for achieving the best performance with the target benchmark(s). This initial version of the module actually cares only about the BFQ I/O scheduler and powersave governor checks.

-

phoronix-test-suite perf_tips.show

+

phoronix-test-suite perf_tips.show

This module utilizes the following environment variables: SUPPRESS_PERF_TIPS.

This module alerts the user if the system configuration may not be the right one for achieving the best performance with the target benchmark(s). This initial version of the module actually cares only about the BFQ I/O scheduler: it gives a warning if BFQ is being used with an incorrect configuration in a disk benchmark, and suggests the right configuration to use. For the moment it only works for existing, throughput-based tests. It will need to be extended for responsiveness and soft real-time-latency tests.

Benchmarking Compiler PGO Impact

This module makes it easy to test a compiler PGO (Profile Guided Optimization) performance impact by running a test without PGO optimizations, capturing the PGO profile, rebuilding the tests with the PGO profile generated, and then repeat the benchmarks.

-

phoronix-test-suite pgo.benchmark

+

phoronix-test-suite pgo.benchmark

Phoromatic Client

The Phoromatic client is used for connecting to a Phoromatic server (Phoromatic.com or a locally run server) to facilitate the automatic running of tests, generally across multiple test nodes in a routine manner. For more details visit http://www.phoromatic.com/. This module is intended to be used with Phoronix Test Suite 5.2+ clients and servers.

-

phoronix-test-suite phoromatic.connect

-

phoronix-test-suite phoromatic.explore

-

phoronix-test-suite phoromatic.upload-result

-

phoronix-test-suite phoromatic.set-root-admin-password

-

phoronix-test-suite phoromatic.list-results

-

phoronix-test-suite phoromatic.clone

-

phoronix-test-suite phoromatic.export-results-for-account-schedules

+

phoronix-test-suite phoromatic.connect

+

phoronix-test-suite phoromatic.explore

+

phoronix-test-suite phoromatic.upload-result

+

phoronix-test-suite phoromatic.set-root-admin-password

+

phoronix-test-suite phoromatic.list-results

+

phoronix-test-suite phoromatic.clone

+

phoronix-test-suite phoromatic.export-results-for-account-schedules

The Phoromatic module contains the client support for interacting with Phoromatic and Phoromatic Tracker services.

Pushover.net

Submit notifications to your iOS/Android mobile devices of test results in real-time as push notifications, etc. Using the Pushover.net API.

@@ -688,7 +645,7 @@ along with this program. If not, see .

A notification module.

Custom Result Export Methods

A simple example module about interfacing with Phoronix Test Suite core for dumping result files in a custom format.

-

phoronix-test-suite results_custom_export.nf

+

phoronix-test-suite results_custom_export.nf

System Monitor

This module contains sensor monitoring support.

This module utilizes the following environment variables: MONITOR, PERFORMANCE_PER_WATT, PERFORMANCE_PER_SENSOR, MONITOR_INTERVAL, MONITOR_PER_RUN.

@@ -799,6 +756,7 @@ NOTE: Use the "system-sensors" command to see what sensors are available for mon

The only required dependency for the Phoronix Test Suite is PHP 5.3 or newer. On Linux distributions, the needed package is commonly called php5-cli or php-cli or php7 or php. It is important to note that only PHP for the command-line is needed and not a web server (Apache) or other packages commonly associated with PHP and its usage by web-sites. The PHP5 version required is PHP 5.3+ and can also be found at www.php.net. PHP 7 and PHP 8 are also fully supported by the Phoronix Test Suite.

The phoronix-test-suite.bat Windows launcher for the Phoronix Test Suite will automatically download and setup PHP on the local system if PHP is not present already.

+

The Phoronix Test Suite does not need to be installed system-wide but can simply be run from the extracted phoronix-test-suite folder as the local user.

As part of the PHP requirement, the following PHP extensions are required and/or highly recommended in order to take advantage of the Phoronix Test Suite capabilities:

  • PHP DOM is needed for XML operations and must be installed for the Phoronix Test Suite to function.
  • @@ -830,19 +788,19 @@ NOTE: Use the "system-sensors" command to see what sensors are available for mon

    BSD Installation

    The Phoronix Test Suite also supports *BSD operating systems. However, like the Solaris support, not all test profiles are compatible with BSD operating systems, but should run well on the likes of FreeBSD and DragonFlyBSD.

    MacOS Installation

    -

    The Phoronix Test Suite is fully supported on Apple's macOS operating system. PHP ships with macOS by default so it's simply a matter of downloading the Phoronix Test Suite package, extracting it, and running the executable. For tests that rely upon a compiler, Apple's XCode with GCC and LLVM can be utilized.

    +

    The Phoronix Test Suite is fully supported on Apple's macOS operating system. PHP ships with macOS by default on macOS 12 and older so it's simply a matter of downloading the Phoronix Test Suite package, extracting it, and running the executable. For tests that rely upon a compiler, Apple's XCode with GCC and LLVM can be utilized. On newer versions of macOS not shipping with PHP by default, Homebrew can be used for installing PHP or building PHP from source. The Phoronix Test Suite also supports making use of Homebrew for acquiring necessary Phoronix Test Suite dependencies on macOS.


    Phoronix Test Suite On Windows

    Introduction

    -

    Phoronix Test Suite 8.0 introduced rewritten Windows support that is at a near feature parity to the program's long-standing support for Linux, macOS, BSD and Solaris operating systems.

    -

    The Phoronix Test Suite Windows support currently targets Windows 10 x64, Windows 11 x64 and Windows Server 2016 x64. Earlier versions of Windows, namely Windows Server 2012 and Windows 8, may work to some extent but some hardware/software reporting features and other capabilities may be missing or report warning messages. The Phoronix Test Suite Windows support is also exclusively focused on x86 64-bit support: the Phoronix Test Suite itself will run on x86 32-bit but many of the program dependencies are configured for making use of 64-bit binaries.

    +

    Phoronix Test Suite 8.0 introduced rewritten Windows support that is at near feature parity to the program's long-standing support for Linux, macOS, and BSD operating systems.

    +

    The Phoronix Test Suite Windows support currently targets Windows 10 x64, Windows 11 x64 and Windows Server 2016 x64 and later. Earlier versions of Windows, namely Windows Server 2012 and Windows 8, may work to some extent but some hardware/software reporting features and other capabilities may be missing or report warning messages. The Phoronix Test Suite Windows support is also exclusively focused on x86 64-bit support: the Phoronix Test Suite itself will run on x86 32-bit but many of the program dependencies are configured for making use of 64-bit binaries.

    Windows Setup / Dependencies

    As with Phoronix Test Suite on Linux and other operating systems, the principal dependency is on PHP. Running the phoronix-test-suite.bat file launcher for the Phoronix Test Suite on Windows will attempt to download and setup PHP on the system under C:\PHP as the default location should PHP support not be found within your system's Program Files directories. The PHP Windows build does depend upon Microsoft Visual C++ redistributable libraries, which the Windows launcher will also attempt to download and install if needed.

    The Phoronix Test Suite on Windows does depend upon Cygwin for its Bash interpreter and other basic utilities to ease the process of porting test profiles to Windows with being able to use many of the same test installation scripts on Windows/Linux/macOS/BSD/Solaris then largely unmodified. Most of the Windows tests depend upon their respective native Windows applications/binaries while this Cygwin support is a convenience for handling these Bash setup scripts and also some test profiles that depend upon a GNU toolchain. The Phoronix Test Suite will attempt to download and setup Cygwin on the system if Cygwin isn't found in its default location of C:\cygwin64.

    Various test profiles may depend upon other "external dependencies" like Python, PERL, Steam, and Java, as examples. The Phoronix Test Suite as with its support for other operating systems and Linux distributions will attempt to install these needed dependencies on a per-test basis when needed if existing support is not detected on the system.

    Running The Phoronix Test Suite On Windows

    The Phoronix Test Suite can run from its local directory and does not need to be "installed" to a system path or any other "setup" process prior to execution. On a clean install of Windows or Windows Server, deploying the Phoronix Test Suite is designed to be as easy and straight-forward as possible:

    -

    1. Download the Phoronix Test Suite 8.0+ or Phoronix-Test-Suite from GitHub (zip file).

    +

    1. Download the Phoronix Test Suite from Phoronix-Test-Suite on GitHub (zip file).

    2. From the Command Prompt or PowerShell, enter the phoronix-test-suite directory whether it be from Git or a zipped download.

    3. Run the phoronix-test-suite.bat file that should proceed to run the Phoronix Test Suite just as you would on any other operating system. If needed the Phoronix Test Suite will try to initially download and setup PHP if needed followed by the attempted automatic Cygwin setup, etc.

    4. Any of the Phoronix Test Suite commands from other operating systems should work on Windows. If you are new to the Phoronix Test Suite, you may enjoy a bit more guided experience by running the phoronix-test-suite shell command.

    @@ -1278,14 +1236,14 @@ The variable depends upon functionality provided by the Phoronix Test Suite modu

    General Information

    Frequently Asked Questions

    Q: May I use the Phoronix Test Suite when running benchmarks for my own publication or blog? Are there any publishing restrictions?

    -

    A: Anyone is more than welcome to use the Phoronix Test Suite for their own publication or purpose. While the Phoronix Test Suite came out of our internal test tools for carrying out Linux hardware reviews at Phoronix.com, we invite other hardware review web-sites, technology journals, and independent publications to use our software too. While not required, we would just kindly ask that you mention in your review/article that the Phoronix Test Suite was used for carrying out your testing, and ideally to link to www.phoronix-test-suite.com so that your readers will know where to obtain the software if they are interested in running the tests. You are also more than welcome to upload your results to OpenBenchmarking.org so that others may compare their results against yours in an easy manner.

    +

    A: Anyone is more than welcome to use the Phoronix Test Suite for their own publication or purpose. While the Phoronix Test Suite came out of our internal test tools for carrying out Linux hardware reviews at Phoronix.com, we invite other hardware review web-sites, technology journals, and independent publications to use our software too. While not required, we would just kindly ask that you mention in your review/article that the Phoronix Test Suite was used for carrying out your testing, and ideally to link to www.phoronix-test-suite.com so that your readers will know where to obtain the software if they are interested in running the tests. You are also more than welcome to upload your results to OpenBenchmarking.org so that others may compare their results against yours in an easy manner.

    We also try to make the Phoronix Test Suite easy-to-use by independent publications. For example, if you would like to watermark your web-site's URL into the graphs containing your test results, that can be easily modified in ~/.phoronix-test-suite/graph-config.json. The colors and other graph settings are also stored in this XML file. If you are a publication and run into any issues with the Phoronix Test Suite or have a feature request, please let us know.

    Q: Why does the Phoronix Test Suite not use my distribution's package management system for acquiring all needed packages?

    A: The tests themselves are generally downloaded from source and built locally on the machine, rather than fetching any distribution-specific packages. This is done to ensure more comparable results across operating systems / releases, etc. The distribution packager could be applying a number of unknown patches to the software, building the software with unique build options, or making other changes to the software that could skew the results.

    Q: Besides being a developer, documentation writer, or having any other unique technical abilities, how else can I contribute to the Phoronix Test Suite?

    A: Independent code contributions are very welcome as well as creating your own test profiles and suites. We also appreciate any feedback, comments, or other ideas either by emailing us, posting on GitHub, or sending a message to the mailing list.

    Q: Do you offer technical support for the Phoronix Test Suite

    -

    A: Paid, professional support is available and is done via our commercial services. We also offer Phoromatic licenses for use within a corporate intranet and other custom services. Free, community support is offered via our mailing list, IRC channel (#phoronix on FreeNode.net, and GitHub.

    +

    A: Paid, professional support is available and is done via our commercial services. Free, community support is offered via GitHub.

    Q: May I put the Phoronix Test Suite logo on my company's web-site or on my product packaging?

    A: Contact us for licensing information and details regarding the Phoronix Certification & Qualification Suite.

    Q: How often is the Phoronix Test Suite updated?

    @@ -1599,7 +1557,6 @@ In the event that a test profile fails to install or run, the following general

    The Phoronix Test Suite utilizes a compiler masking method for logging compiler options and other settings with each test profile installation. Prior to installing an open-source test, the Phoronix Test Suite determines the intended compiler to be used based upon the pre-set environment variables or the pre-set compiler(s) within the PATH environment variable. The Phoronix Test Suite then masks the compiler to ensure that any options/flags submitted to the compiler are first passed through pts-core so that they can be logged for later use, then is linked to the original, intended compiler. Additionally, other compiler binary names of the same type are blacklisted to prevent their un-intended use (i.e. if a test profile has hard-coded gcc in its build script, but clang is set as the compiler via CC, a sym-link will automatically be created from gcc to the masked clang for the duration of its test installation).

    The logged compiler data is then used by the Phoronix Test Suite following the test execution process for automated result analysis. If there is a detected change in compiler settings, the differences are automatically reported to the test result graphs. Additionally, key compiler information (e.g. the compiler optimization level and key libraries that were linked at compile-time) is reported as a footnote on result graphs. The Phoronix Test Suite handles all of this in a fully automated manner; test profiles require no changes to take advantage of these compiler-reporting capabilities.

    Separately, the Phoronix Test Suite attempts to automatically log the system compiler's build configuration (i.e. GCC's gcc -v "Configured with") output. If the Phoronix Test Suite detects there is a compiler build configuration change between test runs in a result file, it will report each compiler's build configuration to the system information table within the results viewer. Reported to the table is a reduced view of the build configuration options, with less relevant items being stripped away from this view to reduce verbosity. Upon clicking the text, the raw compiler information output can be viewed in full.

    -

    Disk / File-System Testing

    By default tests are installed to ~/.phoronix-test-suite/installed-tests/. However, the location can be updated from ~/.phoronix-test-suite/user-config.xml or dynamically via the PTS_TEST_INSTALL_ROOT_PATH environment variable.

    When any disk tests are executed, the Phoronix Test Suite will attempt to log the mount options and scheduler of the disk/partition being used for testing. This information is subsequently displayed within the system information table. If the scheduler / mount options are maintained the same throughout all test runs, only a single line is displayed otherwise the options for each test run will be automatically displayed. The file-system in use is always captured and shown in the system information table.

    @@ -1630,7 +1587,7 @@ In the event that a test profile fails to install or run, the following general

    On the "client side", any up-to-date version of the Phoronix Test Suite can automatically communicate with the Phoromatic Server. If Avahi support is available (commonly in Linux distribution repositories as avahi-tools), there should be zero-conf discovery if the Phoromatic Server and client systems are on the same LAN. If a Phoronix Test Suite client discovers a Phoromatic Server, it will attempt to use it automatically as a local download cache. In the event of no Internet connection, it will also attempt to obtain the needed OpenBenchmarking.org test/suite meta-data from the Phoromatic Server based upon its archived meta-data. This allows the Phoronix Test Suite / Phoromatic deployment on the LAN to be self-sustaining without an Internet connection as long as the systems have all installed test dependencies.

    Further configuration of the setup parameters for the Phoromatic Server and Phoronix Test Suite clients can be tuned via the ~/.phoronix-test-suite/user-config.xml file. All control and configuration of the Phoromatic Server is done via the web-based interface when the Phoromatic Server is active.

    The Phoromatic Server utilizes PHP's built-in web-server capabilities and there's also a Phoronix Test Suite built-in WebSocket server that's also initiated for back-end processing. At this time there are no ports set by default for these services but must be defined within the user configuration file. With the Avahi zero-conf network discovery and other automated detection in place, there's little restrictions over the port selection.

    -

    Systemd and Upstart service files are shipped with the Phoronix Test Suite for those that wish to have the services automatically run as daemons. The only new requirements over the basic Phoronix Test Suite system requirements is having PHP-SQLite support installed and the newer version of PHP is recommended for offering the best support.

    +

    Systemd service files are shipped with the Phoronix Test Suite for those that wish to have the services automatically run as daemons. The only new requirements over the basic Phoronix Test Suite system requirements is having PHP-SQLite support installed and the newer version of PHP is recommended for offering the best support.

    Example Deployments

    Use Case A: Unrestricted Internet Access, Local Result Storage

    Systems on your network with unrestricted Internet access is the easiest and simplest deployment for the Phoronix Test Suite and Phoromatic. After installing the Phoronix Test Suite on the system you wish to designate the Phoromatic Server and have configured the user-config.xml file, simply run:

    @@ -1670,8 +1627,8 @@ SUPPORTED OPENBENCHMARKING.ORG REPOSITORIES:

    If you have an Internet connection but want to ensure your Phoronix Test Suite client doesn't attempt to use it for any matter, via the ~/.phoronix-test-suite/user-config.xml you can set NoInternetCommunication to TRUE. There's also a NoNetworkCommunication tag, but setting that to TRUE will disable any form of network communication -- including communication with the Phoromatic Server.

    Ports / Services

    The Phoromatic Server process currently relies upon a PHP built-in web server process and a PTS-hosted WebSocket server. The web server process handles the web UI and much of the responsibilities of the Phoromatic Server. Over time the PTS WebSocket server will be increasingly utilized for bi-directional, real-time communication between the server and clients -- including for features like viewing real-time hardware sensors of client systems from the server UI.

    -

    Systemd / Upstart

    -

    Packaged with the Phoronix Test Suite are basic phoromatic-client and phoromatic-server configurations for both Upstart and systemd init systems. The phoromatic-server configuration will launch the Phoronix Test Suite's Phoromatic Server and the phoromatic-client service will attempt to connect to a pre-configured Phoromatic Server. The systemd service files will automatically be installed via the Phoronix Test Suite install-sh process while the Upstart jobs can be copied from deploy/phoromatic-upstart/* to /etc/init.

    +

    Systemd

    +

    Packaged with the Phoronix Test Suite are basic phoromatic-client and phoromatic-server configurations for systemd. The phoromatic-server configuration will launch the Phoronix Test Suite's Phoromatic Server and the phoromatic-client service will attempt to connect to a pre-configured Phoromatic Server. The systemd service files will automatically be installed via the Phoronix Test Suite install-sh process.

    Cache Verification

    To confirm the files accessible to Phoronix Test Suite client systems, from the Phoromatic Server web user-interface go to the settings page followed by the cache settings link to view information about the download and OpenBenchmarking.org caches. From the client systems, running phoronix-test-suite phoromatic.explore will also supply cache statistics.

    Log Files

    diff --git a/documentation/phoronix-test-suite.md b/documentation/phoronix-test-suite.md index 2c5da0007..a72a95786 100644 --- a/documentation/phoronix-test-suite.md +++ b/documentation/phoronix-test-suite.md @@ -4,7 +4,7 @@ ## Overview The Phoronix Test Suite is the most comprehensive testing and benchmarking platform available for Linux, Solaris, macOS, Windows, and BSD operating systems. The Phoronix Test Suite allows for carrying out tests in a fully automated manner from test installation to execution and reporting. All tests are meant to be easily reproducible, easy-to-use, and support fully automated execution. The Phoronix Test Suite is open-source under the GNU GPLv3 license and is developed by Phoronix Media in cooperation with partners. Version 1.0 of the Phoronix Test Suite was publicly released in 2008. -The Phoronix Test Suite client itself is a test framework for providing seamless execution of test profiles and test suites. There are more than 600 tests available by default, which are transparently available via [OpenBenchmarking.org](https://openbenchmarking.org/) integration. Of these default test profiles there is a range of sub-systems that can be tested and a range of hardware from mobile devices to desktops and worksrtations/servers. New tests can be easily introduced via the Phoronix Test Suite's extensible test architecture, with test profiles consisting of XML files and shell scripts. Test profiles can produce a quantitative result or other qualitative/abstract results like image quality comparisons and pass/fail. Using Phoronix Test Suite modules, other data can also be automatically collected at run-time such as the system power consumption, disk usage, and other software/hardware sensors. Test suites contain references to test profiles to execute as part of a set or can also reference other test suites. Test suites are defined via an XML schema. +The Phoronix Test Suite client itself is an automated test framework for providing seamless execution of test profiles and test suites. There are more than 650 tests available by default, which are transparently available via [OpenBenchmarking.org](https://openbenchmarking.org/) integration. Of these default test profiles there is a range of sub-systems that can be tested and a range of hardware from mobile devices to desktops and worksrtations/servers. New tests can be easily introduced via the Phoronix Test Suite's extensible test architecture, with test profiles consisting of XML files and shell scripts. Test profiles can produce a quantitative result or other qualitative/abstract results like image quality comparisons and pass/fail. Using Phoronix Test Suite modules, other data can also be automatically collected at run-time such as the system power consumption, disk usage, and other software/hardware sensors. Test suites contain references to test profiles to execute as part of a set or can also reference other test suites. Test suites are defined via an XML schema. Running the Phoronix Test Suite for the first time can be as simple as issuing a command such as *phoronix-test-suite benchmark c-ray* , which would proceed to install a simple CPU test, execute the test, and report the results. Along with the results, the system's hardware/software information is collected in a detailed manner, relevant system logs, and other important system attributes such as compiler flags and system state. Users can optionally upload their results to OpenBenchmarking.org for sharing results with others, comparing results against other systems, and to carry out further analysis. @@ -22,6 +22,8 @@ Phoromatic is a remote management system for the Phoronix Test Suite that allows Phoromatic is an add-on to the Phoronix Test Suite that's primarily intended for enterprise users when facilitating tests across a wide-spectrum of hardware within a test lab or when needing to carry out tests on a routine basis. +A Phoromatic server can be started using *phoronix-test-suite start-phoromatic-server* (or the included systemd phoromatic-server service file). Clients can connect to the server using the *phoronix-test-suite phoromatic.connect* command as well as a phoromatic-client systemd service. See the Phoromatic section of the documentation for more information on setting up Phoromatic. + # User Options The following options are currently supported by the Phoronix Test Suite client. A list of available options can also be found by running *phoronix-test-suite help.* @@ -134,6 +136,12 @@ This option and its arguments pre-set the Phoronix Test Suite batch run mode wit #### clone-result [OpenBenchmarking ID] ... This option will download a local copy of a file that was saved to OpenBenchmarking.org, as long as a valid public ID is supplied. +#### dump-suites-to-git +This option will create a Git repository of OpenBenchmarking.org test suites. + +#### dump-tests-to-git +This option will create a Git repository of OpenBenchmarking.org test profiles. + #### enable-repo This option is used if wanting to add a new OpenBenchmarking.org account/repository to your system for enabling third-party/unofficial test profiles and test suites. @@ -252,6 +260,9 @@ This option will check all download links within the specified test profile(s) t #### download-test-files [Test | Suite | OpenBenchmarking ID | Test Result] ... This will download the selected test file(s) to the Phoronix Test Suite download cache but will not install the tests. +#### dump-documentation +This option is used for re-generating the Phoronix Test Suite documentation. + #### inspect-test-profile [Test] This option can be used for inspecting a Phoronix Test Suite test profile with providing inside details on test profiles for debugging / evaluation / learning purposes. @@ -385,6 +396,21 @@ This option will perform a check on one or more test profiles to determine if th #### diagnostics This option will print information that is useful to developers when debugging problems with the Phoronix Test Suite and/or test profiles and test suites. +#### dump-file-info +This option will dump the MD5 / SHA256 hashes and file size for a given file. + +#### dump-openbenchmarking-indexes +This option is used for dumping the parsed output of OpenBenchmarking.org index files (metadata). + +#### dump-phodevi-smart-cache +This option is used for displaying the contents of the Phodevi smart cache on the system. + +#### dump-possible-options +This option will print all possible phoronix-test-suite sub-commands. + +#### dump-unhandled-dependencies +This option will list missing entries in the external dependencies XML file for the operating system under test. This option is used if wanting to help find missing dependency XML data to fill in for contributing to upstream Phoronix Test Suite. + #### list-failed-installs This option will list all test profiles that were attempted to be installed on the local system but failed to be installed. Where applicable, the possible error(s) from the test installation are also reported to assist in debugging. @@ -457,15 +483,15 @@ The following list is the modules included with the Phoronix Test Suite that are ### Backup Creation + Restore This is a module for creating backups of the Phoronix Test Suite / Phoromatic and allows for restoring of created backups. The backup will be in ZIP or TAR format. If only a path is specified, the file-name will be auto-generated with a current time-stamp. -phoronix-test-suite backup.create +**phoronix-test-suite backup.create** -phoronix-test-suite backup.restore +**phoronix-test-suite backup.restore** ### System Maintenance / Cleanup This module can be used for system maintenance cleanup tasks around the Phoronix Test Suite. Currently implemented is support for automatically un-installing tests that have not been run in a period of time. When the module is loaded via the REMOVE_TESTS_OLDER_THAN environment variable, it will be automatically invoked at the end of running any benchmarks. Or this module can be manually invoked with the command: phoronix-test-suite cleanup.tests. -phoronix-test-suite cleanup.tests +**phoronix-test-suite cleanup.tests** This module utilizes the following environment variables: REMOVE_TESTS_OLDER_THAN. @@ -473,7 +499,7 @@ This module utilizes the following environment variables: REMOVE_TESTS_OLDER_THA ### Dummy Module This is a simple module intended for developers to just demonstrate some of the module functions. -phoronix-test-suite dummy_module.dummy-command +**phoronix-test-suite dummy_module.dummy-command** This is a simple module intended for developers to just demonstrate some of the module functions. @@ -499,7 +525,7 @@ This module utilizes the following environment variables: LINUX_PERF. ### Dynamic Result Viewer This module pre-loads the HTTP dynamic result viewer for Phoronix Test Suite data. -phoronix-test-suite load_dynamic_result_viewer.start +**phoronix-test-suite load_dynamic_result_viewer.start** ### Log Exporter @@ -511,21 +537,21 @@ This module utilizes the following environment variables: COPY_TEST_RUN_LOGS_TO, ### MATISK My Automated Test Infrastructure Setup Kit -phoronix-test-suite matisk.run +**phoronix-test-suite matisk.run** -phoronix-test-suite matisk.template +**phoronix-test-suite matisk.template** ### OpenBenchmarking.org Auto Comparison This module prints comparable OpenBenchmarking.org results in the command-line for reference purposes as tests are being run. OpenBenchmarking.org is automatically queried for results to show based on the test comparison hash and the system type (mobile, desktop, server, cloud, workstation, etc). No other system information or result data is transmitted. -phoronix-test-suite ob_auto_compare.debug +**phoronix-test-suite ob_auto_compare.debug** ### Performance Per Dollar/Cost Calculator Setting the COST_PERF_PER_DOLLAR= environment variable to whatever value of the system cost/component you are running a comparison on will yield extra graphs that calculate the performance-per-dollar based on the test being run. The COST_PERF_PER_DOLLAR environment variable is applied just to the current test run identifier. Set the COST_PERF_PER_UNIT= environment variable if wishing to use a metric besides dollar/cost. The COST_PERF_PER_HOUR value can be used rather than COST_PERF_PER_DOLLAR if wishing to calculate the e.g. cloud time or other compute time based on an hourly basis. -phoronix-test-suite perf_per_dollar.add +**phoronix-test-suite perf_per_dollar.add** This module utilizes the following environment variables: COST_PERF_PER_DOLLAR, COST_PERF_PER_UNIT, COST_PERF_PER_HOUR. @@ -533,7 +559,7 @@ This module utilizes the following environment variables: COST_PERF_PER_DOLLAR, ### Performance Tip Prompts This module alerts the user if the system configuration may not be the right one for achieving the best performance with the target benchmark(s). This initial version of the module actually cares only about the BFQ I/O scheduler and powersave governor checks. -phoronix-test-suite perf_tips.show +**phoronix-test-suite perf_tips.show** This module utilizes the following environment variables: SUPPRESS_PERF_TIPS. @@ -543,25 +569,25 @@ This module alerts the user if the system configuration may not be the right one ### Benchmarking Compiler PGO Impact This module makes it easy to test a compiler PGO (Profile Guided Optimization) performance impact by running a test without PGO optimizations, capturing the PGO profile, rebuilding the tests with the PGO profile generated, and then repeat the benchmarks. -phoronix-test-suite pgo.benchmark +**phoronix-test-suite pgo.benchmark** ### Phoromatic Client The Phoromatic client is used for connecting to a Phoromatic server (Phoromatic.com or a locally run server) to facilitate the automatic running of tests, generally across multiple test nodes in a routine manner. For more details visit http://www.phoromatic.com/. This module is intended to be used with Phoronix Test Suite 5.2+ clients and servers. -phoronix-test-suite phoromatic.connect +**phoronix-test-suite phoromatic.connect** -phoronix-test-suite phoromatic.explore +**phoronix-test-suite phoromatic.explore** -phoronix-test-suite phoromatic.upload-result +**phoronix-test-suite phoromatic.upload-result** -phoronix-test-suite phoromatic.set-root-admin-password +**phoronix-test-suite phoromatic.set-root-admin-password** -phoronix-test-suite phoromatic.list-results +**phoronix-test-suite phoromatic.list-results** -phoronix-test-suite phoromatic.clone +**phoronix-test-suite phoromatic.clone** -phoronix-test-suite phoromatic.export-results-for-account-schedules +**phoronix-test-suite phoromatic.export-results-for-account-schedules** The Phoromatic module contains the client support for interacting with Phoromatic and Phoromatic Tracker services. @@ -585,7 +611,7 @@ A notification module. ### Custom Result Export Methods A simple example module about interfacing with Phoronix Test Suite core for dumping result files in a custom format. -phoronix-test-suite results_custom_export.nf +**phoronix-test-suite results_custom_export.nf** ### System Monitor @@ -728,6 +754,8 @@ The only required dependency for the Phoronix Test Suite is PHP 5.3 or newer. On The *phoronix-test-suite.bat* Windows launcher for the Phoronix Test Suite will automatically download and setup PHP on the local system if PHP is not present already. +The Phoronix Test Suite does not need to be installed system-wide but can simply be run from the extracted phoronix-test-suite folder as the local user. + As part of the PHP requirement, the following PHP extensions are required and/or highly recommended in order to take advantage of the Phoronix Test Suite capabilities: @@ -789,15 +817,15 @@ The Phoronix Test Suite also supports *BSD operating systems. However, like the ### MacOS Installation -The Phoronix Test Suite is fully supported on Apple's macOS operating system. PHP ships with macOS by default so it's simply a matter of downloading the Phoronix Test Suite package, extracting it, and running the executable. For tests that rely upon a compiler, Apple's XCode with GCC and LLVM can be utilized. +The Phoronix Test Suite is fully supported on Apple's macOS operating system. PHP ships with macOS by default on macOS 12 and older so it's simply a matter of downloading the Phoronix Test Suite package, extracting it, and running the executable. For tests that rely upon a compiler, Apple's XCode with GCC and LLVM can be utilized. On newer versions of macOS not shipping with PHP by default, [Homebrew](https://brew.sh/) can be used for installing PHP or building PHP from source. The Phoronix Test Suite also supports making use of Homebrew for acquiring necessary Phoronix Test Suite dependencies on macOS. # Phoronix Test Suite On Windows ### Introduction -Phoronix Test Suite 8.0 introduced rewritten Windows support that is at a near feature parity to the program's long-standing support for Linux, macOS, BSD and Solaris operating systems. +Phoronix Test Suite 8.0 introduced rewritten Windows support that is at near feature parity to the program's long-standing support for Linux, macOS, and BSD operating systems. -The Phoronix Test Suite Windows support currently targets **Windows 10 x64** , **Windows 11 x64** and **Windows Server 2016 x64** . Earlier versions of Windows, namely Windows Server 2012 and Windows 8, may work to some extent but some hardware/software reporting features and other capabilities may be missing or report warning messages. The Phoronix Test Suite Windows support is also exclusively focused on x86 64-bit support: the Phoronix Test Suite itself will run on x86 32-bit but many of the program dependencies are configured for making use of 64-bit binaries. +The Phoronix Test Suite Windows support currently targets **Windows 10 x64** , **Windows 11 x64** and **Windows Server 2016 x64** and later. Earlier versions of Windows, namely Windows Server 2012 and Windows 8, may work to some extent but some hardware/software reporting features and other capabilities may be missing or report warning messages. The Phoronix Test Suite Windows support is also exclusively focused on x86 64-bit support: the Phoronix Test Suite itself will run on x86 32-bit but many of the program dependencies are configured for making use of 64-bit binaries. ### Windows Setup / Dependencies @@ -811,7 +839,7 @@ Various test profiles may depend upon other "external dependencies" like Python, ### Running The Phoronix Test Suite On Windows The Phoronix Test Suite can run from its local directory and does not need to be "installed" to a system path or any other "setup" process prior to execution. On a clean install of Windows or Windows Server, deploying the Phoronix Test Suite is designed to be as easy and straight-forward as possible: -1. Download the Phoronix Test Suite 8.0+ or [Phoronix-Test-Suite from GitHub](https://github.com/phoronix-test-suite/phoronix-test-suite) ( [zip file](https://github.com/phoronix-test-suite/phoronix-test-suite/archive/master.zip) ). +1. Download the Phoronix Test Suite from [Phoronix-Test-Suite on GitHub](https://github.com/phoronix-test-suite/phoronix-test-suite) ( [zip file](https://github.com/phoronix-test-suite/phoronix-test-suite/archive/master.zip) ). 2. From the Command Prompt or PowerShell, enter the *phoronix-test-suite* directory whether it be from Git or a zipped download. @@ -1448,7 +1476,7 @@ The variable depends upon functionality provided by the Phoronix Test Suite modu ## Frequently Asked Questions **Q: May I use the Phoronix Test Suite when running benchmarks for my own publication or blog? Are there any publishing restrictions?** -**A:** Anyone is more than welcome to use the Phoronix Test Suite for their own publication or purpose. While the Phoronix Test Suite came out of our internal test tools for carrying out Linux hardware reviews at [Phoronix.com](http://www.phoronix.com/) , we invite other hardware review web-sites, technology journals, and independent publications to use our software too. While not required, we would just kindly ask that you mention in your review/article that the *Phoronix Test Suite* was used for carrying out your testing, and ideally to link to [www.phoronix-test-suite.com](http://www.phoronix-test-suite.com/) so that your readers will know where to obtain the software if they are interested in running the tests. You are also more than welcome to upload your results to [OpenBenchmarking.org](http://www.openbenchmarking.org/) so that others may compare their results against yours in an easy manner. +**A:** Anyone is more than welcome to use the Phoronix Test Suite for their own publication or purpose. While the Phoronix Test Suite came out of our internal test tools for carrying out Linux hardware reviews at [Phoronix.com](https://www.phoronix.com/) , we invite other hardware review web-sites, technology journals, and independent publications to use our software too. While not required, we would just kindly ask that you mention in your review/article that the *Phoronix Test Suite* was used for carrying out your testing, and ideally to link to [www.phoronix-test-suite.com](http://www.phoronix-test-suite.com/) so that your readers will know where to obtain the software if they are interested in running the tests. You are also more than welcome to upload your results to [OpenBenchmarking.org](http://www.openbenchmarking.org/) so that others may compare their results against yours in an easy manner. We also try to make the Phoronix Test Suite easy-to-use by independent publications. For example, if you would like to watermark your web-site's URL into the graphs containing your test results, that can be easily modified in *~/.phoronix-test-suite/graph-config.json* . The colors and other graph settings are also stored in this XML file. If you are a publication and run into any issues with the Phoronix Test Suite or have a feature request, please let us know. @@ -1462,7 +1490,7 @@ We also try to make the Phoronix Test Suite easy-to-use by independent publicati **Q: Do you offer technical support for the Phoronix Test Suite** -**A:** Paid, professional support is available and is done via [our commercial services](http://commercial.phoronix-test-suite.com/) . We also offer Phoromatic licenses for use within a corporate intranet and other custom services. Free, community support is offered via our [mailing list](http://phoronix-test-suite.com/mailman/listinfo/trondheim-pts_phoronix-test-suite.com) , IRC channel ( *#phoronix* on *FreeNode.net* , and [GitHub](https://github.com/phoronix-test-suite) . +**A:** Paid, professional support is available and is done via [our commercial services](http://commercial.phoronix-test-suite.com/) . Free, community support is offered via [GitHub](https://github.com/phoronix-test-suite) . **Q: May I put the Phoronix Test Suite logo on my company's web-site or on my product packaging?** @@ -1868,7 +1896,7 @@ Further configuration of the setup parameters for the Phoromatic Server and Phor The Phoromatic Server utilizes PHP's built-in web-server capabilities and there's also a Phoronix Test Suite built-in WebSocket server that's also initiated for back-end processing. At this time there are no ports set by default for these services but must be defined within the user configuration file. With the Avahi zero-conf network discovery and other automated detection in place, there's little restrictions over the port selection. -Systemd and Upstart service files are shipped with the Phoronix Test Suite for those that wish to have the services automatically run as daemons. The only new requirements over the basic Phoronix Test Suite system requirements is having PHP-SQLite support installed and the newer version of PHP is recommended for offering the best support. +Systemd service files are shipped with the Phoronix Test Suite for those that wish to have the services automatically run as daemons. The only new requirements over the basic Phoronix Test Suite system requirements is having PHP-SQLite support installed and the newer version of PHP is recommended for offering the best support. ### Example Deployments @@ -1936,8 +1964,8 @@ If you have an Internet connection but want to ensure your Phoronix Test Suite c #### Ports / Services The Phoromatic Server process currently relies upon a PHP built-in web server process and a PTS-hosted WebSocket server. The web server process handles the web UI and much of the responsibilities of the Phoromatic Server. Over time the PTS WebSocket server will be increasingly utilized for bi-directional, real-time communication between the server and clients -- including for features like viewing real-time hardware sensors of client systems from the server UI. -#### Systemd / Upstart -Packaged with the Phoronix Test Suite are basic *phoromatic-client* and *phoromatic-server* configurations for both Upstart and systemd init systems. The *phoromatic-server* configuration will launch the Phoronix Test Suite's Phoromatic Server and the *phoromatic-client* service will attempt to connect to a _pre-configured_ Phoromatic Server. The systemd service files will automatically be installed via the Phoronix Test Suite *install-sh* process while the Upstart jobs can be copied from *deploy/phoromatic-upstart/** to */etc/init* . +#### Systemd +Packaged with the Phoronix Test Suite are basic *phoromatic-client* and *phoromatic-server* configurations for systemd. The *phoromatic-server* configuration will launch the Phoronix Test Suite's Phoromatic Server and the *phoromatic-client* service will attempt to connect to a _pre-configured_ Phoromatic Server. The systemd service files will automatically be installed via the Phoronix Test Suite *install-sh* process. #### Cache Verification To confirm the files accessible to Phoronix Test Suite client systems, from the Phoromatic Server web user-interface go to the *settings* page followed by the *cache settings* link to view information about the download and OpenBenchmarking.org caches. From the client systems, running **phoronix-test-suite phoromatic.explore** will also supply cache statistics. diff --git a/documentation/phoronix-test-suite.pdf b/documentation/phoronix-test-suite.pdf index 2bc936b02..b59294251 100644 --- a/documentation/phoronix-test-suite.pdf +++ b/documentation/phoronix-test-suite.pdf @@ -7,7 +7,7 @@ /Contents 4 0 R>> endobj 4 0 obj -<> +<> stream 2 J 0.57 w @@ -17,7 +17,7 @@ BT /F1 14.00 Tf ET 28.35 473.38 538.58 -5.67 re f q 0 g BT 199.63 466.35 Td (www.phoronix-test-suite.com) Tj ET Q BT /F1 21.00 Tf ET 1.000 1.000 1.000 rg -28.35 402.52 538.58 -17.01 re f q 0 g BT 145.91 387.71 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +28.35 402.52 538.58 -17.01 re f q 0 g BT 161.09 387.71 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 16.00 Tf ET 1.000 1.000 1.000 rg 28.35 360.00 538.58 -17.01 re f q 0 g BT 250.07 346.69 Td (User Manual) Tj ET Q @@ -28,11 +28,11 @@ endobj <>>><>>>] +/Annots [<>>><>>>] /Contents 6 0 R>> endobj 6 0 obj -<> +<> stream 2 J 0.57 w @@ -40,7 +40,7 @@ BT /F1 16.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 192.24 795.17 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 202.35 795.17 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 232.17 779.36 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -62,21 +62,21 @@ q 0.000 g BT 59.53 627.41 Td (are meant to be easily reproducible, easy-to-use, q 0.000 g BT 59.53 613.23 Td (Test Suite is open-source under the GNU GPLv3 license and is developed by Phoronix Media in) Tj ET Q q 0.000 g BT 59.53 599.06 Td (cooperation with partners. Version 1.0 of the Phoronix Test Suite was publicly released in 2008.) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 570.71 Td (The Phoronix Test Suite client itself is a test framework for providing seamless execution of test profiles) Tj ET Q -q 0.000 g BT 59.53 556.54 Td (and test suites. There are more than 600 tests available by default, which are transparently available) Tj ET Q -q 0.000 g BT 59.53 542.37 Td (via ) Tj ET Q +q 0.000 g BT 59.53 570.71 Td (The Phoronix Test Suite client itself is an automated test framework for providing seamless execution of) Tj ET Q +q 0.000 g BT 59.53 556.54 Td (test profiles and test suites. There are more than 650 tests available by default, which are transparently) Tj ET Q +q 0.000 g BT 59.53 542.37 Td (available via ) Tj ET Q BT /F1 11.00 Tf ET -q 0.000 0.000 0.455 rg BT 76.64 542.37 Td (OpenBenchmarking.org) Tj ET 76.64 541.27 125.30 -0.55 re f Q +q 0.000 0.000 0.455 rg BT 123.11 542.37 Td (OpenBenchmarking.org) Tj ET 123.11 541.27 125.30 -0.55 re f Q BT /F2 11.00 Tf ET -q 0.000 g BT 201.94 542.37 Td ( integration. Of these default test profiles there is a range of sub-systems) Tj ET Q -q 0.000 g BT 59.53 528.19 Td (that can be tested and a range of hardware from mobile devices to desktops and worksrtations/servers.) Tj ET Q -q 0.000 g BT 59.53 514.02 Td (New tests can be easily introduced via the Phoronix Test Suite's extensible test architecture, with test) Tj ET Q -q 0.000 g BT 59.53 499.85 Td (profiles consisting of XML files and shell scripts. Test profiles can produce a quantitative result or other) Tj ET Q -q 0.000 g BT 59.53 485.67 Td (qualitative/abstract results like image quality comparisons and pass/fail. Using Phoronix Test Suite) Tj ET Q -q 0.000 g BT 59.53 471.50 Td (modules, other data can also be automatically collected at run-time such as the system power) Tj ET Q -q 0.000 g BT 59.53 457.33 Td (consumption, disk usage, and other software/hardware sensors. Test suites contain references to test) Tj ET Q -q 0.000 g BT 59.53 443.15 Td (profiles to execute as part of a set or can also reference other test suites. Test suites are defined via an) Tj ET Q -q 0.000 g BT 59.53 428.98 Td (XML schema.) Tj ET Q +q 0.000 g BT 248.41 542.37 Td ( integration. Of these default test profiles there is a range of) Tj ET Q +q 0.000 g BT 59.53 528.19 Td (sub-systems that can be tested and a range of hardware from mobile devices to desktops and) Tj ET Q +q 0.000 g BT 59.53 514.02 Td (worksrtations/servers. New tests can be easily introduced via the Phoronix Test Suite's extensible test) Tj ET Q +q 0.000 g BT 59.53 499.85 Td (architecture, with test profiles consisting of XML files and shell scripts. Test profiles can produce a) Tj ET Q +q 0.000 g BT 59.53 485.67 Td (quantitative result or other qualitative/abstract results like image quality comparisons and pass/fail.) Tj ET Q +q 0.000 g BT 59.53 471.50 Td (Using Phoronix Test Suite modules, other data can also be automatically collected at run-time such as) Tj ET Q +q 0.000 g BT 59.53 457.33 Td (the system power consumption, disk usage, and other software/hardware sensors. Test suites contain) Tj ET Q +q 0.000 g BT 59.53 443.15 Td (references to test profiles to execute as part of a set or can also reference other test suites. Test suites) Tj ET Q +q 0.000 g BT 59.53 428.98 Td (are defined via an XML schema.) Tj ET Q BT /F2 11.00 Tf ET q 0.000 g BT 59.53 400.63 Td (Running the Phoronix Test Suite for the first time can be as simple as issuing a command such as ) Tj ET Q BT /F3 11.00 Tf ET @@ -111,7 +111,7 @@ q 0.000 g BT 59.53 74.65 Td (Thanks to the wealth of test data \(results, system 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -124,7 +124,7 @@ endobj /Contents 8 0 R>> endobj 8 0 obj -<> +<> stream 2 J 0.57 w @@ -132,7 +132,7 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 795.17 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 795.17 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 779.36 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -154,10 +154,23 @@ BT /F2 11.00 Tf ET q 0.000 g BT 59.53 573.55 Td (Phoromatic is an add-on to the Phoronix Test Suite that's primarily intended for enterprise users when) Tj ET Q q 0.000 g BT 59.53 559.37 Td (facilitating tests across a wide-spectrum of hardware within a test lab or when needing to carry out tests) Tj ET Q q 0.000 g BT 59.53 545.20 Td (on a routine basis.) Tj ET Q +BT /F2 11.00 Tf ET +q 0.000 g BT 59.53 516.85 Td (A Phoromatic server can be started using ) Tj ET Q +BT /F3 11.00 Tf ET +q 0.000 g BT 264.34 516.85 Td (phoronix-test-suite start-phoromatic-server) Tj ET Q +BT /F2 11.00 Tf ET +q 0.000 g BT 471.55 516.85 Td ( \(or the included) Tj ET Q +q 0.000 g BT 59.53 502.68 Td (systemd phoromatic-server service file\). Clients can connect to the server using the ) Tj ET Q +BT /F3 11.00 Tf ET +q 0.000 g BT 467.89 502.68 Td (phoronix-test-suite) Tj ET Q +q 0.000 g BT 59.53 488.51 Td (phoromatic.connect) Tj ET Q +BT /F2 11.00 Tf ET +q 0.000 g BT 155.51 488.51 Td ( command as well as a phoromatic-client systemd service. See the Phoromatic) Tj ET Q +q 0.000 g BT 59.53 474.33 Td (section of the documentation for more information on setting up Phoromatic.) Tj ET Q 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 26.93 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 26.93 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -170,7 +183,7 @@ endobj /Contents 10 0 R>> endobj 10 0 obj -<> +<> stream 2 J 0.57 w @@ -178,7 +191,7 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 192.24 795.17 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 202.35 795.17 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 232.17 779.36 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -200,63 +213,50 @@ BT /F1 16.00 Tf ET q 0.035 0.482 0.937 rg BT 26.93 631.57 Td (System) Tj ET Q BT /F1 13.00 Tf ET q 0.020 0.486 0.651 rg BT 31.18 604.13 Td (interactive) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 96.21 604.43 Td ( ) Tj ET Q -BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 562.21 Td (A simple text-driven interactive interface to the Phoronix Test Suite.) Tj ET Q +q 0.000 g BT 59.53 576.38 Td (A simple text-driven interactive interface to the Phoronix Test Suite.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 533.26 Td (php-conf) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 86.78 533.56 Td ( ) Tj ET Q -BT /F1 12.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 547.44 Td (php-conf) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 491.34 Td (This option will print information that is useful to developers when debugging problems with the) Tj ET Q -q 0.000 g BT 59.53 477.17 Td (Phoronix Test Suite and/or test profiles and test suites.) Tj ET Q +q 0.000 g BT 59.53 519.69 Td (This option will print information that is useful to developers when debugging problems with the) Tj ET Q +q 0.000 g BT 59.53 505.52 Td (Phoronix Test Suite and/or test profiles and test suites.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 448.22 Td (shell) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 60.81 448.52 Td ( ) Tj ET Q -BT /F1 12.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 476.57 Td (shell) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 406.30 Td (A simple text-driven shell interface / helper to the Phoronix Test Suite. Ideal for those that may be new) Tj ET Q -q 0.000 g BT 59.53 392.13 Td (to the Phoronix Test Suite) Tj ET Q +q 0.000 g BT 59.53 448.82 Td (A simple text-driven shell interface / helper to the Phoronix Test Suite. Ideal for those that may be new) Tj ET Q +q 0.000 g BT 59.53 434.65 Td (to the Phoronix Test Suite) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 363.18 Td (system-info) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 104.14 363.48 Td ( ) Tj ET Q -BT /F1 12.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 405.70 Td (system-info) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 321.26 Td (Display the installed system hardware and software information as detected by the Phoronix Test Suite) Tj ET Q -q 0.000 g BT 59.53 307.09 Td (Phodevi Library.) Tj ET Q +q 0.000 g BT 59.53 377.96 Td (Display the installed system hardware and software information as detected by the Phoronix Test Suite) Tj ET Q +q 0.000 g BT 59.53 363.78 Td (Phodevi Library.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 278.14 Td (system-properties) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 143.88 278.44 Td ( ) Tj ET Q -BT /F1 12.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 334.84 Td (system-properties) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 236.22 Td (Display various hardware/software system properties detected by the Phoronix Device Interface) Tj ET Q -q 0.000 g BT 59.53 222.05 Td (\(Phodevi\) library.) Tj ET Q +q 0.000 g BT 59.53 307.09 Td (Display various hardware/software system properties detected by the Phoronix Device Interface) Tj ET Q +q 0.000 g BT 59.53 292.92 Td (\(Phodevi\) library.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 193.10 Td (system-sensors) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 130.16 193.40 Td ( ) Tj ET Q -BT /F1 12.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 263.97 Td (system-sensors) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 151.18 Td (Display the installed system hardware and software sensors in real-time as detected by the Phoronix) Tj ET Q -q 0.000 g BT 59.53 137.01 Td (Test Suite Phodevi Library.) Tj ET Q +q 0.000 g BT 59.53 236.22 Td (Display the installed system hardware and software sensors in real-time as detected by the Phoronix) Tj ET Q +q 0.000 g BT 59.53 222.05 Td (Test Suite Phodevi Library.) Tj ET Q BT /F1 16.00 Tf ET -q 0.035 0.482 0.937 rg BT 26.93 107.17 Td (Test Installation) Tj ET Q +q 0.035 0.482 0.937 rg BT 26.93 192.20 Td (Test Installation) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 79.72 Td (force-install) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 164.76 Td (force-install) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 104.87 80.02 Td ( [Test | Suite | OpenBenchmarking ID | Test Result] ...) Tj ET Q +q 0.020 0.486 0.651 rg BT 104.87 165.06 Td ( [Test | Suite | OpenBenchmarking ID | Test Result] ...) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET +q 0.000 g BT 59.53 122.84 Td (This option will force the installation \(or re-installation\) of a test or suite. The arguments and process is) Tj ET Q +q 0.000 g BT 59.53 108.67 Td (similar to the install option but even if the test is installed, the entire installation process will) Tj ET Q +q 0.000 g BT 59.53 94.49 Td (automatically be executed. This option is generally used when debugging a test installation problem or) Tj ET Q +q 0.000 g BT 59.53 80.32 Td (wishing to re-install test\(s\) due to compiler or other environmental changes.) Tj ET Q +BT /F1 13.00 Tf ET 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 31.18 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -269,85 +269,84 @@ endobj /Contents 12 0 R>> endobj 12 0 obj -<> +<> stream 2 J 0.57 w -BT /F2 11.00 Tf ET +BT /F1 13.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 795.17 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 206.60 795.17 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET -q 0.000 g BT 248.47 779.36 Td (Test Client Documentation) Tj ET Q +q 0.000 g BT 234.30 779.36 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG 28.35 765.35 m 566.93 765.35 l S -BT /F2 11.00 Tf ET +BT /F1 13.00 Tf ET 0 G -q 0.000 g BT 59.53 743.63 Td (This option will force the installation \(or re-installation\) of a test or suite. The arguments and process is) Tj ET Q -q 0.000 g BT 59.53 729.45 Td (similar to the install option but even if the test is installed, the entire installation process will) Tj ET Q -q 0.000 g BT 59.53 715.28 Td (automatically be executed. This option is generally used when debugging a test installation problem or) Tj ET Q -q 0.000 g BT 59.53 701.11 Td (wishing to re-install test\(s\) due to compiler or other environmental changes.) Tj ET Q -BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 672.16 Td (install) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 743.03 Td (install) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 68.75 672.46 Td ( [Test | Suite | OpenBenchmarking ID | Test Result] ...) Tj ET Q +q 0.020 0.486 0.651 rg BT 68.75 743.33 Td ( [Test | Suite | OpenBenchmarking ID | Test Result] ...) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 630.24 Td (This option will install the selected test\(s\) inside the testing environment directory. The install process) Tj ET Q -q 0.000 g BT 59.53 616.07 Td (from downloading of the test files to the installation is fully automated. The install option needs to be) Tj ET Q -q 0.000 g BT 59.53 601.89 Td (supplied with the test name or suite as an argument. Optionally, a OpenBenchmarking.org ID or the) Tj ET Q -q 0.000 g BT 59.53 587.72 Td (name of a saved results file can be supplied as well and the test\(s\) to install will automatically be) Tj ET Q -q 0.000 g BT 59.53 573.55 Td (extracted from that information. If the test is already installed and was run by the latest version of the) Tj ET Q -q 0.000 g BT 59.53 559.37 Td (installation process, no action will be taken. Multiple arguments can be supplied to install additional) Tj ET Q -q 0.000 g BT 59.53 545.20 Td (tests at the same time.) Tj ET Q +q 0.000 g BT 59.53 701.11 Td (This option will install the selected test\(s\) inside the testing environment directory. The install process) Tj ET Q +q 0.000 g BT 59.53 686.93 Td (from downloading of the test files to the installation is fully automated. The install option needs to be) Tj ET Q +q 0.000 g BT 59.53 672.76 Td (supplied with the test name or suite as an argument. Optionally, a OpenBenchmarking.org ID or the) Tj ET Q +q 0.000 g BT 59.53 658.59 Td (name of a saved results file can be supplied as well and the test\(s\) to install will automatically be) Tj ET Q +q 0.000 g BT 59.53 644.41 Td (extracted from that information. If the test is already installed and was run by the latest version of the) Tj ET Q +q 0.000 g BT 59.53 630.24 Td (installation process, no action will be taken. Multiple arguments can be supplied to install additional) Tj ET Q +q 0.000 g BT 59.53 616.07 Td (tests at the same time.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 516.25 Td (install-dependencies) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 587.12 Td (install-dependencies) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 159.78 516.55 Td ( [Test | Suite | OpenBenchmarking ID | Test Result] ...) Tj ET Q +q 0.020 0.486 0.651 rg BT 159.78 587.42 Td ( [Test | Suite | OpenBenchmarking ID | Test Result] ...) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 474.33 Td (This option will install the external dependencies needed by the selected test\(s\) using the distribution's) Tj ET Q -q 0.000 g BT 59.53 460.16 Td (package management system. For example, some tests depend upon GCC for compiling code. If GCC) Tj ET Q -q 0.000 g BT 59.53 445.99 Td (is not detected on the system, the Phoronix Test Suite will attempt to install GCC using the distribution's) Tj ET Q -q 0.000 g BT 59.53 431.81 Td (package management system. If you are running this command as a local user, you may be prompted) Tj ET Q -q 0.000 g BT 59.53 417.64 Td (for the root password while the process is running. For unsupported distributions, the dependency) Tj ET Q -q 0.000 g BT 59.53 403.47 Td (names will be displayed along with common names for the package. The install-dependencies option) Tj ET Q -q 0.000 g BT 59.53 389.30 Td (needs to be supplied with the test name or suite as an argument. When using the install option, the) Tj ET Q -q 0.000 g BT 59.53 375.12 Td (external dependencies are automatically checked.) Tj ET Q +q 0.000 g BT 59.53 545.20 Td (This option will install the external dependencies needed by the selected test\(s\) using the distribution's) Tj ET Q +q 0.000 g BT 59.53 531.03 Td (package management system. For example, some tests depend upon GCC for compiling code. If GCC) Tj ET Q +q 0.000 g BT 59.53 516.85 Td (is not detected on the system, the Phoronix Test Suite will attempt to install GCC using the distribution's) Tj ET Q +q 0.000 g BT 59.53 502.68 Td (package management system. If you are running this command as a local user, you may be prompted) Tj ET Q +q 0.000 g BT 59.53 488.51 Td (for the root password while the process is running. For unsupported distributions, the dependency) Tj ET Q +q 0.000 g BT 59.53 474.33 Td (names will be displayed along with common names for the package. The install-dependencies option) Tj ET Q +q 0.000 g BT 59.53 460.16 Td (needs to be supplied with the test name or suite as an argument. When using the install option, the) Tj ET Q +q 0.000 g BT 59.53 445.99 Td (external dependencies are automatically checked.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 346.18 Td (make-download-cache) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 417.04 Td (make-download-cache) Tj ET Q +BT /F2 11.00 Tf ET +q 0.000 g BT 59.53 389.30 Td (This option will create a download cache for use by the Phoronix Test Suite. The download cache is) Tj ET Q +q 0.000 g BT 59.53 375.12 Td (created of test files already downloaded to the local system. If passing any test/suite names to) Tj ET Q +q 0.000 g BT 59.53 360.95 Td (make-download-cache, the needed files for those test profiles will first be automatically downloaded) Tj ET Q +q 0.000 g BT 59.53 346.78 Td (before creating the cache.) Tj ET Q +BT /F1 13.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 317.83 Td (remove-installed-test) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 170.61 346.48 Td ( ) Tj ET Q +q 0.020 0.486 0.651 rg BT 161.94 318.13 Td ( [Test]) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 304.26 Td (This option will create a download cache for use by the Phoronix Test Suite. The download cache is) Tj ET Q -q 0.000 g BT 59.53 290.08 Td (created of test files already downloaded to the local system. If passing any test/suite names to) Tj ET Q -q 0.000 g BT 59.53 275.91 Td (make-download-cache, the needed files for those test profiles will first be automatically downloaded) Tj ET Q -q 0.000 g BT 59.53 261.74 Td (before creating the cache.) Tj ET Q -BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 232.79 Td (remove-installed-test) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 161.94 233.09 Td ( [Test]) Tj ET Q -BT /F1 12.00 Tf ET -BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 190.87 Td (This option will permanently remove a installed test by the Phoronix Test Suite.) Tj ET Q +q 0.000 g BT 59.53 275.91 Td (This option will permanently remove a installed test by the Phoronix Test Suite.) Tj ET Q BT /F1 16.00 Tf ET -q 0.035 0.482 0.937 rg BT 26.93 161.02 Td (Testing) Tj ET Q +q 0.035 0.482 0.937 rg BT 26.93 246.06 Td (Testing) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 133.58 Td (benchmark) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 218.62 Td (benchmark) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 100.54 133.88 Td ( [Test | Suite | OpenBenchmarking ID | Test Result] ...) Tj ET Q +q 0.020 0.486 0.651 rg BT 100.54 218.92 Td ( [Test | Suite | OpenBenchmarking ID | Test Result] ...) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 91.66 Td (This option will install the selected test\(s\) \(if needed\) and will proceed to run the test\(s\). This option is) Tj ET Q -q 0.000 g BT 59.53 77.48 Td (equivalent to running phoronix-test-suite with the install option followed by the run option. Multiple) Tj ET Q -q 0.000 g BT 59.53 63.31 Td (arguments can be supplied to run additional tests at the same time and save the results into one file.) Tj ET Q +q 0.000 g BT 59.53 176.70 Td (This option will install the selected test\(s\) \(if needed\) and will proceed to run the test\(s\). This option is) Tj ET Q +q 0.000 g BT 59.53 162.52 Td (equivalent to running phoronix-test-suite with the install option followed by the run option. Multiple) Tj ET Q +q 0.000 g BT 59.53 148.35 Td (arguments can be supplied to run additional tests at the same time and save the results into one file.) Tj ET Q +BT /F1 13.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 119.40 Td (estimate-install-time) Tj ET Q +BT /F3 12.00 Tf ET +q 0.020 0.486 0.651 rg BT 156.88 119.70 Td ( [Test | Suite | OpenBenchmarking ID | Test Result]) Tj ET Q +BT /F1 12.00 Tf ET +BT /F2 11.00 Tf ET +q 0.000 g BT 59.53 77.48 Td (This option will provide estimates for test install/setup time length.) Tj ET Q BT /F1 13.00 Tf ET 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 31.18 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 31.18 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -360,7 +359,7 @@ endobj /Contents 14 0 R>> endobj 14 0 obj -<> +<> stream 2 J 0.57 w @@ -368,82 +367,80 @@ BT /F1 13.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 196.49 795.17 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 206.60 795.17 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 234.30 779.36 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG 28.35 765.35 m 566.93 765.35 l S BT /F1 13.00 Tf ET 0 G -q 0.020 0.486 0.651 rg BT 31.18 743.03 Td (estimate-install-time) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 743.03 Td (estimate-run-time) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 156.88 743.33 Td ( [Test | Suite | OpenBenchmarking ID | Test Result]) Tj ET Q +q 0.020 0.486 0.651 rg BT 140.25 743.33 Td ( [Test | Suite | OpenBenchmarking ID | Test Result]) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 701.11 Td (This option will provide estimates for test install/setup time length.) Tj ET Q +q 0.000 g BT 59.53 701.11 Td (This option will provide estimates for test run-time / length.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 672.16 Td (estimate-run-time) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 672.16 Td (finish-run) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 140.25 672.46 Td ( [Test | Suite | OpenBenchmarking ID | Test Result]) Tj ET Q +q 0.020 0.486 0.651 rg BT 91.12 672.46 Td ( [Test Result]) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 630.24 Td (This option will provide estimates for test run-time / length.) Tj ET Q +q 0.000 g BT 59.53 630.24 Td (This option can be used if a test run had not properly finished running all tests within a saved results) Tj ET Q +q 0.000 g BT 59.53 616.07 Td (file. Using this option when specifying a saved results file where all tests had not completed will attempt) Tj ET Q +q 0.000 g BT 59.53 601.89 Td (to finish / resume testing on the remaining tests where there are missing results to be completed.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 601.29 Td (finish-run) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 572.95 Td (run) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 91.12 601.59 Td ( [Test Result]) Tj ET Q +q 0.020 0.486 0.651 rg BT 52.12 573.25 Td ( [Test | Suite | OpenBenchmarking ID | Test Result] ...) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 559.37 Td (This option can be used if a test run had not properly finished running all tests within a saved results) Tj ET Q -q 0.000 g BT 59.53 545.20 Td (file. Using this option when specifying a saved results file where all tests had not completed will attempt) Tj ET Q -q 0.000 g BT 59.53 531.03 Td (to finish / resume testing on the remaining tests where there are missing results to be completed.) Tj ET Q +q 0.000 g BT 59.53 531.03 Td (This option will run the selected test\(s\).) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 502.08 Td (run) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 52.12 502.38 Td ( [Test | Suite | OpenBenchmarking ID | Test Result] ...) Tj ET Q -BT /F1 12.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 502.08 Td (run-random-tests) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 460.16 Td (This option will run the selected test\(s\).) Tj ET Q +q 0.000 g BT 59.53 474.33 Td (This option will query OpenBenchmarking.org to run random benchmarks and result comparisons on) Tj ET Q +q 0.000 g BT 59.53 460.16 Td (the system. This test can be used for simply supplying interesting results from your system onto) Tj ET Q +q 0.000 g BT 59.53 445.99 Td (OpenBenchmarking.org, stressing your system with random workloads, seeding new) Tj ET Q +q 0.000 g BT 59.53 431.81 Td (OpenBenchmarking.org results, etc. Basic options are provided at start-up for tuning the randomness of) Tj ET Q +q 0.000 g BT 59.53 417.64 Td (the testing when running this command.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 431.21 Td (run-random-tests) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 388.70 Td (run-subset) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 138.80 431.51 Td ( ) Tj ET Q +q 0.020 0.486 0.651 rg BT 98.35 389.00 Td ( [Test | Suite | OpenBenchmarking ID | Test Result] ...) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 389.30 Td (This option will query OpenBenchmarking.org to run random benchmarks and result comparisons on) Tj ET Q -q 0.000 g BT 59.53 375.12 Td (the system. This test can be used for simply supplying interesting results from your system onto) Tj ET Q -q 0.000 g BT 59.53 360.95 Td (OpenBenchmarking.org, stressing your system with random workloads, seeding new) Tj ET Q -q 0.000 g BT 59.53 346.78 Td (OpenBenchmarking.org results, etc. Basic options are provided at start-up for tuning the randomness of) Tj ET Q -q 0.000 g BT 59.53 332.60 Td (the testing when running this command.) Tj ET Q +q 0.000 g BT 59.53 346.78 Td (This option will run the selected test\(s\) but prompt the user when passing any test suites or result files) Tj ET Q +q 0.000 g BT 59.53 332.60 Td (what subset / test\(s\) contained within there to run rather than running all passed tests/suites/results.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 303.66 Td (run-subset) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 303.66 Td (run-tests-in-suite) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 98.35 303.96 Td ( [Test | Suite | OpenBenchmarking ID | Test Result] ...) Tj ET Q +q 0.020 0.486 0.651 rg BT 137.35 303.96 Td ( [Suite]) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 261.74 Td (This option will run the selected test\(s\) but prompt the user when passing any test suites or result files) Tj ET Q -q 0.000 g BT 59.53 247.56 Td (what subset / test\(s\) contained within there to run rather than running all passed tests/suites/results.) Tj ET Q +q 0.000 g BT 59.53 261.74 Td (This option can be used if you wish to run all of the tests found in a supplied suite, but you wish to) Tj ET Q +q 0.000 g BT 59.53 247.56 Td (re-configure each of the test options rather than using the defaults supplied by the suite.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 218.62 Td (run-tests-in-suite) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 218.62 Td (stress-batch-run) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 137.35 218.92 Td ( [Suite]) Tj ET Q +q 0.020 0.486 0.651 rg BT 133.75 218.92 Td ( [Test | Suite | OpenBenchmarking ID | Test Result] ...) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 176.70 Td (This option can be used if you wish to run all of the tests found in a supplied suite, but you wish to) Tj ET Q -q 0.000 g BT 59.53 162.52 Td (re-configure each of the test options rather than using the defaults supplied by the suite.) Tj ET Q +q 0.000 g BT 59.53 176.70 Td (This option will run the passed tests/suites in the multi-process stress-testing mode while behaving by) Tj ET Q +q 0.000 g BT 59.53 162.52 Td (the Phoronix Test Suite batch testing characteristics. The stress-batch-run mode is similar to the) Tj ET Q +q 0.000 g BT 59.53 148.35 Td (stress-run command except that for any tests passed to it will run all combinations of the options rather) Tj ET Q +q 0.000 g BT 59.53 134.18 Td (than prompting the user for the values to be selected.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 133.58 Td (stress-batch-run) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 105.23 Td (stress-run) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 133.75 133.88 Td ( [Test | Suite | OpenBenchmarking ID | Test Result] ...) Tj ET Q +q 0.020 0.486 0.651 rg BT 94.75 105.53 Td ( [Test | Suite | OpenBenchmarking ID | Test Result] ...) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 91.66 Td (This option will run the passed tests/suites in the multi-process stress-testing mode while behaving by) Tj ET Q -q 0.000 g BT 59.53 77.48 Td (the Phoronix Test Suite batch testing characteristics. The stress-batch-run mode is similar to the) Tj ET Q -q 0.000 g BT 59.53 63.31 Td (stress-run command except that for any tests passed to it will run all combinations of the options rather) Tj ET Q +q 0.000 g BT 59.53 63.31 Td (This option will run the passed tests/suites in the multi-process stress-testing mode. The stress-run) Tj ET Q 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -456,7 +453,7 @@ endobj /Contents 16 0 R>> endobj 16 0 obj -<> +<> stream 2 J 0.57 w @@ -464,80 +461,78 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 795.17 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 795.17 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 779.36 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG 28.35 765.35 m 566.93 765.35 l S BT /F2 11.00 Tf ET 0 G -q 0.000 g BT 59.53 743.63 Td (than prompting the user for the values to be selected.) Tj ET Q +q 0.000 g BT 59.53 743.63 Td (mode will not produce a result file but is rather intended for running multiple test profiles concurrently to) Tj ET Q +q 0.000 g BT 59.53 729.45 Td (stress / burn-in the system. The number of tests to run concurrently can be toggled via the) Tj ET Q +q 0.000 g BT 59.53 715.28 Td (PTS_CONCURRENT_TEST_RUNS environment variable and by default is set to a value of 2.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 714.68 Td (stress-run) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 686.33 Td (strict-benchmark) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 94.75 714.98 Td ( [Test | Suite | OpenBenchmarking ID | Test Result] ...) Tj ET Q +q 0.020 0.486 0.651 rg BT 136.65 686.63 Td ( [Test | Suite | OpenBenchmarking ID | Test Result] ...) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 672.76 Td (This option will run the passed tests/suites in the multi-process stress-testing mode. The stress-run) Tj ET Q -q 0.000 g BT 59.53 658.59 Td (mode will not produce a result file but is rather intended for running multiple test profiles concurrently to) Tj ET Q -q 0.000 g BT 59.53 644.41 Td (stress / burn-in the system. The number of tests to run concurrently can be toggled via the) Tj ET Q -q 0.000 g BT 59.53 630.24 Td (PTS_CONCURRENT_TEST_RUNS environment variable and by default is set to a value of 2.) Tj ET Q +q 0.000 g BT 59.53 644.41 Td (This option is equivalent to the `benchmark` option except it enables various options to run benchmarks) Tj ET Q +q 0.000 g BT 59.53 630.24 Td (an extended number of times for ensuring better statistical accuracy if enforcing strict controls over the) Tj ET Q +q 0.000 g BT 59.53 616.07 Td (data quality, in some cases running the benchmarks for 20+ times.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 601.29 Td (strict-benchmark) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 587.12 Td (strict-run) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 136.65 601.59 Td ( [Test | Suite | OpenBenchmarking ID | Test Result] ...) Tj ET Q +q 0.020 0.486 0.651 rg BT 88.24 587.42 Td ( [Test | Suite | OpenBenchmarking ID | Test Result] ...) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 559.37 Td (This option is equivalent to the `benchmark` option except it enables various options to run benchmarks) Tj ET Q -q 0.000 g BT 59.53 545.20 Td (an extended number of times for ensuring better statistical accuracy if enforcing strict controls over the) Tj ET Q -q 0.000 g BT 59.53 531.03 Td (data quality, in some cases running the benchmarks for 20+ times.) Tj ET Q -BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 502.08 Td (strict-run) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 88.24 502.38 Td ( [Test | Suite | OpenBenchmarking ID | Test Result] ...) Tj ET Q -BT /F1 12.00 Tf ET -BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 460.16 Td (This option is equivalent to the `run` option except it enables various options to run benchmarks an) Tj ET Q -q 0.000 g BT 59.53 445.99 Td (extended number of times for ensuring better statistical accuracy if enforcing strict controls over the) Tj ET Q -q 0.000 g BT 59.53 431.81 Td (data quality, in some cases running the benchmarks for 20+ times.) Tj ET Q +q 0.000 g BT 59.53 545.20 Td (This option is equivalent to the `run` option except it enables various options to run benchmarks an) Tj ET Q +q 0.000 g BT 59.53 531.03 Td (extended number of times for ensuring better statistical accuracy if enforcing strict controls over the) Tj ET Q +q 0.000 g BT 59.53 516.85 Td (data quality, in some cases running the benchmarks for 20+ times.) Tj ET Q BT /F1 16.00 Tf ET -q 0.035 0.482 0.937 rg BT 26.93 401.97 Td (Batch Testing) Tj ET Q +q 0.035 0.482 0.937 rg BT 26.93 487.01 Td (Batch Testing) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 374.52 Td (batch-benchmark) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 459.56 Td (batch-benchmark) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 139.54 374.82 Td ( [Test | Suite | OpenBenchmarking ID | Test Result] ...) Tj ET Q +q 0.020 0.486 0.651 rg BT 139.54 459.86 Td ( [Test | Suite | OpenBenchmarking ID | Test Result] ...) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 332.60 Td (This option and its arguments are equivalent to the benchmark option, but the process will be run in the) Tj ET Q -q 0.000 g BT 59.53 318.43 Td (Phoronix Test Suite batch mode.) Tj ET Q +q 0.000 g BT 59.53 417.64 Td (This option and its arguments are equivalent to the benchmark option, but the process will be run in the) Tj ET Q +q 0.000 g BT 59.53 403.47 Td (Phoronix Test Suite batch mode.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 289.48 Td (batch-install) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 374.52 Td (batch-install) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 107.75 289.78 Td ( [Test | Suite | OpenBenchmarking ID | Test Result] ...) Tj ET Q +q 0.020 0.486 0.651 rg BT 107.75 374.82 Td ( [Test | Suite | OpenBenchmarking ID | Test Result] ...) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 247.56 Td (If you wish to run the install process in the Phoronix Test Suite batch mode but do not wish to run any) Tj ET Q -q 0.000 g BT 59.53 233.39 Td (tests at this time. Running the install process in the batch mode will use the default values and not) Tj ET Q -q 0.000 g BT 59.53 219.22 Td (prompt the user of any possible options, to ensure the process is fully automated.) Tj ET Q +q 0.000 g BT 59.53 332.60 Td (If you wish to run the install process in the Phoronix Test Suite batch mode but do not wish to run any) Tj ET Q +q 0.000 g BT 59.53 318.43 Td (tests at this time. Running the install process in the batch mode will use the default values and not) Tj ET Q +q 0.000 g BT 59.53 304.26 Td (prompt the user of any possible options, to ensure the process is fully automated.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 190.27 Td (batch-run) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 275.31 Td (batch-run) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 91.12 190.57 Td ( [Test | Suite | OpenBenchmarking ID | Test Result] ...) Tj ET Q +q 0.020 0.486 0.651 rg BT 91.12 275.61 Td ( [Test | Suite | OpenBenchmarking ID | Test Result] ...) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 148.35 Td (This option and its arguments are equivalent to the run option, but the process will be run in the) Tj ET Q -q 0.000 g BT 59.53 134.18 Td (Phoronix Test Suite batch mode.) Tj ET Q +q 0.000 g BT 59.53 233.39 Td (This option and its arguments are equivalent to the run option, but the process will be run in the) Tj ET Q +q 0.000 g BT 59.53 219.22 Td (Phoronix Test Suite batch mode.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 105.23 Td (batch-setup) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 190.27 Td (batch-setup) Tj ET Q +BT /F2 11.00 Tf ET +q 0.000 g BT 59.53 162.52 Td (This option is used to configure the batch mode options for the Phoronix Test Suite, which is) Tj ET Q +q 0.000 g BT 59.53 148.35 Td (subsequently written to the user configuration file. Among the options are whether to automatically) Tj ET Q +q 0.000 g BT 59.53 134.18 Td (upload the test results to OpenBenchmarking.org and prompting for the saved file name.) Tj ET Q +BT /F1 13.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 105.23 Td (default-benchmark) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 104.85 105.53 Td ( ) Tj ET Q +q 0.020 0.486 0.651 rg BT 147.48 105.53 Td ( [Test | Suite | OpenBenchmarking ID | Test Result] ...) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 63.31 Td (This option is used to configure the batch mode options for the Phoronix Test Suite, which is) Tj ET Q +q 0.000 g BT 59.53 63.31 Td (This option will install the selected test\(s\) \(if needed\) and will proceed to run the test\(s\) in the defaults) Tj ET Q 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -550,7 +545,7 @@ endobj /Contents 18 0 R>> endobj 18 0 obj -<> +<> stream 2 J 0.57 w @@ -558,82 +553,75 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 795.17 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 795.17 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 779.36 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG 28.35 765.35 m 566.93 765.35 l S BT /F2 11.00 Tf ET 0 G -q 0.000 g BT 59.53 743.63 Td (subsequently written to the user configuration file. Among the options are whether to automatically) Tj ET Q -q 0.000 g BT 59.53 729.45 Td (upload the test results to OpenBenchmarking.org and prompting for the saved file name.) Tj ET Q +q 0.000 g BT 59.53 743.63 Td (mode. This option is equivalent to running phoronix-test-suite with the install option followed by the) Tj ET Q +q 0.000 g BT 59.53 729.45 Td (default-run option.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 700.51 Td (default-benchmark) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 700.51 Td (default-run) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 147.48 700.81 Td ( [Test | Suite | OpenBenchmarking ID | Test Result] ...) Tj ET Q +q 0.020 0.486 0.651 rg BT 99.07 700.81 Td ( [Test | Suite | OpenBenchmarking ID | Test Result] ...) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 658.59 Td (This option will install the selected test\(s\) \(if needed\) and will proceed to run the test\(s\) in the defaults) Tj ET Q -q 0.000 g BT 59.53 644.41 Td (mode. This option is equivalent to running phoronix-test-suite with the install option followed by the) Tj ET Q -q 0.000 g BT 59.53 630.24 Td (default-run option.) Tj ET Q +q 0.000 g BT 59.53 658.59 Td (This option will run the selected test\(s\). The name of the test or suite must be supplied or the) Tj ET Q +q 0.000 g BT 59.53 644.41 Td (OpenBenchmarking.org ID or saved local file name. Multiple arguments can be supplied to run) Tj ET Q +q 0.000 g BT 59.53 630.24 Td (additional tests at the same time and save the results in a suite-like fashion. Unlike the normal run) Tj ET Q +q 0.000 g BT 59.53 616.07 Td (option, the default-run will not prompt the user to select from the available test options but will instead) Tj ET Q +q 0.000 g BT 59.53 601.89 Td (use the default options as automatically set by pts-core or the test profile. Use batch-run to) Tj ET Q +q 0.000 g BT 59.53 587.72 Td (automatically test all of the available options.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 601.29 Td (default-run) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 558.77 Td (dry-run) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 99.07 601.59 Td ( [Test | Suite | OpenBenchmarking ID | Test Result] ...) Tj ET Q +q 0.020 0.486 0.651 rg BT 76.68 559.07 Td ( [Test | Suite | OpenBenchmarking ID | Test Result] ...) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 559.37 Td (This option will run the selected test\(s\). The name of the test or suite must be supplied or the) Tj ET Q -q 0.000 g BT 59.53 545.20 Td (OpenBenchmarking.org ID or saved local file name. Multiple arguments can be supplied to run) Tj ET Q -q 0.000 g BT 59.53 531.03 Td (additional tests at the same time and save the results in a suite-like fashion. Unlike the normal run) Tj ET Q -q 0.000 g BT 59.53 516.85 Td (option, the default-run will not prompt the user to select from the available test options but will instead) Tj ET Q -q 0.000 g BT 59.53 502.68 Td (use the default options as automatically set by pts-core or the test profile. Use batch-run to) Tj ET Q -q 0.000 g BT 59.53 488.51 Td (automatically test all of the available options.) Tj ET Q +q 0.000 g BT 59.53 516.85 Td (This option and its arguments pre-set the Phoronix Test Suite batch run mode with enforcing of defaults) Tj ET Q +q 0.000 g BT 59.53 502.68 Td (to not save any results and other behavior intended for a dry/test run. This option is primarily intended) Tj ET Q +q 0.000 g BT 59.53 488.51 Td (for testing/evaluation purposes.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 459.56 Td (dry-run) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 459.56 Td (internal-run) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 76.68 459.86 Td ( [Test | Suite | OpenBenchmarking ID | Test Result] ...) Tj ET Q +q 0.020 0.486 0.651 rg BT 103.41 459.86 Td ( [Test | Suite | OpenBenchmarking ID | Test Result] ...) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 417.64 Td (This option and its arguments pre-set the Phoronix Test Suite batch run mode with enforcing of defaults) Tj ET Q -q 0.000 g BT 59.53 403.47 Td (to not save any results and other behavior intended for a dry/test run. This option is primarily intended) Tj ET Q -q 0.000 g BT 59.53 389.30 Td (for testing/evaluation purposes.) Tj ET Q -BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 360.35 Td (internal-run) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 103.41 360.65 Td ( [Test | Suite | OpenBenchmarking ID | Test Result] ...) Tj ET Q -BT /F1 12.00 Tf ET -BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 318.43 Td (This option and its arguments pre-set the Phoronix Test Suite batch run mode with sane values for) Tj ET Q -q 0.000 g BT 59.53 304.26 Td (carrying out benchmarks in a semi-automated manner and without uploading any of the result data to) Tj ET Q -q 0.000 g BT 59.53 290.08 Td (the public OpenBenchmarking.org.) Tj ET Q +q 0.000 g BT 59.53 417.64 Td (This option and its arguments pre-set the Phoronix Test Suite batch run mode with sane values for) Tj ET Q +q 0.000 g BT 59.53 403.47 Td (carrying out benchmarks in a semi-automated manner and without uploading any of the result data to) Tj ET Q +q 0.000 g BT 59.53 389.30 Td (the public OpenBenchmarking.org.) Tj ET Q BT /F1 16.00 Tf ET -q 0.035 0.482 0.937 rg BT 26.93 260.24 Td (OpenBenchmarking.org) Tj ET Q +q 0.035 0.482 0.937 rg BT 26.93 359.45 Td (OpenBenchmarking.org) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 232.79 Td (clone-result) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 332.00 Td (clone-result) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 104.87 233.09 Td ( [OpenBenchmarking ID] ...) Tj ET Q +q 0.020 0.486 0.651 rg BT 104.87 332.30 Td ( [OpenBenchmarking ID] ...) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 190.87 Td (This option will download a local copy of a file that was saved to OpenBenchmarking.org, as long as a) Tj ET Q -q 0.000 g BT 59.53 176.70 Td (valid public ID is supplied.) Tj ET Q +q 0.000 g BT 59.53 290.08 Td (This option will download a local copy of a file that was saved to OpenBenchmarking.org, as long as a) Tj ET Q +q 0.000 g BT 59.53 275.91 Td (valid public ID is supplied.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 147.75 Td (enable-repo) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 104.87 148.05 Td ( ) Tj ET Q -BT /F1 12.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 246.96 Td (dump-suites-to-git) Tj ET Q +BT /F2 11.00 Tf ET +q 0.000 g BT 59.53 219.22 Td (This option will create a Git repository of OpenBenchmarking.org test suites.) Tj ET Q +BT /F1 13.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 190.27 Td (dump-tests-to-git) Tj ET Q +BT /F2 11.00 Tf ET +q 0.000 g BT 59.53 162.52 Td (This option will create a Git repository of OpenBenchmarking.org test profiles.) Tj ET Q +BT /F1 13.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 133.58 Td (enable-repo) Tj ET Q BT /F2 11.00 Tf ET q 0.000 g BT 59.53 105.83 Td (This option is used if wanting to add a new OpenBenchmarking.org account/repository to your system) Tj ET Q q 0.000 g BT 59.53 91.66 Td (for enabling third-party/unofficial test profiles and test suites.) Tj ET Q BT /F1 13.00 Tf ET q 0.020 0.486 0.651 rg BT 31.18 62.71 Td (list-recommended-tests) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 177.82 63.01 Td ( ) Tj ET Q -BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -646,7 +634,7 @@ endobj /Contents 20 0 R>> endobj 20 0 obj -<> +<> stream 2 J 0.57 w @@ -654,7 +642,7 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 795.17 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 795.17 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 779.36 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -668,66 +656,52 @@ q 0.000 g BT 59.53 701.11 Td (downloaded, the number of test results available o q 0.000 g BT 59.53 686.93 Td (age of the test profile, and other weighted factors.) Tj ET Q BT /F1 13.00 Tf ET q 0.020 0.486 0.651 rg BT 31.18 657.99 Td (make-openbenchmarking-cache) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 229.85 658.29 Td ( ) Tj ET Q -BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 616.07 Td (This option will attempt to cache the test profile/suite meta-data from OpenBenchmarking.org for all) Tj ET Q -q 0.000 g BT 59.53 601.89 Td (linked repositories. This is useful if you're going to be running the Phoronix Test Suite / Phoromatic) Tj ET Q -q 0.000 g BT 59.53 587.72 Td (behind a firewall or without any Internet connection. Those with unrestricted Internet access or not) Tj ET Q -q 0.000 g BT 59.53 573.55 Td (utilizing a large local deployment of the Phoronix Test Suite / Phoromatic shouldn't need to run this) Tj ET Q -q 0.000 g BT 59.53 559.37 Td (command.) Tj ET Q +q 0.000 g BT 59.53 630.24 Td (This option will attempt to cache the test profile/suite meta-data from OpenBenchmarking.org for all) Tj ET Q +q 0.000 g BT 59.53 616.07 Td (linked repositories. This is useful if you're going to be running the Phoronix Test Suite / Phoromatic) Tj ET Q +q 0.000 g BT 59.53 601.89 Td (behind a firewall or without any Internet connection. Those with unrestricted Internet access or not) Tj ET Q +q 0.000 g BT 59.53 587.72 Td (utilizing a large local deployment of the Phoronix Test Suite / Phoromatic shouldn't need to run this) Tj ET Q +q 0.000 g BT 59.53 573.55 Td (command.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 530.43 Td (ob-test-profile-analyze) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 169.87 530.73 Td ( ) Tj ET Q -BT /F1 12.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 544.60 Td (ob-test-profile-analyze) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 488.51 Td (This option is intended for test profile creators and generates a range of meta-data and other useful) Tj ET Q -q 0.000 g BT 59.53 474.33 Td (information that can be submitted to OpenBenchmarking.org to provide more verbose information for) Tj ET Q -q 0.000 g BT 59.53 460.16 Td (users of your test profiles.) Tj ET Q +q 0.000 g BT 59.53 516.85 Td (This option is intended for test profile creators and generates a range of meta-data and other useful) Tj ET Q +q 0.000 g BT 59.53 502.68 Td (information that can be submitted to OpenBenchmarking.org to provide more verbose information for) Tj ET Q +q 0.000 g BT 59.53 488.51 Td (users of your test profiles.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 431.21 Td (openbenchmarking-changes) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 208.16 431.51 Td ( ) Tj ET Q -BT /F1 12.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 459.56 Td (openbenchmarking-changes) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 389.30 Td (This option will list recent changes to test profiles of enabled OpenBenchmarking.org repositories.) Tj ET Q +q 0.000 g BT 59.53 431.81 Td (This option will list recent changes to test profiles of enabled OpenBenchmarking.org repositories.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 360.35 Td (openbenchmarking-login) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 186.48 360.65 Td ( ) Tj ET Q -BT /F1 12.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 402.87 Td (openbenchmarking-login) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 318.43 Td (This option is used for controlling your Phoronix Test Suite client options for OpenBechmarking.org and) Tj ET Q -q 0.000 g BT 59.53 304.26 Td (syncing the client to your account.) Tj ET Q +q 0.000 g BT 59.53 375.12 Td (This option is used for controlling your Phoronix Test Suite client options for OpenBechmarking.org and) Tj ET Q +q 0.000 g BT 59.53 360.95 Td (syncing the client to your account.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 275.31 Td (openbenchmarking-refresh) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 199.49 275.61 Td ( ) Tj ET Q -BT /F1 12.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 332.00 Td (openbenchmarking-refresh) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 233.39 Td (This option is used for refreshing the stored OpenBenchmarking.org repostory information and other) Tj ET Q -q 0.000 g BT 59.53 219.22 Td (data. The Phoronix Test Suite will automatically refresh this data every three days or when other) Tj ET Q -q 0.000 g BT 59.53 205.04 Td (thresholds are exceeded, but this command can be used to manually refresh/updates the data.) Tj ET Q +q 0.000 g BT 59.53 304.26 Td (This option is used for refreshing the stored OpenBenchmarking.org repostory information and other) Tj ET Q +q 0.000 g BT 59.53 290.08 Td (data. The Phoronix Test Suite will automatically refresh this data every three days or when other) Tj ET Q +q 0.000 g BT 59.53 275.91 Td (thresholds are exceeded, but this command can be used to manually refresh/updates the data.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 176.10 Td (openbenchmarking-repositories) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 229.83 176.40 Td ( ) Tj ET Q -BT /F1 12.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 246.96 Td (openbenchmarking-repositories) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 134.18 Td (This option will list the OpenBenchmarking.org repositories currently linked to this Phoronix Test Suite) Tj ET Q -q 0.000 g BT 59.53 120.00 Td (client instance.) Tj ET Q +q 0.000 g BT 59.53 219.22 Td (This option will list the OpenBenchmarking.org repositories currently linked to this Phoronix Test Suite) Tj ET Q +q 0.000 g BT 59.53 205.04 Td (client instance.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 91.06 Td (openbenchmarking-uploads) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 205.26 91.36 Td ( ) Tj ET Q -BT /F1 12.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 176.10 Td (openbenchmarking-uploads) Tj ET Q BT /F2 11.00 Tf ET +q 0.000 g BT 59.53 148.35 Td (This option will list any recent test result uploads from the system's IP address to) Tj ET Q +q 0.000 g BT 59.53 134.18 Td (OpenBenchmarking.org.) Tj ET Q +BT /F1 13.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 105.23 Td (recently-added-tests) Tj ET Q +BT /F2 11.00 Tf ET +q 0.000 g BT 59.53 77.48 Td (This option will list the most recently added \(newest\) test profiles.) Tj ET Q +BT /F1 13.00 Tf ET 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 31.18 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -740,92 +714,82 @@ endobj /Contents 22 0 R>> endobj 22 0 obj -<> +<> stream 2 J 0.57 w -BT /F2 11.00 Tf ET +BT /F1 13.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 795.17 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 206.60 795.17 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET -q 0.000 g BT 248.47 779.36 Td (Test Client Documentation) Tj ET Q +q 0.000 g BT 234.30 779.36 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG 28.35 765.35 m 566.93 765.35 l S -BT /F2 11.00 Tf ET +BT /F1 13.00 Tf ET 0 G -q 0.000 g BT 59.53 743.63 Td (This option will list any recent test result uploads from the system's IP address to) Tj ET Q -q 0.000 g BT 59.53 729.45 Td (OpenBenchmarking.org.) Tj ET Q -BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 700.51 Td (recently-added-tests) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 743.03 Td (upload-result) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 158.32 700.81 Td ( ) Tj ET Q +q 0.020 0.486 0.651 rg BT 113.52 743.33 Td ( [Test Result]) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 658.59 Td (This option will list the most recently added \(newest\) test profiles.) Tj ET Q +q 0.000 g BT 59.53 701.11 Td (This option is used for uploading a test result to OpenBenchmarking.org.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 629.64 Td (upload-result) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 672.16 Td (upload-test-profile) Tj ET Q +BT /F2 11.00 Tf ET +q 0.000 g BT 59.53 644.41 Td (This option can be used for uploading a test profile to your account on OpenBenchmarking.org. By) Tj ET Q +q 0.000 g BT 59.53 630.24 Td (uploading your test profile to OpenBenchmarking.org, others are then able to browse and access this) Tj ET Q +q 0.000 g BT 59.53 616.07 Td (test suite for easy distribution in a seamless manner by other Phoronix Test Suite clients.) Tj ET Q +BT /F1 13.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 587.12 Td (upload-test-suite) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 113.52 629.94 Td ( [Test Result]) Tj ET Q +q 0.020 0.486 0.651 rg BT 135.91 587.42 Td ( [Suite]) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 587.72 Td (This option is used for uploading a test result to OpenBenchmarking.org.) Tj ET Q -BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 558.77 Td (upload-test-profile) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 145.30 559.07 Td ( ) Tj ET Q -BT /F1 12.00 Tf ET -BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 516.85 Td (This option can be used for uploading a test profile to your account on OpenBenchmarking.org. By) Tj ET Q -q 0.000 g BT 59.53 502.68 Td (uploading your test profile to OpenBenchmarking.org, others are then able to browse and access this) Tj ET Q -q 0.000 g BT 59.53 488.51 Td (test suite for easy distribution in a seamless manner by other Phoronix Test Suite clients.) Tj ET Q -BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 459.56 Td (upload-test-suite) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 135.91 459.86 Td ( [Suite]) Tj ET Q -BT /F1 12.00 Tf ET -BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 417.64 Td (This option can be used for uploading a test suite to your account on OpenBenchmarking.org. By) Tj ET Q -q 0.000 g BT 59.53 403.47 Td (uploading your test suite to OpenBenchmarking.org, others are then able to browse and access this) Tj ET Q -q 0.000 g BT 59.53 389.30 Td (test suite for easy distribution.) Tj ET Q +q 0.000 g BT 59.53 545.20 Td (This option can be used for uploading a test suite to your account on OpenBenchmarking.org. By) Tj ET Q +q 0.000 g BT 59.53 531.03 Td (uploading your test suite to OpenBenchmarking.org, others are then able to browse and access this) Tj ET Q +q 0.000 g BT 59.53 516.85 Td (test suite for easy distribution.) Tj ET Q BT /F1 16.00 Tf ET -q 0.035 0.482 0.937 rg BT 26.93 359.45 Td (Information) Tj ET Q +q 0.035 0.482 0.937 rg BT 26.93 487.01 Td (Information) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 332.00 Td (info) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 459.56 Td (info) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 55.01 332.30 Td ( [Test | Suite | OpenBenchmarking ID | Test Result]) Tj ET Q +q 0.020 0.486 0.651 rg BT 55.01 459.86 Td ( [Test | Suite | OpenBenchmarking ID | Test Result]) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 290.08 Td (This option will show details about the supplied test, suite, virtual suite, or result file.) Tj ET Q +q 0.000 g BT 59.53 417.64 Td (This option will show details about the supplied test, suite, virtual suite, or result file.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 261.14 Td (intersect) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 388.70 Td (intersect) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 85.37 261.44 Td ( [Test | Suite | OpenBenchmarking ID | Test Result] ...) Tj ET Q +q 0.020 0.486 0.651 rg BT 85.37 389.00 Td ( [Test | Suite | OpenBenchmarking ID | Test Result] ...) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 219.22 Td (This option will print the test profiles present in all passed result files / test suites. Two or more) Tj ET Q -q 0.000 g BT 59.53 205.04 Td (results/suites must be passed and printed will be all of the common test profiles.) Tj ET Q +q 0.000 g BT 59.53 346.78 Td (This option will print the test profiles present in all passed result files / test suites. Two or more) Tj ET Q +q 0.000 g BT 59.53 332.60 Td (results/suites must be passed and printed will be all of the common test profiles.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 176.10 Td (list-all-tests) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 103.42 176.40 Td ( ) Tj ET Q -BT /F1 12.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 303.66 Td (list-all-tests) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 134.18 Td (This option will list all test profiles that are available from the enabled OpenBenchmarking.org) Tj ET Q -q 0.000 g BT 59.53 120.00 Td (repositories. Unlike the other test listing options, list-all-tests will show deprecated tests, potentially) Tj ET Q -q 0.000 g BT 59.53 105.83 Td (broken tests, or other tests not recommended for all environments. The only check in place is ensuring) Tj ET Q -q 0.000 g BT 59.53 91.66 Td (the test profiles are at least compatible with the operating system in use.) Tj ET Q +q 0.000 g BT 59.53 275.91 Td (This option will list all test profiles that are available from the enabled OpenBenchmarking.org) Tj ET Q +q 0.000 g BT 59.53 261.74 Td (repositories. Unlike the other test listing options, list-all-tests will show deprecated tests, potentially) Tj ET Q +q 0.000 g BT 59.53 247.56 Td (broken tests, or other tests not recommended for all environments. The only check in place is ensuring) Tj ET Q +q 0.000 g BT 59.53 233.39 Td (the test profiles are at least compatible with the operating system in use.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 62.71 Td (list-available-suites) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 151.12 63.01 Td ( ) Tj ET Q -BT /F1 12.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 204.44 Td (list-available-suites) Tj ET Q BT /F2 11.00 Tf ET +q 0.000 g BT 59.53 176.70 Td (This option will list all test suites that are available from the enabled OpenBenchmarking.org) Tj ET Q +q 0.000 g BT 59.53 162.52 Td (repositories.) Tj ET Q +BT /F1 13.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 133.58 Td (list-available-tests) Tj ET Q +BT /F2 11.00 Tf ET +q 0.000 g BT 59.53 105.83 Td (This option will list all test profiles that are available from the enabled OpenBenchmarking.org) Tj ET Q +q 0.000 g BT 59.53 91.66 Td (repositories where supported on the system and are of a verified state. If the system has no Internet) Tj ET Q +q 0.000 g BT 59.53 77.48 Td (access, it will only list the test profiles where the necesary test assets are available locally on the) Tj ET Q +q 0.000 g BT 59.53 63.31 Td (system or on an available network cache \(the same behavior as using the list-cached-tests) Tj ET Q 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -838,7 +802,7 @@ endobj /Contents 24 0 R>> endobj 24 0 obj -<> +<> stream 2 J 0.57 w @@ -846,83 +810,66 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 795.17 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 795.17 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 779.36 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG 28.35 765.35 m 566.93 765.35 l S BT /F2 11.00 Tf ET 0 G -q 0.000 g BT 59.53 743.63 Td (This option will list all test suites that are available from the enabled OpenBenchmarking.org) Tj ET Q -q 0.000 g BT 59.53 729.45 Td (repositories.) Tj ET Q +q 0.000 g BT 59.53 743.63 Td (sub-command\), unless using the list-all-tests option to override this behavior.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 700.51 Td (list-available-tests) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 143.89 700.81 Td ( ) Tj ET Q -BT /F1 12.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 714.68 Td (list-available-virtual-suites) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 658.59 Td (This option will list all test profiles that are available from the enabled OpenBenchmarking.org) Tj ET Q -q 0.000 g BT 59.53 644.41 Td (repositories where supported on the system and are of a verified state. If the system has no Internet) Tj ET Q -q 0.000 g BT 59.53 630.24 Td (access, it will only list the test profiles where the necesary test assets are available locally on the) Tj ET Q -q 0.000 g BT 59.53 616.07 Td (system or on an available network cache \(the same behavior as using the list-cached-tests) Tj ET Q -q 0.000 g BT 59.53 601.89 Td (sub-command\), unless using the list-all-tests option to override this behavior.) Tj ET Q +q 0.000 g BT 59.53 686.93 Td (This option will list all available virtual test suites that can be dynamically created based upon the) Tj ET Q +q 0.000 g BT 59.53 672.76 Td (available tests from enabled OpenBenchmarking.org repositories.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 572.95 Td (list-available-virtual-suites) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 194.46 573.25 Td ( ) Tj ET Q -BT /F1 12.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 643.81 Td (list-cached-tests) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 531.03 Td (This option will list all available virtual test suites that can be dynamically created based upon the) Tj ET Q -q 0.000 g BT 59.53 516.85 Td (available tests from enabled OpenBenchmarking.org repositories.) Tj ET Q +q 0.000 g BT 59.53 616.07 Td (This option will list all test profiles where any needed test profiles are already cached or available from) Tj ET Q +q 0.000 g BT 59.53 601.89 Td (the local system under test. This is primarily useful if testing offline/behind-the-firewall and other) Tj ET Q +q 0.000 g BT 59.53 587.72 Td (use-cases where wanting to rely only upon local data.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 487.91 Td (list-cached-tests) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 133.76 488.21 Td ( ) Tj ET Q -BT /F1 12.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 558.77 Td (list-installed-dependencies) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 445.99 Td (This option will list all test profiles where any needed test profiles are already cached or available from) Tj ET Q -q 0.000 g BT 59.53 431.81 Td (the local system under test. This is primarily useful if testing offline/behind-the-firewall and other) Tj ET Q -q 0.000 g BT 59.53 417.64 Td (use-cases where wanting to rely only upon local data.) Tj ET Q +q 0.000 g BT 59.53 531.03 Td (This option will list all of the packages / external test dependencies that are already installed on the) Tj ET Q +q 0.000 g BT 59.53 516.85 Td (system that the Phoronix Test Suite may potentially depend upon by test profiles.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 388.70 Td (list-installed-dependencies) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 198.06 389.00 Td ( ) Tj ET Q -BT /F1 12.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 487.91 Td (list-installed-suites) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 346.78 Td (This option will list all of the packages / external test dependencies that are already installed on the) Tj ET Q -q 0.000 g BT 59.53 332.60 Td (system that the Phoronix Test Suite may potentially depend upon by test profiles.) Tj ET Q +q 0.000 g BT 59.53 460.16 Td (This option will list all suites that are currently installed on the system.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 303.66 Td (list-installed-suites) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 148.94 303.96 Td ( ) Tj ET Q -BT /F1 12.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 431.21 Td (list-installed-tests) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 261.74 Td (This option will list all suites that are currently installed on the system.) Tj ET Q +q 0.000 g BT 59.53 403.47 Td (This option will list all test profiles that are currently installed on the system.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 232.79 Td (list-installed-tests) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 141.71 233.09 Td ( ) Tj ET Q -BT /F1 12.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 374.52 Td (list-missing-dependencies) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 190.87 Td (This option will list all test profiles that are currently installed on the system.) Tj ET Q +q 0.000 g BT 59.53 346.78 Td (This option will list all of the packages / external test dependencies that are missing from the system) Tj ET Q +q 0.000 g BT 59.53 332.60 Td (that the Phoronix Test Suite may potentially need by select test profiles.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 161.92 Td (list-missing-dependencies) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 194.45 162.22 Td ( ) Tj ET Q -BT /F1 12.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 303.66 Td (list-not-installed-tests) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 120.00 Td (This option will list all of the packages / external test dependencies that are missing from the system) Tj ET Q -q 0.000 g BT 59.53 105.83 Td (that the Phoronix Test Suite may potentially need by select test profiles.) Tj ET Q +q 0.000 g BT 59.53 275.91 Td (This option will list all test profiles that are supported and available but presently NOT installed on the) Tj ET Q +q 0.000 g BT 59.53 261.74 Td (system.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 76.88 Td (list-not-installed-tests) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 166.25 77.18 Td ( ) Tj ET Q -BT /F1 12.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 232.79 Td (list-possible-dependencies) Tj ET Q BT /F2 11.00 Tf ET +q 0.000 g BT 59.53 205.04 Td (This option will list all of the packages / external test dependencies that are are potentially used by the) Tj ET Q +q 0.000 g BT 59.53 190.87 Td (Phoronix Test Suite.) Tj ET Q +BT /F1 13.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 161.92 Td (list-saved-results) Tj ET Q +BT /F2 11.00 Tf ET +q 0.000 g BT 59.53 134.18 Td (This option will list all of the saved test results found on the system.) Tj ET Q +BT /F1 13.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 105.23 Td (list-test-status) Tj ET Q +BT /F2 11.00 Tf ET +q 0.000 g BT 59.53 77.48 Td (This sub-command provides a verbose look at all tests installed/uninstalled on the system and whether) Tj ET Q +q 0.000 g BT 59.53 63.31 Td (any errors were encountered at install-time or run-time and other test installation/runtime metrics for) Tj ET Q 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -935,7 +882,7 @@ endobj /Contents 26 0 R>> endobj 26 0 obj -<> +<> stream 2 J 0.57 w @@ -943,83 +890,72 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 795.17 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 795.17 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 779.36 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG 28.35 765.35 m 566.93 765.35 l S BT /F2 11.00 Tf ET 0 G -q 0.000 g BT 59.53 743.63 Td (This option will list all test profiles that are supported and available but presently NOT installed on the) Tj ET Q -q 0.000 g BT 59.53 729.45 Td (system.) Tj ET Q +q 0.000 g BT 59.53 743.63 Td (complementing other Phoronix Test Suite sub-command outputs.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 700.51 Td (list-possible-dependencies) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 198.06 700.81 Td ( ) Tj ET Q -BT /F1 12.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 714.68 Td (list-test-usage) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 658.59 Td (This option will list all of the packages / external test dependencies that are are potentially used by the) Tj ET Q -q 0.000 g BT 59.53 644.41 Td (Phoronix Test Suite.) Tj ET Q +q 0.000 g BT 59.53 686.93 Td (This option will list various details about installed tests and their usage.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 615.47 Td (list-saved-results) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 138.11 615.77 Td ( ) Tj ET Q -BT /F1 12.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 657.99 Td (search) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 573.55 Td (This option will list all of the saved test results found on the system.) Tj ET Q +q 0.000 g BT 59.53 630.24 Td (This option provides command-line searching abilities for test profiles / test suites / test results. The) Tj ET Q +q 0.000 g BT 59.53 616.07 Td (search query can be passed as a parameter otherwise the user is prompted to input their search) Tj ET Q +q 0.000 g BT 59.53 601.89 Td (query..) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 544.60 Td (list-test-status) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 120.02 544.90 Td ( ) Tj ET Q -BT /F1 12.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 572.95 Td (test-to-suite-map) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 502.68 Td (This sub-command provides a verbose look at all tests installed/uninstalled on the system and whether) Tj ET Q -q 0.000 g BT 59.53 488.51 Td (any errors were encountered at install-time or run-time and other test installation/runtime metrics for) Tj ET Q -q 0.000 g BT 59.53 474.33 Td (complementing other Phoronix Test Suite sub-command outputs.) Tj ET Q -BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 445.39 Td (list-test-usage) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 119.31 445.69 Td ( ) Tj ET Q -BT /F1 12.00 Tf ET -BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 403.47 Td (This option will list various details about installed tests and their usage.) Tj ET Q -BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 374.52 Td (search) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 73.09 374.82 Td ( ) Tj ET Q -BT /F1 12.00 Tf ET -BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 332.60 Td (This option provides command-line searching abilities for test profiles / test suites / test results. The) Tj ET Q -q 0.000 g BT 59.53 318.43 Td (search query can be passed as a parameter otherwise the user is prompted to input their search) Tj ET Q -q 0.000 g BT 59.53 304.26 Td (query..) Tj ET Q -BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 275.31 Td (test-to-suite-map) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 136.62 275.61 Td ( ) Tj ET Q -BT /F1 12.00 Tf ET -BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 233.39 Td (This option will list all test profiles and any test suites each test belongs to.) Tj ET Q +q 0.000 g BT 59.53 545.20 Td (This option will list all test profiles and any test suites each test belongs to.) Tj ET Q BT /F1 16.00 Tf ET -q 0.035 0.482 0.937 rg BT 26.93 203.54 Td (Asset Creation) Tj ET Q +q 0.035 0.482 0.937 rg BT 26.93 515.35 Td (Asset Creation) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 176.10 Td (build-suite) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 487.91 Td (build-suite) Tj ET Q +BT /F2 11.00 Tf ET +q 0.000 g BT 59.53 460.16 Td (This option will guide the user through the process of generating their own test suite, which they can) Tj ET Q +q 0.000 g BT 59.53 445.99 Td (then run. Optionally, passed as arguments can be the test\(s\) or suite\(s\) to add to the suite to be) Tj ET Q +q 0.000 g BT 59.53 431.81 Td (created, instead of being prompted through the process.) Tj ET Q +BT /F1 13.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 402.87 Td (create-test-profile) Tj ET Q +BT /F2 11.00 Tf ET +q 0.000 g BT 59.53 375.12 Td (This option can be used for creating a Phoronix Test Suite test profile by answering questions about the) Tj ET Q +q 0.000 g BT 59.53 360.95 Td (test for constructing the test profile XML meta-data and handling other boiler-plate basics for getting) Tj ET Q +q 0.000 g BT 59.53 346.78 Td (started in developing new tests.) Tj ET Q +BT /F1 13.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 317.83 Td (debug-benchmark) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 96.91 176.40 Td ( ) Tj ET Q +q 0.020 0.486 0.651 rg BT 143.87 318.13 Td ( [Test | Suite | OpenBenchmarking ID | Test Result] ...) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 134.18 Td (This option will guide the user through the process of generating their own test suite, which they can) Tj ET Q -q 0.000 g BT 59.53 120.00 Td (then run. Optionally, passed as arguments can be the test\(s\) or suite\(s\) to add to the suite to be) Tj ET Q -q 0.000 g BT 59.53 105.83 Td (created, instead of being prompted through the process.) Tj ET Q +q 0.000 g BT 59.53 275.91 Td (This option is intended for use by test profile writers and is identical to the run option but) Tj ET Q +q 0.000 g BT 59.53 261.74 Td (will yield more information during the run process that can be used to debug issues with a test profile or) Tj ET Q +q 0.000 g BT 59.53 247.56 Td (to verify the test profile is functioning correctly.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 76.88 Td (create-test-profile) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 218.62 Td (debug-install) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 140.98 77.18 Td ( ) Tj ET Q +q 0.020 0.486 0.651 rg BT 112.08 218.92 Td ( [Test | Suite | OpenBenchmarking ID | Test Result] ...) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET +q 0.000 g BT 59.53 176.70 Td (This option is intended for use by test profile writers and is identical to the install option but will yield) Tj ET Q +q 0.000 g BT 59.53 162.52 Td (more information during the run process that can be used to debug issues with a test profile installer or) Tj ET Q +q 0.000 g BT 59.53 148.35 Td (to verify the test profile is functioning correctly.) Tj ET Q +BT /F1 13.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 119.40 Td (debug-result-parser) Tj ET Q +BT /F3 12.00 Tf ET +q 0.020 0.486 0.651 rg BT 153.98 119.70 Td ( [Test | Suite | OpenBenchmarking ID | Test Result] ...) Tj ET Q +BT /F1 12.00 Tf ET +BT /F2 11.00 Tf ET +q 0.000 g BT 59.53 77.48 Td (This option is intended for use by test profile writers and is used for debugging a result parser. No test) Tj ET Q +q 0.000 g BT 59.53 63.31 Td (execution is done, but there must already be PTS-generated .log files present within the test's) Tj ET Q 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -1032,7 +968,7 @@ endobj /Contents 28 0 R>> endobj 28 0 obj -<> +<> stream 2 J 0.57 w @@ -1040,80 +976,78 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 795.17 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 795.17 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 779.36 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG 28.35 765.35 m 566.93 765.35 l S BT /F2 11.00 Tf ET 0 G -q 0.000 g BT 59.53 743.63 Td (This option can be used for creating a Phoronix Test Suite test profile by answering questions about the) Tj ET Q -q 0.000 g BT 59.53 729.45 Td (test for constructing the test profile XML meta-data and handling other boiler-plate basics for getting) Tj ET Q -q 0.000 g BT 59.53 715.28 Td (started in developing new tests.) Tj ET Q +q 0.000 g BT 59.53 743.63 Td (installation directory.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 686.33 Td (debug-benchmark) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 714.68 Td (debug-test-download-links) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 143.87 686.63 Td ( [Test | Suite | OpenBenchmarking ID | Test Result] ...) Tj ET Q +q 0.020 0.486 0.651 rg BT 196.58 714.98 Td ( [Test | Suite | OpenBenchmarking ID | Test Result]) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 644.41 Td (This option is intended for use by test profile writers and is identical to the run option but) Tj ET Q -q 0.000 g BT 59.53 630.24 Td (will yield more information during the run process that can be used to debug issues with a test profile or) Tj ET Q -q 0.000 g BT 59.53 616.07 Td (to verify the test profile is functioning correctly.) Tj ET Q +q 0.000 g BT 59.53 672.76 Td (This option will check all download links within the specified test profile\(s\) to ensure there are no broken) Tj ET Q +q 0.000 g BT 59.53 658.59 Td (URLs.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 587.12 Td (debug-install) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 629.64 Td (download-test-files) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 112.08 587.42 Td ( [Test | Suite | OpenBenchmarking ID | Test Result] ...) Tj ET Q +q 0.020 0.486 0.651 rg BT 149.64 629.94 Td ( [Test | Suite | OpenBenchmarking ID | Test Result] ...) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 545.20 Td (This option is intended for use by test profile writers and is identical to the install option but will yield) Tj ET Q -q 0.000 g BT 59.53 531.03 Td (more information during the run process that can be used to debug issues with a test profile installer or) Tj ET Q -q 0.000 g BT 59.53 516.85 Td (to verify the test profile is functioning correctly.) Tj ET Q +q 0.000 g BT 59.53 587.72 Td (This will download the selected test file\(s\) to the Phoronix Test Suite download cache but will not install) Tj ET Q +q 0.000 g BT 59.53 573.55 Td (the tests.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 487.91 Td (debug-result-parser) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 544.60 Td (dump-documentation) Tj ET Q +BT /F2 11.00 Tf ET +q 0.000 g BT 59.53 516.85 Td (This option is used for re-generating the Phoronix Test Suite documentation.) Tj ET Q +BT /F1 13.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 487.91 Td (inspect-test-profile) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 153.98 488.21 Td ( [Test | Suite | OpenBenchmarking ID | Test Result] ...) Tj ET Q +q 0.020 0.486 0.651 rg BT 148.19 488.21 Td ( [Test]) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 445.99 Td (This option is intended for use by test profile writers and is used for debugging a result parser. No test) Tj ET Q -q 0.000 g BT 59.53 431.81 Td (execution is done, but there must already be PTS-generated .log files present within the test's) Tj ET Q -q 0.000 g BT 59.53 417.64 Td (installation directory.) Tj ET Q +q 0.000 g BT 59.53 445.99 Td (This option can be used for inspecting a Phoronix Test Suite test profile with providing inside details on) Tj ET Q +q 0.000 g BT 59.53 431.81 Td (test profiles for debugging / evaluation / learning purposes.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 388.70 Td (debug-test-download-links) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 402.87 Td (rebuild-test-suite) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 196.58 389.00 Td ( [Test | Suite | OpenBenchmarking ID | Test Result]) Tj ET Q +q 0.020 0.486 0.651 rg BT 136.64 403.17 Td ( [Suite]) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 346.78 Td (This option will check all download links within the specified test profile\(s\) to ensure there are no broken) Tj ET Q -q 0.000 g BT 59.53 332.60 Td (URLs.) Tj ET Q +q 0.000 g BT 59.53 360.95 Td (This option will regenerate the local test suite XML file against the OpenBenchmarking.org) Tj ET Q +q 0.000 g BT 59.53 346.78 Td (specification. This can be used to clean up any existing XML syntax / styling issues, etc.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 303.66 Td (download-test-files) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 317.83 Td (validate-result-file) Tj ET Q +BT /F2 11.00 Tf ET +q 0.000 g BT 59.53 290.08 Td (This option can be used for validating a Phoronix Test Suite result file as being compliant against the) Tj ET Q +q 0.000 g BT 59.53 275.91 Td (OpenBenchmarking.org specification.) Tj ET Q +BT /F1 13.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 246.96 Td (validate-test-profile) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 149.64 303.96 Td ( [Test | Suite | OpenBenchmarking ID | Test Result] ...) Tj ET Q +q 0.020 0.486 0.651 rg BT 151.09 247.26 Td ( [Test]) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 261.74 Td (This will download the selected test file\(s\) to the Phoronix Test Suite download cache but will not install) Tj ET Q -q 0.000 g BT 59.53 247.56 Td (the tests.) Tj ET Q +q 0.000 g BT 59.53 205.04 Td (This option can be used for validating a Phoronix Test Suite test profile as being compliant against the) Tj ET Q +q 0.000 g BT 59.53 190.87 Td (OpenBenchmarking.org specification.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 218.62 Td (inspect-test-profile) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 161.92 Td (validate-test-suite) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 148.19 218.92 Td ( [Test]) Tj ET Q +q 0.020 0.486 0.651 rg BT 141.71 162.22 Td ( [Suite]) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 176.70 Td (This option can be used for inspecting a Phoronix Test Suite test profile with providing inside details on) Tj ET Q -q 0.000 g BT 59.53 162.52 Td (test profiles for debugging / evaluation / learning purposes.) Tj ET Q -BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 133.58 Td (rebuild-test-suite) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 136.64 133.88 Td ( [Suite]) Tj ET Q -BT /F1 12.00 Tf ET -BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 91.66 Td (This option will regenerate the local test suite XML file against the OpenBenchmarking.org) Tj ET Q -q 0.000 g BT 59.53 77.48 Td (specification. This can be used to clean up any existing XML syntax / styling issues, etc.) Tj ET Q +q 0.000 g BT 59.53 120.00 Td (This option can be used for validating a Phoronix Test Suite test suite as being compliant against the) Tj ET Q +q 0.000 g BT 59.53 105.83 Td (OpenBenchmarking.org specification.) Tj ET Q +BT /F1 16.00 Tf ET +q 0.035 0.482 0.937 rg BT 26.93 75.98 Td (Result Management) Tj ET Q BT /F1 13.00 Tf ET 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 31.18 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 31.18 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -1126,7 +1060,7 @@ endobj /Contents 30 0 R>> endobj 30 0 obj -<> +<> stream 2 J 0.57 w @@ -1134,82 +1068,82 @@ BT /F1 13.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 196.49 795.17 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 206.60 795.17 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 234.30 779.36 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG 28.35 765.35 m 566.93 765.35 l S BT /F1 13.00 Tf ET 0 G -q 0.020 0.486 0.651 rg BT 31.18 743.03 Td (validate-result-file) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 743.03 Td (auto-sort-result-file) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 142.44 743.33 Td ( ) Tj ET Q +q 0.020 0.486 0.651 rg BT 150.35 743.33 Td ( [Test Result]) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 701.11 Td (This option can be used for validating a Phoronix Test Suite result file as being compliant against the) Tj ET Q -q 0.000 g BT 59.53 686.93 Td (OpenBenchmarking.org specification.) Tj ET Q +q 0.000 g BT 59.53 701.11 Td (This option is used if you wish to automatically attempt to sort the results by their result identifier string.) Tj ET Q +q 0.000 g BT 59.53 686.93 Td (Alternatively, if using the environment variable "SORT_BY" other sort modes can be used, such as) Tj ET Q +q 0.000 g BT 59.53 672.76 Td (SORT_BY=date / SORT_BY=date-desc for sorting by the test run-time/date.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 657.99 Td (validate-test-profile) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 643.81 Td (compare-results-to-baseline) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 151.09 658.29 Td ( [Test]) Tj ET Q +q 0.020 0.486 0.651 rg BT 205.28 644.11 Td ( [Test Result] [Test Result]) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 616.07 Td (This option can be used for validating a Phoronix Test Suite test profile as being compliant against the) Tj ET Q -q 0.000 g BT 59.53 601.89 Td (OpenBenchmarking.org specification.) Tj ET Q +q 0.000 g BT 59.53 601.89 Td (This option will allows you to specify a result as a baseline \(first parameter\) and a second result file) Tj ET Q +q 0.000 g BT 59.53 587.72 Td (\(second parameter\) that will offer some analysis for showing how the second result compares to the) Tj ET Q +q 0.000 g BT 59.53 573.55 Td (first in matching tests.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 572.95 Td (validate-test-suite) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 544.60 Td (compare-results-two-way) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 141.71 573.25 Td ( [Suite]) Tj ET Q +q 0.020 0.486 0.651 rg BT 187.94 544.90 Td ( [Test Result]) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 531.03 Td (This option can be used for validating a Phoronix Test Suite test suite as being compliant against the) Tj ET Q -q 0.000 g BT 59.53 516.85 Td (OpenBenchmarking.org specification.) Tj ET Q -BT /F1 16.00 Tf ET -q 0.035 0.482 0.937 rg BT 26.93 487.01 Td (Result Management) Tj ET Q +q 0.000 g BT 59.53 502.68 Td (This option will allows you to specify a result file and from there to compare two individual runs within) Tj ET Q +q 0.000 g BT 59.53 488.51 Td (that result file for looking at wins/losses and other metrics in a head-to-head type comparison.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 459.56 Td (auto-sort-result-file) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 459.56 Td (edit-result-file) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 150.35 459.86 Td ( [Test Result]) Tj ET Q +q 0.020 0.486 0.651 rg BT 117.14 459.86 Td ( [Test Result]) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 417.64 Td (This option is used if you wish to automatically attempt to sort the results by their result identifier string.) Tj ET Q -q 0.000 g BT 59.53 403.47 Td (Alternatively, if using the environment variable "SORT_BY" other sort modes can be used, such as) Tj ET Q -q 0.000 g BT 59.53 389.30 Td (SORT_BY=date / SORT_BY=date-desc for sorting by the test run-time/date.) Tj ET Q +q 0.000 g BT 59.53 417.64 Td (This option is used if you wish to edit the title and description of an existing result file.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 360.35 Td (compare-results-to-baseline) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 388.70 Td (extract-from-result-file) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 205.28 360.65 Td ( [Test Result] [Test Result]) Tj ET Q +q 0.020 0.486 0.651 rg BT 169.87 389.00 Td ( [Test Result]) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 318.43 Td (This option will allows you to specify a result as a baseline \(first parameter\) and a second result file) Tj ET Q -q 0.000 g BT 59.53 304.26 Td (\(second parameter\) that will offer some analysis for showing how the second result compares to the) Tj ET Q -q 0.000 g BT 59.53 290.08 Td (first in matching tests.) Tj ET Q +q 0.000 g BT 59.53 346.78 Td (This option will extract a single set of test results from a saved results file that contains multiple test) Tj ET Q +q 0.000 g BT 59.53 332.60 Td (results that have been merged. The user is the prompted to specify a new result file name and select) Tj ET Q +q 0.000 g BT 59.53 318.43 Td (which result identifier to extract.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 261.14 Td (compare-results-two-way) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 289.48 Td (keep-results-in-result-file) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 187.94 261.44 Td ( [Test Result]) Tj ET Q +q 0.020 0.486 0.651 rg BT 186.49 289.78 Td ( [Test Result]) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 219.22 Td (This option will allows you to specify a result file and from there to compare two individual runs within) Tj ET Q -q 0.000 g BT 59.53 205.04 Td (that result file for looking at wins/losses and other metrics in a head-to-head type comparison.) Tj ET Q +q 0.000 g BT 59.53 247.56 Td (This option is the inverse of the remove-results-from-result-file sub-command. If you wish to remove all) Tj ET Q +q 0.000 g BT 59.53 233.39 Td (results but those listed from a given result file, this option can be used. The user must specify a saved) Tj ET Q +q 0.000 g BT 59.53 219.22 Td (results file and then they will be prompted to provide a string to search for in keeping those results in) Tj ET Q +q 0.000 g BT 59.53 205.04 Td (that given result file but removing all other data.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 176.10 Td (edit-result-file) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 176.10 Td (merge-results) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 117.14 176.40 Td ( [Test Result]) Tj ET Q +q 0.020 0.486 0.651 rg BT 117.15 176.40 Td ( [Test Result] ...) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 134.18 Td (This option is used if you wish to edit the title and description of an existing result file.) Tj ET Q +q 0.000 g BT 59.53 134.18 Td (This option will manually merge multiple sets of test results generated by the Phoronix Test Suite.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 105.23 Td (extract-from-result-file) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 105.23 Td (remove-incomplete-results-from-result-file) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 169.87 105.53 Td ( [Test Result]) Tj ET Q +q 0.020 0.486 0.651 rg BT 293.39 105.53 Td ( [Test Result]) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 63.31 Td (This option will extract a single set of test results from a saved results file that contains multiple test) Tj ET Q +q 0.000 g BT 59.53 63.31 Td (This option is used if there are test results \(benchmarks\) to be dropped from a given result file for) Tj ET Q 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -1222,7 +1156,7 @@ endobj /Contents 32 0 R>> endobj 32 0 obj -<> +<> stream 2 J 0.57 w @@ -1230,81 +1164,80 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 795.17 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 795.17 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 779.36 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG 28.35 765.35 m 566.93 765.35 l S BT /F2 11.00 Tf ET 0 G -q 0.000 g BT 59.53 743.63 Td (results that have been merged. The user is the prompted to specify a new result file name and select) Tj ET Q -q 0.000 g BT 59.53 729.45 Td (which result identifier to extract.) Tj ET Q +q 0.000 g BT 59.53 743.63 Td (having incomplete data, either a test run did not attempt to run that benchmark or failed to properly run.) Tj ET Q +q 0.000 g BT 59.53 729.45 Td (The user must specify a saved results file and the command will then attempt to find any results with) Tj ET Q +q 0.000 g BT 59.53 715.28 Td (incomplete/missing data and prompt the user with confirmation to remove them.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 700.51 Td (keep-results-in-result-file) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 686.33 Td (remove-result) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 186.49 700.81 Td ( [Test Result]) Tj ET Q +q 0.020 0.486 0.651 rg BT 117.15 686.63 Td ( [Test Result]) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 658.59 Td (This option is the inverse of the remove-results-from-result-file sub-command. If you wish to remove all) Tj ET Q -q 0.000 g BT 59.53 644.41 Td (results but those listed from a given result file, this option can be used. The user must specify a saved) Tj ET Q -q 0.000 g BT 59.53 630.24 Td (results file and then they will be prompted to provide a string to search for in keeping those results in) Tj ET Q -q 0.000 g BT 59.53 616.07 Td (that given result file but removing all other data.) Tj ET Q +q 0.000 g BT 59.53 644.41 Td (This option will permanently remove the saved file set that is set as the first argument.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 587.12 Td (merge-results) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 615.47 Td (remove-result-from-result-file) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 117.15 587.42 Td ( [Test Result] ...) Tj ET Q +q 0.020 0.486 0.651 rg BT 213.21 615.77 Td ( [Test Result]) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 545.20 Td (This option will manually merge multiple sets of test results generated by the Phoronix Test Suite.) Tj ET Q +q 0.000 g BT 59.53 573.55 Td (This option is used if there are test results \(benchmarks\) to be dropped from a given result file. The) Tj ET Q +q 0.000 g BT 59.53 559.37 Td (user must specify a saved results file and then they will be prompted to select the tests/benchmarks to) Tj ET Q +q 0.000 g BT 59.53 545.20 Td (remove.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 516.25 Td (remove-incomplete-results-from-result-file) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 516.25 Td (remove-results-from-result-file) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 293.39 516.55 Td ( [Test Result]) Tj ET Q +q 0.020 0.486 0.651 rg BT 220.44 516.55 Td ( [Test Result]) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 474.33 Td (This option is used if there are test results \(benchmarks\) to be dropped from a given result file for) Tj ET Q -q 0.000 g BT 59.53 460.16 Td (having incomplete data, either a test run did not attempt to run that benchmark or failed to properly run.) Tj ET Q -q 0.000 g BT 59.53 445.99 Td (The user must specify a saved results file and the command will then attempt to find any results with) Tj ET Q -q 0.000 g BT 59.53 431.81 Td (incomplete/missing data and prompt the user with confirmation to remove them.) Tj ET Q +q 0.000 g BT 59.53 474.33 Td (This option is used if there are test results \(benchmarks\) to be dropped from a given result file. The) Tj ET Q +q 0.000 g BT 59.53 460.16 Td (user must specify a saved results file and then they will be prompted to provide a string to search for in) Tj ET Q +q 0.000 g BT 59.53 445.99 Td (removing those results from that given result file.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 402.87 Td (remove-result) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 417.04 Td (remove-run-from-result-file) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 117.15 403.17 Td ( [Test Result]) Tj ET Q +q 0.020 0.486 0.651 rg BT 198.75 417.34 Td ( [Test Result]) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 360.95 Td (This option will permanently remove the saved file set that is set as the first argument.) Tj ET Q +q 0.000 g BT 59.53 375.12 Td (This option is used if there is a set of test results you wish to remove/delete from a saved results file.) Tj ET Q +q 0.000 g BT 59.53 360.95 Td (The user must specify a saved results file and then they will be prompted to select the results identifier) Tj ET Q +q 0.000 g BT 59.53 346.78 Td (associated with the results they wish to remove.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 332.00 Td (remove-result-from-result-file) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 317.83 Td (rename-identifier-in-result-file) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 213.21 332.30 Td ( [Test Result]) Tj ET Q +q 0.020 0.486 0.651 rg BT 215.38 318.13 Td ( [Test Result]) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 290.08 Td (This option is used if there are test results \(benchmarks\) to be dropped from a given result file. The) Tj ET Q -q 0.000 g BT 59.53 275.91 Td (user must specify a saved results file and then they will be prompted to select the tests/benchmarks to) Tj ET Q -q 0.000 g BT 59.53 261.74 Td (remove.) Tj ET Q +q 0.000 g BT 59.53 275.91 Td (This option is used if you wish to change the name of the identifier in a test results file that is shown in) Tj ET Q +q 0.000 g BT 59.53 261.74 Td (the Phoronix Test Suite Results Viewer and the contained graphs.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 232.79 Td (remove-results-from-result-file) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 232.79 Td (rename-result-file) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 220.44 233.09 Td ( [Test Result]) Tj ET Q +q 0.020 0.486 0.651 rg BT 140.26 233.09 Td ( [Test Result]) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 190.87 Td (This option is used if there are test results \(benchmarks\) to be dropped from a given result file. The) Tj ET Q -q 0.000 g BT 59.53 176.70 Td (user must specify a saved results file and then they will be prompted to provide a string to search for in) Tj ET Q -q 0.000 g BT 59.53 162.52 Td (removing those results from that given result file.) Tj ET Q +q 0.000 g BT 59.53 190.87 Td (This option is used if you wish to change the name of the saved name of a result file.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 133.58 Td (remove-run-from-result-file) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 161.92 Td (reorder-result-file) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 198.75 133.88 Td ( [Test Result]) Tj ET Q +q 0.020 0.486 0.651 rg BT 139.54 162.22 Td ( [Test Result]) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 91.66 Td (This option is used if there is a set of test results you wish to remove/delete from a saved results file.) Tj ET Q -q 0.000 g BT 59.53 77.48 Td (The user must specify a saved results file and then they will be prompted to select the results identifier) Tj ET Q -q 0.000 g BT 59.53 63.31 Td (associated with the results they wish to remove.) Tj ET Q +q 0.000 g BT 59.53 120.00 Td (This option is used if you wish to manually change the order in which test results are shown in the) Tj ET Q +q 0.000 g BT 59.53 105.83 Td (Phoronix Test Suite Results Viewer and the contained graphs. The user must specify a saved results) Tj ET Q +q 0.000 g BT 59.53 91.66 Td (file and then they will be prompted to select the results identifiers one at a time in the order they would) Tj ET Q +q 0.000 g BT 59.53 77.48 Td (like them to be displayed from left to right.) Tj ET Q BT /F1 13.00 Tf ET 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 31.18 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 31.18 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -1317,7 +1250,7 @@ endobj /Contents 34 0 R>> endobj 34 0 obj -<> +<> stream 2 J 0.57 w @@ -1325,82 +1258,72 @@ BT /F1 13.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 196.49 795.17 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 206.60 795.17 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 234.30 779.36 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG 28.35 765.35 m 566.93 765.35 l S BT /F1 13.00 Tf ET 0 G -q 0.020 0.486 0.651 rg BT 31.18 743.03 Td (rename-identifier-in-result-file) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 743.03 Td (show-result) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 215.38 743.33 Td ( [Test Result]) Tj ET Q +q 0.020 0.486 0.651 rg BT 104.14 743.33 Td ( [Test Result]) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 701.11 Td (This option is used if you wish to change the name of the identifier in a test results file that is shown in) Tj ET Q -q 0.000 g BT 59.53 686.93 Td (the Phoronix Test Suite Results Viewer and the contained graphs.) Tj ET Q -BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 657.99 Td (rename-result-file) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 140.26 658.29 Td ( [Test Result]) Tj ET Q -BT /F1 12.00 Tf ET -BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 616.07 Td (This option is used if you wish to change the name of the saved name of a result file.) Tj ET Q -BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 587.12 Td (reorder-result-file) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 139.54 587.42 Td ( [Test Result]) Tj ET Q -BT /F1 12.00 Tf ET -BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 545.20 Td (This option is used if you wish to manually change the order in which test results are shown in the) Tj ET Q -q 0.000 g BT 59.53 531.03 Td (Phoronix Test Suite Results Viewer and the contained graphs. The user must specify a saved results) Tj ET Q -q 0.000 g BT 59.53 516.85 Td (file and then they will be prompted to select the results identifiers one at a time in the order they would) Tj ET Q -q 0.000 g BT 59.53 502.68 Td (like them to be displayed from left to right.) Tj ET Q -BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 473.73 Td (show-result) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 104.14 474.03 Td ( [Test Result]) Tj ET Q -BT /F1 12.00 Tf ET -BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 431.81 Td (Open up the test results in the Phoronix Test Suite Result Viewer or on OpenBenchmarking.org.) Tj ET Q +q 0.000 g BT 59.53 701.11 Td (Open up the test results in the Phoronix Test Suite Result Viewer or on OpenBenchmarking.org.) Tj ET Q BT /F1 16.00 Tf ET -q 0.035 0.482 0.937 rg BT 26.93 401.97 Td (Other) Tj ET Q +q 0.035 0.482 0.937 rg BT 26.93 671.26 Td (Other) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 374.52 Td (commands) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 643.81 Td (commands) Tj ET Q +BT /F2 11.00 Tf ET +q 0.000 g BT 59.53 616.07 Td (This option will display a short list of possible Phoronix Test Suite commands.) Tj ET Q +BT /F1 13.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 587.12 Td (debug-dependency-handler) Tj ET Q +BT /F2 11.00 Tf ET +q 0.000 g BT 59.53 559.37 Td (This option is used for testing the distribution-specific dependency handler for external dependencies.) Tj ET Q +BT /F1 13.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 530.43 Td (debug-render-test) Tj ET Q +BT /F2 11.00 Tf ET +q 0.000 g BT 59.53 502.68 Td (This option is used during the development of the Phoronix Test Suite software for testing of the result) Tj ET Q +q 0.000 g BT 59.53 488.51 Td (and graph rendering code-paths This option will download a large number of reference test results from) Tj ET Q +q 0.000 g BT 59.53 474.33 Td (LinuxBenchmarking.com.) Tj ET Q +BT /F1 13.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 445.39 Td (debug-self-test) Tj ET Q +BT /F2 11.00 Tf ET +q 0.000 g BT 59.53 417.64 Td (This option is used during the development of the Phoronix Test Suite software for testing of internal) Tj ET Q +q 0.000 g BT 59.53 403.47 Td (interfaces, commands, and other common code-paths. The produced numbers should only be) Tj ET Q +q 0.000 g BT 59.53 389.30 Td (comparable for the same version of the Phoronix Test Suite, on the same hardware/software system,) Tj ET Q +q 0.000 g BT 59.53 375.12 Td (conducted on the same day of testing. This isn't intended as any scientific benchmark but simply to) Tj ET Q +q 0.000 g BT 59.53 360.95 Td (stress common PHP code-paths and looking for hot areas to optimize, etc.) Tj ET Q +BT /F1 13.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 332.00 Td (help) Tj ET Q +BT /F2 11.00 Tf ET +q 0.000 g BT 59.53 304.26 Td (This option will display a list of available Phoronix Test Suite commands and possible parameter types.) Tj ET Q +BT /F1 13.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 275.31 Td (version) Tj ET Q +BT /F2 11.00 Tf ET +q 0.000 g BT 59.53 247.56 Td (This option will display the Phoronix Test Suite client version.) Tj ET Q +BT /F1 16.00 Tf ET +q 0.035 0.482 0.937 rg BT 26.93 217.72 Td (Result Analysis) Tj ET Q +BT /F1 13.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 190.27 Td (analyze-run-times) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 99.81 374.82 Td ( ) Tj ET Q +q 0.020 0.486 0.651 rg BT 141.71 190.57 Td ( [Test Result]) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 332.60 Td (This option will display a short list of possible Phoronix Test Suite commands.) Tj ET Q +q 0.000 g BT 59.53 148.35 Td (This option will read a saved test results file and print the statistics about how long the testing took to) Tj ET Q +q 0.000 g BT 59.53 134.18 Td (complete.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 303.66 Td (debug-dependency-handler) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 105.23 Td (executive-summary) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 201.65 303.96 Td ( ) Tj ET Q +q 0.020 0.486 0.651 rg BT 152.56 105.53 Td ( [Test Result]) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 261.74 Td (This option is used for testing the distribution-specific dependency handler for external dependencies.) Tj ET Q -BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 232.79 Td (debug-render-test) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 142.41 233.09 Td ( ) Tj ET Q -BT /F1 12.00 Tf ET -BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 190.87 Td (This option is used during the development of the Phoronix Test Suite software for testing of the result) Tj ET Q -q 0.000 g BT 59.53 176.70 Td (and graph rendering code-paths This option will download a large number of reference test results from) Tj ET Q -q 0.000 g BT 59.53 162.52 Td (LinuxBenchmarking.com.) Tj ET Q -BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 133.58 Td (debug-self-test) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 124.35 133.88 Td ( ) Tj ET Q -BT /F1 12.00 Tf ET -BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 91.66 Td (This option is used during the development of the Phoronix Test Suite software for testing of internal) Tj ET Q -q 0.000 g BT 59.53 77.48 Td (interfaces, commands, and other common code-paths. The produced numbers should only be) Tj ET Q -q 0.000 g BT 59.53 63.31 Td (comparable for the same version of the Phoronix Test Suite, on the same hardware/software system,) Tj ET Q +q 0.000 g BT 59.53 63.31 Td (This option will attempt to auto-generate a textual executive summary for a result file to highlight) Tj ET Q 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -1413,7 +1336,7 @@ endobj /Contents 36 0 R>> endobj 36 0 obj -<> +<> stream 2 J 0.57 w @@ -1421,82 +1344,78 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 795.17 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 795.17 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 779.36 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG 28.35 765.35 m 566.93 765.35 l S BT /F2 11.00 Tf ET 0 G -q 0.000 g BT 59.53 743.63 Td (conducted on the same day of testing. This isn't intended as any scientific benchmark but simply to) Tj ET Q -q 0.000 g BT 59.53 729.45 Td (stress common PHP code-paths and looking for hot areas to optimize, etc.) Tj ET Q +q 0.000 g BT 59.53 743.63 Td (prominent results / averages.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 700.51 Td (help) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 714.68 Td (result-file-confidence) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 57.91 700.81 Td ( ) Tj ET Q +q 0.020 0.486 0.651 rg BT 162.65 714.98 Td ( [Test Result]) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 658.59 Td (This option will display a list of available Phoronix Test Suite commands and possible parameter types.) Tj ET Q +q 0.000 g BT 59.53 672.76 Td (This option will read a saved test results file and display various statistics on the confidence of the) Tj ET Q +q 0.000 g BT 59.53 658.59 Td (results with the standard deviation, three-sigma values, and other metrics while color-coding "passing") Tj ET Q +q 0.000 g BT 59.53 644.41 Td (results in green.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 629.64 Td (version) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 615.47 Td (result-file-stats) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 77.42 629.94 Td ( ) Tj ET Q +q 0.020 0.486 0.651 rg BT 124.37 615.77 Td ( [Test Result]) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 587.72 Td (This option will display the Phoronix Test Suite client version.) Tj ET Q +q 0.000 g BT 59.53 573.55 Td (This option is used if you wish to analyze a result file by seeing various statistics on the result data for) Tj ET Q +q 0.000 g BT 59.53 559.37 Td (result files containing at least two sets of data.) Tj ET Q +BT /F1 13.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 530.43 Td (wins-and-losses) Tj ET Q +BT /F3 12.00 Tf ET +q 0.020 0.486 0.651 rg BT 132.32 530.73 Td ( [Test Result]) Tj ET Q +BT /F1 12.00 Tf ET +BT /F2 11.00 Tf ET +q 0.000 g BT 59.53 488.51 Td (This option is used if you wish to analyze a result file to see which runs produced the most wins/losses) Tj ET Q +q 0.000 g BT 59.53 474.33 Td (of those result identifiers in the saved file.) Tj ET Q +BT /F1 13.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 445.39 Td (workload-topology) Tj ET Q +BT /F3 12.00 Tf ET +q 0.020 0.486 0.651 rg BT 147.47 445.69 Td ( [Test Result]) Tj ET Q +BT /F1 12.00 Tf ET +BT /F2 11.00 Tf ET +q 0.000 g BT 59.53 403.47 Td (This option will read a saved test results file and print the test profiles contained within and their) Tj ET Q +q 0.000 g BT 59.53 389.30 Td (arrangement within different test suites for getting an idea as to the workload topology/make-up / logical) Tj ET Q +q 0.000 g BT 59.53 375.12 Td (groupings of the benchmarks being run.) Tj ET Q BT /F1 16.00 Tf ET -q 0.035 0.482 0.937 rg BT 26.93 557.87 Td (Result Analysis) Tj ET Q +q 0.035 0.482 0.937 rg BT 26.93 345.28 Td (Modules) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 530.43 Td (analyze-run-times) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 317.83 Td (auto-load-module) Tj ET Q +BT /F2 11.00 Tf ET +q 0.000 g BT 59.53 290.08 Td (This option can be used for easily adding a module to the AutoLoadModules list in the Phoronix Test) Tj ET Q +q 0.000 g BT 59.53 275.91 Td (Suite user configuration file. That list controls what PTS modules are automatically loaded on start-up of) Tj ET Q +q 0.000 g BT 59.53 261.74 Td (the Phoronix Test Suite.) Tj ET Q +BT /F1 13.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 232.79 Td (list-modules) Tj ET Q +BT /F2 11.00 Tf ET +q 0.000 g BT 59.53 205.04 Td (This option will list all of the available Phoronix Test Suite modules on this system.) Tj ET Q +BT /F1 13.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 176.10 Td (module-info) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 141.71 530.73 Td ( [Test Result]) Tj ET Q +q 0.020 0.486 0.651 rg BT 105.57 176.40 Td ( [Phoronix Test Suite Module]) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 488.51 Td (This option will read a saved test results file and print the statistics about how long the testing took to) Tj ET Q -q 0.000 g BT 59.53 474.33 Td (complete.) Tj ET Q +q 0.000 g BT 59.53 134.18 Td (This option will show detailed information on a Phoronix Test Suite module such as the version,) Tj ET Q +q 0.000 g BT 59.53 120.00 Td (developer, and a description of its purpose.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 445.39 Td (executive-summary) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 91.06 Td (module-setup) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 152.56 445.69 Td ( [Test Result]) Tj ET Q -BT /F1 12.00 Tf ET -BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 403.47 Td (This option will attempt to auto-generate a textual executive summary for a result file to highlight) Tj ET Q -q 0.000 g BT 59.53 389.30 Td (prominent results / averages.) Tj ET Q -BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 360.35 Td (result-file-confidence) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 162.65 360.65 Td ( [Test Result]) Tj ET Q -BT /F1 12.00 Tf ET -BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 318.43 Td (This option will read a saved test results file and display various statistics on the confidence of the) Tj ET Q -q 0.000 g BT 59.53 304.26 Td (results with the standard deviation, three-sigma values, and other metrics while color-coding "passing") Tj ET Q -q 0.000 g BT 59.53 290.08 Td (results in green.) Tj ET Q -BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 261.14 Td (result-file-stats) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 124.37 261.44 Td ( [Test Result]) Tj ET Q -BT /F1 12.00 Tf ET -BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 219.22 Td (This option is used if you wish to analyze a result file by seeing various statistics on the result data for) Tj ET Q -q 0.000 g BT 59.53 205.04 Td (result files containing at least two sets of data.) Tj ET Q -BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 176.10 Td (wins-and-losses) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 132.32 176.40 Td ( [Test Result]) Tj ET Q -BT /F1 12.00 Tf ET -BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 134.18 Td (This option is used if you wish to analyze a result file to see which runs produced the most wins/losses) Tj ET Q -q 0.000 g BT 59.53 120.00 Td (of those result identifiers in the saved file.) Tj ET Q -BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 91.06 Td (workload-topology) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 147.47 91.36 Td ( [Test Result]) Tj ET Q +q 0.020 0.486 0.651 rg BT 116.41 91.36 Td ( [Phoronix Test Suite Module]) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -1509,7 +1428,7 @@ endobj /Contents 38 0 R>> endobj 38 0 obj -<> +<> stream 2 J 0.57 w @@ -1517,80 +1436,71 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 795.17 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 795.17 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 779.36 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG 28.35 765.35 m 566.93 765.35 l S BT /F2 11.00 Tf ET 0 G -q 0.000 g BT 59.53 743.63 Td (This option will read a saved test results file and print the test profiles contained within and their) Tj ET Q -q 0.000 g BT 59.53 729.45 Td (arrangement within different test suites for getting an idea as to the workload topology/make-up / logical) Tj ET Q -q 0.000 g BT 59.53 715.28 Td (groupings of the benchmarks being run.) Tj ET Q +q 0.000 g BT 59.53 743.63 Td (This option will allow you to configure all available end-user options for a Phoronix Test Suite module.) Tj ET Q +q 0.000 g BT 59.53 729.45 Td (These options are then stored within the user's configuration file. Not all modules may have options that) Tj ET Q +q 0.000 g BT 59.53 715.28 Td (can be configured by the end-user.) Tj ET Q +BT /F1 13.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 686.33 Td (test-module) Tj ET Q +BT /F3 12.00 Tf ET +q 0.020 0.486 0.651 rg BT 104.85 686.63 Td ( [Phoronix Test Suite Module]) Tj ET Q +BT /F1 12.00 Tf ET +BT /F2 11.00 Tf ET +q 0.000 g BT 59.53 644.41 Td (This option can be used for debugging a Phoronix Test Suite module.) Tj ET Q +BT /F1 13.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 615.47 Td (unload-module) Tj ET Q +BT /F2 11.00 Tf ET +q 0.000 g BT 59.53 587.72 Td (This option can be used for easily removing a module from the AutoLoadModules list in the Phoronix) Tj ET Q +q 0.000 g BT 59.53 573.55 Td (Test Suite user configuration file. That list controls what modules are automatically loaded on start-up of) Tj ET Q +q 0.000 g BT 59.53 559.37 Td (the Phoronix Test Suite.) Tj ET Q BT /F1 16.00 Tf ET -q 0.035 0.482 0.937 rg BT 26.93 685.43 Td (Modules) Tj ET Q +q 0.035 0.482 0.937 rg BT 26.93 529.53 Td (Debugging) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 657.99 Td (auto-load-module) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 502.08 Td (check-tests) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 140.24 658.29 Td ( ) Tj ET Q +q 0.020 0.486 0.651 rg BT 102.71 502.38 Td ( [Test]) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 616.07 Td (This option can be used for easily adding a module to the AutoLoadModules list in the Phoronix Test) Tj ET Q -q 0.000 g BT 59.53 601.89 Td (Suite user configuration file. That list controls what PTS modules are automatically loaded on start-up of) Tj ET Q -q 0.000 g BT 59.53 587.72 Td (the Phoronix Test Suite.) Tj ET Q +q 0.000 g BT 59.53 460.16 Td (This option will perform a check on one or more test profiles to determine if there have been any vendor) Tj ET Q +q 0.000 g BT 59.53 445.99 Td (changes to the filename, filesize, url location, md5 and sha256 checksums.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 558.77 Td (list-modules) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 107.75 559.07 Td ( ) Tj ET Q -BT /F1 12.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 417.04 Td (diagnostics) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 516.85 Td (This option will list all of the available Phoronix Test Suite modules on this system.) Tj ET Q +q 0.000 g BT 59.53 389.30 Td (This option will print information that is useful to developers when debugging problems with the) Tj ET Q +q 0.000 g BT 59.53 375.12 Td (Phoronix Test Suite and/or test profiles and test suites.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 487.91 Td (module-info) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 105.57 488.21 Td ( [Phoronix Test Suite Module]) Tj ET Q -BT /F1 12.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 346.18 Td (dump-file-info) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 445.99 Td (This option will show detailed information on a Phoronix Test Suite module such as the version,) Tj ET Q -q 0.000 g BT 59.53 431.81 Td (developer, and a description of its purpose.) Tj ET Q +q 0.000 g BT 59.53 318.43 Td (This option will dump the MD5 / SHA256 hashes and file size for a given file.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 402.87 Td (module-setup) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 116.41 403.17 Td ( [Phoronix Test Suite Module]) Tj ET Q -BT /F1 12.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 289.48 Td (dump-openbenchmarking-indexes) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 360.95 Td (This option will allow you to configure all available end-user options for a Phoronix Test Suite module.) Tj ET Q -q 0.000 g BT 59.53 346.78 Td (These options are then stored within the user's configuration file. Not all modules may have options that) Tj ET Q -q 0.000 g BT 59.53 332.60 Td (can be configured by the end-user.) Tj ET Q +q 0.000 g BT 59.53 261.74 Td (This option is used for dumping the parsed output of OpenBenchmarking.org index files \(metadata\).) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 303.66 Td (test-module) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 104.85 303.96 Td ( [Phoronix Test Suite Module]) Tj ET Q -BT /F1 12.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 232.79 Td (dump-phodevi-smart-cache) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 261.74 Td (This option can be used for debugging a Phoronix Test Suite module.) Tj ET Q +q 0.000 g BT 59.53 205.04 Td (This option is used for displaying the contents of the Phodevi smart cache on the system.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 232.79 Td (unload-module) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 124.35 233.09 Td ( ) Tj ET Q -BT /F1 12.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 176.10 Td (dump-possible-options) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 190.87 Td (This option can be used for easily removing a module from the AutoLoadModules list in the Phoronix) Tj ET Q -q 0.000 g BT 59.53 176.70 Td (Test Suite user configuration file. That list controls what modules are automatically loaded on start-up of) Tj ET Q -q 0.000 g BT 59.53 162.52 Td (the Phoronix Test Suite.) Tj ET Q -BT /F1 16.00 Tf ET -q 0.035 0.482 0.937 rg BT 26.93 132.68 Td (Debugging) Tj ET Q +q 0.000 g BT 59.53 148.35 Td (This option will print all possible phoronix-test-suite sub-commands.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 105.23 Td (check-tests) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 102.71 105.53 Td ( [Test]) Tj ET Q -BT /F1 12.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 119.40 Td (dump-unhandled-dependencies) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 63.31 Td (This option will perform a check on one or more test profiles to determine if there have been any vendor) Tj ET Q +q 0.000 g BT 59.53 91.66 Td (This option will list missing entries in the external dependencies XML file for the operating system under) Tj ET Q +q 0.000 g BT 59.53 77.48 Td (test. This option is used if wanting to help find missing dependency XML data to fill in for contributing to) Tj ET Q +q 0.000 g BT 59.53 63.31 Td (upstream Phoronix Test Suite.) Tj ET Q +BT /F1 13.00 Tf ET 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 31.18 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -1603,90 +1513,74 @@ endobj /Contents 40 0 R>> endobj 40 0 obj -<> +<> stream 2 J 0.57 w -BT /F2 11.00 Tf ET +BT /F1 13.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 795.17 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 206.60 795.17 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET -q 0.000 g BT 248.47 779.36 Td (Test Client Documentation) Tj ET Q +q 0.000 g BT 234.30 779.36 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG 28.35 765.35 m 566.93 765.35 l S -BT /F2 11.00 Tf ET +BT /F1 13.00 Tf ET 0 G -q 0.000 g BT 59.53 743.63 Td (changes to the filename, filesize, url location, md5 and sha256 checksums.) Tj ET Q -BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 714.68 Td (diagnostics) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 103.42 714.98 Td ( ) Tj ET Q -BT /F1 12.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 743.03 Td (list-failed-installs) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 672.76 Td (This option will print information that is useful to developers when debugging problems with the) Tj ET Q -q 0.000 g BT 59.53 658.59 Td (Phoronix Test Suite and/or test profiles and test suites.) Tj ET Q +q 0.000 g BT 59.53 715.28 Td (This option will list all test profiles that were attempted to be installed on the local system but failed to) Tj ET Q +q 0.000 g BT 59.53 701.11 Td (be installed. Where applicable, the possible error\(s\) from the test installation are also reported to assist) Tj ET Q +q 0.000 g BT 59.53 686.93 Td (in debugging.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 629.64 Td (list-failed-installs) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 137.38 629.94 Td ( ) Tj ET Q -BT /F1 12.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 657.99 Td (list-test-errors) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 587.72 Td (This option will list all test profiles that were attempted to be installed on the local system but failed to) Tj ET Q -q 0.000 g BT 59.53 573.55 Td (be installed. Where applicable, the possible error\(s\) from the test installation are also reported to assist) Tj ET Q -q 0.000 g BT 59.53 559.37 Td (in debugging.) Tj ET Q +q 0.000 g BT 59.53 630.24 Td (This sub-command is complementary to list-failed-installs. Rather than listing test installation errors,) Tj ET Q +q 0.000 g BT 59.53 616.07 Td (list-test-errors is used for displaying past test run-time errors. This option will list all test profiles that) Tj ET Q +q 0.000 g BT 59.53 601.89 Td (produced an error previously when running the test profile / benchmark. If a test profile later) Tj ET Q +q 0.000 g BT 59.53 587.72 Td (successfully ran the test with any given option\(s\) without errors, the error is then removed from the) Tj ET Q +q 0.000 g BT 59.53 573.55 Td (archive. This option is intended to be helpful in debugging test profile issues later on for having a) Tj ET Q +q 0.000 g BT 59.53 559.37 Td (persistent collection of run-time errors.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 530.43 Td (list-test-errors) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 119.31 530.73 Td ( ) Tj ET Q -BT /F1 12.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 530.43 Td (list-unsupported-tests) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 488.51 Td (This sub-command is complementary to list-failed-installs. Rather than listing test installation errors,) Tj ET Q -q 0.000 g BT 59.53 474.33 Td (list-test-errors is used for displaying past test run-time errors. This option will list all test profiles that) Tj ET Q -q 0.000 g BT 59.53 460.16 Td (produced an error previously when running the test profile / benchmark. If a test profile later) Tj ET Q -q 0.000 g BT 59.53 445.99 Td (successfully ran the test with any given option\(s\) without errors, the error is then removed from the) Tj ET Q -q 0.000 g BT 59.53 431.81 Td (archive. This option is intended to be helpful in debugging test profile issues later on for having a) Tj ET Q -q 0.000 g BT 59.53 417.64 Td (persistent collection of run-time errors.) Tj ET Q -BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 388.70 Td (list-unsupported-tests) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 168.41 389.00 Td ( ) Tj ET Q -BT /F1 12.00 Tf ET -BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 346.78 Td (This option will list all available test profiles that are available from the enabled OpenBenchmarking.org) Tj ET Q -q 0.000 g BT 59.53 332.60 Td (repositories but are NOT SUPPORTED on the given hardware/software platform. This is mainly a) Tj ET Q -q 0.000 g BT 59.53 318.43 Td (debugging option for those looking for test profiles to potentially port to new platforms, etc.) Tj ET Q +q 0.000 g BT 59.53 502.68 Td (This option will list all available test profiles that are available from the enabled OpenBenchmarking.org) Tj ET Q +q 0.000 g BT 59.53 488.51 Td (repositories but are NOT SUPPORTED on the given hardware/software platform. This is mainly a) Tj ET Q +q 0.000 g BT 59.53 474.33 Td (debugging option for those looking for test profiles to potentially port to new platforms, etc.) Tj ET Q BT /F1 16.00 Tf ET -q 0.035 0.482 0.937 rg BT 26.93 288.58 Td (User Configuration) Tj ET Q +q 0.035 0.482 0.937 rg BT 26.93 444.49 Td (User Configuration) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 261.14 Td (enterprise-setup) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 133.04 261.44 Td ( ) Tj ET Q -BT /F1 12.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 417.04 Td (enterprise-setup) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 219.22 Td (This option can be run by enterprise users immediately after package installation or as part of an) Tj ET Q -q 0.000 g BT 59.53 205.04 Td (in-house setup script. Running this command will ensure the phoronix-test-suite program is never) Tj ET Q -q 0.000 g BT 59.53 190.87 Td (interrupted on new runs to accept user agreement changes and defaults the anonymous usage) Tj ET Q -q 0.000 g BT 59.53 176.70 Td (reporting to being disabled and other conservative defaults.) Tj ET Q +q 0.000 g BT 59.53 389.30 Td (This option can be run by enterprise users immediately after package installation or as part of an) Tj ET Q +q 0.000 g BT 59.53 375.12 Td (in-house setup script. Running this command will ensure the phoronix-test-suite program is never) Tj ET Q +q 0.000 g BT 59.53 360.95 Td (interrupted on new runs to accept user agreement changes and defaults the anonymous usage) Tj ET Q +q 0.000 g BT 59.53 346.78 Td (reporting to being disabled and other conservative defaults.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 147.75 Td (network-info) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 109.18 148.05 Td ( ) Tj ET Q -BT /F1 12.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 317.83 Td (network-info) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 105.83 Td (This option will print information detected by the Phoronix Test Suite around the system's network) Tj ET Q -q 0.000 g BT 59.53 91.66 Td (configuration.) Tj ET Q +q 0.000 g BT 59.53 290.08 Td (This option will print information detected by the Phoronix Test Suite around the system's network) Tj ET Q +q 0.000 g BT 59.53 275.91 Td (configuration.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 62.71 Td (network-setup) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 120.02 63.01 Td ( ) Tj ET Q -BT /F1 12.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 246.96 Td (network-setup) Tj ET Q BT /F2 11.00 Tf ET +q 0.000 g BT 59.53 219.22 Td (This option allows the user to configure how the Phoronix Test Suite connects to) Tj ET Q +q 0.000 g BT 59.53 205.04 Td (OpenBenchmarking.org and other web-services. Connecting through an HTTP proxy can be configured) Tj ET Q +q 0.000 g BT 59.53 190.87 Td (through this option.) Tj ET Q +BT /F1 13.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 161.92 Td (user-config-reset) Tj ET Q +BT /F2 11.00 Tf ET +q 0.000 g BT 59.53 134.18 Td (This option can be used for resetting the Phoronix Test Suite user configuration file to its default state.) Tj ET Q +BT /F1 13.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 105.23 Td (user-config-set) Tj ET Q +BT /F2 11.00 Tf ET +q 0.000 g BT 59.53 77.48 Td (This option can be used for setting an XML value in the Phoronix Test Suite user configuration file.) Tj ET Q +BT /F1 13.00 Tf ET 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 31.18 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -1699,86 +1593,88 @@ endobj /Contents 42 0 R>> endobj 42 0 obj -<> +<> stream 2 J 0.57 w -BT /F2 11.00 Tf ET +BT /F1 13.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 795.17 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 206.60 795.17 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET -q 0.000 g BT 248.47 779.36 Td (Test Client Documentation) Tj ET Q +q 0.000 g BT 234.30 779.36 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG 28.35 765.35 m 566.93 765.35 l S -BT /F2 11.00 Tf ET +BT /F1 13.00 Tf ET 0 G -q 0.000 g BT 59.53 743.63 Td (This option allows the user to configure how the Phoronix Test Suite connects to) Tj ET Q -q 0.000 g BT 59.53 729.45 Td (OpenBenchmarking.org and other web-services. Connecting through an HTTP proxy can be configured) Tj ET Q -q 0.000 g BT 59.53 715.28 Td (through this option.) Tj ET Q -BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 686.33 Td (user-config-reset) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 137.37 686.63 Td ( ) Tj ET Q -BT /F1 12.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 743.03 Td (variables) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 644.41 Td (This option can be used for resetting the Phoronix Test Suite user configuration file to its default state.) Tj ET Q -BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 615.47 Td (user-config-set) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 125.08 615.77 Td ( ) Tj ET Q -BT /F1 12.00 Tf ET -BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 573.55 Td (This option can be used for setting an XML value in the Phoronix Test Suite user configuration file.) Tj ET Q -BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 544.60 Td (variables) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 87.55 544.90 Td ( ) Tj ET Q -BT /F1 12.00 Tf ET -BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 502.68 Td (This option will print all of the official environment variables supported by the Phoronix Test Suite for) Tj ET Q -q 0.000 g BT 59.53 488.51 Td (user configuration purposes. These environment variables are also listed as part of the official Phoronix) Tj ET Q -q 0.000 g BT 59.53 474.33 Td (Test Suite documentation while this command will also show the current value of the variables if) Tj ET Q -q 0.000 g BT 59.53 460.16 Td (currently set.) Tj ET Q +q 0.000 g BT 59.53 715.28 Td (This option will print all of the official environment variables supported by the Phoronix Test Suite for) Tj ET Q +q 0.000 g BT 59.53 701.11 Td (user configuration purposes. These environment variables are also listed as part of the official Phoronix) Tj ET Q +q 0.000 g BT 59.53 686.93 Td (Test Suite documentation while this command will also show the current value of the variables if) Tj ET Q +q 0.000 g BT 59.53 672.76 Td (currently set.) Tj ET Q BT /F1 16.00 Tf ET -q 0.035 0.482 0.937 rg BT 26.93 430.31 Td (Result Export) Tj ET Q +q 0.035 0.482 0.937 rg BT 26.93 642.91 Td (Result Export) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 402.87 Td (result-file-raw-to-csv) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 615.47 Td (result-file-raw-to-csv) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 159.04 403.17 Td ( [Test Result]) Tj ET Q +q 0.020 0.486 0.651 rg BT 159.04 615.77 Td ( [Test Result]) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 360.95 Td (This option will read a saved test results file and output the raw result file run data to a CSV file. This) Tj ET Q -q 0.000 g BT 59.53 346.78 Td (raw \(individual\) result file output is intended for data analytic purposes where the result-file-to-csv is) Tj ET Q -q 0.000 g BT 59.53 332.60 Td (more end-user-ready.) Tj ET Q +q 0.000 g BT 59.53 573.55 Td (This option will read a saved test results file and output the raw result file run data to a CSV file. This) Tj ET Q +q 0.000 g BT 59.53 559.37 Td (raw \(individual\) result file output is intended for data analytic purposes where the result-file-to-csv is) Tj ET Q +q 0.000 g BT 59.53 545.20 Td (more end-user-ready.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 303.66 Td (result-file-to-csv) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 516.25 Td (result-file-to-csv) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 132.31 303.96 Td ( [Test Result]) Tj ET Q +q 0.020 0.486 0.651 rg BT 132.31 516.55 Td ( [Test Result]) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 261.74 Td (This option will read a saved test results file and output the system hardware and software information) Tj ET Q -q 0.000 g BT 59.53 247.56 Td (along with the results to a CSV output. The CSV \(Comma Separated Values\) output can then be loaded) Tj ET Q -q 0.000 g BT 59.53 233.39 Td (into a spreadsheet for easy viewing. The outputted file appears in the user home directory or can) Tj ET Q -q 0.000 g BT 59.53 219.22 Td (otherwise be controlled via the OUTPUT_DIR and OUTPUT_FILE environment variables.) Tj ET Q +q 0.000 g BT 59.53 474.33 Td (This option will read a saved test results file and output the system hardware and software information) Tj ET Q +q 0.000 g BT 59.53 460.16 Td (along with the results to a CSV output. The CSV \(Comma Separated Values\) output can then be loaded) Tj ET Q +q 0.000 g BT 59.53 445.99 Td (into a spreadsheet for easy viewing. The outputted file appears in the user home directory or can) Tj ET Q +q 0.000 g BT 59.53 431.81 Td (otherwise be controlled via the OUTPUT_DIR and OUTPUT_FILE environment variables.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 190.27 Td (result-file-to-html) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 402.87 Td (result-file-to-html) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 138.07 190.57 Td ( [Test Result]) Tj ET Q +q 0.020 0.486 0.651 rg BT 138.07 403.17 Td ( [Test Result]) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 148.35 Td (This option will read a saved test results file and output the system hardware and software information) Tj ET Q -q 0.000 g BT 59.53 134.18 Td (along with the results to pure HTML file. No external files are required for CSS/JavaScript or other) Tj ET Q -q 0.000 g BT 59.53 120.00 Td (assets. The graphs are rendered as inline SVG. This is a pure HTML-only representation of the results) Tj ET Q -q 0.000 g BT 59.53 105.83 Td (for emailing or other easy analysis outside of the Phoronix Test Suite. The outputted file appears in the) Tj ET Q -q 0.000 g BT 59.53 91.66 Td (user home directory or can otherwise be controlled via the OUTPUT_DIR and OUTPUT_FILE) Tj ET Q -q 0.000 g BT 59.53 77.48 Td (environment variables.) Tj ET Q +q 0.000 g BT 59.53 360.95 Td (This option will read a saved test results file and output the system hardware and software information) Tj ET Q +q 0.000 g BT 59.53 346.78 Td (along with the results to pure HTML file. No external files are required for CSS/JavaScript or other) Tj ET Q +q 0.000 g BT 59.53 332.60 Td (assets. The graphs are rendered as inline SVG. This is a pure HTML-only representation of the results) Tj ET Q +q 0.000 g BT 59.53 318.43 Td (for emailing or other easy analysis outside of the Phoronix Test Suite. The outputted file appears in the) Tj ET Q +q 0.000 g BT 59.53 304.26 Td (user home directory or can otherwise be controlled via the OUTPUT_DIR and OUTPUT_FILE) Tj ET Q +q 0.000 g BT 59.53 290.08 Td (environment variables.) Tj ET Q BT /F1 13.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 261.14 Td (result-file-to-json) Tj ET Q +BT /F3 12.00 Tf ET +q 0.020 0.486 0.651 rg BT 137.35 261.44 Td ( [Test Result]) Tj ET Q +BT /F1 12.00 Tf ET +BT /F2 11.00 Tf ET +q 0.000 g BT 59.53 219.22 Td (This option will read a saved test results file and output the basic result information to JSON \(JavaScript) Tj ET Q +q 0.000 g BT 59.53 205.04 Td (Object Notation\). The outputted file appears in the user home directory or can otherwise be controlled) Tj ET Q +q 0.000 g BT 59.53 190.87 Td (via the OUTPUT_DIR and OUTPUT_FILE environment variables.) Tj ET Q +BT /F1 13.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 161.92 Td (result-file-to-pdf) Tj ET Q +BT /F3 12.00 Tf ET +q 0.020 0.486 0.651 rg BT 130.84 162.22 Td ( [Test Result]) Tj ET Q +BT /F1 12.00 Tf ET +BT /F2 11.00 Tf ET +q 0.000 g BT 59.53 120.00 Td (This option will read a saved test results file and output the system hardware and software information) Tj ET Q +q 0.000 g BT 59.53 105.83 Td (along with the results to a PDF file. The outputted file appears in the user home directory or can) Tj ET Q +q 0.000 g BT 59.53 91.66 Td (otherwise be controlled via the OUTPUT_DIR and OUTPUT_FILE environment variables.) Tj ET Q +BT /F1 13.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 62.71 Td (result-file-to-suite) Tj ET Q +BT /F3 12.00 Tf ET +q 0.020 0.486 0.651 rg BT 140.97 63.01 Td ( [Test Result]) Tj ET Q +BT /F1 12.00 Tf ET +BT /F2 11.00 Tf ET 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 31.18 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -1791,77 +1687,48 @@ endobj /Contents 44 0 R>> endobj 44 0 obj -<> +<> stream 2 J 0.57 w -BT /F1 13.00 Tf ET +BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 196.49 795.17 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 795.17 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET -q 0.000 g BT 234.30 779.36 Td (Test Client Documentation) Tj ET Q +q 0.000 g BT 248.47 779.36 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG 28.35 765.35 m 566.93 765.35 l S -BT /F1 13.00 Tf ET +BT /F2 11.00 Tf ET 0 G -q 0.020 0.486 0.651 rg BT 31.18 743.03 Td (result-file-to-json) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 137.35 743.33 Td ( [Test Result]) Tj ET Q -BT /F1 12.00 Tf ET -BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 701.11 Td (This option will read a saved test results file and output the basic result information to JSON \(JavaScript) Tj ET Q -q 0.000 g BT 59.53 686.93 Td (Object Notation\). The outputted file appears in the user home directory or can otherwise be controlled) Tj ET Q -q 0.000 g BT 59.53 672.76 Td (via the OUTPUT_DIR and OUTPUT_FILE environment variables.) Tj ET Q +q 0.000 g BT 59.53 743.63 Td (This option will guide the user through the process of generating their own test suite, which they can) Tj ET Q +q 0.000 g BT 59.53 729.45 Td (then run, that is based upon an existing test results file.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 643.81 Td (result-file-to-pdf) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 700.51 Td (result-file-to-text) Tj ET Q BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 130.84 644.11 Td ( [Test Result]) Tj ET Q +q 0.020 0.486 0.651 rg BT 133.74 700.81 Td ( [Test Result]) Tj ET Q BT /F1 12.00 Tf ET BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 601.89 Td (This option will read a saved test results file and output the system hardware and software information) Tj ET Q -q 0.000 g BT 59.53 587.72 Td (along with the results to a PDF file. The outputted file appears in the user home directory or can) Tj ET Q -q 0.000 g BT 59.53 573.55 Td (otherwise be controlled via the OUTPUT_DIR and OUTPUT_FILE environment variables.) Tj ET Q -BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 544.60 Td (result-file-to-suite) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 140.97 544.90 Td ( [Test Result]) Tj ET Q -BT /F1 12.00 Tf ET -BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 502.68 Td (This option will guide the user through the process of generating their own test suite, which they can) Tj ET Q -q 0.000 g BT 59.53 488.51 Td (then run, that is based upon an existing test results file.) Tj ET Q -BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 459.56 Td (result-file-to-text) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 133.74 459.86 Td ( [Test Result]) Tj ET Q -BT /F1 12.00 Tf ET -BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 417.64 Td (This option will read a saved test results file and output the system hardware and software information) Tj ET Q -q 0.000 g BT 59.53 403.47 Td (to the terminal. The test results are also outputted.) Tj ET Q +q 0.000 g BT 59.53 658.59 Td (This option will read a saved test results file and output the system hardware and software information) Tj ET Q +q 0.000 g BT 59.53 644.41 Td (to the terminal. The test results are also outputted.) Tj ET Q BT /F1 16.00 Tf ET -q 0.035 0.482 0.937 rg BT 26.93 373.62 Td (Phoromatic) Tj ET Q +q 0.035 0.482 0.937 rg BT 26.93 614.57 Td (Phoromatic) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 346.18 Td (start-phoromatic-server) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 177.82 346.48 Td ( ) Tj ET Q -BT /F1 12.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 587.12 Td (start-phoromatic-server) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 304.26 Td (Start the Phoromatic web server for controlling local Phoronix Test Suite client systems to facilitate) Tj ET Q -q 0.000 g BT 59.53 290.08 Td (automated and repeated test orchestration and other automated features targeted at the enterprise.) Tj ET Q +q 0.000 g BT 59.53 559.37 Td (Start the Phoromatic web server for controlling local Phoronix Test Suite client systems to facilitate) Tj ET Q +q 0.000 g BT 59.53 545.20 Td (automated and repeated test orchestration and other automated features targeted at the enterprise.) Tj ET Q BT /F1 16.00 Tf ET -q 0.035 0.482 0.937 rg BT 26.93 260.24 Td (Result Viewer) Tj ET Q +q 0.035 0.482 0.937 rg BT 26.93 515.35 Td (Result Viewer) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 232.79 Td (start-result-viewer) Tj ET Q -BT /F3 12.00 Tf ET -q 0.020 0.486 0.651 rg BT 143.88 233.09 Td ( ) Tj ET Q -BT /F1 12.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 487.91 Td (start-result-viewer) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 190.87 Td (Start the web-based result viewer.) Tj ET Q +q 0.000 g BT 59.53 460.16 Td (Start the web-based result viewer.) Tj ET Q 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 26.93 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 26.93 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -1874,7 +1741,7 @@ endobj /Contents 46 0 R>> endobj 46 0 obj -<> +<> stream 2 J 0.57 w @@ -1882,7 +1749,7 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 192.24 795.17 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 202.35 795.17 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 232.17 779.36 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -1911,8 +1778,10 @@ q 0.000 g BT 59.53 548.04 Td (This is a module for creating backups of the Phoro q 0.000 g BT 59.53 533.86 Td (of created backups. The backup will be in ZIP or TAR format. If only a path is specified, the file-name) Tj ET Q q 0.000 g BT 59.53 519.69 Td (will be auto-generated with a current time-stamp.) Tj ET Q BT /F2 11.00 Tf ET +BT /F1 11.00 Tf ET q 0.000 g BT 59.53 491.34 Td (phoronix-test-suite backup.create) Tj ET Q BT /F2 11.00 Tf ET +BT /F1 11.00 Tf ET q 0.000 g BT 59.53 463.00 Td (phoronix-test-suite backup.restore) Tj ET Q BT /F1 14.00 Tf ET q 0.020 0.486 0.651 rg BT 31.18 433.75 Td (System Maintenance / Cleanup) Tj ET Q @@ -1923,6 +1792,7 @@ q 0.000 g BT 59.53 377.96 Td (of time. When the module is loaded via the REMOVE_ q 0.000 g BT 59.53 363.78 Td (will be automatically invoked at the end of running any benchmarks. Or this module can be manually) Tj ET Q q 0.000 g BT 59.53 349.61 Td (invoked with the command: phoronix-test-suite cleanup.tests.) Tj ET Q BT /F2 11.00 Tf ET +BT /F1 11.00 Tf ET q 0.000 g BT 59.53 321.26 Td (phoronix-test-suite cleanup.tests) Tj ET Q BT /F2 11.00 Tf ET q 0.000 g BT 59.53 292.92 Td (This module utilizes the following environment variables: REMOVE_TESTS_OLDER_THAN.) Tj ET Q @@ -1931,6 +1801,7 @@ q 0.020 0.486 0.651 rg BT 31.18 263.67 Td (Dummy Module) Tj ET Q BT /F2 11.00 Tf ET q 0.000 g BT 59.53 236.22 Td (This is a simple module intended for developers to just demonstrate some of the module functions.) Tj ET Q BT /F2 11.00 Tf ET +BT /F1 11.00 Tf ET q 0.000 g BT 59.53 207.88 Td (phoronix-test-suite dummy_module.dummy-command) Tj ET Q BT /F2 11.00 Tf ET q 0.000 g BT 59.53 179.53 Td (This is a simple module intended for developers to just demonstrate some of the module functions.) Tj ET Q @@ -1945,7 +1816,7 @@ BT /F1 14.00 Tf ET 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 31.18 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 31.18 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -1958,7 +1829,7 @@ endobj /Contents 48 0 R>> endobj 48 0 obj -<> +<> stream 2 J 0.57 w @@ -1966,7 +1837,7 @@ BT /F1 14.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 196.49 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 206.60 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 234.30 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -1996,6 +1867,7 @@ q 0.020 0.486 0.651 rg BT 31.18 416.75 Td (Dynamic Result Viewer) Tj ET Q BT /F2 11.00 Tf ET q 0.000 g BT 59.53 389.30 Td (This module pre-loads the HTTP dynamic result viewer for Phoronix Test Suite data.) Tj ET Q BT /F2 11.00 Tf ET +BT /F1 11.00 Tf ET q 0.000 g BT 59.53 360.95 Td (phoronix-test-suite load_dynamic_result_viewer.start) Tj ET Q BT /F1 14.00 Tf ET q 0.020 0.486 0.651 rg BT 31.18 331.71 Td (Log Exporter) Tj ET Q @@ -2011,8 +1883,10 @@ q 0.020 0.486 0.651 rg BT 31.18 204.15 Td (MATISK) Tj ET Q BT /F2 11.00 Tf ET q 0.000 g BT 59.53 176.70 Td (My Automated Test Infrastructure Setup Kit) Tj ET Q BT /F2 11.00 Tf ET +BT /F1 11.00 Tf ET q 0.000 g BT 59.53 148.35 Td (phoronix-test-suite matisk.run) Tj ET Q BT /F2 11.00 Tf ET +BT /F1 11.00 Tf ET q 0.000 g BT 59.53 120.01 Td (phoronix-test-suite matisk.template) Tj ET Q BT /F1 14.00 Tf ET q 0.020 0.486 0.651 rg BT 31.18 90.76 Td (OpenBenchmarking.org Auto Comparison) Tj ET Q @@ -2021,7 +1895,7 @@ q 0.000 g BT 59.53 63.31 Td (This module prints comparable OpenBenchmarking.org 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -2034,7 +1908,7 @@ endobj /Contents 50 0 R>> endobj 50 0 obj -<> +<> stream 2 J 0.57 w @@ -2042,7 +1916,7 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -2053,6 +1927,7 @@ q 0.000 g BT 59.53 686.94 Td (purposes as tests are being run. OpenBenchmarking. q 0.000 g BT 59.53 672.76 Td (based on the test comparison hash and the system type \(mobile, desktop, server, cloud, workstation,) Tj ET Q q 0.000 g BT 59.53 658.59 Td (etc\). No other system information or result data is transmitted.) Tj ET Q BT /F2 11.00 Tf ET +BT /F1 11.00 Tf ET q 0.000 g BT 59.53 630.24 Td (phoronix-test-suite ob_auto_compare.debug) Tj ET Q BT /F1 14.00 Tf ET q 0.020 0.486 0.651 rg BT 31.18 601.00 Td (Performance Per Dollar/Cost Calculator) Tj ET Q @@ -2065,6 +1940,7 @@ q 0.000 g BT 59.53 516.86 Td (variable if wishing to use a metric besides dollar q 0.000 g BT 59.53 502.68 Td (used rather than COST_PERF_PER_DOLLAR if wishing to calculate the e.g. cloud time or other) Tj ET Q q 0.000 g BT 59.53 488.51 Td (compute time based on an hourly basis.) Tj ET Q BT /F2 11.00 Tf ET +BT /F1 11.00 Tf ET q 0.000 g BT 59.53 460.16 Td (phoronix-test-suite perf_per_dollar.add) Tj ET Q BT /F2 11.00 Tf ET q 0.000 g BT 59.53 431.82 Td (This module utilizes the following environment variables: COST_PERF_PER_DOLLAR,) Tj ET Q @@ -2076,6 +1952,7 @@ q 0.000 g BT 59.53 360.95 Td (This module alerts the user if the system configur q 0.000 g BT 59.53 346.78 Td (performance with the target benchmark\(s\). This initial version of the module actually cares only about) Tj ET Q q 0.000 g BT 59.53 332.61 Td (the BFQ I/O scheduler and powersave governor checks.) Tj ET Q BT /F2 11.00 Tf ET +BT /F1 11.00 Tf ET q 0.000 g BT 59.53 304.26 Td (phoronix-test-suite perf_tips.show) Tj ET Q BT /F2 11.00 Tf ET q 0.000 g BT 59.53 275.91 Td (This module utilizes the following environment variables: SUPPRESS_PERF_TIPS.) Tj ET Q @@ -2092,12 +1969,13 @@ q 0.000 g BT 59.53 134.18 Td (This module makes it easy to test a compiler PGO \ q 0.000 g BT 59.53 120.01 Td (running a test without PGO optimizations, capturing the PGO profile, rebuilding the tests with the PGO) Tj ET Q q 0.000 g BT 59.53 105.83 Td (profile generated, and then repeat the benchmarks.) Tj ET Q BT /F2 11.00 Tf ET +BT /F1 11.00 Tf ET q 0.000 g BT 59.53 77.49 Td (phoronix-test-suite pgo.benchmark) Tj ET Q BT /F1 14.00 Tf ET 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 31.18 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 31.18 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -2110,7 +1988,7 @@ endobj /Contents 52 0 R>> endobj 52 0 obj -<> +<> stream 2 J 0.57 w @@ -2118,7 +1996,7 @@ BT /F1 14.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 196.49 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 206.60 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 234.30 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -2132,18 +2010,25 @@ q 0.000 g BT 59.53 644.42 Td (server\) to facilitate the automatic running of te q 0.000 g BT 59.53 630.24 Td (manner. For more details visit http://www.phoromatic.com/. This module is intended to be used with) Tj ET Q q 0.000 g BT 59.53 616.07 Td (Phoronix Test Suite 5.2+ clients and servers.) Tj ET Q BT /F2 11.00 Tf ET +BT /F1 11.00 Tf ET q 0.000 g BT 59.53 587.72 Td (phoronix-test-suite phoromatic.connect) Tj ET Q BT /F2 11.00 Tf ET +BT /F1 11.00 Tf ET q 0.000 g BT 59.53 559.38 Td (phoronix-test-suite phoromatic.explore) Tj ET Q BT /F2 11.00 Tf ET +BT /F1 11.00 Tf ET q 0.000 g BT 59.53 531.03 Td (phoronix-test-suite phoromatic.upload-result) Tj ET Q BT /F2 11.00 Tf ET +BT /F1 11.00 Tf ET q 0.000 g BT 59.53 502.68 Td (phoronix-test-suite phoromatic.set-root-admin-password) Tj ET Q BT /F2 11.00 Tf ET +BT /F1 11.00 Tf ET q 0.000 g BT 59.53 474.34 Td (phoronix-test-suite phoromatic.list-results) Tj ET Q BT /F2 11.00 Tf ET +BT /F1 11.00 Tf ET q 0.000 g BT 59.53 445.99 Td (phoronix-test-suite phoromatic.clone) Tj ET Q BT /F2 11.00 Tf ET +BT /F1 11.00 Tf ET q 0.000 g BT 59.53 417.65 Td (phoronix-test-suite phoromatic.export-results-for-account-schedules) Tj ET Q BT /F2 11.00 Tf ET q 0.000 g BT 59.53 389.30 Td (The Phoromatic module contains the client support for interacting with Phoromatic and Phoromatic) Tj ET Q @@ -2173,7 +2058,7 @@ BT /F2 11.00 Tf ET 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -2186,7 +2071,7 @@ endobj /Contents 54 0 R>> endobj 54 0 obj -<> +<> stream 2 J 0.57 w @@ -2194,7 +2079,7 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -2208,6 +2093,7 @@ BT /F2 11.00 Tf ET q 0.000 g BT 59.53 630.24 Td (A simple example module about interfacing with Phoronix Test Suite core for dumping result files in a) Tj ET Q q 0.000 g BT 59.53 616.07 Td (custom format.) Tj ET Q BT /F2 11.00 Tf ET +BT /F1 11.00 Tf ET q 0.000 g BT 59.53 587.72 Td (phoronix-test-suite results_custom_export.nf) Tj ET Q BT /F1 14.00 Tf ET q 0.020 0.486 0.651 rg BT 31.18 558.48 Td (System Monitor) Tj ET Q @@ -2245,7 +2131,7 @@ q 0.000 g BT 59.53 63.31 Td ( - cpu.freq.cpu5) Tj ET Q 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -2258,7 +2144,7 @@ endobj /Contents 56 0 R>> endobj 56 0 obj -<> +<> stream 2 J 0.57 w @@ -2266,7 +2152,7 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -2321,7 +2207,7 @@ q 0.000 g BT 59.53 63.31 Td ( - all.swap) Tj ET Q 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -2334,7 +2220,7 @@ endobj /Contents 58 0 R>> endobj 58 0 obj -<> +<> stream 2 J 0.57 w @@ -2342,7 +2228,7 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -2396,7 +2282,7 @@ q 0.000 g BT 59.53 63.31 Td (for each test being run. If the TURBOSTAT_LOG= valu 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -2409,7 +2295,7 @@ endobj /Contents 60 0 R>> endobj 60 0 obj -<> +<> stream 2 J 0.57 w @@ -2417,7 +2303,7 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -2452,7 +2338,7 @@ q 0.000 g BT 59.53 346.78 Td (WATCHDOG_SENSOR_THRESHOLD, WATCHDOG_MAXIMUM_WAIT.) 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 26.93 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 26.93 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -2465,7 +2351,7 @@ endobj /Contents 62 0 R>> endobj 62 0 obj -<> +<> stream 2 J 0.57 w @@ -2473,7 +2359,7 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 192.24 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 202.35 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 232.17 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -2539,29 +2425,27 @@ BT /F2 11.00 Tf ET q 0.000 g BT 190.36 273.08 Td ( Windows launcher for the Phoronix Test Suite will automatically download) Tj ET Q q 0.000 g BT 59.53 258.90 Td (and setup PHP on the local system if PHP is not present already.) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 230.56 Td (As part of the PHP requirement, the following PHP extensions are required and/or highly recommended) Tj ET Q -q 0.000 g BT 59.53 216.39 Td (in order to take advantage of the Phoronix Test Suite capabilities:) Tj ET Q +q 0.000 g BT 59.53 230.56 Td (The Phoronix Test Suite does not need to be installed system-wide but can simply be run from the) Tj ET Q +q 0.000 g BT 59.53 216.39 Td (extracted phoronix-test-suite folder as the local user.) Tj ET Q +BT /F2 11.00 Tf ET +q 0.000 g BT 59.53 188.04 Td (As part of the PHP requirement, the following PHP extensions are required and/or highly recommended) Tj ET Q +q 0.000 g BT 59.53 173.87 Td (in order to take advantage of the Phoronix Test Suite capabilities:) Tj ET Q BT /F2 11.00 Tf ET BT /F1 11.00 Tf ET -q 0.000 g BT 87.87 173.87 Td (PHP DOM) Tj ET Q +q 0.000 g BT 87.87 131.35 Td (PHP DOM) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 139.21 173.87 Td ( is needed for XML operations and must be installed for the Phoronix Test Suite to) Tj ET Q -q 0.000 g BT 87.87 159.69 Td (function.) Tj ET Q +q 0.000 g BT 139.21 131.35 Td ( is needed for XML operations and must be installed for the Phoronix Test Suite to) Tj ET Q +q 0.000 g BT 87.87 117.17 Td (function.) Tj ET Q BT /F1 11.00 Tf ET -q 0.000 g BT 87.87 131.35 Td (PHP ZIP) Tj ET Q +q 0.000 g BT 87.87 88.83 Td (PHP ZIP) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 130.66 131.35 Td ( is needed for file compression and decompression and specifically dealing with test) Tj ET Q -q 0.000 g BT 87.87 117.17 Td (profiles and suites obtained via OpenBenchmarking.org or when uploading such tests and suites.) Tj ET Q -BT /F1 11.00 Tf ET -q 0.000 g BT 87.87 88.83 Td (PHP OpenSSL) Tj ET Q -BT /F2 11.00 Tf ET -q 0.000 g BT 163.06 88.83 Td ( is used for enabling HTTPS communication with Phoronix Test Suite /) Tj ET Q -q 0.000 g BT 87.87 74.65 Td (OpenBenchmarking.org servers.) Tj ET Q +q 0.000 g BT 130.66 88.83 Td ( is needed for file compression and decompression and specifically dealing with test) Tj ET Q +q 0.000 g BT 87.87 74.65 Td (profiles and suites obtained via OpenBenchmarking.org or when uploading such tests and suites.) Tj ET Q BT /F1 11.00 Tf ET 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 87.87 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 87.87 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -2570,11 +2454,11 @@ endobj <>>><>>><>>>] +/Annots [<>>><>>><>>>] /Contents 64 0 R>> endobj 64 0 obj -<> +<> stream 2 J 0.57 w @@ -2582,111 +2466,106 @@ BT /F1 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 253.18 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 263.30 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 262.64 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG 28.35 765.35 m 566.93 765.35 l S BT /F1 11.00 Tf ET 0 G -q 0.000 g BT 87.87 686.94 Td (PHP GD) Tj ET Q +q 0.000 g BT 87.87 686.94 Td (PHP OpenSSL) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 130.05 686.94 Td ( is highly recommended for rendering of test data to JPEG and PNG image formats and) Tj ET Q -q 0.000 g BT 87.87 672.76 Td (is selectively used in other image operations.) Tj ET Q +q 0.000 g BT 163.06 686.94 Td ( is used for enabling HTTPS communication with Phoronix Test Suite /) Tj ET Q +q 0.000 g BT 87.87 672.76 Td (OpenBenchmarking.org servers.) Tj ET Q BT /F1 11.00 Tf ET -q 0.000 g BT 87.87 644.42 Td (PHP Zlib) Tj ET Q +q 0.000 g BT 87.87 644.42 Td (PHP GD) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 133.11 644.42 Td ( is highly recommended for greater data compression when dealing with remote) Tj ET Q -q 0.000 g BT 87.87 630.24 Td (OpenBenchmarking.org assets.) Tj ET Q +q 0.000 g BT 130.05 644.42 Td ( is highly recommended for rendering of test data to JPEG and PNG image formats and) Tj ET Q +q 0.000 g BT 87.87 630.24 Td (is selectively used in other image operations.) Tj ET Q BT /F1 11.00 Tf ET -q 0.000 g BT 87.87 601.90 Td (PHP PCNTL) Tj ET Q +q 0.000 g BT 87.87 601.90 Td (PHP Zlib) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 150.21 601.90 Td ( is used for multi-threaded system sensor monitoring support during the testing) Tj ET Q -q 0.000 g BT 87.87 587.72 Td (process and other threaded tasks by the Phoronix Test Suite module framework.) Tj ET Q +q 0.000 g BT 133.11 601.90 Td ( is highly recommended for greater data compression when dealing with remote) Tj ET Q +q 0.000 g BT 87.87 587.72 Td (OpenBenchmarking.org assets.) Tj ET Q BT /F1 11.00 Tf ET -q 0.000 g BT 87.87 559.38 Td (PHP POSIX) Tj ET Q +q 0.000 g BT 87.87 559.38 Td (PHP PCNTL) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 147.18 559.38 Td ( is used for reliably obtaining more system information in an efficient manner.) Tj ET Q +q 0.000 g BT 150.21 559.38 Td ( is used for multi-threaded system sensor monitoring support during the testing) Tj ET Q +q 0.000 g BT 87.87 545.20 Td (process and other threaded tasks by the Phoronix Test Suite module framework.) Tj ET Q BT /F1 11.00 Tf ET -q 0.000 g BT 87.87 531.03 Td (PHP CURL) Tj ET Q +q 0.000 g BT 87.87 516.86 Td (PHP POSIX) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 144.10 531.03 Td ( is supported as an alternative networking library for improved network performance in) Tj ET Q -q 0.000 g BT 87.87 516.86 Td (downloading test files and other operations.) Tj ET Q +q 0.000 g BT 147.18 516.86 Td ( is used for reliably obtaining more system information in an efficient manner.) Tj ET Q BT /F1 11.00 Tf ET -q 0.000 g BT 87.87 488.51 Td (PHP FPDF) Tj ET Q +q 0.000 g BT 87.87 488.51 Td (PHP CURL) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 142.27 488.51 Td ( is used to generate PDF reports of test data.) Tj ET Q +q 0.000 g BT 144.10 488.51 Td ( is supported as an alternative networking library for improved network performance in) Tj ET Q +q 0.000 g BT 87.87 474.34 Td (downloading test files and other operations.) Tj ET Q +BT /F1 11.00 Tf ET +q 0.000 g BT 87.87 445.99 Td (PHP FPDF) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 431.82 Td (Without all of these extensions, some capabilities of the Phoronix Test Suite will not be available. Many) Tj ET Q -q 0.000 g BT 59.53 417.65 Td (of these packages are enabled by default and do not require any additional installation steps on most) Tj ET Q -q 0.000 g BT 59.53 403.47 Td (Linux distributions, otherwise they are often found in the package vendor's repository.) Tj ET Q +q 0.000 g BT 142.27 445.99 Td ( is used to generate PDF reports of test data.) Tj ET Q +BT /F2 11.00 Tf ET +q 0.000 g BT 59.53 389.30 Td (Without all of these extensions, some capabilities of the Phoronix Test Suite will not be available. Many) Tj ET Q +q 0.000 g BT 59.53 375.13 Td (of these packages are enabled by default and do not require any additional installation steps on most) Tj ET Q +q 0.000 g BT 59.53 360.95 Td (Linux distributions, otherwise they are often found in the package vendor's repository.) Tj ET Q BT /F1 16.00 Tf ET -q 0.035 0.482 0.937 rg BT 26.93 373.63 Td (Notes) Tj ET Q +q 0.035 0.482 0.937 rg BT 26.93 331.11 Td (Notes) Tj ET Q BT /F1 14.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 345.88 Td (General) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 303.36 Td (General) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 318.43 Td (You may need to modify the ) Tj ET Q +q 0.000 g BT 59.53 275.91 Td (You may need to modify the ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 199.55 318.43 Td (php.ini) Tj ET Q +q 0.000 g BT 199.55 275.91 Td (php.ini) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 231.95 318.43 Td ( file on your system in order to support uploading results to) Tj ET Q -q 0.000 g BT 59.53 304.26 Td (OpenBenchmarking.org or logging into your OpenBenchmarking.org account. The ) Tj ET Q +q 0.000 g BT 231.95 275.91 Td ( file on your system in order to support uploading results to) Tj ET Q +q 0.000 g BT 59.53 261.74 Td (OpenBenchmarking.org or logging into your OpenBenchmarking.org account. The ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 461.21 304.26 Td (allow_url_fopen) Tj ET Q +q 0.000 g BT 461.21 261.74 Td (allow_url_fopen) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 538.25 304.26 Td (, ) Tj ET Q +q 0.000 g BT 538.25 261.74 Td (, ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 59.53 290.09 Td (file_uploads) Tj ET Q +q 0.000 g BT 59.53 247.57 Td (file_uploads) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 118.22 290.09 Td (, and ) Tj ET Q +q 0.000 g BT 118.22 247.57 Td (, and ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 145.75 290.09 Td (allow_url_include) Tj ET Q +q 0.000 g BT 145.75 247.57 Td (allow_url_include) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 230.10 290.09 Td ( options must be set to true in the PHP configuration.) Tj ET Q +q 0.000 g BT 230.10 247.57 Td ( options must be set to true in the PHP configuration.) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 261.74 Td (Major updates to the Phoronix Test Suite are released on a quarterly basis. The latest stable and) Tj ET Q -q 0.000 g BT 59.53 247.57 Td (development versions of the Phoronix Test Suite are available at ) Tj ET Q +q 0.000 g BT 59.53 219.22 Td (Major updates to the Phoronix Test Suite are released on a quarterly basis. The latest stable and) Tj ET Q +q 0.000 g BT 59.53 205.05 Td (development versions of the Phoronix Test Suite are available at ) Tj ET Q BT /F1 11.00 Tf ET -q 0.000 0.000 0.455 rg BT 376.84 247.57 Td (Phoronix-Test-Suite.com) Tj ET 376.84 246.47 130.19 -0.55 re f Q +q 0.000 0.000 0.455 rg BT 376.84 205.05 Td (Phoronix-Test-Suite.com) Tj ET 376.84 203.95 130.19 -0.55 re f Q BT /F2 11.00 Tf ET -q 0.000 g BT 507.03 247.57 Td (. The Git) Tj ET Q -q 0.000 g BT 59.53 233.39 Td (repository where the latest Phoronix Test Suite code is provided is hosted at ) Tj ET Q +q 0.000 g BT 507.03 205.05 Td (. The Git) Tj ET Q +q 0.000 g BT 59.53 190.87 Td (repository where the latest Phoronix Test Suite code is provided is hosted at ) Tj ET Q BT /F1 11.00 Tf ET -q 0.000 0.000 0.455 rg BT 59.53 219.22 Td (github.com/phoronix-test-suite) Tj ET 59.53 218.12 161.95 -0.55 re f Q +q 0.000 0.000 0.455 rg BT 59.53 176.70 Td (github.com/phoronix-test-suite) Tj ET 59.53 175.60 161.95 -0.55 re f Q BT /F2 11.00 Tf ET -q 0.000 g BT 221.48 219.22 Td ( and can be cloned/pulled from the ) Tj ET Q +q 0.000 g BT 221.48 176.70 Td ( and can be cloned/pulled from the ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 59.53 205.05 Td (https://github.com/phoronix-test-suite/phoronix-test-suite.git) Tj ET Q +q 0.000 g BT 59.53 162.53 Td (https://github.com/phoronix-test-suite/phoronix-test-suite.git) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 348.09 205.05 Td ( repository location. The latest upstream) Tj ET Q -q 0.000 g BT 59.53 190.87 Td (development code is housed in the master tree while older Phoronix Test Suite releases are available) Tj ET Q -q 0.000 g BT 59.53 176.70 Td (in their respective Git branches based upon the release's code-name.) Tj ET Q +q 0.000 g BT 348.09 162.53 Td ( repository location. The latest upstream) Tj ET Q +q 0.000 g BT 59.53 148.35 Td (development code is housed in the master tree while older Phoronix Test Suite releases are available) Tj ET Q +q 0.000 g BT 59.53 134.18 Td (in their respective Git branches based upon the release's code-name.) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 148.35 Td (If building the PHP package from upstream sources, it should just be a matter of running ) Tj ET Q +q 0.000 g BT 59.53 105.83 Td (If building the PHP package from upstream sources, it should just be a matter of running ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 491.78 148.35 Td (./configure) Tj ET Q +q 0.000 g BT 491.78 105.83 Td (./configure) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 134.18 Td (with the ) Tj ET Q +q 0.000 g BT 59.53 91.66 Td (with the ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 100.49 134.18 Td (--enable-zip) Tj ET Q +q 0.000 g BT 100.49 91.66 Td (--enable-zip) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 158.56 134.18 Td ( flag \(all other requirements should be apart of the stock PHP configuration\) to) Tj ET Q -q 0.000 g BT 59.53 120.01 Td (satisfy the PHP needs of the Phoronix Test Suite.) Tj ET Q +q 0.000 g BT 158.56 91.66 Td ( flag \(all other requirements should be apart of the stock PHP configuration\) to) Tj ET Q +q 0.000 g BT 59.53 77.49 Td (satisfy the PHP needs of the Phoronix Test Suite.) Tj ET Q BT /F1 14.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 90.76 Td (File Structure) Tj ET Q -BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 63.31 Td (If manually changing the location of the ) Tj ET Q -BT /F3 11.00 Tf ET -q 0.000 g BT 253.36 63.31 Td (phoronix-test-suite) Tj ET Q -BT /F2 11.00 Tf ET -q 0.000 g BT 343.83 63.31 Td ( launcher file, the ) Tj ET Q -BT /F3 11.00 Tf ET -q 0.000 g BT 430.66 63.31 Td (PTS_USER_PATH) Tj ET Q -BT /F2 11.00 Tf ET 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 31.18 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -2699,136 +2578,143 @@ endobj /Contents 66 0 R>> endobj 66 0 obj -<> +<> stream 2 J 0.57 w -BT /F2 11.00 Tf ET +BT /F1 14.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 206.60 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET -q 0.000 g BT 248.47 722.67 Td (Test Client Documentation) Tj ET Q +q 0.000 g BT 234.30 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG 28.35 765.35 m 566.93 765.35 l S -BT /F2 11.00 Tf ET +BT /F1 14.00 Tf ET 0 G -q 0.000 g BT 59.53 686.94 Td (environment variable must be adjusted inside the file to reflect the absolute location that leads to the) Tj ET Q -q 0.000 g BT 59.53 672.76 Td (root directory of the ) Tj ET Q -BT /F3 11.00 Tf ET -q 0.000 g BT 157.35 672.76 Td (pts) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 686.04 Td (File Structure) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 172.02 672.76 Td ( and ) Tj ET Q +q 0.000 g BT 59.53 658.59 Td (If manually changing the location of the ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 196.49 672.76 Td (pts-core) Tj ET Q +q 0.000 g BT 253.36 658.59 Td (phoronix-test-suite) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 236.22 672.76 Td ( folders. The ) Tj ET Q +q 0.000 g BT 343.83 658.59 Td ( launcher file, the ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 300.42 672.76 Td (pts-core) Tj ET Q +q 0.000 g BT 430.66 658.59 Td (PTS_USER_PATH) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 340.15 672.76 Td ( directory contains the "engine" of the) Tj ET Q -q 0.000 g BT 59.53 658.59 Td (Phoronix Test Suite.) Tj ET Q +q 0.000 g BT 59.53 644.42 Td (environment variable must be adjusted inside the file to reflect the absolute location that leads to the) Tj ET Q +q 0.000 g BT 59.53 630.24 Td (root directory of the ) Tj ET Q +BT /F3 11.00 Tf ET +q 0.000 g BT 157.35 630.24 Td (pts) Tj ET Q +BT /F2 11.00 Tf ET +q 0.000 g BT 172.02 630.24 Td ( and ) Tj ET Q +BT /F3 11.00 Tf ET +q 0.000 g BT 196.49 630.24 Td (pts-core) Tj ET Q +BT /F2 11.00 Tf ET +q 0.000 g BT 236.22 630.24 Td ( folders. The ) Tj ET Q +BT /F3 11.00 Tf ET +q 0.000 g BT 300.42 630.24 Td (pts-core) Tj ET Q +BT /F2 11.00 Tf ET +q 0.000 g BT 340.15 630.24 Td ( directory contains the "engine" of the) Tj ET Q +q 0.000 g BT 59.53 616.07 Td (Phoronix Test Suite.) Tj ET Q BT /F1 14.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 629.34 Td (Running Locally) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 586.82 Td (Running Locally) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 601.90 Td (The Phoronix Test Suite can be simply extracted from the downloaded ) Tj ET Q +q 0.000 g BT 59.53 559.38 Td (The Phoronix Test Suite can be simply extracted from the downloaded ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 404.96 601.90 Td (.tar.gz) Tj ET Q +q 0.000 g BT 404.96 559.38 Td (.tar.gz) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 435.53 601.90 Td ( or ) Tj ET Q +q 0.000 g BT 435.53 559.38 Td ( or ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 451.42 601.90 Td (.zip) Tj ET Q +q 0.000 g BT 451.42 559.38 Td (.zip) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 468.54 601.90 Td ( file or it can also) Tj ET Q -q 0.000 g BT 59.53 587.72 Td (be installed system-wide. If you just wish to run the Phoronix Test Suite without installing it, open a) Tj ET Q -q 0.000 g BT 59.53 573.55 Td (terminal and run ) Tj ET Q +q 0.000 g BT 468.54 559.38 Td ( file or it can also) Tj ET Q +q 0.000 g BT 59.53 545.20 Td (be installed system-wide. If you just wish to run the Phoronix Test Suite without installing it, open a) Tj ET Q +q 0.000 g BT 59.53 531.03 Td (terminal and run ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 142.06 573.55 Td (./phoronix-test-suite ) Tj ET Q +q 0.000 g BT 142.06 531.03 Td (./phoronix-test-suite ) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 290.02 573.55 Td ( from the same directory.) Tj ET Q +q 0.000 g BT 290.02 531.03 Td ( from the same directory.) Tj ET Q BT /F1 14.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 544.30 Td (Generic Installation) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 501.78 Td (Generic Installation) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 516.86 Td (Running ) Tj ET Q +q 0.000 g BT 59.53 474.34 Td (Running ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 103.55 516.86 Td (install-sh) Tj ET Q +q 0.000 g BT 103.55 474.34 Td (install-sh) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 146.94 516.86 Td ( from the root directory of the Phoronix Test Suite will install the software for) Tj ET Q -q 0.000 g BT 59.53 502.68 Td (system-wide access. By default the ) Tj ET Q +q 0.000 g BT 146.94 474.34 Td ( from the root directory of the Phoronix Test Suite will install the software for) Tj ET Q +q 0.000 g BT 59.53 460.16 Td (system-wide access. By default the ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 234.37 502.68 Td (phoronix-test-suite) Tj ET Q +q 0.000 g BT 234.37 460.16 Td (phoronix-test-suite) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 324.85 502.68 Td ( executable is in ) Tj ET Q +q 0.000 g BT 324.85 460.16 Td ( executable is in ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 406.78 502.68 Td (/usr/bin/) Tj ET Q +q 0.000 g BT 406.78 460.16 Td (/usr/bin/) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 445.90 502.68 Td (, the Phoronix Test) Tj ET Q -q 0.000 g BT 59.53 488.51 Td (Suite files in ) Tj ET Q +q 0.000 g BT 445.90 460.16 Td (, the Phoronix Test) Tj ET Q +q 0.000 g BT 59.53 445.99 Td (Suite files in ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 121.89 488.51 Td (/usr/share/phoronix-test-suite/) Tj ET Q +q 0.000 g BT 121.89 445.99 Td (/usr/share/phoronix-test-suite/) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 267.38 488.51 Td (, and the documentation in /) Tj ET Q +q 0.000 g BT 267.38 445.99 Td (, and the documentation in /) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 59.53 474.34 Td (usr/share/doc/phoronix-test-suite/) Tj ET Q +q 0.000 g BT 59.53 431.82 Td (usr/share/doc/phoronix-test-suite/) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 222.76 474.34 Td (. Root access is required. The default installation prefix is /usr/ but) Tj ET Q -q 0.000 g BT 59.53 460.16 Td (can be adjusted as the first argument \(example: ) Tj ET Q +q 0.000 g BT 222.76 431.82 Td (. Root access is required. The default installation prefix is /usr/ but) Tj ET Q +q 0.000 g BT 59.53 417.65 Td (can be adjusted as the first argument \(example: ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 294.92 460.16 Td (install-sh /home/user/) Tj ET Q +q 0.000 g BT 294.92 417.65 Td (install-sh /home/user/) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 399.45 460.16 Td ( to install the Phoronix Test Suite) Tj ET Q -q 0.000 g BT 59.53 445.99 Td (in your home directory\).) Tj ET Q +q 0.000 g BT 399.45 417.65 Td ( to install the Phoronix Test Suite) Tj ET Q +q 0.000 g BT 59.53 403.47 Td (in your home directory\).) Tj ET Q BT /F1 14.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 416.75 Td (Debian/Ubuntu Installation) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 374.23 Td (Debian/Ubuntu Installation) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 389.30 Td (Debian/Ubuntu users are able to follow the Generic Installation instructions or can obtain a Debian) Tj ET Q -q 0.000 g BT 59.53 375.13 Td (Package from the Phoronix Test Suite web-site. The package contains the ) Tj ET Q +q 0.000 g BT 59.53 346.78 Td (Debian/Ubuntu users are able to follow the Generic Installation instructions or can obtain a Debian) Tj ET Q +q 0.000 g BT 59.53 332.61 Td (Package from the Phoronix Test Suite web-site. The package contains the ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 423.92 375.13 Td (phoronix-test-suite) Tj ET Q +q 0.000 g BT 423.92 332.61 Td (phoronix-test-suite) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 360.95 Td (executable in ) Tj ET Q +q 0.000 g BT 59.53 318.43 Td (executable in ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 127.40 360.95 Td (/usr/bin/) Tj ET Q +q 0.000 g BT 127.40 318.43 Td (/usr/bin/) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 166.52 360.95 Td (, the Phoronix Test Suite files in ) Tj ET Q +q 0.000 g BT 166.52 318.43 Td (, the Phoronix Test Suite files in ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 324.26 360.95 Td (/usr/share/phoronix-test-suite/) Tj ET Q +q 0.000 g BT 324.26 318.43 Td (/usr/share/phoronix-test-suite/) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 469.76 360.95 Td (, and the) Tj ET Q -q 0.000 g BT 59.53 346.78 Td (documentation in ) Tj ET Q +q 0.000 g BT 469.76 318.43 Td (, and the) Tj ET Q +q 0.000 g BT 59.53 304.26 Td (documentation in ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 146.35 346.78 Td (/usr/share/doc/phoronix-test-suite/) Tj ET Q +q 0.000 g BT 146.35 304.26 Td (/usr/share/doc/phoronix-test-suite/) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 312.64 346.78 Td (.) Tj ET Q +q 0.000 g BT 312.64 304.26 Td (.) Tj ET Q BT /F1 14.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 317.53 Td (Fedora / Red Hat Installation) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 275.01 Td (Fedora / Red Hat Installation) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 290.09 Td (The Phoronix Test Suite can be installed on Fedora, Red Hat Enterprise Linux, and CentOS systems) Tj ET Q -q 0.000 g BT 59.53 275.91 Td (using the generic installation method. Alternatively, a ) Tj ET Q +q 0.000 g BT 59.53 247.57 Td (The Phoronix Test Suite can be installed on Fedora, Red Hat Enterprise Linux, and CentOS systems) Tj ET Q +q 0.000 g BT 59.53 233.39 Td (using the generic installation method. Alternatively, a ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 319.37 275.91 Td (phoronix-test-suite) Tj ET Q +q 0.000 g BT 319.37 233.39 Td (phoronix-test-suite) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 409.84 275.91 Td ( package is available in recent) Tj ET Q -q 0.000 g BT 59.53 261.74 Td (versions of the Fedora repository and in the EPEL \(Extra Packages for Enterprise Linux\) repository for) Tj ET Q -q 0.000 g BT 59.53 247.57 Td (Red Hat Enterprise Linux. However, at times this package may be out-of-date compared to upstream) Tj ET Q -q 0.000 g BT 59.53 233.39 Td (stable.) Tj ET Q +q 0.000 g BT 409.84 233.39 Td ( package is available in recent) Tj ET Q +q 0.000 g BT 59.53 219.22 Td (versions of the Fedora repository and in the EPEL \(Extra Packages for Enterprise Linux\) repository for) Tj ET Q +q 0.000 g BT 59.53 205.05 Td (Red Hat Enterprise Linux. However, at times this package may be out-of-date compared to upstream) Tj ET Q +q 0.000 g BT 59.53 190.87 Td (stable.) Tj ET Q BT /F1 14.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 204.15 Td (BSD Installation) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 161.63 Td (BSD Installation) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 176.70 Td (The Phoronix Test Suite also supports *BSD operating systems. However, like the Solaris support, not) Tj ET Q -q 0.000 g BT 59.53 162.53 Td (all test profiles are compatible with BSD operating systems, but should run well on the likes of FreeBSD) Tj ET Q -q 0.000 g BT 59.53 148.35 Td (and DragonFlyBSD.) Tj ET Q +q 0.000 g BT 59.53 134.18 Td (The Phoronix Test Suite also supports *BSD operating systems. However, like the Solaris support, not) Tj ET Q +q 0.000 g BT 59.53 120.01 Td (all test profiles are compatible with BSD operating systems, but should run well on the likes of FreeBSD) Tj ET Q +q 0.000 g BT 59.53 105.83 Td (and DragonFlyBSD.) Tj ET Q BT /F1 14.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 119.11 Td (MacOS Installation) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 76.59 Td (MacOS Installation) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 91.66 Td (The Phoronix Test Suite is fully supported on Apple's macOS operating system. PHP ships with macOS) Tj ET Q -q 0.000 g BT 59.53 77.49 Td (by default so it's simply a matter of downloading the Phoronix Test Suite package, extracting it, and) Tj ET Q -q 0.000 g BT 59.53 63.31 Td (running the executable. For tests that rely upon a compiler, Apple's XCode with GCC and LLVM can be) Tj ET Q 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -2837,11 +2723,11 @@ endobj <>>>] +/Annots [<>>><>>>] /Contents 68 0 R>> endobj 68 0 obj -<> +<> stream 2 J 0.57 w @@ -2849,18 +2735,27 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG 28.35 765.35 m 566.93 765.35 l S BT /F2 11.00 Tf ET 0 G -q 0.000 g BT 59.53 686.94 Td (utilized.) Tj ET Q +q 0.000 g BT 59.53 686.94 Td (The Phoronix Test Suite is fully supported on Apple's macOS operating system. PHP ships with macOS) Tj ET Q +q 0.000 g BT 59.53 672.76 Td (by default on macOS 12 and older so it's simply a matter of downloading the Phoronix Test Suite) Tj ET Q +q 0.000 g BT 59.53 658.59 Td (package, extracting it, and running the executable. For tests that rely upon a compiler, Apple's XCode) Tj ET Q +q 0.000 g BT 59.53 644.42 Td (with GCC and LLVM can be utilized. On newer versions of macOS not shipping with PHP by default, ) Tj ET Q +BT /F1 11.00 Tf ET +q 0.000 0.000 0.455 rg BT 59.53 630.24 Td (Homebrew) Tj ET 59.53 629.14 56.23 -0.55 re f Q +BT /F2 11.00 Tf ET +q 0.000 g BT 115.76 630.24 Td ( can be used for installing PHP or building PHP from source. The Phoronix Test Suite also) Tj ET Q +q 0.000 g BT 59.53 616.07 Td (supports making use of Homebrew for acquiring necessary Phoronix Test Suite dependencies on) Tj ET Q +q 0.000 g BT 59.53 601.90 Td (macOS.) Tj ET Q 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 26.93 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 26.93 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -2869,11 +2764,11 @@ endobj <>>><>>><>>><>>>] +/Annots [<>>><>>><>>><>>>] /Contents 70 0 R>> endobj 70 0 obj -<> +<> stream 2 J 0.57 w @@ -2881,7 +2776,7 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 192.24 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 202.35 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 232.17 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -2896,8 +2791,8 @@ Phoronix Test Suite On Windows BT /F1 14.00 Tf ET q 0.020 0.486 0.651 rg BT 31.18 640.68 Td (Introduction) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 613.24 Td (Phoronix Test Suite 8.0 introduced rewritten Windows support that is at a near feature parity to the) Tj ET Q -q 0.000 g BT 59.53 599.06 Td (program's long-standing support for Linux, macOS, BSD and Solaris operating systems.) Tj ET Q +q 0.000 g BT 59.53 613.24 Td (Phoronix Test Suite 8.0 introduced rewritten Windows support that is at near feature parity to the) Tj ET Q +q 0.000 g BT 59.53 599.06 Td (program's long-standing support for Linux, macOS, and BSD operating systems.) Tj ET Q BT /F2 11.00 Tf ET q 0.000 g BT 59.53 570.72 Td (The Phoronix Test Suite Windows support currently targets ) Tj ET Q BT /F1 11.00 Tf ET @@ -2911,11 +2806,11 @@ q 0.000 g BT 525.98 570.72 Td ( and ) Tj ET Q BT /F1 11.00 Tf ET q 0.000 g BT 59.53 556.54 Td (Windows Server 2016 x64) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 194.04 556.54 Td (. Earlier versions of Windows, namely Windows Server 2012 and Windows) Tj ET Q -q 0.000 g BT 59.53 542.37 Td (8, may work to some extent but some hardware/software reporting features and other capabilities may) Tj ET Q -q 0.000 g BT 59.53 528.20 Td (be missing or report warning messages. The Phoronix Test Suite Windows support is also exclusively) Tj ET Q -q 0.000 g BT 59.53 514.02 Td (focused on x86 64-bit support: the Phoronix Test Suite itself will run on x86 32-bit but many of the) Tj ET Q -q 0.000 g BT 59.53 499.85 Td (program dependencies are configured for making use of 64-bit binaries.) Tj ET Q +q 0.000 g BT 194.04 556.54 Td ( and later. Earlier versions of Windows, namely Windows Server 2012 and) Tj ET Q +q 0.000 g BT 59.53 542.37 Td (Windows 8, may work to some extent but some hardware/software reporting features and other) Tj ET Q +q 0.000 g BT 59.53 528.20 Td (capabilities may be missing or report warning messages. The Phoronix Test Suite Windows support is) Tj ET Q +q 0.000 g BT 59.53 514.02 Td (also exclusively focused on x86 64-bit support: the Phoronix Test Suite itself will run on x86 32-bit but) Tj ET Q +q 0.000 g BT 59.53 499.85 Td (many of the program dependencies are configured for making use of 64-bit binaries.) Tj ET Q BT /F1 14.00 Tf ET q 0.020 0.486 0.651 rg BT 31.18 470.60 Td (Windows Setup / Dependencies) Tj ET Q BT /F2 11.00 Tf ET @@ -2965,20 +2860,20 @@ q 0.000 g BT 59.53 131.35 Td (The Phoronix Test Suite can run from its local dir q 0.000 g BT 59.53 117.17 Td (path or any other "setup" process prior to execution. On a clean install of Windows or Windows Server,) Tj ET Q q 0.000 g BT 59.53 103.00 Td (deploying the Phoronix Test Suite is designed to be as easy and straight-forward as possible:) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 74.65 Td (1. Download the Phoronix Test Suite 8.0+ or ) Tj ET Q +q 0.000 g BT 59.53 74.65 Td (1. Download the Phoronix Test Suite from ) Tj ET Q BT /F1 11.00 Tf ET -q 0.000 0.000 0.455 rg BT 278.72 74.65 Td (Phoronix-Test-Suite from GitHub) Tj ET 278.72 73.55 171.73 -0.55 re f Q +q 0.000 0.000 0.455 rg BT 266.17 74.65 Td (Phoronix-Test-Suite on GitHub) Tj ET 266.17 73.55 160.73 -0.55 re f Q BT /F2 11.00 Tf ET -q 0.000 g BT 450.46 74.65 Td ( \() Tj ET Q +q 0.000 g BT 426.91 74.65 Td ( \() Tj ET Q BT /F1 11.00 Tf ET -q 0.000 0.000 0.455 rg BT 457.18 74.65 Td (zip file) Tj ET 457.18 73.55 34.23 -0.55 re f Q +q 0.000 0.000 0.455 rg BT 433.63 74.65 Td (zip file) Tj ET 433.63 73.55 34.23 -0.55 re f Q BT /F2 11.00 Tf ET -q 0.000 g BT 491.41 74.65 Td (\).) Tj ET Q +q 0.000 g BT 467.86 74.65 Td (\).) Tj ET Q BT /F2 11.00 Tf ET 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -2991,7 +2886,7 @@ endobj /Contents 72 0 R>> endobj 72 0 obj -<> +<> stream 2 J 0.57 w @@ -2999,7 +2894,7 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -3065,7 +2960,7 @@ q 0.000 g BT 59.53 346.78 Td (side-by-side and fully-reproducible manner.) Tj ET 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 26.93 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 26.93 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -3078,7 +2973,7 @@ endobj /Contents 74 0 R>> endobj 74 0 obj -<> +<> stream 2 J 0.57 w @@ -3086,7 +2981,7 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 192.24 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 202.35 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 232.17 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -3174,7 +3069,7 @@ BT /F2 11.00 Tf ET 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 87.87 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 87.87 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -3187,7 +3082,7 @@ endobj /Contents 76 0 R>> endobj 76 0 obj -<> +<> stream 2 J 0.57 w @@ -3195,7 +3090,7 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 253.18 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 263.30 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 262.64 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -3228,7 +3123,7 @@ q 0.000 g BT 87.87 531.03 Td (macOS Brew) Tj ET Q 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 26.93 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 26.93 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -3241,7 +3136,7 @@ endobj /Contents 78 0 R>> endobj 78 0 obj -<> +<> stream 2 J 0.57 w @@ -3249,7 +3144,7 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 192.24 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 202.35 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 232.17 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -3337,7 +3232,7 @@ BT /F2 11.00 Tf ET 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -3350,7 +3245,7 @@ endobj /Contents 80 0 R>> endobj 80 0 obj -<> +<> stream 2 J 0.57 w @@ -3358,7 +3253,7 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -3374,7 +3269,7 @@ q 0.000 g BT 59.53 630.24 Td (This is the directory where test suites are stored 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 26.93 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 26.93 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -3387,7 +3282,7 @@ endobj /Contents 82 0 R>> endobj 82 0 obj -<> +<> stream 2 J 0.57 w @@ -3395,7 +3290,7 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 192.24 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 202.35 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 232.17 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -3495,7 +3390,7 @@ q 0.000 g BT 59.53 74.65 Td (available, the Phoronix Test Suite will fallback to 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -3508,7 +3403,7 @@ endobj /Contents 84 0 R>> endobj 84 0 obj -<> +<> stream 2 J 0.57 w @@ -3516,7 +3411,7 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -3619,7 +3514,7 @@ q 0.000 g BT 59.53 63.31 Td (problems. However, if a test profile directly depen 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -3632,7 +3527,7 @@ endobj /Contents 86 0 R>> endobj 86 0 obj -<> +<> stream 2 J 0.57 w @@ -3640,7 +3535,7 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -3769,7 +3664,7 @@ q 0.000 g BT 59.53 63.31 Td (directories can be specified as of Phoronix Test Su 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -3782,7 +3677,7 @@ endobj /Contents 88 0 R>> endobj 88 0 obj -<> +<> stream 2 J 0.57 w @@ -3790,7 +3685,7 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -3893,7 +3788,7 @@ BT /F2 11.00 Tf ET 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -3906,7 +3801,7 @@ endobj /Contents 90 0 R>> endobj 90 0 obj -<> +<> stream 2 J 0.57 w @@ -3914,7 +3809,7 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -4019,7 +3914,7 @@ q 0.000 g BT 379.28 63.31 Td ( the Phoronix Test Suite will request) Tj ET Q 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -4032,7 +3927,7 @@ endobj /Contents 92 0 R>> endobj 92 0 obj -<> +<> stream 2 J 0.57 w @@ -4040,7 +3935,7 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -4135,7 +4030,7 @@ BT /F2 11.00 Tf ET 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -4148,7 +4043,7 @@ endobj /Contents 94 0 R>> endobj 94 0 obj -<> +<> stream 2 J 0.57 w @@ -4156,7 +4051,7 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -4275,7 +4170,7 @@ q 0.000 g BT 59.53 63.31 Td (If you wish to use a HTTP proxy server to allow the 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -4288,7 +4183,7 @@ endobj /Contents 96 0 R>> endobj 96 0 obj -<> +<> stream 2 J 0.57 w @@ -4296,7 +4191,7 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -4383,7 +4278,7 @@ q 0.000 g BT 59.53 63.31 Td (The location for the Phoromatic Server to store tes 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -4396,7 +4291,7 @@ endobj /Contents 98 0 R>> endobj 98 0 obj -<> +<> stream 2 J 0.57 w @@ -4404,7 +4299,7 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -4419,7 +4314,7 @@ q 0.000 g BT 353.91 686.94 Td (.) Tj ET Q 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 26.93 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 26.93 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -4432,7 +4327,7 @@ endobj /Contents 100 0 R>> endobj 100 0 obj -<> +<> stream 2 J 0.57 w @@ -4440,7 +4335,7 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 192.24 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 202.35 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 232.17 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -4498,7 +4393,7 @@ BT /F1 14.00 Tf ET 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 31.18 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 31.18 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -4511,7 +4406,7 @@ endobj /Contents 102 0 R>> endobj 102 0 obj -<> +<> stream 2 J 0.57 w @@ -4519,7 +4414,7 @@ BT /F1 14.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 196.49 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 206.60 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 234.30 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -4575,7 +4470,7 @@ BT /F3 11.00 Tf ET 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -4588,7 +4483,7 @@ endobj /Contents 104 0 R>> endobj 104 0 obj -<> +<> stream 2 J 0.57 w @@ -4596,7 +4491,7 @@ BT /F3 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -4651,7 +4546,7 @@ q 0.000 g BT 59.53 63.31 Td (system_monitor module can monitor various exposed s 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -4664,7 +4559,7 @@ endobj /Contents 106 0 R>> endobj 106 0 obj -<> +<> stream 2 J 0.57 w @@ -4672,7 +4567,7 @@ BT /F3 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -4727,7 +4622,7 @@ q 0.000 g BT 59.53 63.31 Td (system/external dependencies needed to run desired 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -4740,7 +4635,7 @@ endobj /Contents 108 0 R>> endobj 108 0 obj -<> +<> stream 2 J 0.57 w @@ -4748,7 +4643,7 @@ BT /F3 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -4804,7 +4699,7 @@ BT /F3 11.00 Tf ET 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -4817,7 +4712,7 @@ endobj /Contents 110 0 R>> endobj 110 0 obj -<> +<> stream 2 J 0.57 w @@ -4825,7 +4720,7 @@ BT /F3 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -4880,7 +4775,7 @@ BT /F3 11.00 Tf ET 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -4893,7 +4788,7 @@ endobj /Contents 112 0 R>> endobj 112 0 obj -<> +<> stream 2 J 0.57 w @@ -4901,7 +4796,7 @@ BT /F3 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -4956,7 +4851,7 @@ BT /F1 14.00 Tf ET 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 31.18 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 31.18 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -4969,7 +4864,7 @@ endobj /Contents 114 0 R>> endobj 114 0 obj -<> +<> stream 2 J 0.57 w @@ -4977,7 +4872,7 @@ BT /F1 14.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 196.49 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 206.60 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 234.30 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -5033,7 +4928,7 @@ q 0.000 g BT 59.53 63.31 Td (number of days the test can be installed without ru 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -5046,7 +4941,7 @@ endobj /Contents 116 0 R>> endobj 116 0 obj -<> +<> stream 2 J 0.57 w @@ -5054,7 +4949,7 @@ BT /F3 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -5109,7 +5004,7 @@ q 0.000 g BT 59.53 63.31 Td (The value can be of type: string.) Tj ET Q 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -5122,7 +5017,7 @@ endobj /Contents 118 0 R>> endobj 118 0 obj -<> +<> stream 2 J 0.57 w @@ -5130,7 +5025,7 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -5188,7 +5083,7 @@ BT /F2 11.00 Tf ET 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -5201,7 +5096,7 @@ endobj /Contents 120 0 R>> endobj 120 0 obj -<> +<> stream 2 J 0.57 w @@ -5209,7 +5104,7 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -5264,7 +5159,7 @@ q 0.000 g BT 59.53 63.31 Td (When this variable is set, the value will can be se 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -5277,7 +5172,7 @@ endobj /Contents 122 0 R>> endobj 122 0 obj -<> +<> stream 2 J 0.57 w @@ -5285,7 +5180,7 @@ BT /F3 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -5340,7 +5235,7 @@ q 0.000 g BT 59.53 63.31 Td (potentially wait when the watchdog is triggered for 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -5353,7 +5248,7 @@ endobj /Contents 124 0 R>> endobj 124 0 obj -<> +<> stream 2 J 0.57 w @@ -5361,7 +5256,7 @@ BT /F3 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -5403,7 +5298,7 @@ q 0.000 g BT 59.53 247.57 Td (The variable depends upon functionality provided b 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 26.93 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 26.93 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -5412,11 +5307,11 @@ endobj <>>><>>><>>><>>><>>>] +/Annots [<>>><>>><>>><>>><>>><>>>] /Contents 126 0 R>> endobj 126 0 obj -<> +<> stream 2 J 0.57 w @@ -5424,7 +5319,7 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 192.24 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 202.35 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 232.17 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -5516,12 +5411,18 @@ q 0.000 g BT 71.13 88.83 Td ( Paid, professional support is available and is don BT /F1 11.00 Tf ET q 0.000 0.000 0.455 rg BT 338.93 88.83 Td (our commercial services) Tj ET 338.93 87.73 129.01 -0.55 re f Q BT /F2 11.00 Tf ET -q 0.000 g BT 467.94 88.83 Td (. We also offer) Tj ET Q -q 0.000 g BT 59.53 74.65 Td (Phoromatic licenses for use within a corporate intranet and other custom services. Free, community) Tj ET Q +q 0.000 g BT 467.94 88.83 Td (. Free, community) Tj ET Q +q 0.000 g BT 59.53 74.65 Td (support is offered via ) Tj ET Q +BT /F1 11.00 Tf ET +q 0.000 0.000 0.455 rg BT 164.69 74.65 Td (GitHub) Tj ET 164.69 73.55 36.66 -0.55 re f Q +BT /F2 11.00 Tf ET +q 0.000 g BT 201.35 74.65 Td (.) Tj ET Q +BT /F2 11.00 Tf ET +BT /F1 11.00 Tf ET 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -5530,151 +5431,134 @@ endobj <>>><>>><>>><>>><>>>] +/Annots [<>>><>>><>>>] /Contents 128 0 R>> endobj 128 0 obj -<> +<> stream 2 J 0.57 w -BT /F2 11.00 Tf ET +BT /F1 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG 28.35 765.35 m 566.93 765.35 l S -BT /F2 11.00 Tf ET +BT /F1 11.00 Tf ET 0 G -q 0.000 g BT 59.53 686.94 Td (support is offered via our ) Tj ET Q -BT /F1 11.00 Tf ET -q 0.000 0.000 0.455 rg BT 183.64 686.94 Td (mailing list) Tj ET 183.64 685.84 57.46 -0.55 re f Q -BT /F2 11.00 Tf ET -q 0.000 g BT 241.10 686.94 Td (, IRC channel \() Tj ET Q -BT /F3 11.00 Tf ET -q 0.000 g BT 314.46 686.94 Td (#phoronix) Tj ET Q -BT /F2 11.00 Tf ET -q 0.000 g BT 362.76 686.94 Td ( on ) Tj ET Q -BT /F3 11.00 Tf ET -q 0.000 g BT 381.11 686.94 Td (FreeNode.net) Tj ET Q -BT /F2 11.00 Tf ET -q 0.000 g BT 448.37 686.94 Td (, and ) Tj ET Q -BT /F1 11.00 Tf ET -q 0.000 0.000 0.455 rg BT 475.89 686.94 Td (GitHub) Tj ET 475.89 685.84 36.66 -0.55 re f Q -BT /F2 11.00 Tf ET -q 0.000 g BT 512.55 686.94 Td (.) Tj ET Q +q 0.000 g BT 59.53 686.94 Td (Q: May I put the Phoronix Test Suite logo on my company's web-site or on my product) Tj ET Q +q 0.000 g BT 59.53 672.76 Td (packaging?) Tj ET Q BT /F2 11.00 Tf ET BT /F1 11.00 Tf ET -q 0.000 g BT 59.53 658.59 Td (Q: May I put the Phoronix Test Suite logo on my company's web-site or on my product) Tj ET Q -q 0.000 g BT 59.53 644.42 Td (packaging?) Tj ET Q +q 0.000 g BT 59.53 644.42 Td (A:) Tj ET Q +BT /F2 11.00 Tf ET +q 0.000 g BT 71.13 644.42 Td ( ) Tj ET Q +BT /F1 11.00 Tf ET +q 0.000 0.000 0.455 rg BT 74.19 644.42 Td (Contact us) Tj ET 74.19 643.32 56.84 -0.55 re f Q +BT /F2 11.00 Tf ET +q 0.000 g BT 131.03 644.42 Td ( for licensing information and details regarding the Phoronix Certification & Qualification) Tj ET Q +q 0.000 g BT 59.53 630.24 Td (Suite.) Tj ET Q BT /F2 11.00 Tf ET BT /F1 11.00 Tf ET -q 0.000 g BT 59.53 616.07 Td (A:) Tj ET Q -BT /F2 11.00 Tf ET -q 0.000 g BT 71.13 616.07 Td ( ) Tj ET Q -BT /F1 11.00 Tf ET -q 0.000 0.000 0.455 rg BT 74.19 616.07 Td (Contact us) Tj ET 74.19 614.97 56.84 -0.55 re f Q -BT /F2 11.00 Tf ET -q 0.000 g BT 131.03 616.07 Td ( for licensing information and details regarding the Phoronix Certification & Qualification) Tj ET Q -q 0.000 g BT 59.53 601.90 Td (Suite.) Tj ET Q +q 0.000 g BT 59.53 601.90 Td (Q: How often is the Phoronix Test Suite updated?) Tj ET Q BT /F2 11.00 Tf ET BT /F1 11.00 Tf ET -q 0.000 g BT 59.53 573.55 Td (Q: How often is the Phoronix Test Suite updated?) Tj ET Q +q 0.000 g BT 59.53 573.55 Td (A:) Tj ET Q BT /F2 11.00 Tf ET +q 0.000 g BT 71.13 573.55 Td ( We provide major updates on a quarterly basis with an occasional point release to fix outstanding) Tj ET Q +q 0.000 g BT 59.53 559.38 Td (bugs or address other issues. The latest work going into the Phoronix Test Suite is accessible via our) Tj ET Q +q 0.000 g BT 59.53 545.20 Td (Git repository at ) Tj ET Q BT /F1 11.00 Tf ET -q 0.000 g BT 59.53 545.20 Td (A:) Tj ET Q +q 0.000 0.000 0.455 rg BT 140.22 545.20 Td (github.com/phoronix-test-suite) Tj ET 140.22 544.10 161.95 -0.55 re f Q BT /F2 11.00 Tf ET -q 0.000 g BT 71.13 545.20 Td ( We provide major updates on a quarterly basis with an occasional point release to fix outstanding) Tj ET Q -q 0.000 g BT 59.53 531.03 Td (bugs or address other issues. The latest work going into the Phoronix Test Suite is accessible via our) Tj ET Q -q 0.000 g BT 59.53 516.86 Td (Git repository at ) Tj ET Q -BT /F1 11.00 Tf ET -q 0.000 0.000 0.455 rg BT 140.22 516.86 Td (github.com/phoronix-test-suite) Tj ET 140.22 515.76 161.95 -0.55 re f Q -BT /F2 11.00 Tf ET -q 0.000 g BT 302.18 516.86 Td (.) Tj ET Q +q 0.000 g BT 302.18 545.20 Td (.) Tj ET Q BT /F1 16.00 Tf ET -q 0.035 0.482 0.937 rg BT 26.93 487.01 Td (Tips & Tricks) Tj ET Q +q 0.035 0.482 0.937 rg BT 26.93 515.36 Td (Tips & Tricks) Tj ET Q BT /F1 14.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 459.26 Td (General) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 487.61 Td (General) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 431.82 Td (- The desktop's screensaver will automatically be shutdown when a test is running and will be restored) Tj ET Q -q 0.000 g BT 59.53 417.65 Td (to its previous state upon the test's completion. This is supported for GNOME, KDE, and other) Tj ET Q -q 0.000 g BT 59.53 403.47 Td (XDG-supportive desktop environments.) Tj ET Q +q 0.000 g BT 59.53 460.16 Td (- The desktop's screensaver will automatically be shutdown when a test is running and will be restored) Tj ET Q +q 0.000 g BT 59.53 445.99 Td (to its previous state upon the test's completion. This is supported for GNOME, KDE, and other) Tj ET Q +q 0.000 g BT 59.53 431.82 Td (XDG-supportive desktop environments.) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 375.13 Td (- If you have many computers you wish to benchmark, once all of your tests have been downloaded,) Tj ET Q -q 0.000 g BT 59.53 360.95 Td (run ) Tj ET Q +q 0.000 g BT 59.53 403.47 Td (- If you have many computers you wish to benchmark, once all of your tests have been downloaded,) Tj ET Q +q 0.000 g BT 59.53 389.30 Td (run ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 78.48 360.95 Td (phoronix-test-suite make-download-cache) Tj ET Q +q 0.000 g BT 78.48 389.30 Td (phoronix-test-suite make-download-cache) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 282.66 360.95 Td ( to generate a copy of these files at ) Tj ET Q +q 0.000 g BT 282.66 389.30 Td ( to generate a copy of these files at ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 59.53 346.78 Td (~/.phoronix-test-suite/download-cache/) Tj ET Q +q 0.000 g BT 59.53 375.13 Td (~/.phoronix-test-suite/download-cache/) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 248.75 346.78 Td (. A download cache is used for conserving time and bandwidth) Tj ET Q -q 0.000 g BT 59.53 332.61 Td (by eliminating the need for the Phoronix Test Suite to download files that have already been) Tj ET Q -q 0.000 g BT 59.53 318.43 Td (downloaded once. Copy this folder to the other systems or copy it to a DVD or USB hard drive, connect) Tj ET Q -q 0.000 g BT 59.53 304.26 Td (it to the next test system, and the Phoronix Test Suite will automatically use this local download cache.) Tj ET Q -q 0.000 g BT 59.53 290.09 Td (Or store these files on a local HTTP/FTP server and then update your ) Tj ET Q +q 0.000 g BT 248.75 375.13 Td (. A download cache is used for conserving time and bandwidth) Tj ET Q +q 0.000 g BT 59.53 360.95 Td (by eliminating the need for the Phoronix Test Suite to download files that have already been) Tj ET Q +q 0.000 g BT 59.53 346.78 Td (downloaded once. Copy this folder to the other systems or copy it to a DVD or USB hard drive, connect) Tj ET Q +q 0.000 g BT 59.53 332.61 Td (it to the next test system, and the Phoronix Test Suite will automatically use this local download cache.) Tj ET Q +q 0.000 g BT 59.53 318.43 Td (Or store these files on a local HTTP/FTP server and then update your ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 59.53 275.91 Td (~/.phoronix-test-suite/user-config.xml) Tj ET Q +q 0.000 g BT 59.53 304.26 Td (~/.phoronix-test-suite/user-config.xml) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 240.17 275.91 Td ( file to reflect the location of this download cache directory.) Tj ET Q +q 0.000 g BT 240.17 304.26 Td ( file to reflect the location of this download cache directory.) Tj ET Q BT /F1 14.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 246.67 Td (Running) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 275.01 Td (Running) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 219.22 Td (- When running a test in batch mode \(through the use of the ) Tj ET Q +q 0.000 g BT 59.53 247.57 Td (- When running a test in batch mode \(through the use of the ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 353.63 219.22 Td (batch-run) Tj ET Q +q 0.000 g BT 353.63 247.57 Td (batch-run) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 400.10 219.22 Td ( or ) Tj ET Q +q 0.000 g BT 400.10 247.57 Td ( or ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 415.99 219.22 Td (batch-benchmark) Tj ET Q +q 0.000 g BT 415.99 247.57 Td (batch-benchmark) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 500.97 219.22 Td ( options\)) Tj ET Q -q 0.000 g BT 59.53 205.05 Td (that normally has end-user options \(such as the sub-test to run or resolution\), the Phoronix Test Suite) Tj ET Q -q 0.000 g BT 59.53 190.87 Td (will run the test with each unique combination of options possible, if configured appropriately.) Tj ET Q +q 0.000 g BT 500.97 247.57 Td ( options\)) Tj ET Q +q 0.000 g BT 59.53 233.39 Td (that normally has end-user options \(such as the sub-test to run or resolution\), the Phoronix Test Suite) Tj ET Q +q 0.000 g BT 59.53 219.22 Td (will run the test with each unique combination of options possible, if configured appropriately.) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 162.53 Td (- When running a test where you are prompted to enter any test options, multiple selections can be) Tj ET Q -q 0.000 g BT 59.53 148.35 Td (performed -- which will result in multiple test runs for each combination of the selected option\(s\) -- by) Tj ET Q -q 0.000 g BT 59.53 134.18 Td (separating each intended test option / number with a comma.) Tj ET Q +q 0.000 g BT 59.53 190.87 Td (- When running a test where you are prompted to enter any test options, multiple selections can be) Tj ET Q +q 0.000 g BT 59.53 176.70 Td (performed -- which will result in multiple test runs for each combination of the selected option\(s\) -- by) Tj ET Q +q 0.000 g BT 59.53 162.53 Td (separating each intended test option / number with a comma.) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 105.83 Td (- When being prompted for the test identifier or the file name for saving the results, several user) Tj ET Q -q 0.000 g BT 59.53 91.66 Td (variables are supported. These include ) Tj ET Q +q 0.000 g BT 59.53 134.18 Td (- When being prompted for the test identifier or the file name for saving the results, several user) Tj ET Q +q 0.000 g BT 59.53 120.01 Td (variables are supported. These include ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 252.12 91.66 Td ($VIDEO_RESOLUTION) Tj ET Q +q 0.000 g BT 252.12 120.01 Td ($VIDEO_RESOLUTION) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 370.09 91.66 Td (, ) Tj ET Q +q 0.000 g BT 370.09 120.01 Td (, ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 376.21 91.66 Td ($VIDEO_CARD) Tj ET Q +q 0.000 g BT 376.21 120.01 Td ($VIDEO_CARD) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 453.83 91.66 Td (, ) Tj ET Q +q 0.000 g BT 453.83 120.01 Td (, ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 59.53 77.49 Td ($OPERATING_SYSTEM) Tj ET Q +q 0.000 g BT 59.53 105.83 Td ($OPERATING_SYSTEM) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 181.78 77.49 Td (, ) Tj ET Q +q 0.000 g BT 181.78 105.83 Td (, ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 187.90 77.49 Td ($PROCESSOR) Tj ET Q +q 0.000 g BT 187.90 105.83 Td ($PROCESSOR) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 264.30 77.49 Td (, ) Tj ET Q +q 0.000 g BT 264.30 105.83 Td (, ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 270.42 77.49 Td ($MOTHERBOARD) Tj ET Q +q 0.000 g BT 270.42 105.83 Td ($MOTHERBOARD) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 363.31 77.49 Td (, ) Tj ET Q +q 0.000 g BT 363.31 105.83 Td (, ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 369.43 77.49 Td ($CHIPSET) Tj ET Q +q 0.000 g BT 369.43 105.83 Td ($CHIPSET) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 423.22 77.49 Td (, and ) Tj ET Q +q 0.000 g BT 423.22 105.83 Td (, and ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 450.74 77.49 Td ($KERNEL_VERSION) Tj ET Q +q 0.000 g BT 450.74 105.83 Td ($KERNEL_VERSION) Tj ET Q +BT /F2 11.00 Tf ET +q 0.000 g BT 556.50 105.83 Td (.) Tj ET Q +q 0.000 g BT 59.53 91.66 Td (If any of these variables are entered, the Phoronix Test Suite will replace them with their respective) Tj ET Q +q 0.000 g BT 59.53 77.49 Td (values before saving the results.) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 556.50 77.49 Td (.) Tj ET Q -q 0.000 g BT 59.53 63.31 Td (If any of these variables are entered, the Phoronix Test Suite will replace them with their respective) Tj ET Q 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -5687,7 +5571,7 @@ endobj /Contents 130 0 R>> endobj 130 0 obj -<> +<> stream 2 J 0.57 w @@ -5695,137 +5579,137 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG 28.35 765.35 m 566.93 765.35 l S BT /F2 11.00 Tf ET 0 G -q 0.000 g BT 59.53 686.94 Td (values before saving the results.) Tj ET Q -BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 658.59 Td (- If ) Tj ET Q +q 0.000 g BT 59.53 686.94 Td (- If ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 75.42 658.59 Td (RemoveDownloadFiles) Tj ET Q +q 0.000 g BT 75.42 686.94 Td (RemoveDownloadFiles) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 188.50 658.59 Td ( is set to ) Tj ET Q +q 0.000 g BT 188.50 686.94 Td ( is set to ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 232.52 658.59 Td (TRUE) Tj ET Q +q 0.000 g BT 232.52 686.94 Td (TRUE) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 262.47 658.59 Td ( within the ) Tj ET Q +q 0.000 g BT 262.47 686.94 Td ( within the ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 315.05 658.59 Td (user-config.xml) Tj ET Q +q 0.000 g BT 315.05 686.94 Td (user-config.xml) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 389.62 658.59 Td ( file, once a test has been installed) Tj ET Q -q 0.000 g BT 59.53 644.42 Td (the originally downloaded files for that test will be automatically removed. This conserves disk space) Tj ET Q -q 0.000 g BT 59.53 630.24 Td (but will cause these files to be re-downloaded the next time the test needs to be re-installed. This will) Tj ET Q -q 0.000 g BT 59.53 616.07 Td (also not back up the downloaded files to the Phoronix Test Suite download cache. Enabling this option) Tj ET Q -q 0.000 g BT 59.53 601.90 Td (is just recommended for users with very limited disk space.) Tj ET Q +q 0.000 g BT 389.62 686.94 Td ( file, once a test has been installed) Tj ET Q +q 0.000 g BT 59.53 672.76 Td (the originally downloaded files for that test will be automatically removed. This conserves disk space) Tj ET Q +q 0.000 g BT 59.53 658.59 Td (but will cause these files to be re-downloaded the next time the test needs to be re-installed. This will) Tj ET Q +q 0.000 g BT 59.53 644.42 Td (also not back up the downloaded files to the Phoronix Test Suite download cache. Enabling this option) Tj ET Q +q 0.000 g BT 59.53 630.24 Td (is just recommended for users with very limited disk space.) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 573.55 Td (- If the amount of video memory for your graphics card is incorrectly reported by the Phoronix Test) Tj ET Q -q 0.000 g BT 59.53 559.38 Td (Suite \(you can check by running ) Tj ET Q +q 0.000 g BT 59.53 601.90 Td (- If the amount of video memory for your graphics card is incorrectly reported by the Phoronix Test) Tj ET Q +q 0.000 g BT 59.53 587.72 Td (Suite \(you can check by running ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 219.10 559.38 Td (phoronix-test-suite diagnostics) Tj ET Q +q 0.000 g BT 219.10 587.72 Td (phoronix-test-suite diagnostics) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 367.66 559.38 Td (\), you can use the ) Tj ET Q +q 0.000 g BT 367.66 587.72 Td (\), you can use the ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 458.16 559.38 Td (VIDEO_MEMORY=) Tj ET Q +q 0.000 g BT 458.16 587.72 Td (VIDEO_MEMORY=) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 545.20 Td (environment variable for overriding the video memory capacity \(in Megabytes\) used by the Phoronix) Tj ET Q -q 0.000 g BT 59.53 531.03 Td (Test Suite.) Tj ET Q +q 0.000 g BT 59.53 573.55 Td (environment variable for overriding the video memory capacity \(in Megabytes\) used by the Phoronix) Tj ET Q +q 0.000 g BT 59.53 559.38 Td (Test Suite.) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 502.68 Td (- If the ) Tj ET Q +q 0.000 g BT 59.53 531.03 Td (- If the ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 93.77 502.68 Td (DISPLAY) Tj ET Q +q 0.000 g BT 93.77 531.03 Td (DISPLAY) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 140.23 502.68 Td ( environment variable is not set or ) Tj ET Q +q 0.000 g BT 140.23 531.03 Td ( environment variable is not set or ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 308.36 502.68 Td (NO_GRAPHICS_TESTS) Tj ET Q +q 0.000 g BT 308.36 531.03 Td (NO_GRAPHICS_TESTS) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 430.00 502.68 Td ( environment variable is) Tj ET Q -q 0.000 g BT 59.53 488.51 Td (set, tests of type ) Tj ET Q +q 0.000 g BT 430.00 531.03 Td ( environment variable is) Tj ET Q +q 0.000 g BT 59.53 516.86 Td (set, tests of type ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 142.69 488.51 Td (Graphics) Tj ET Q +q 0.000 g BT 142.69 516.86 Td (Graphics) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 186.70 488.51 Td ( will not be run. Likewise, if ) Tj ET Q +q 0.000 g BT 186.70 516.86 Td ( will not be run. Likewise, if ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 320.58 488.51 Td (NO_SYSTEM_TESTS) Tj ET Q +q 0.000 g BT 320.58 516.86 Td (NO_SYSTEM_TESTS) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 430.00 488.51 Td ( environment variable is) Tj ET Q -q 0.000 g BT 59.53 474.34 Td (set, tests of type ) Tj ET Q +q 0.000 g BT 430.00 516.86 Td ( environment variable is) Tj ET Q +q 0.000 g BT 59.53 502.68 Td (set, tests of type ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 142.69 474.34 Td (System) Tj ET Q +q 0.000 g BT 142.69 502.68 Td (System) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 179.36 474.34 Td ( will not run. This applies to all test types where ) Tj ET Q +q 0.000 g BT 179.36 502.68 Td ( will not run. This applies to all test types where ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 412.29 474.34 Td (NO__TESTS) Tj ET Q +q 0.000 g BT 412.29 502.68 Td (NO__TESTS) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 549.23 474.34 Td ( is) Tj ET Q -q 0.000 g BT 59.53 460.16 Td (set.) Tj ET Q +q 0.000 g BT 549.23 502.68 Td ( is) Tj ET Q +q 0.000 g BT 59.53 488.51 Td (set.) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 431.82 Td (- If while running multiple tests you want to quit the testing prematurely, in a new terminal window type ) Tj ET Q +q 0.000 g BT 59.53 460.16 Td (- If while running multiple tests you want to quit the testing prematurely, in a new terminal window type ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 59.53 417.65 Td (touch ~/.phoronix-test-suite/halt-testing) Tj ET Q +q 0.000 g BT 59.53 445.99 Td (touch ~/.phoronix-test-suite/halt-testing) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 249.37 417.65 Td (. All results for tests that had already run will be saved) Tj ET Q -q 0.000 g BT 59.53 403.47 Td (\(permitting you opted to save the results\), except for the test currently being run.) Tj ET Q +q 0.000 g BT 249.37 445.99 Td (. All results for tests that had already run will be saved) Tj ET Q +q 0.000 g BT 59.53 431.82 Td (\(permitting you opted to save the results\), except for the test currently being run.) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 375.13 Td (- If you wish to stop the current test run prematurely but continue the testing process, in a new terminal) Tj ET Q -q 0.000 g BT 59.53 360.95 Td (window type ) Tj ET Q +q 0.000 g BT 59.53 403.47 Td (- If you wish to stop the current test run prematurely but continue the testing process, in a new terminal) Tj ET Q +q 0.000 g BT 59.53 389.30 Td (window type ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 123.11 360.95 Td (touch ~/.phoronix-test-suite/skip-test) Tj ET Q +q 0.000 g BT 123.11 389.30 Td (touch ~/.phoronix-test-suite/skip-test) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 300.10 360.95 Td (.) Tj ET Q +q 0.000 g BT 300.10 389.30 Td (.) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 332.61 Td (- If you want the specified test\(s\) to run in a loop for a set period of time, use the ) Tj ET Q +q 0.000 g BT 59.53 360.95 Td (- If you want the specified test\(s\) to run in a loop for a set period of time, use the ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 451.45 332.61 Td (TOTAL_LOOP_TIME) Tj ET Q +q 0.000 g BT 451.45 360.95 Td (TOTAL_LOOP_TIME) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 318.43 Td (environment variable. For instance, running ) Tj ET Q +q 0.000 g BT 59.53 346.78 Td (environment variable. For instance, running ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 274.12 318.43 Td (TOTAL_LOOP_TIME=120 phoronix-test-suite benchmark) Tj ET Q -q 0.000 g BT 59.53 304.26 Td (ffmpeg) Tj ET Q +q 0.000 g BT 274.12 346.78 Td (TOTAL_LOOP_TIME=120 phoronix-test-suite benchmark) Tj ET Q +q 0.000 g BT 59.53 332.61 Td (ffmpeg) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 93.15 304.26 Td ( would keep running the ffmpeg test profile for 120 minutes.) Tj ET Q +q 0.000 g BT 93.15 332.61 Td ( would keep running the ffmpeg test profile for 120 minutes.) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 275.91 Td (- If you want the specified test\(s\) to run in a loop for a set number of times, use the ) Tj ET Q +q 0.000 g BT 59.53 304.26 Td (- If you want the specified test\(s\) to run in a loop for a set number of times, use the ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 59.53 261.74 Td (TOTAL_LOOP_COUNT) Tj ET Q +q 0.000 g BT 59.53 290.09 Td (TOTAL_LOOP_COUNT) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 176.89 261.74 Td ( environment variable. For instance, running ) Tj ET Q +q 0.000 g BT 176.89 290.09 Td ( environment variable. For instance, running ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 394.53 261.74 Td (TOTAL_LOOP_COUNT=3) Tj ET Q -q 0.000 g BT 59.53 247.57 Td (phoronix-test-suite benchmark ffmpeg) Tj ET Q +q 0.000 g BT 394.53 290.09 Td (TOTAL_LOOP_COUNT=3) Tj ET Q +q 0.000 g BT 59.53 275.91 Td (phoronix-test-suite benchmark ffmpeg) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 244.15 247.57 Td ( would keep running the ffmpeg test profile three times.) Tj ET Q +q 0.000 g BT 244.15 275.91 Td ( would keep running the ffmpeg test profile three times.) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 219.22 Td (- When any tests are being installed and when tests are being run, a lock is created in the system's) Tj ET Q -q 0.000 g BT 59.53 205.05 Td (temporary directory with the name ) Tj ET Q +q 0.000 g BT 59.53 247.57 Td (- When any tests are being installed and when tests are being run, a lock is created in the system's) Tj ET Q +q 0.000 g BT 59.53 233.39 Td (temporary directory with the name ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 228.86 205.05 Td (phoronix-test-suite.active) Tj ET Q +q 0.000 g BT 228.86 233.39 Td (phoronix-test-suite.active) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 351.13 205.05 Td ( \(i.e. ) Tj ET Q +q 0.000 g BT 351.13 233.39 Td ( \(i.e. ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 375.58 205.05 Td (/tmp/phoronix-test-suite.active) Tj ET Q +q 0.000 g BT 375.58 233.39 Td (/tmp/phoronix-test-suite.active) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 522.30 205.05 Td (\) and is) Tj ET Q -q 0.000 g BT 59.53 190.87 Td (removed upon completion. Thus if you have any system scripts that you wish to run when tests are not) Tj ET Q -q 0.000 g BT 59.53 176.70 Td (running or being installed as to not impact the results, one simple way to handle this is by having the) Tj ET Q -q 0.000 g BT 59.53 162.53 Td (script check for the existence of this lock.) Tj ET Q +q 0.000 g BT 522.30 233.39 Td (\) and is) Tj ET Q +q 0.000 g BT 59.53 219.22 Td (removed upon completion. Thus if you have any system scripts that you wish to run when tests are not) Tj ET Q +q 0.000 g BT 59.53 205.05 Td (running or being installed as to not impact the results, one simple way to handle this is by having the) Tj ET Q +q 0.000 g BT 59.53 190.87 Td (script check for the existence of this lock.) Tj ET Q BT /F1 14.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 133.28 Td (Troubleshooting) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 161.63 Td (Troubleshooting) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 105.83 Td (- If a test profile fails immediately after starting, check the test profile's directory in ) Tj ET Q +q 0.000 g BT 59.53 134.18 Td (- If a test profile fails immediately after starting, check the test profile's directory in ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 59.53 91.66 Td (~/.phoronix-test-suite/installed-tests/) Tj ET Q +q 0.000 g BT 59.53 120.01 Td (~/.phoronix-test-suite/installed-tests/) Tj ET Q +BT /F2 11.00 Tf ET +q 0.000 g BT 235.90 120.01 Td ( to confirm that the needed files are present. On platforms without) Tj ET Q +q 0.000 g BT 59.53 105.83 Td (External Dependencies support \(Windows\), it may be necessary to download the files manually and) Tj ET Q +q 0.000 g BT 59.53 91.66 Td (place them in this directory. If this is the case, you will notice that the "Downloading" phase of test) Tj ET Q +q 0.000 g BT 59.53 77.49 Td (installation completes instantly.) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 235.90 91.66 Td ( to confirm that the needed files are present. On platforms without) Tj ET Q -q 0.000 g BT 59.53 77.49 Td (External Dependencies support \(Windows\), it may be necessary to download the files manually and) Tj ET Q -q 0.000 g BT 59.53 63.31 Td (place them in this directory. If this is the case, you will notice that the "Downloading" phase of test) Tj ET Q 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -5838,7 +5722,7 @@ endobj /Contents 132 0 R>> endobj 132 0 obj -<> +<> stream 2 J 0.57 w @@ -5846,61 +5730,59 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG 28.35 765.35 m 566.93 765.35 l S BT /F2 11.00 Tf ET 0 G -q 0.000 g BT 59.53 686.94 Td (installation completes instantly.) Tj ET Q +q 0.000 g BT 59.53 686.94 Td (- Inspect the scripts inside the above test profile's directory and confirm that directories or search paths) Tj ET Q +q 0.000 g BT 59.53 672.76 Td (for the test correspond to those on your system) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 658.59 Td (- Inspect the scripts inside the above test profile's directory and confirm that directories or search paths) Tj ET Q -q 0.000 g BT 59.53 644.42 Td (for the test correspond to those on your system) Tj ET Q -BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 616.07 Td (- Try running the test profile with the ) Tj ET Q +q 0.000 g BT 59.53 644.42 Td (- Try running the test profile with the ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 238.05 616.07 Td (debug-benchmark) Tj ET Q +q 0.000 g BT 238.05 644.42 Td (debug-benchmark) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 326.70 616.07 Td ( command, or reinstalling with the ) Tj ET Q +q 0.000 g BT 326.70 644.42 Td ( command, or reinstalling with the ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 493.59 616.07 Td (debug-install) Tj ET Q +q 0.000 g BT 493.59 644.42 Td (debug-install) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 601.90 Td (command and make note of any unusual output.) Tj ET Q +q 0.000 g BT 59.53 630.24 Td (command and make note of any unusual output.) Tj ET Q BT /F1 14.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 544.30 Td (Configuration) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 572.65 Td (Configuration) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 516.86 Td (- The user configuration options for the Phoronix Test Suite are stored in ) Tj ET Q +q 0.000 g BT 59.53 545.20 Td (- The user configuration options for the Phoronix Test Suite are stored in ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 59.53 502.68 Td (~/.phoronix-test-suite/user-config.xml) Tj ET Q +q 0.000 g BT 59.53 531.03 Td (~/.phoronix-test-suite/user-config.xml) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 240.17 502.68 Td (. The batch mode options are also stored within this file and those) Tj ET Q -q 0.000 g BT 59.53 488.51 Td (can be adjusted by running ) Tj ET Q +q 0.000 g BT 240.17 531.03 Td (. The batch mode options are also stored within this file and those) Tj ET Q +q 0.000 g BT 59.53 516.86 Td (can be adjusted by running ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 194.66 488.51 Td (phoronix-test-suite batch-setup) Tj ET Q +q 0.000 g BT 194.66 516.86 Td (phoronix-test-suite batch-setup) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 345.67 488.51 Td (.) Tj ET Q +q 0.000 g BT 345.67 516.86 Td (.) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 460.16 Td (- The colors, size, and other attributes for the graphs found within the Phoronix Test Suite Results) Tj ET Q -q 0.000 g BT 59.53 445.99 Td (Viewer can be modified via the file ) Tj ET Q +q 0.000 g BT 59.53 488.51 Td (- The colors, size, and other attributes for the graphs found within the Phoronix Test Suite Results) Tj ET Q +q 0.000 g BT 59.53 474.34 Td (Viewer can be modified via the file ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 229.49 445.99 Td (~/.phoronix-test-suite/graph-config.json) Tj ET Q +q 0.000 g BT 229.49 474.34 Td (~/.phoronix-test-suite/graph-config.json) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 419.93 445.99 Td (.) Tj ET Q +q 0.000 g BT 419.93 474.34 Td (.) Tj ET Q BT /F1 14.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 416.75 Td (Test / Suite Writing) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 445.09 Td (Test / Suite Writing) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 389.30 Td (- The Phoronix Test Suite recursively determines tests/suites and allows a suite to call another suite.) Tj ET Q +q 0.000 g BT 59.53 417.65 Td (- The Phoronix Test Suite recursively determines tests/suites and allows a suite to call another suite.) Tj ET Q BT /F1 14.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 360.05 Td (Module Writing) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 388.40 Td (Module Writing) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 332.61 Td (- By writing a Phoronix Test Suite module, you can easily extend the functionality of the Phoronix Test) Tj ET Q -q 0.000 g BT 59.53 318.43 Td (Suite. Some examples are being able to email the results upon completion, controlling the system's) Tj ET Q -q 0.000 g BT 59.53 304.26 Td (screensaver, updating a text LCD panel with the current test status, etc.) Tj ET Q +q 0.000 g BT 59.53 360.95 Td (- By writing a Phoronix Test Suite module, you can easily extend the functionality of the Phoronix Test) Tj ET Q +q 0.000 g BT 59.53 346.78 Td (Suite. Some examples are being able to email the results upon completion, controlling the system's) Tj ET Q +q 0.000 g BT 59.53 332.61 Td (screensaver, updating a text LCD panel with the current test status, etc.) Tj ET Q 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 26.93 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 26.93 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -5913,7 +5795,7 @@ endobj /Contents 134 0 R>> endobj 134 0 obj -<> +<> stream 2 J 0.57 w @@ -5921,7 +5803,7 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 192.24 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 202.35 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 232.17 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -5989,7 +5871,7 @@ BT /F1 13.00 Tf ET 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 31.18 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 31.18 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -6002,7 +5884,7 @@ endobj /Contents 136 0 R>> endobj 136 0 obj -<> +<> stream 2 J 0.57 w @@ -6010,7 +5892,7 @@ BT /F1 13.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 196.49 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 206.60 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 234.30 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -6081,7 +5963,7 @@ BT /F1 13.00 Tf ET 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 31.18 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 31.18 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -6094,7 +5976,7 @@ endobj /Contents 138 0 R>> endobj 138 0 obj -<> +<> stream 2 J 0.57 w @@ -6102,7 +5984,7 @@ BT /F1 13.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 196.49 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 206.60 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 234.30 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -6174,7 +6056,7 @@ BT /F1 13.00 Tf ET 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 31.18 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 31.18 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -6187,7 +6069,7 @@ endobj /Contents 140 0 R>> endobj 140 0 obj -<> +<> stream 2 J 0.57 w @@ -6195,7 +6077,7 @@ BT /F1 13.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 196.49 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 206.60 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 234.30 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -6266,7 +6148,7 @@ BT /F1 13.00 Tf ET 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 31.18 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 31.18 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -6279,7 +6161,7 @@ endobj /Contents 142 0 R>> endobj 142 0 obj -<> +<> stream 2 J 0.57 w @@ -6287,7 +6169,7 @@ BT /F1 13.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 196.49 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 206.60 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 234.30 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -6358,7 +6240,7 @@ BT /F2 11.00 Tf ET 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -6371,7 +6253,7 @@ endobj /Contents 144 0 R>> endobj 144 0 obj -<> +<> stream 2 J 0.57 w @@ -6379,7 +6261,7 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -6448,7 +6330,7 @@ BT /F1 13.00 Tf ET 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 31.18 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 31.18 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -6461,7 +6343,7 @@ endobj /Contents 146 0 R>> endobj 146 0 obj -<> +<> stream 2 J 0.57 w @@ -6469,7 +6351,7 @@ BT /F1 13.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 196.49 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 206.60 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 234.30 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -6540,7 +6422,7 @@ q 0.000 g BT 59.53 63.31 Td (This is a collection of test profiles found within 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -6553,7 +6435,7 @@ endobj /Contents 148 0 R>> endobj 148 0 obj -<> +<> stream 2 J 0.57 w @@ -6561,7 +6443,7 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -6634,7 +6516,7 @@ BT /F2 11.00 Tf ET 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -6647,7 +6529,7 @@ endobj /Contents 150 0 R>> endobj 150 0 obj -<> +<> stream 2 J 0.57 w @@ -6655,7 +6537,7 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -6726,7 +6608,7 @@ BT /F2 11.00 Tf ET 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -6739,7 +6621,7 @@ endobj /Contents 152 0 R>> endobj 152 0 obj -<> +<> stream 2 J 0.57 w @@ -6747,7 +6629,7 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -6816,7 +6698,7 @@ BT /F1 13.00 Tf ET 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 31.18 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 31.18 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -6829,7 +6711,7 @@ endobj /Contents 154 0 R>> endobj 154 0 obj -<> +<> stream 2 J 0.57 w @@ -6837,7 +6719,7 @@ BT /F1 13.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 196.49 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 206.60 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 234.30 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -6908,7 +6790,7 @@ q 0.000 g BT 59.53 63.31 Td (This is a collection of test profiles found within 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -6921,7 +6803,7 @@ endobj /Contents 156 0 R>> endobj 156 0 obj -<> +<> stream 2 J 0.57 w @@ -6929,7 +6811,7 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -7002,7 +6884,7 @@ BT /F2 11.00 Tf ET 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -7015,7 +6897,7 @@ endobj /Contents 158 0 R>> endobj 158 0 obj -<> +<> stream 2 J 0.57 w @@ -7023,7 +6905,7 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -7035,7 +6917,7 @@ q 0.000 g BT 59.53 672.76 Td (the test profile is specified as being compatible 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 26.93 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 26.93 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -7048,7 +6930,7 @@ endobj /Contents 160 0 R>> endobj 160 0 obj -<> +<> stream 2 J 0.57 w @@ -7056,7 +6938,7 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 192.24 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 202.35 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 232.17 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -7161,7 +7043,7 @@ BT /F2 11.00 Tf ET 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -7174,7 +7056,7 @@ endobj /Contents 162 0 R>> endobj 162 0 obj -<> +<> stream 2 J 0.57 w @@ -7182,7 +7064,7 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -7197,7 +7079,7 @@ q 0.000 g BT 59.53 630.24 Td (displayed. The file-system in use is always captur 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 26.93 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 26.93 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -7210,7 +7092,7 @@ endobj /Contents 164 0 R>> endobj 164 0 obj -<> +<> stream 2 J 0.57 w @@ -7218,7 +7100,7 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 192.24 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 202.35 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 232.17 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -7279,7 +7161,7 @@ q 0.000 g BT 59.53 74.65 Td (managing many test systems. From the Phoromatic int 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -7292,7 +7174,7 @@ endobj /Contents 166 0 R>> endobj 166 0 obj -<> +<> stream 2 J 0.57 w @@ -7300,7 +7182,7 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -7363,7 +7245,7 @@ q 0.000 g BT 59.53 63.31 Td (obtain the needed OpenBenchmarking.org test/suite m 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -7376,7 +7258,7 @@ endobj /Contents 168 0 R>> endobj 168 0 obj -<> +<> stream 2 J 0.57 w @@ -7384,7 +7266,7 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -7409,10 +7291,10 @@ q 0.000 g BT 59.53 545.20 Td (ports set by default for these services but must b q 0.000 g BT 59.53 531.03 Td (Avahi zero-conf network discovery and other automated detection in place, there's little restrictions over) Tj ET Q q 0.000 g BT 59.53 516.86 Td (the port selection.) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 488.51 Td (Systemd and Upstart service files are shipped with the Phoronix Test Suite for those that wish to have) Tj ET Q -q 0.000 g BT 59.53 474.34 Td (the services automatically run as daemons. The only new requirements over the basic Phoronix Test) Tj ET Q -q 0.000 g BT 59.53 460.16 Td (Suite system requirements is having PHP-SQLite support installed and the newer version of PHP is) Tj ET Q -q 0.000 g BT 59.53 445.99 Td (recommended for offering the best support.) Tj ET Q +q 0.000 g BT 59.53 488.51 Td (Systemd service files are shipped with the Phoronix Test Suite for those that wish to have the services) Tj ET Q +q 0.000 g BT 59.53 474.34 Td (automatically run as daemons. The only new requirements over the basic Phoronix Test Suite system) Tj ET Q +q 0.000 g BT 59.53 460.16 Td (requirements is having PHP-SQLite support installed and the newer version of PHP is recommended) Tj ET Q +q 0.000 g BT 59.53 445.99 Td (for offering the best support.) Tj ET Q BT /F1 14.00 Tf ET q 0.020 0.486 0.651 rg BT 31.18 416.75 Td (Example Deployments) Tj ET Q BT /F1 13.00 Tf ET @@ -7452,7 +7334,7 @@ q 0.000 g BT 59.53 63.31 Td (installing the Phoronix Test Suite on the system yo 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -7465,7 +7347,7 @@ endobj /Contents 170 0 R>> endobj 170 0 obj -<> +<> stream 2 J 0.57 w @@ -7473,7 +7355,7 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -7552,7 +7434,7 @@ BT /F3 11.00 Tf ET 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -7565,7 +7447,7 @@ endobj /Contents 172 0 R>> endobj 172 0 obj -<> +<> stream 2 J 0.57 w @@ -7573,7 +7455,7 @@ BT /F3 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -7671,7 +7553,7 @@ q 0.000 g BT 232.52 63.31 Td (. There's also a NoNetworkCommunication tag, but s 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -7684,7 +7566,7 @@ endobj /Contents 174 0 R>> endobj 174 0 obj -<> +<> stream 2 J 0.57 w @@ -7692,7 +7574,7 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -7710,7 +7592,7 @@ q 0.000 g BT 59.53 587.72 Td (responsibilities of the Phoromatic Server. Over ti q 0.000 g BT 59.53 573.55 Td (utilized for bi-directional, real-time communication between the server and clients -- including for) Tj ET Q q 0.000 g BT 59.53 559.38 Td (features like viewing real-time hardware sensors of client systems from the server UI.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 530.43 Td (Systemd / Upstart) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 530.43 Td (Systemd) Tj ET Q BT /F2 11.00 Tf ET q 0.000 g BT 59.53 502.68 Td (Packaged with the Phoronix Test Suite are basic ) Tj ET Q BT /F3 11.00 Tf ET @@ -7720,88 +7602,80 @@ q 0.000 g BT 382.94 502.68 Td ( and ) Tj ET Q BT /F3 11.00 Tf ET q 0.000 g BT 407.40 502.68 Td (phoromatic-server) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 488.51 Td (configurations for both Upstart and systemd init systems. The ) Tj ET Q +q 0.000 g BT 59.53 488.51 Td (configurations for systemd. The ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 360.93 488.51 Td (phoromatic-server) Tj ET Q +q 0.000 g BT 216.04 488.51 Td (phoromatic-server) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 449.55 488.51 Td ( configuration will) Tj ET Q -q 0.000 g BT 59.53 474.34 Td (launch the Phoronix Test Suite's Phoromatic Server and the ) Tj ET Q +q 0.000 g BT 304.66 488.51 Td ( configuration will launch the Phoronix Test Suite's) Tj ET Q +q 0.000 g BT 59.53 474.34 Td (Phoromatic Server and the ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 353.88 474.34 Td (phoromatic-client) Tj ET Q +q 0.000 g BT 193.42 474.34 Td (phoromatic-client) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 437.62 474.34 Td ( service will attempt to) Tj ET Q -q 0.000 g BT 59.53 460.16 Td (connect to a ) Tj ET Q -q 0.000 g BT 122.51 460.16 Td (pre-configured) Tj ET 122.51 459.06 70.92 -0.55 re f Q -q 0.000 g BT 193.43 460.16 Td ( Phoromatic Server. The systemd service files will automatically be installed) Tj ET Q -q 0.000 g BT 59.53 445.99 Td (via the Phoronix Test Suite ) Tj ET Q +q 0.000 g BT 277.16 474.34 Td ( service will attempt to connect to a ) Tj ET Q +q 0.000 g BT 451.40 474.34 Td (pre-configured) Tj ET 451.40 473.24 70.92 -0.55 re f Q +q 0.000 g BT 59.53 460.16 Td (Phoromatic Server. The systemd service files will automatically be installed via the Phoronix Test Suite ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 194.04 445.99 Td (install-sh) Tj ET Q +q 0.000 g BT 59.53 445.99 Td (install-sh) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 237.43 445.99 Td ( process while the Upstart jobs can be copied from ) Tj ET Q -BT /F3 11.00 Tf ET -q 0.000 g BT 59.53 431.82 Td (deploy/phoromatic-upstart/*) Tj ET Q -BT /F2 11.00 Tf ET -q 0.000 g BT 194.02 431.82 Td ( to ) Tj ET Q -BT /F3 11.00 Tf ET -q 0.000 g BT 209.31 431.82 Td (/etc/init) Tj ET Q -BT /F2 11.00 Tf ET -q 0.000 g BT 244.16 431.82 Td (.) Tj ET Q +q 0.000 g BT 102.92 445.99 Td ( process.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 402.87 Td (Cache Verification) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 417.05 Td (Cache Verification) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 375.13 Td (To confirm the files accessible to Phoronix Test Suite client systems, from the Phoromatic Server web) Tj ET Q -q 0.000 g BT 59.53 360.95 Td (user-interface go to the ) Tj ET Q +q 0.000 g BT 59.53 389.30 Td (To confirm the files accessible to Phoronix Test Suite client systems, from the Phoromatic Server web) Tj ET Q +q 0.000 g BT 59.53 375.13 Td (user-interface go to the ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 175.70 360.95 Td (settings) Tj ET Q +q 0.000 g BT 175.70 375.13 Td (settings) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 213.60 360.95 Td ( page followed by the ) Tj ET Q +q 0.000 g BT 213.60 375.13 Td ( page followed by the ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 320.61 360.95 Td (cache settings) Tj ET Q +q 0.000 g BT 320.61 375.13 Td (cache settings) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 390.92 360.95 Td ( link to view information about the) Tj ET Q -q 0.000 g BT 59.53 346.78 Td (download and OpenBenchmarking.org caches. From the client systems, running ) Tj ET Q +q 0.000 g BT 390.92 375.13 Td ( link to view information about the) Tj ET Q +q 0.000 g BT 59.53 360.95 Td (download and OpenBenchmarking.org caches. From the client systems, running ) Tj ET Q BT /F1 11.00 Tf ET -q 0.000 g BT 453.25 346.78 Td (phoronix-test-suite) Tj ET Q -q 0.000 g BT 59.53 332.61 Td (phoromatic.explore) Tj ET Q +q 0.000 g BT 453.25 360.95 Td (phoronix-test-suite) Tj ET Q +q 0.000 g BT 59.53 346.78 Td (phoromatic.explore) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 161.61 332.61 Td ( will also supply cache statistics.) Tj ET Q +q 0.000 g BT 161.61 346.78 Td ( will also supply cache statistics.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 303.66 Td (Log Files) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 317.83 Td (Log Files) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 275.91 Td (The Phoromatic Server will produce a log file of events / debugging information to ) Tj ET Q +q 0.000 g BT 59.53 290.09 Td (The Phoromatic Server will produce a log file of events / debugging information to ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 59.53 261.74 Td (~/.phoronix-test-suite/phoromatic.log) Tj ET Q +q 0.000 g BT 59.53 275.91 Td (~/.phoronix-test-suite/phoromatic.log) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 237.74 261.74 Td ( or ) Tj ET Q +q 0.000 g BT 237.74 275.91 Td ( or ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 253.63 261.74 Td (/var/log/phoromatic.log) Tj ET Q +q 0.000 g BT 253.63 275.91 Td (/var/log/phoromatic.log) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 364.90 261.74 Td ( depending upon the service's) Tj ET Q -q 0.000 g BT 59.53 247.57 Td (permissions. When running the Phoronix Test Suite Phoromatic client, the log will be written to one of) Tj ET Q -q 0.000 g BT 59.53 233.39 Td (the respective locations in ) Tj ET Q +q 0.000 g BT 364.90 275.91 Td ( depending upon the service's) Tj ET Q +q 0.000 g BT 59.53 261.74 Td (permissions. When running the Phoronix Test Suite Phoromatic client, the log will be written to one of) Tj ET Q +q 0.000 g BT 59.53 247.57 Td (the respective locations in ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 189.14 233.39 Td (phoronix-test-suite.log) Tj ET Q +q 0.000 g BT 189.14 247.57 Td (phoronix-test-suite.log) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 297.35 233.39 Td (.) Tj ET Q +q 0.000 g BT 297.35 247.57 Td (.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 204.45 Td (Multi-User Accounts) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 218.62 Td (Multi-User Accounts) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 176.70 Td (For each time a user account is made from the Phoromatic web UI's log-in page, all of the test) Tj ET Q -q 0.000 g BT 59.53 162.53 Td (schedules, systems, and other account information is separate to allow for a completely isolated) Tj ET Q -q 0.000 g BT 59.53 148.35 Td (multi-user system. If a main administrator \(the one creating the account\) wishes to have multiple users) Tj ET Q -q 0.000 g BT 59.53 134.18 Td (sharing the same account data, that user can create additional accounts from the ) Tj ET Q +q 0.000 g BT 59.53 190.87 Td (For each time a user account is made from the Phoromatic web UI's log-in page, all of the test) Tj ET Q +q 0.000 g BT 59.53 176.70 Td (schedules, systems, and other account information is separate to allow for a completely isolated) Tj ET Q +q 0.000 g BT 59.53 162.53 Td (multi-user system. If a main administrator \(the one creating the account\) wishes to have multiple users) Tj ET Q +q 0.000 g BT 59.53 148.35 Td (sharing the same account data, that user can create additional accounts from the ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 456.96 134.18 Td (Users) Tj ET Q +q 0.000 g BT 456.96 148.35 Td (Users) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 485.68 134.18 Td ( tab of their) Tj ET Q -q 0.000 g BT 59.53 120.01 Td (account. The main administrator can make an additional administrator account or a "viewer" account) Tj ET Q -q 0.000 g BT 59.53 105.83 Td (that can consume the account's data but not create/modify the schedules, systems, or other account) Tj ET Q -q 0.000 g BT 59.53 91.66 Td (details.) Tj ET Q +q 0.000 g BT 485.68 148.35 Td ( tab of their) Tj ET Q +q 0.000 g BT 59.53 134.18 Td (account. The main administrator can make an additional administrator account or a "viewer" account) Tj ET Q +q 0.000 g BT 59.53 120.01 Td (that can consume the account's data but not create/modify the schedules, systems, or other account) Tj ET Q +q 0.000 g BT 59.53 105.83 Td (details.) Tj ET Q BT /F1 13.00 Tf ET +q 0.020 0.486 0.651 rg BT 31.18 62.71 Td (File Locations) Tj ET Q +BT /F2 11.00 Tf ET 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 31.18 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -7814,79 +7688,77 @@ endobj /Contents 176 0 R>> endobj 176 0 obj -<> +<> stream 2 J 0.57 w -BT /F1 13.00 Tf ET +BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 196.49 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET -q 0.000 g BT 234.30 722.67 Td (Test Client Documentation) Tj ET Q +q 0.000 g BT 248.47 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG 28.35 765.35 m 566.93 765.35 l S -BT /F1 13.00 Tf ET +BT /F2 11.00 Tf ET 0 G -q 0.020 0.486 0.651 rg BT 31.18 686.34 Td (File Locations) Tj ET Q -BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 644.42 Td (When running the Phoronix Test Suite Phoromatic Server as root, rather than using the ) Tj ET Q +q 0.000 g BT 59.53 686.94 Td (When running the Phoronix Test Suite Phoromatic Server as root, rather than using the ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 59.53 630.24 Td (~/.phoronix-test-suite/) Tj ET Q +q 0.000 g BT 59.53 672.76 Td (~/.phoronix-test-suite/) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 165.60 630.24 Td ( directory, the standard Linux file-system hierarchy standard is honored. The main) Tj ET Q -q 0.000 g BT 59.53 616.07 Td (storage path is ) Tj ET Q +q 0.000 g BT 165.60 672.76 Td ( directory, the standard Linux file-system hierarchy standard is honored. The main) Tj ET Q +q 0.000 g BT 59.53 658.59 Td (storage path is ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 134.73 616.07 Td (/var/lib/phoronix-test-suite/) Tj ET Q +q 0.000 g BT 134.73 658.59 Td (/var/lib/phoronix-test-suite/) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 263.72 616.07 Td (, the user configuration file is ) Tj ET Q +q 0.000 g BT 263.72 658.59 Td (, the user configuration file is ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 406.79 616.07 Td (/etc/phoronix-test-suite.xml) Tj ET Q +q 0.000 g BT 406.79 658.59 Td (/etc/phoronix-test-suite.xml) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 538.21 616.07 Td (, and) Tj ET Q +q 0.000 g BT 538.21 658.59 Td (, and) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 59.53 601.90 Td (/var/cache/phoronix-test-suite/) Tj ET Q +q 0.000 g BT 59.53 644.42 Td (/var/cache/phoronix-test-suite/) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 206.86 601.90 Td ( for cache files.) Tj ET Q +q 0.000 g BT 206.86 644.42 Td ( for cache files.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 572.95 Td (Uploading Other Test Results) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 615.47 Td (Uploading Other Test Results) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 545.20 Td (Unscheduled test results and other results found on connected systems to a Phoromatic account can) Tj ET Q -q 0.000 g BT 59.53 531.03 Td (upload the data to the Phoromatic Server using the ) Tj ET Q +q 0.000 g BT 59.53 587.72 Td (Unscheduled test results and other results found on connected systems to a Phoromatic account can) Tj ET Q +q 0.000 g BT 59.53 573.55 Td (upload the data to the Phoromatic Server using the ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 310.83 531.03 Td (phoronix-test-suite phoromatic.upload-result ) Tj ET Q +q 0.000 g BT 310.83 573.55 Td (phoronix-test-suite phoromatic.upload-result ) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 127.69 516.86 Td ( sub-command.) Tj ET Q +q 0.000 g BT 127.69 559.38 Td ( sub-command.) Tj ET Q BT /F1 13.00 Tf ET -q 0.020 0.486 0.651 rg BT 31.18 487.91 Td (User Context File Logging) Tj ET Q +q 0.020 0.486 0.651 rg BT 31.18 530.43 Td (User Context File Logging) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 460.16 Td (For those utilizing custom set context script files as part of the Phoromatic test schedule, any important) Tj ET Q -q 0.000 g BT 59.53 445.99 Td (notes / log information can be written to the file specified by the ) Tj ET Q +q 0.000 g BT 59.53 502.68 Td (For those utilizing custom set context script files as part of the Phoromatic test schedule, any important) Tj ET Q +q 0.000 g BT 59.53 488.51 Td (notes / log information can be written to the file specified by the ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 369.52 445.99 Td (PHOROMATIC_LOG_FILE) Tj ET Q +q 0.000 g BT 369.52 488.51 Td (PHOROMATIC_LOG_FILE) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 59.53 431.82 Td (environment variable set while running the user context scripts. The contents of that file is then sent to) Tj ET Q -q 0.000 g BT 59.53 417.65 Td (the Phoromatic Server otherwise the standard output of the script's execution is submitted to the) Tj ET Q -q 0.000 g BT 59.53 403.47 Td (Phoromatic Server for logging. These logs can then be viewed by the Phoromatic Server along with the) Tj ET Q -q 0.000 g BT 59.53 389.30 Td (test results. Other environment variables accessible when running a user context script include ) Tj ET Q +q 0.000 g BT 59.53 474.34 Td (environment variable set while running the user context scripts. The contents of that file is then sent to) Tj ET Q +q 0.000 g BT 59.53 460.16 Td (the Phoromatic Server otherwise the standard output of the script's execution is submitted to the) Tj ET Q +q 0.000 g BT 59.53 445.99 Td (Phoromatic Server for logging. These logs can then be viewed by the Phoromatic Server along with the) Tj ET Q +q 0.000 g BT 59.53 431.82 Td (test results. Other environment variables accessible when running a user context script include ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 59.53 375.13 Td (PHOROMATIC_TRIGGER) Tj ET Q +q 0.000 g BT 59.53 417.65 Td (PHOROMATIC_TRIGGER) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 190.32 375.13 Td (, ) Tj ET Q +q 0.000 g BT 190.32 417.65 Td (, ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 196.43 375.13 Td (PHOROMATIC_SCHEDULE_ID) Tj ET Q +q 0.000 g BT 196.43 417.65 Td (PHOROMATIC_SCHEDULE_ID) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 354.12 375.13 Td (, and ) Tj ET Q +q 0.000 g BT 354.12 417.65 Td (, and ) Tj ET Q BT /F3 11.00 Tf ET -q 0.000 g BT 59.53 360.95 Td (PHOROMATIC_SCHEDULE_PROCESS) Tj ET Q +q 0.000 g BT 59.53 403.47 Td (PHOROMATIC_SCHEDULE_PROCESS) Tj ET Q BT /F2 11.00 Tf ET -q 0.000 g BT 260.00 360.95 Td (.) Tj ET Q +q 0.000 g BT 260.00 403.47 Td (.) Tj ET Q 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 26.93 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 26.93 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -7899,7 +7771,7 @@ endobj /Contents 178 0 R>> endobj 178 0 obj -<> +<> stream 2 J 0.57 w @@ -7907,7 +7779,7 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 192.24 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 202.35 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 232.17 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -7971,7 +7843,7 @@ q 0.000 g BT 59.53 188.04 Td (systems.) Tj ET Q 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 26.93 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 26.93 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -7984,7 +7856,7 @@ endobj /Contents 180 0 R>> endobj 180 0 obj -<> +<> stream 2 J 0.57 w @@ -7992,7 +7864,7 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 192.24 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 202.35 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 232.17 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -8063,7 +7935,7 @@ q 0.000 g BT 59.53 74.65 Td (Phoronix Test Suite should respond gracefully and n 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 59.53 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -8076,7 +7948,7 @@ endobj /Contents 182 0 R>> endobj 182 0 obj -<> +<> stream 2 J 0.57 w @@ -8084,7 +7956,7 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 224.83 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 234.95 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 248.47 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -8113,7 +7985,7 @@ q 0.000 g BT 450.18 516.86 Td (.) Tj ET Q 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 26.93 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 26.93 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -8126,7 +7998,7 @@ endobj /Contents 184 0 R>> endobj 184 0 obj -<> +<> stream 2 J 0.57 w @@ -8134,7 +8006,7 @@ BT /F2 11.00 Tf ET 1.000 1.000 1.000 rg q 85.04 0 0 44.13 28.35 775.08 cm /I2 Do Q BT /F1 14.00 Tf ET -q 0.000 g BT 192.24 738.48 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 202.35 738.48 Td (Phoronix Test Suite v10.8.0) Tj ET Q BT /F1 10.00 Tf ET q 0.000 g BT 232.17 722.67 Td (Test Client Documentation) Tj ET Q 0.020 0.486 0.651 RG @@ -8166,7 +8038,7 @@ q 0.000 g BT 307.12 584.89 Td (.) Tj ET Q 0.020 0.486 0.651 RG 28.35 42.52 m 566.93 42.52 l S BT /F1 7.00 Tf ET -q 0.000 g BT 31.18 26.25 Td (Phoronix Test Suite v10.8.0m2) Tj ET Q +q 0.000 g BT 31.18 26.25 Td (Phoronix Test Suite v10.8.0) Tj ET Q 566.93 28.35 0.00 0.00 re f q 0.000 g BT 466.08 26.25 Td (www.phoronix-test-suite.com) Tj ET Q endstream @@ -8411,7 +8283,7 @@ endobj /Parent 195 0 R /Prev 196 0 R /Next 198 0 R -/Dest [9 0 R /XYZ 0 133.23 null] +/Dest [9 0 R /XYZ 0 218.26 null] /Count 0>> endobj 198 0 obj @@ -8419,7 +8291,7 @@ endobj /Parent 195 0 R /Prev 197 0 R /Next 199 0 R -/Dest [11 0 R /XYZ 0 187.08 null] +/Dest [11 0 R /XYZ 0 272.12 null] /Count 0>> endobj 199 0 obj @@ -8427,7 +8299,7 @@ endobj /Parent 195 0 R /Prev 198 0 R /Next 200 0 R -/Dest [15 0 R /XYZ 0 428.03 null] +/Dest [15 0 R /XYZ 0 513.07 null] /Count 0>> endobj 200 0 obj @@ -8435,7 +8307,7 @@ endobj /Parent 195 0 R /Prev 199 0 R /Next 201 0 R -/Dest [17 0 R /XYZ 0 286.30 null] +/Dest [17 0 R /XYZ 0 385.51 null] /Count 0>> endobj 201 0 obj @@ -8443,7 +8315,7 @@ endobj /Parent 195 0 R /Prev 200 0 R /Next 202 0 R -/Dest [21 0 R /XYZ 0 385.51 null] +/Dest [21 0 R /XYZ 0 513.07 null] /Count 0>> endobj 202 0 obj @@ -8451,7 +8323,7 @@ endobj /Parent 195 0 R /Prev 201 0 R /Next 203 0 R -/Dest [25 0 R /XYZ 0 229.60 null] +/Dest [25 0 R /XYZ 0 541.41 null] /Count 0>> endobj 203 0 obj @@ -8459,7 +8331,7 @@ endobj /Parent 195 0 R /Prev 202 0 R /Next 204 0 R -/Dest [29 0 R /XYZ 0 513.07 null] +/Dest [27 0 R /XYZ 0 102.04 null] /Count 0>> endobj 204 0 obj @@ -8467,7 +8339,7 @@ endobj /Parent 195 0 R /Prev 203 0 R /Next 205 0 R -/Dest [33 0 R /XYZ 0 428.03 null] +/Dest [33 0 R /XYZ 0 697.32 null] /Count 0>> endobj 205 0 obj @@ -8475,7 +8347,7 @@ endobj /Parent 195 0 R /Prev 204 0 R /Next 206 0 R -/Dest [35 0 R /XYZ 0 583.93 null] +/Dest [33 0 R /XYZ 0 243.78 null] /Count 0>> endobj 206 0 obj @@ -8483,7 +8355,7 @@ endobj /Parent 195 0 R /Prev 205 0 R /Next 207 0 R -/Dest [37 0 R /XYZ 0 711.49 null] +/Dest [35 0 R /XYZ 0 371.34 null] /Count 0>> endobj 207 0 obj @@ -8491,7 +8363,7 @@ endobj /Parent 195 0 R /Prev 206 0 R /Next 208 0 R -/Dest [37 0 R /XYZ 0 158.74 null] +/Dest [37 0 R /XYZ 0 555.59 null] /Count 0>> endobj 208 0 obj @@ -8499,7 +8371,7 @@ endobj /Parent 195 0 R /Prev 207 0 R /Next 209 0 R -/Dest [39 0 R /XYZ 0 314.64 null] +/Dest [39 0 R /XYZ 0 470.55 null] /Count 0>> endobj 209 0 obj @@ -8507,7 +8379,7 @@ endobj /Parent 195 0 R /Prev 208 0 R /Next 210 0 R -/Dest [41 0 R /XYZ 0 456.37 null] +/Dest [41 0 R /XYZ 0 668.97 null] /Count 0>> endobj 210 0 obj @@ -8515,7 +8387,7 @@ endobj /Parent 195 0 R /Prev 209 0 R /Next 211 0 R -/Dest [43 0 R /XYZ 0 399.68 null] +/Dest [43 0 R /XYZ 0 640.63 null] /Count 0>> endobj 211 0 obj @@ -8524,7 +8396,7 @@ endobj /Prev 210 0 R /First 213 0 R /Last 238 0 R -/Dest [43 0 R /XYZ 0 286.30 null] +/Dest [43 0 R /XYZ 0 541.41 null] /Count 0>> endobj 212 0 obj @@ -8777,14 +8649,14 @@ endobj /Prev 241 0 R /First 252 0 R /Last 256 0 R -/Dest [63 0 R /XYZ 0 399.69 null] +/Dest [63 0 R /XYZ 0 357.17 null] /Count 0>> endobj 243 0 obj <> endobj 244 0 obj @@ -8792,7 +8664,7 @@ endobj /Parent 242 0 R /Prev 243 0 R /Next 245 0 R -/Dest [63 0 R /XYZ 0 116.22 null] +/Dest [63 0 R /XYZ 0 73.70 null] /Count 0>> endobj 245 0 obj @@ -8800,7 +8672,7 @@ endobj /Parent 242 0 R /Prev 244 0 R /Next 246 0 R -/Dest [65 0 R /XYZ 0 654.80 null] +/Dest [65 0 R /XYZ 0 612.28 null] /Count 0>> endobj 246 0 obj @@ -8808,7 +8680,7 @@ endobj /Parent 242 0 R /Prev 245 0 R /Next 247 0 R -/Dest [65 0 R /XYZ 0 569.76 null] +/Dest [65 0 R /XYZ 0 527.24 null] /Count 0>> endobj 247 0 obj @@ -8816,7 +8688,7 @@ endobj /Parent 242 0 R /Prev 246 0 R /Next 248 0 R -/Dest [65 0 R /XYZ 0 442.20 null] +/Dest [65 0 R /XYZ 0 399.69 null] /Count 0>> endobj 248 0 obj @@ -8824,7 +8696,7 @@ endobj /Parent 242 0 R /Prev 247 0 R /Next 249 0 R -/Dest [65 0 R /XYZ 0 342.99 null] +/Dest [65 0 R /XYZ 0 300.47 null] /Count 0>> endobj 249 0 obj @@ -8832,14 +8704,14 @@ endobj /Parent 242 0 R /Prev 248 0 R /Next 250 0 R -/Dest [65 0 R /XYZ 0 229.61 null] +/Dest [65 0 R /XYZ 0 187.09 null] /Count 0>> endobj 250 0 obj <> endobj 251 0 obj @@ -9485,14 +9357,14 @@ endobj /Prev 328 0 R /First 330 0 R /Last 335 0 R -/Dest [127 0 R /XYZ 0 513.07 null] +/Dest [127 0 R /XYZ 0 541.42 null] /Count 0>> endobj 330 0 obj <> endobj 331 0 obj @@ -9500,7 +9372,7 @@ endobj /Parent 329 0 R /Prev 330 0 R /Next 332 0 R -/Dest [127 0 R /XYZ 0 272.13 null] +/Dest [127 0 R /XYZ 0 300.47 null] /Count 0>> endobj 332 0 obj @@ -9508,7 +9380,7 @@ endobj /Parent 329 0 R /Prev 331 0 R /Next 333 0 R -/Dest [129 0 R /XYZ 0 158.74 null] +/Dest [129 0 R /XYZ 0 187.09 null] /Count 0>> endobj 333 0 obj @@ -9516,7 +9388,7 @@ endobj /Parent 329 0 R /Prev 332 0 R /Next 334 0 R -/Dest [131 0 R /XYZ 0 569.76 null] +/Dest [131 0 R /XYZ 0 598.11 null] /Count 0>> endobj 334 0 obj @@ -9524,14 +9396,14 @@ endobj /Parent 329 0 R /Prev 333 0 R /Next 335 0 R -/Dest [131 0 R /XYZ 0 442.20 null] +/Dest [131 0 R /XYZ 0 470.55 null] /Count 0>> endobj 335 0 obj <> endobj 336 0 obj @@ -9706,12 +9578,12 @@ endobj << /Producer (Phoronix Test Suite) /Subject (Phoronix-Test-Suite.com) -/Title (Phoronix Test Suite v10.8.0m2) +/Title (Phoronix Test Suite v10.8.0) /Subject () /Author (Phoronix Test Suite) /Keywords () -/Creator (PhoronixTestSuite/Tjeldsund) -/CreationDate (D:20211219065830) +/Creator (PhoronixTestSuite/Nesseby) +/CreationDate (D:20211225035901) >> endobj 357 0 obj @@ -9725,363 +9597,363 @@ endobj xref 0 358 0000000000 65535 f -0000416579 00000 n -0000428945 00000 n +0000413522 00000 n +0000425888 00000 n 0000000009 00000 n 0000000382 00000 n -0000000881 00000 n -0000001243 00000 n -0000007433 00000 n -0000007661 00000 n -0000009776 00000 n -0000010005 00000 n -0000013836 00000 n -0000014066 00000 n -0000019542 00000 n -0000019772 00000 n -0000024578 00000 n -0000024808 00000 n -0000029611 00000 n -0000029841 00000 n -0000034750 00000 n -0000034980 00000 n -0000039631 00000 n -0000039861 00000 n -0000044384 00000 n -0000044614 00000 n -0000049149 00000 n -0000049379 00000 n -0000053537 00000 n -0000053767 00000 n -0000058491 00000 n -0000058721 00000 n -0000063125 00000 n -0000063355 00000 n -0000068224 00000 n -0000068454 00000 n -0000072848 00000 n -0000073078 00000 n -0000077178 00000 n -0000077408 00000 n -0000081690 00000 n -0000081920 00000 n -0000086643 00000 n -0000086873 00000 n -0000091586 00000 n -0000091816 00000 n -0000095494 00000 n -0000095724 00000 n -0000099975 00000 n -0000100205 00000 n -0000103996 00000 n -0000104226 00000 n -0000108706 00000 n -0000108936 00000 n -0000112802 00000 n -0000113032 00000 n -0000116581 00000 n -0000116811 00000 n -0000120009 00000 n -0000120239 00000 n -0000124409 00000 n -0000124639 00000 n -0000127139 00000 n -0000127494 00000 n -0000133060 00000 n -0000133594 00000 n -0000139509 00000 n -0000139739 00000 n -0000146353 00000 n -0000146583 00000 n -0000147260 00000 n -0000147962 00000 n -0000154295 00000 n -0000154525 00000 n -0000158432 00000 n -0000158662 00000 n -0000162450 00000 n -0000162680 00000 n -0000164114 00000 n -0000164344 00000 n -0000169088 00000 n -0000169318 00000 n -0000170262 00000 n -0000170630 00000 n -0000176361 00000 n -0000176591 00000 n -0000182792 00000 n -0000183022 00000 n -0000190400 00000 n -0000190630 00000 n -0000196504 00000 n -0000196734 00000 n -0000202832 00000 n -0000203062 00000 n -0000208163 00000 n -0000208530 00000 n -0000214512 00000 n -0000214742 00000 n -0000220034 00000 n -0000220264 00000 n -0000221116 00000 n -0000221347 00000 n -0000225125 00000 n -0000225357 00000 n -0000229234 00000 n -0000229466 00000 n -0000233649 00000 n -0000233881 00000 n -0000238003 00000 n -0000238235 00000 n -0000241932 00000 n -0000242164 00000 n -0000246356 00000 n -0000246588 00000 n -0000250354 00000 n -0000250586 00000 n -0000254428 00000 n -0000254660 00000 n -0000258569 00000 n -0000258801 00000 n -0000262454 00000 n -0000262686 00000 n -0000266287 00000 n -0000266519 00000 n -0000270680 00000 n -0000270912 00000 n -0000274256 00000 n -0000275043 00000 n -0000281208 00000 n -0000282090 00000 n -0000289203 00000 n -0000289435 00000 n -0000296799 00000 n -0000297031 00000 n -0000300244 00000 n -0000300476 00000 n -0000305142 00000 n -0000305374 00000 n -0000309287 00000 n -0000309519 00000 n -0000313669 00000 n -0000313901 00000 n -0000317805 00000 n -0000318037 00000 n -0000322121 00000 n -0000322353 00000 n -0000326415 00000 n -0000326647 00000 n -0000330657 00000 n -0000330889 00000 n -0000335133 00000 n -0000335365 00000 n -0000339369 00000 n -0000339601 00000 n -0000343672 00000 n -0000343904 00000 n -0000347934 00000 n -0000348166 00000 n -0000352475 00000 n -0000352707 00000 n -0000353602 00000 n -0000353834 00000 n -0000360759 00000 n -0000360991 00000 n -0000362325 00000 n -0000362557 00000 n -0000366951 00000 n -0000367183 00000 n -0000372536 00000 n -0000372768 00000 n -0000378246 00000 n -0000378478 00000 n -0000383776 00000 n -0000384008 00000 n -0000390165 00000 n -0000390397 00000 n -0000396734 00000 n -0000396966 00000 n -0000400640 00000 n -0000400872 00000 n -0000405637 00000 n -0000405869 00000 n -0000411583 00000 n -0000411815 00000 n -0000414073 00000 n -0000414706 00000 n -0000417336 00000 n -0000417439 00000 n -0000417537 00000 n -0000417643 00000 n -0000421804 00000 n -0000422584 00000 n -0000429099 00000 n -0000429248 00000 n -0000429359 00000 n -0000429496 00000 n -0000429609 00000 n -0000429770 00000 n -0000429879 00000 n -0000430013 00000 n -0000430138 00000 n -0000430269 00000 n -0000430407 00000 n -0000430536 00000 n -0000430668 00000 n -0000430803 00000 n -0000430926 00000 n -0000431059 00000 n -0000431184 00000 n -0000431311 00000 n -0000431447 00000 n -0000431578 00000 n -0000431706 00000 n -0000431852 00000 n -0000431987 00000 n -0000432116 00000 n -0000432262 00000 n -0000432392 00000 n -0000432522 00000 n -0000432662 00000 n -0000432809 00000 n -0000432948 00000 n -0000433078 00000 n -0000433202 00000 n -0000433356 00000 n -0000433512 00000 n -0000433653 00000 n -0000433803 00000 n -0000433937 00000 n -0000434067 00000 n -0000434208 00000 n -0000434341 00000 n -0000434487 00000 n -0000434619 00000 n -0000434749 00000 n -0000434883 00000 n -0000435019 00000 n -0000435159 00000 n -0000435291 00000 n -0000435443 00000 n -0000435568 00000 n -0000435742 00000 n -0000435860 00000 n -0000435990 00000 n -0000436128 00000 n -0000436239 00000 n -0000436371 00000 n -0000436504 00000 n -0000436642 00000 n -0000436786 00000 n -0000436933 00000 n -0000437067 00000 n -0000437189 00000 n -0000437339 00000 n -0000437455 00000 n -0000437601 00000 n -0000437761 00000 n -0000437903 00000 n -0000438022 00000 n -0000438164 00000 n -0000438326 00000 n -0000438436 00000 n -0000438608 00000 n -0000438736 00000 n -0000438869 00000 n +0000000879 00000 n +0000001242 00000 n +0000007441 00000 n +0000007669 00000 n +0000010574 00000 n +0000010803 00000 n +0000014641 00000 n +0000014871 00000 n +0000020045 00000 n +0000020275 00000 n +0000025103 00000 n +0000025333 00000 n +0000030231 00000 n +0000030461 00000 n +0000034955 00000 n +0000035185 00000 n +0000039601 00000 n +0000039831 00000 n +0000044396 00000 n +0000044626 00000 n +0000048687 00000 n +0000048917 00000 n +0000053365 00000 n +0000053595 00000 n +0000057644 00000 n +0000057874 00000 n +0000062606 00000 n +0000062836 00000 n +0000067549 00000 n +0000067779 00000 n +0000071790 00000 n +0000072020 00000 n +0000076184 00000 n +0000076414 00000 n +0000080505 00000 n +0000080735 00000 n +0000085165 00000 n +0000085395 00000 n +0000090409 00000 n +0000090639 00000 n +0000092703 00000 n +0000092933 00000 n +0000097256 00000 n +0000097486 00000 n +0000101330 00000 n +0000101560 00000 n +0000106112 00000 n +0000106342 00000 n +0000110337 00000 n +0000110567 00000 n +0000114131 00000 n +0000114361 00000 n +0000117555 00000 n +0000117785 00000 n +0000121951 00000 n +0000122181 00000 n +0000124677 00000 n +0000125032 00000 n +0000130577 00000 n +0000131111 00000 n +0000136872 00000 n +0000137102 00000 n +0000143714 00000 n +0000144065 00000 n +0000145677 00000 n +0000146379 00000 n +0000152703 00000 n +0000152933 00000 n +0000156836 00000 n +0000157066 00000 n +0000160850 00000 n +0000161080 00000 n +0000162510 00000 n +0000162740 00000 n +0000167480 00000 n +0000167710 00000 n +0000168650 00000 n +0000169018 00000 n +0000174745 00000 n +0000174975 00000 n +0000181172 00000 n +0000181402 00000 n +0000188776 00000 n +0000189006 00000 n +0000194876 00000 n +0000195106 00000 n +0000201200 00000 n +0000201430 00000 n +0000206527 00000 n +0000206894 00000 n +0000212872 00000 n +0000213102 00000 n +0000218390 00000 n +0000218620 00000 n +0000219468 00000 n +0000219699 00000 n +0000223473 00000 n +0000223705 00000 n +0000227578 00000 n +0000227810 00000 n +0000231989 00000 n +0000232221 00000 n +0000236339 00000 n +0000236571 00000 n +0000240264 00000 n +0000240496 00000 n +0000244684 00000 n +0000244916 00000 n +0000248678 00000 n +0000248910 00000 n +0000252748 00000 n +0000252980 00000 n +0000256885 00000 n +0000257117 00000 n +0000260766 00000 n +0000260998 00000 n +0000264595 00000 n +0000264827 00000 n +0000268984 00000 n +0000269216 00000 n +0000272556 00000 n +0000273486 00000 n +0000279780 00000 n +0000280327 00000 n +0000286803 00000 n +0000287035 00000 n +0000294397 00000 n +0000294629 00000 n +0000297746 00000 n +0000297978 00000 n +0000302640 00000 n +0000302872 00000 n +0000306781 00000 n +0000307013 00000 n +0000311159 00000 n +0000311391 00000 n +0000315291 00000 n +0000315523 00000 n +0000319603 00000 n +0000319835 00000 n +0000323893 00000 n +0000324125 00000 n +0000328131 00000 n +0000328363 00000 n +0000332603 00000 n +0000332835 00000 n +0000336835 00000 n +0000337067 00000 n +0000341134 00000 n +0000341366 00000 n +0000345392 00000 n +0000345624 00000 n +0000349929 00000 n +0000350161 00000 n +0000351052 00000 n +0000351284 00000 n +0000358205 00000 n +0000358437 00000 n +0000359767 00000 n +0000359999 00000 n +0000364389 00000 n +0000364621 00000 n +0000369970 00000 n +0000370202 00000 n +0000375664 00000 n +0000375896 00000 n +0000381190 00000 n +0000381422 00000 n +0000387575 00000 n +0000387807 00000 n +0000393783 00000 n +0000394015 00000 n +0000397599 00000 n +0000397831 00000 n +0000402592 00000 n +0000402824 00000 n +0000408534 00000 n +0000408766 00000 n +0000411020 00000 n +0000411653 00000 n +0000414279 00000 n +0000414382 00000 n +0000414480 00000 n +0000414586 00000 n +0000418747 00000 n +0000419527 00000 n +0000426042 00000 n +0000426191 00000 n +0000426302 00000 n +0000426439 00000 n +0000426552 00000 n +0000426713 00000 n +0000426822 00000 n +0000426956 00000 n +0000427081 00000 n +0000427212 00000 n +0000427350 00000 n +0000427479 00000 n +0000427611 00000 n +0000427746 00000 n +0000427869 00000 n +0000428002 00000 n +0000428127 00000 n +0000428254 00000 n +0000428390 00000 n +0000428521 00000 n +0000428649 00000 n +0000428795 00000 n +0000428930 00000 n +0000429059 00000 n +0000429205 00000 n +0000429335 00000 n +0000429465 00000 n +0000429605 00000 n +0000429752 00000 n +0000429891 00000 n +0000430021 00000 n +0000430145 00000 n +0000430299 00000 n +0000430455 00000 n +0000430596 00000 n +0000430746 00000 n +0000430880 00000 n +0000431010 00000 n +0000431151 00000 n +0000431284 00000 n +0000431430 00000 n +0000431562 00000 n +0000431692 00000 n +0000431826 00000 n +0000431962 00000 n +0000432102 00000 n +0000432234 00000 n +0000432386 00000 n +0000432511 00000 n +0000432685 00000 n +0000432803 00000 n +0000432933 00000 n +0000433071 00000 n +0000433182 00000 n +0000433313 00000 n +0000433446 00000 n +0000433584 00000 n +0000433728 00000 n +0000433875 00000 n +0000434009 00000 n +0000434131 00000 n +0000434281 00000 n +0000434397 00000 n +0000434543 00000 n +0000434703 00000 n +0000434845 00000 n +0000434964 00000 n +0000435106 00000 n +0000435268 00000 n +0000435378 00000 n +0000435550 00000 n +0000435678 00000 n +0000435811 00000 n +0000435944 00000 n +0000436082 00000 n +0000436215 00000 n +0000436361 00000 n +0000436499 00000 n +0000436635 00000 n +0000436771 00000 n +0000436918 00000 n +0000437060 00000 n +0000437197 00000 n +0000437350 00000 n +0000437499 00000 n +0000437644 00000 n +0000437783 00000 n +0000437931 00000 n +0000438068 00000 n +0000438214 00000 n +0000438348 00000 n +0000438478 00000 n +0000438620 00000 n +0000438749 00000 n +0000438875 00000 n 0000439002 00000 n -0000439140 00000 n +0000439137 00000 n 0000439273 00000 n -0000439419 00000 n -0000439557 00000 n -0000439693 00000 n -0000439829 00000 n -0000439976 00000 n -0000440118 00000 n -0000440255 00000 n -0000440408 00000 n -0000440557 00000 n -0000440702 00000 n -0000440841 00000 n -0000440989 00000 n -0000441126 00000 n -0000441272 00000 n -0000441406 00000 n -0000441536 00000 n -0000441678 00000 n -0000441807 00000 n -0000441933 00000 n -0000442060 00000 n -0000442195 00000 n -0000442331 00000 n -0000442474 00000 n -0000442612 00000 n -0000442739 00000 n -0000442874 00000 n -0000443003 00000 n -0000443132 00000 n -0000443267 00000 n -0000443400 00000 n -0000443540 00000 n -0000443683 00000 n -0000443818 00000 n -0000443955 00000 n -0000444099 00000 n -0000444236 00000 n -0000444365 00000 n -0000444500 00000 n -0000444634 00000 n -0000444779 00000 n -0000444921 00000 n -0000445066 00000 n -0000445211 00000 n -0000445353 00000 n -0000445482 00000 n -0000445623 00000 n -0000445766 00000 n -0000445892 00000 n -0000446025 00000 n -0000446163 00000 n -0000446299 00000 n -0000446442 00000 n -0000446584 00000 n -0000446720 00000 n -0000446857 00000 n -0000446992 00000 n -0000447126 00000 n -0000447258 00000 n -0000447398 00000 n -0000447532 00000 n -0000447662 00000 n -0000447831 00000 n -0000447962 00000 n -0000448109 00000 n -0000448221 00000 n -0000448347 00000 n -0000448481 00000 n -0000448613 00000 n -0000448752 00000 n -0000448871 00000 n -0000449012 00000 n -0000449179 00000 n -0000449310 00000 n -0000449441 00000 n -0000449621 00000 n -0000449758 00000 n -0000449875 00000 n -0000450002 00000 n -0000450144 00000 n -0000450282 00000 n -0000450413 00000 n -0000450550 00000 n -0000450667 00000 n -0000450832 00000 n -0000450982 00000 n -0000451189 00000 n -0000451329 00000 n -0000451492 00000 n -0000451618 00000 n -0000451684 00000 n -0000451940 00000 n +0000439416 00000 n +0000439554 00000 n +0000439681 00000 n +0000439816 00000 n +0000439945 00000 n +0000440074 00000 n +0000440209 00000 n +0000440342 00000 n +0000440482 00000 n +0000440625 00000 n +0000440760 00000 n +0000440897 00000 n +0000441041 00000 n +0000441178 00000 n +0000441307 00000 n +0000441442 00000 n +0000441576 00000 n +0000441721 00000 n +0000441863 00000 n +0000442008 00000 n +0000442153 00000 n +0000442295 00000 n +0000442424 00000 n +0000442565 00000 n +0000442708 00000 n +0000442834 00000 n +0000442967 00000 n +0000443105 00000 n +0000443241 00000 n +0000443384 00000 n +0000443526 00000 n +0000443662 00000 n +0000443799 00000 n +0000443934 00000 n +0000444068 00000 n +0000444200 00000 n +0000444340 00000 n +0000444474 00000 n +0000444604 00000 n +0000444773 00000 n +0000444904 00000 n +0000445051 00000 n +0000445163 00000 n +0000445289 00000 n +0000445423 00000 n +0000445555 00000 n +0000445694 00000 n +0000445813 00000 n +0000445954 00000 n +0000446121 00000 n +0000446252 00000 n +0000446383 00000 n +0000446563 00000 n +0000446700 00000 n +0000446817 00000 n +0000446944 00000 n +0000447086 00000 n +0000447224 00000 n +0000447355 00000 n +0000447492 00000 n +0000447609 00000 n +0000447774 00000 n +0000447924 00000 n +0000448131 00000 n +0000448271 00000 n +0000448434 00000 n +0000448560 00000 n +0000448626 00000 n +0000448878 00000 n trailer << /Size 358 @@ -10089,5 +9961,5 @@ trailer /Info 356 0 R >> startxref -452032 +448970 %%EOF diff --git a/documentation/stubs/00_overview.html b/documentation/stubs/00_overview.html index f60eb0bd3..24d523009 100644 --- a/documentation/stubs/00_overview.html +++ b/documentation/stubs/00_overview.html @@ -5,7 +5,7 @@

    Overview

    The Phoronix Test Suite is the most comprehensive testing and benchmarking platform available for Linux, Solaris, macOS, Windows, and BSD operating systems. The Phoronix Test Suite allows for carrying out tests in a fully automated manner from test installation to execution and reporting. All tests are meant to be easily reproducible, easy-to-use, and support fully automated execution. The Phoronix Test Suite is open-source under the GNU GPLv3 license and is developed by Phoronix Media in cooperation with partners. Version 1.0 of the Phoronix Test Suite was publicly released in 2008.

    -

    The Phoronix Test Suite client itself is a test framework for providing seamless execution of test profiles and test suites. There are more than 600 tests available by default, which are transparently available via OpenBenchmarking.org integration. Of these default test profiles there is a range of sub-systems that can be tested and a range of hardware from mobile devices to desktops and worksrtations/servers. New tests can be easily introduced via the Phoronix Test Suite's extensible test architecture, with test profiles consisting of XML files and shell scripts. Test profiles can produce a quantitative result or other qualitative/abstract results like image quality comparisons and pass/fail. Using Phoronix Test Suite modules, other data can also be automatically collected at run-time such as the system power consumption, disk usage, and other software/hardware sensors. Test suites contain references to test profiles to execute as part of a set or can also reference other test suites. Test suites are defined via an XML schema.

    +

    The Phoronix Test Suite client itself is an automated test framework for providing seamless execution of test profiles and test suites. There are more than 650 tests available by default, which are transparently available via OpenBenchmarking.org integration. Of these default test profiles there is a range of sub-systems that can be tested and a range of hardware from mobile devices to desktops and worksrtations/servers. New tests can be easily introduced via the Phoronix Test Suite's extensible test architecture, with test profiles consisting of XML files and shell scripts. Test profiles can produce a quantitative result or other qualitative/abstract results like image quality comparisons and pass/fail. Using Phoronix Test Suite modules, other data can also be automatically collected at run-time such as the system power consumption, disk usage, and other software/hardware sensors. Test suites contain references to test profiles to execute as part of a set or can also reference other test suites. Test suites are defined via an XML schema.

    Running the Phoronix Test Suite for the first time can be as simple as issuing a command such as phoronix-test-suite benchmark c-ray, which would proceed to install a simple CPU test, execute the test, and report the results. Along with the results, the system's hardware/software information is collected in a detailed manner, relevant system logs, and other important system attributes such as compiler flags and system state. Users can optionally upload their results to OpenBenchmarking.org for sharing results with others, comparing results against other systems, and to carry out further analysis.

    OpenBenchmarking.org

    OpenBenchmarking.org is an open, collaborative testing platform that makes the Phoronix Test Suite an even more extensible platform for conducting automated tests with complete integration into Phoronix Test Suite test client. OpenBenchmarking.org serves as a repository for storing test profiles, test suites, and result data. Test profiles and suites are stored in the OpenBenchmarking.org cloud to allow for new/updated tests to be seamlessly obtained via the Phoronix Test Suite without needing to manually update the Phoronix Test Suite client. OpenBenchmarking.org also makes it easy to facilitate side-by-side comparisons with any other results stored in the OpenBenchmarking.org cloud. Any Phoronix Test Suite user is permitted to upload their test results, test profiles, and suites to OpenBenchmarking.org.

    @@ -14,5 +14,6 @@

    Phoromatic

    Phoromatic is a remote management system for the Phoronix Test Suite that allows the automatic scheduling of tests, remote installation of new tests, and the management of multiple test systems all through an intuitive, easy-to-use web interface. Tests can be scheduled to automatically run on a routine basis across multiple test systems. Phoromatic can also interface with revision control systems to offer support for issuing new tests on a context-basis, such as whenever a Git commit has been pushed or new daily image available. The test results are then available from this central, secure location.

    Phoromatic is an add-on to the Phoronix Test Suite that's primarily intended for enterprise users when facilitating tests across a wide-spectrum of hardware within a test lab or when needing to carry out tests on a routine basis.

    +

    A Phoromatic server can be started using phoronix-test-suite start-phoromatic-server (or the included systemd phoromatic-server service file). Clients can connect to the server using the phoronix-test-suite phoromatic.connect command as well as a phoromatic-client systemd service. See the Phoromatic section of the documentation for more information on setting up Phoromatic.

    diff --git a/documentation/stubs/00_user_options.html b/documentation/stubs/00_user_options.html index 9eebb1e35..117da5891 100644 --- a/documentation/stubs/00_user_options.html +++ b/documentation/stubs/00_user_options.html @@ -6,23 +6,17 @@

    The following options are currently supported by the Phoronix Test Suite client. A list of available options can also be found by running phoronix-test-suite help.


    System

    -

    interactive -

    +

    interactive

    A simple text-driven interactive interface to the Phoronix Test Suite.

    -

    php-conf -

    +

    php-conf

    This option will print information that is useful to developers when debugging problems with the Phoronix Test Suite and/or test profiles and test suites.

    -

    shell -

    +

    shell

    A simple text-driven shell interface / helper to the Phoronix Test Suite. Ideal for those that may be new to the Phoronix Test Suite

    -

    system-info -

    +

    system-info

    Display the installed system hardware and software information as detected by the Phoronix Test Suite Phodevi Library.

    -

    system-properties -

    +

    system-properties

    Display various hardware/software system properties detected by the Phoronix Device Interface (Phodevi) library.

    -

    system-sensors -

    +

    system-sensors

    Display the installed system hardware and software sensors in real-time as detected by the Phoronix Test Suite Phodevi Library.

    Test Installation

    force-install [Test | Suite | OpenBenchmarking ID | Test Result] ... @@ -34,8 +28,7 @@

    install-dependencies [Test | Suite | OpenBenchmarking ID | Test Result] ...

    This option will install the external dependencies needed by the selected test(s) using the distribution's package management system. For example, some tests depend upon GCC for compiling code. If GCC is not detected on the system, the Phoronix Test Suite will attempt to install GCC using the distribution's package management system. If you are running this command as a local user, you may be prompted for the root password while the process is running. For unsupported distributions, the dependency names will be displayed along with common names for the package. The install-dependencies option needs to be supplied with the test name or suite as an argument. When using the install option, the external dependencies are automatically checked.

    -

    make-download-cache -

    +

    make-download-cache

    This option will create a download cache for use by the Phoronix Test Suite. The download cache is created of test files already downloaded to the local system. If passing any test/suite names to make-download-cache, the needed files for those test profiles will first be automatically downloaded before creating the cache.

    remove-installed-test [Test]

    @@ -56,8 +49,7 @@

    run [Test | Suite | OpenBenchmarking ID | Test Result] ...

    This option will run the selected test(s).

    -

    run-random-tests -

    +

    run-random-tests

    This option will query OpenBenchmarking.org to run random benchmarks and result comparisons on the system. This test can be used for simply supplying interesting results from your system onto OpenBenchmarking.org, stressing your system with random workloads, seeding new OpenBenchmarking.org results, etc. Basic options are provided at start-up for tuning the randomness of the testing when running this command.

    run-subset [Test | Suite | OpenBenchmarking ID | Test Result] ...

    @@ -87,8 +79,7 @@

    batch-run [Test | Suite | OpenBenchmarking ID | Test Result] ...

    This option and its arguments are equivalent to the run option, but the process will be run in the Phoronix Test Suite batch mode.

    -

    batch-setup -

    +

    batch-setup

    This option is used to configure the batch mode options for the Phoronix Test Suite, which is subsequently written to the user configuration file. Among the options are whether to automatically upload the test results to OpenBenchmarking.org and prompting for the saved file name.

    default-benchmark [Test | Suite | OpenBenchmarking ID | Test Result] ...

    @@ -106,41 +97,34 @@

    clone-result [OpenBenchmarking ID] ...

    This option will download a local copy of a file that was saved to OpenBenchmarking.org, as long as a valid public ID is supplied.

    -

    enable-repo -

    +

    dump-suites-to-git

    +

    This option will create a Git repository of OpenBenchmarking.org test suites.

    +

    dump-tests-to-git

    +

    This option will create a Git repository of OpenBenchmarking.org test profiles.

    +

    enable-repo

    This option is used if wanting to add a new OpenBenchmarking.org account/repository to your system for enabling third-party/unofficial test profiles and test suites.

    -

    list-recommended-tests -

    +

    list-recommended-tests

    This option will list recommended test profiles for benchmarking sorted by hardware sub-system. The recommended tests are determined via querying OpenBenchmarking.org and determining the most popular tests for a given environment based upon the number of times a test profile has been downloaded, the number of test results available on OpenBenchmarking.org for a given test profile, the age of the test profile, and other weighted factors.

    -

    make-openbenchmarking-cache -

    +

    make-openbenchmarking-cache

    This option will attempt to cache the test profile/suite meta-data from OpenBenchmarking.org for all linked repositories. This is useful if you're going to be running the Phoronix Test Suite / Phoromatic behind a firewall or without any Internet connection. Those with unrestricted Internet access or not utilizing a large local deployment of the Phoronix Test Suite / Phoromatic shouldn't need to run this command.

    -

    ob-test-profile-analyze -

    +

    ob-test-profile-analyze

    This option is intended for test profile creators and generates a range of meta-data and other useful information that can be submitted to OpenBenchmarking.org to provide more verbose information for users of your test profiles.

    -

    openbenchmarking-changes -

    +

    openbenchmarking-changes

    This option will list recent changes to test profiles of enabled OpenBenchmarking.org repositories.

    -

    openbenchmarking-login -

    +

    openbenchmarking-login

    This option is used for controlling your Phoronix Test Suite client options for OpenBechmarking.org and syncing the client to your account.

    -

    openbenchmarking-refresh -

    +

    openbenchmarking-refresh

    This option is used for refreshing the stored OpenBenchmarking.org repostory information and other data. The Phoronix Test Suite will automatically refresh this data every three days or when other thresholds are exceeded, but this command can be used to manually refresh/updates the data.

    -

    openbenchmarking-repositories -

    +

    openbenchmarking-repositories

    This option will list the OpenBenchmarking.org repositories currently linked to this Phoronix Test Suite client instance.

    -

    openbenchmarking-uploads -

    +

    openbenchmarking-uploads

    This option will list any recent test result uploads from the system's IP address to OpenBenchmarking.org.

    -

    recently-added-tests -

    +

    recently-added-tests

    This option will list the most recently added (newest) test profiles.

    upload-result [Test Result]

    This option is used for uploading a test result to OpenBenchmarking.org.

    -

    upload-test-profile -

    +

    upload-test-profile

    This option can be used for uploading a test profile to your account on OpenBenchmarking.org. By uploading your test profile to OpenBenchmarking.org, others are then able to browse and access this test suite for easy distribution in a seamless manner by other Phoronix Test Suite clients.

    upload-test-suite [Suite]

    @@ -152,60 +136,42 @@

    intersect [Test | Suite | OpenBenchmarking ID | Test Result] ...

    This option will print the test profiles present in all passed result files / test suites. Two or more results/suites must be passed and printed will be all of the common test profiles.

    -

    list-all-tests -

    +

    list-all-tests

    This option will list all test profiles that are available from the enabled OpenBenchmarking.org repositories. Unlike the other test listing options, list-all-tests will show deprecated tests, potentially broken tests, or other tests not recommended for all environments. The only check in place is ensuring the test profiles are at least compatible with the operating system in use.

    -

    list-available-suites -

    +

    list-available-suites

    This option will list all test suites that are available from the enabled OpenBenchmarking.org repositories.

    -

    list-available-tests -

    +

    list-available-tests

    This option will list all test profiles that are available from the enabled OpenBenchmarking.org repositories where supported on the system and are of a verified state. If the system has no Internet access, it will only list the test profiles where the necesary test assets are available locally on the system or on an available network cache (the same behavior as using the list-cached-tests sub-command), unless using the list-all-tests option to override this behavior.

    -

    list-available-virtual-suites -

    +

    list-available-virtual-suites

    This option will list all available virtual test suites that can be dynamically created based upon the available tests from enabled OpenBenchmarking.org repositories.

    -

    list-cached-tests -

    +

    list-cached-tests

    This option will list all test profiles where any needed test profiles are already cached or available from the local system under test. This is primarily useful if testing offline/behind-the-firewall and other use-cases where wanting to rely only upon local data.

    -

    list-installed-dependencies -

    +

    list-installed-dependencies

    This option will list all of the packages / external test dependencies that are already installed on the system that the Phoronix Test Suite may potentially depend upon by test profiles.

    -

    list-installed-suites -

    +

    list-installed-suites

    This option will list all suites that are currently installed on the system.

    -

    list-installed-tests -

    +

    list-installed-tests

    This option will list all test profiles that are currently installed on the system.

    -

    list-missing-dependencies -

    +

    list-missing-dependencies

    This option will list all of the packages / external test dependencies that are missing from the system that the Phoronix Test Suite may potentially need by select test profiles.

    -

    list-not-installed-tests -

    +

    list-not-installed-tests

    This option will list all test profiles that are supported and available but presently NOT installed on the system.

    -

    list-possible-dependencies -

    +

    list-possible-dependencies

    This option will list all of the packages / external test dependencies that are are potentially used by the Phoronix Test Suite.

    -

    list-saved-results -

    +

    list-saved-results

    This option will list all of the saved test results found on the system.

    -

    list-test-status -

    +

    list-test-status

    This sub-command provides a verbose look at all tests installed/uninstalled on the system and whether any errors were encountered at install-time or run-time and other test installation/runtime metrics for complementing other Phoronix Test Suite sub-command outputs.

    -

    list-test-usage -

    +

    list-test-usage

    This option will list various details about installed tests and their usage.

    -

    search -

    +

    search

    This option provides command-line searching abilities for test profiles / test suites / test results. The search query can be passed as a parameter otherwise the user is prompted to input their search query..

    -

    test-to-suite-map -

    +

    test-to-suite-map

    This option will list all test profiles and any test suites each test belongs to.

    Asset Creation

    -

    build-suite -

    +

    build-suite

    This option will guide the user through the process of generating their own test suite, which they can then run. Optionally, passed as arguments can be the test(s) or suite(s) to add to the suite to be created, instead of being prompted through the process.

    -

    create-test-profile -

    +

    create-test-profile

    This option can be used for creating a Phoronix Test Suite test profile by answering questions about the test for constructing the test profile XML meta-data and handling other boiler-plate basics for getting started in developing new tests.

    debug-benchmark [Test | Suite | OpenBenchmarking ID | Test Result] ...

    @@ -222,14 +188,15 @@

    download-test-files [Test | Suite | OpenBenchmarking ID | Test Result] ...

    This will download the selected test file(s) to the Phoronix Test Suite download cache but will not install the tests.

    +

    dump-documentation

    +

    This option is used for re-generating the Phoronix Test Suite documentation.

    inspect-test-profile [Test]

    This option can be used for inspecting a Phoronix Test Suite test profile with providing inside details on test profiles for debugging / evaluation / learning purposes.

    rebuild-test-suite [Suite]

    This option will regenerate the local test suite XML file against the OpenBenchmarking.org specification. This can be used to clean up any existing XML syntax / styling issues, etc.

    -

    validate-result-file -

    +

    validate-result-file

    This option can be used for validating a Phoronix Test Suite result file as being compliant against the OpenBenchmarking.org specification.

    validate-test-profile [Test]

    @@ -287,23 +254,17 @@

    Open up the test results in the Phoronix Test Suite Result Viewer or on OpenBenchmarking.org.

    Other

    -

    commands -

    +

    commands

    This option will display a short list of possible Phoronix Test Suite commands.

    -

    debug-dependency-handler -

    +

    debug-dependency-handler

    This option is used for testing the distribution-specific dependency handler for external dependencies.

    -

    debug-render-test -

    +

    debug-render-test

    This option is used during the development of the Phoronix Test Suite software for testing of the result and graph rendering code-paths This option will download a large number of reference test results from LinuxBenchmarking.com.

    -

    debug-self-test -

    +

    debug-self-test

    This option is used during the development of the Phoronix Test Suite software for testing of internal interfaces, commands, and other common code-paths. The produced numbers should only be comparable for the same version of the Phoronix Test Suite, on the same hardware/software system, conducted on the same day of testing. This isn't intended as any scientific benchmark but simply to stress common PHP code-paths and looking for hot areas to optimize, etc.

    -

    help -

    +

    help

    This option will display a list of available Phoronix Test Suite commands and possible parameter types.

    -

    version -

    +

    version

    This option will display the Phoronix Test Suite client version.

    Result Analysis

    analyze-run-times [Test Result] @@ -325,11 +286,9 @@

    This option will read a saved test results file and print the test profiles contained within and their arrangement within different test suites for getting an idea as to the workload topology/make-up / logical groupings of the benchmarks being run.

    Modules

    -

    auto-load-module -

    +

    auto-load-module

    This option can be used for easily adding a module to the AutoLoadModules list in the Phoronix Test Suite user configuration file. That list controls what PTS modules are automatically loaded on start-up of the Phoronix Test Suite.

    -

    list-modules -

    +

    list-modules

    This option will list all of the available Phoronix Test Suite modules on this system.

    module-info [Phoronix Test Suite Module]

    @@ -340,43 +299,42 @@

    test-module [Phoronix Test Suite Module]

    This option can be used for debugging a Phoronix Test Suite module.

    -

    unload-module -

    +

    unload-module

    This option can be used for easily removing a module from the AutoLoadModules list in the Phoronix Test Suite user configuration file. That list controls what modules are automatically loaded on start-up of the Phoronix Test Suite.

    Debugging

    check-tests [Test]

    This option will perform a check on one or more test profiles to determine if there have been any vendor changes to the filename, filesize, url location, md5 and sha256 checksums.

    -

    diagnostics -

    +

    diagnostics

    This option will print information that is useful to developers when debugging problems with the Phoronix Test Suite and/or test profiles and test suites.

    -

    list-failed-installs -

    +

    dump-file-info

    +

    This option will dump the MD5 / SHA256 hashes and file size for a given file.

    +

    dump-openbenchmarking-indexes

    +

    This option is used for dumping the parsed output of OpenBenchmarking.org index files (metadata).

    +

    dump-phodevi-smart-cache

    +

    This option is used for displaying the contents of the Phodevi smart cache on the system.

    +

    dump-possible-options

    +

    This option will print all possible phoronix-test-suite sub-commands.

    +

    dump-unhandled-dependencies

    +

    This option will list missing entries in the external dependencies XML file for the operating system under test. This option is used if wanting to help find missing dependency XML data to fill in for contributing to upstream Phoronix Test Suite.

    +

    list-failed-installs

    This option will list all test profiles that were attempted to be installed on the local system but failed to be installed. Where applicable, the possible error(s) from the test installation are also reported to assist in debugging.

    -

    list-test-errors -

    +

    list-test-errors

    This sub-command is complementary to list-failed-installs. Rather than listing test installation errors, list-test-errors is used for displaying past test run-time errors. This option will list all test profiles that produced an error previously when running the test profile / benchmark. If a test profile later successfully ran the test with any given option(s) without errors, the error is then removed from the archive. This option is intended to be helpful in debugging test profile issues later on for having a persistent collection of run-time errors.

    -

    list-unsupported-tests -

    +

    list-unsupported-tests

    This option will list all available test profiles that are available from the enabled OpenBenchmarking.org repositories but are NOT SUPPORTED on the given hardware/software platform. This is mainly a debugging option for those looking for test profiles to potentially port to new platforms, etc.

    User Configuration

    -

    enterprise-setup -

    +

    enterprise-setup

    This option can be run by enterprise users immediately after package installation or as part of an in-house setup script. Running this command will ensure the phoronix-test-suite program is never interrupted on new runs to accept user agreement changes and defaults the anonymous usage reporting to being disabled and other conservative defaults.

    -

    network-info -

    +

    network-info

    This option will print information detected by the Phoronix Test Suite around the system's network configuration.

    -

    network-setup -

    +

    network-setup

    This option allows the user to configure how the Phoronix Test Suite connects to OpenBenchmarking.org and other web-services. Connecting through an HTTP proxy can be configured through this option.

    -

    user-config-reset -

    +

    user-config-reset

    This option can be used for resetting the Phoronix Test Suite user configuration file to its default state.

    -

    user-config-set -

    +

    user-config-set

    This option can be used for setting an XML value in the Phoronix Test Suite user configuration file.

    -

    variables -

    +

    variables

    This option will print all of the official environment variables supported by the Phoronix Test Suite for user configuration purposes. These environment variables are also listed as part of the official Phoronix Test Suite documentation while this command will also show the current value of the variables if currently set.

    Result Export

    result-file-raw-to-csv [Test Result] @@ -401,12 +359,10 @@

    This option will read a saved test results file and output the system hardware and software information to the terminal. The test results are also outputted.

    Phoromatic

    -

    start-phoromatic-server -

    +

    start-phoromatic-server

    Start the Phoromatic web server for controlling local Phoronix Test Suite client systems to facilitate automated and repeated test orchestration and other automated features targeted at the enterprise.

    Result Viewer

    -

    start-result-viewer -

    +

    start-result-viewer

    Start the web-based result viewer.

    diff --git a/documentation/stubs/00_zmodule_options.html b/documentation/stubs/00_zmodule_options.html index 2c55c2153..6de80cdd9 100644 --- a/documentation/stubs/00_zmodule_options.html +++ b/documentation/stubs/00_zmodule_options.html @@ -7,15 +7,15 @@

    The following list is the modules included with the Phoronix Test Suite that are intended to extend the functionality of pts-core. Some of these options have commands that can be run directly in a similiar manner to the other Phoronix Test Suite user commands. Some modules are just meant to be loaded directly by adding the module name to the AutoLoadModules tag in ~/.phoronix-test-suite/user-config.xml or via the PTS_MODULES environment variable. A list of available modules is also available by running phoronix-test-suite list-modules.


    Backup Creation + Restore

    This is a module for creating backups of the Phoronix Test Suite / Phoromatic and allows for restoring of created backups. The backup will be in ZIP or TAR format. If only a path is specified, the file-name will be auto-generated with a current time-stamp.

    -

    phoronix-test-suite backup.create

    -

    phoronix-test-suite backup.restore

    +

    phoronix-test-suite backup.create

    +

    phoronix-test-suite backup.restore

    System Maintenance / Cleanup

    This module can be used for system maintenance cleanup tasks around the Phoronix Test Suite. Currently implemented is support for automatically un-installing tests that have not been run in a period of time. When the module is loaded via the REMOVE_TESTS_OLDER_THAN environment variable, it will be automatically invoked at the end of running any benchmarks. Or this module can be manually invoked with the command: phoronix-test-suite cleanup.tests.

    -

    phoronix-test-suite cleanup.tests

    +

    phoronix-test-suite cleanup.tests

    This module utilizes the following environment variables: REMOVE_TESTS_OLDER_THAN.

    Dummy Module

    This is a simple module intended for developers to just demonstrate some of the module functions.

    -

    phoronix-test-suite dummy_module.dummy-command

    +

    phoronix-test-suite dummy_module.dummy-command

    This is a simple module intended for developers to just demonstrate some of the module functions.

    Flush Caches

    Loading this module will ensure caches (page cache, swap, etc) automatically get flushed prior to running any test.

    @@ -28,38 +28,38 @@

    This module utilizes the following environment variables: LINUX_PERF.

    Dynamic Result Viewer

    This module pre-loads the HTTP dynamic result viewer for Phoronix Test Suite data.

    -

    phoronix-test-suite load_dynamic_result_viewer.start

    +

    phoronix-test-suite load_dynamic_result_viewer.start

    Log Exporter

    This module allows for easily exporting test run logs and system logs to external locations via specifying the directory paths via the COPY_TEST_RUN_LOGS_TO and COPY_SYSTEM_LOGS_TO environment variables.

    This module utilizes the following environment variables: COPY_TEST_RUN_LOGS_TO, COPY_SYSTEM_LOGS_TO.

    MATISK

    My Automated Test Infrastructure Setup Kit

    -

    phoronix-test-suite matisk.run

    -

    phoronix-test-suite matisk.template

    +

    phoronix-test-suite matisk.run

    +

    phoronix-test-suite matisk.template

    OpenBenchmarking.org Auto Comparison

    This module prints comparable OpenBenchmarking.org results in the command-line for reference purposes as tests are being run. OpenBenchmarking.org is automatically queried for results to show based on the test comparison hash and the system type (mobile, desktop, server, cloud, workstation, etc). No other system information or result data is transmitted.

    -

    phoronix-test-suite ob_auto_compare.debug

    +

    phoronix-test-suite ob_auto_compare.debug

    Performance Per Dollar/Cost Calculator

    Setting the COST_PERF_PER_DOLLAR= environment variable to whatever value of the system cost/component you are running a comparison on will yield extra graphs that calculate the performance-per-dollar based on the test being run. The COST_PERF_PER_DOLLAR environment variable is applied just to the current test run identifier. Set the COST_PERF_PER_UNIT= environment variable if wishing to use a metric besides dollar/cost. The COST_PERF_PER_HOUR value can be used rather than COST_PERF_PER_DOLLAR if wishing to calculate the e.g. cloud time or other compute time based on an hourly basis.

    -

    phoronix-test-suite perf_per_dollar.add

    +

    phoronix-test-suite perf_per_dollar.add

    This module utilizes the following environment variables: COST_PERF_PER_DOLLAR, COST_PERF_PER_UNIT, COST_PERF_PER_HOUR.

    Performance Tip Prompts

    This module alerts the user if the system configuration may not be the right one for achieving the best performance with the target benchmark(s). This initial version of the module actually cares only about the BFQ I/O scheduler and powersave governor checks.

    -

    phoronix-test-suite perf_tips.show

    +

    phoronix-test-suite perf_tips.show

    This module utilizes the following environment variables: SUPPRESS_PERF_TIPS.

    This module alerts the user if the system configuration may not be the right one for achieving the best performance with the target benchmark(s). This initial version of the module actually cares only about the BFQ I/O scheduler: it gives a warning if BFQ is being used with an incorrect configuration in a disk benchmark, and suggests the right configuration to use. For the moment it only works for existing, throughput-based tests. It will need to be extended for responsiveness and soft real-time-latency tests.

    Benchmarking Compiler PGO Impact

    This module makes it easy to test a compiler PGO (Profile Guided Optimization) performance impact by running a test without PGO optimizations, capturing the PGO profile, rebuilding the tests with the PGO profile generated, and then repeat the benchmarks.

    -

    phoronix-test-suite pgo.benchmark

    +

    phoronix-test-suite pgo.benchmark

    Phoromatic Client

    The Phoromatic client is used for connecting to a Phoromatic server (Phoromatic.com or a locally run server) to facilitate the automatic running of tests, generally across multiple test nodes in a routine manner. For more details visit http://www.phoromatic.com/. This module is intended to be used with Phoronix Test Suite 5.2+ clients and servers.

    -

    phoronix-test-suite phoromatic.connect

    -

    phoronix-test-suite phoromatic.explore

    -

    phoronix-test-suite phoromatic.upload-result

    -

    phoronix-test-suite phoromatic.set-root-admin-password

    -

    phoronix-test-suite phoromatic.list-results

    -

    phoronix-test-suite phoromatic.clone

    -

    phoronix-test-suite phoromatic.export-results-for-account-schedules

    +

    phoronix-test-suite phoromatic.connect

    +

    phoronix-test-suite phoromatic.explore

    +

    phoronix-test-suite phoromatic.upload-result

    +

    phoronix-test-suite phoromatic.set-root-admin-password

    +

    phoronix-test-suite phoromatic.list-results

    +

    phoronix-test-suite phoromatic.clone

    +

    phoronix-test-suite phoromatic.export-results-for-account-schedules

    The Phoromatic module contains the client support for interacting with Phoromatic and Phoromatic Tracker services.

    Pushover.net

    Submit notifications to your iOS/Android mobile devices of test results in real-time as push notifications, etc. Using the Pushover.net API.

    @@ -71,7 +71,7 @@

    A notification module.

    Custom Result Export Methods

    A simple example module about interfacing with Phoronix Test Suite core for dumping result files in a custom format.

    -

    phoronix-test-suite results_custom_export.nf

    +

    phoronix-test-suite results_custom_export.nf

    System Monitor

    This module contains sensor monitoring support.

    This module utilizes the following environment variables: MONITOR, PERFORMANCE_PER_WATT, PERFORMANCE_PER_SENSOR, MONITOR_INTERVAL, MONITOR_PER_RUN.

    diff --git a/documentation/stubs/01_install.html b/documentation/stubs/01_install.html index 019ef0c15..bb7f66c3d 100644 --- a/documentation/stubs/01_install.html +++ b/documentation/stubs/01_install.html @@ -11,6 +11,7 @@

    The only required dependency for the Phoronix Test Suite is PHP 5.3 or newer. On Linux distributions, the needed package is commonly called php5-cli or php-cli or php7 or php. It is important to note that only PHP for the command-line is needed and not a web server (Apache) or other packages commonly associated with PHP and its usage by web-sites. The PHP5 version required is PHP 5.3+ and can also be found at www.php.net. PHP 7 and PHP 8 are also fully supported by the Phoronix Test Suite.

    The phoronix-test-suite.bat Windows launcher for the Phoronix Test Suite will automatically download and setup PHP on the local system if PHP is not present already.

    +

    The Phoronix Test Suite does not need to be installed system-wide but can simply be run from the extracted phoronix-test-suite folder as the local user.

    As part of the PHP requirement, the following PHP extensions are required and/or highly recommended in order to take advantage of the Phoronix Test Suite capabilities:

    • PHP DOM is needed for XML operations and must be installed for the Phoronix Test Suite to function.
    • @@ -42,6 +43,6 @@

      BSD Installation

      The Phoronix Test Suite also supports *BSD operating systems. However, like the Solaris support, not all test profiles are compatible with BSD operating systems, but should run well on the likes of FreeBSD and DragonFlyBSD.

      MacOS Installation

      -

      The Phoronix Test Suite is fully supported on Apple's macOS operating system. PHP ships with macOS by default so it's simply a matter of downloading the Phoronix Test Suite package, extracting it, and running the executable. For tests that rely upon a compiler, Apple's XCode with GCC and LLVM can be utilized.

      +

      The Phoronix Test Suite is fully supported on Apple's macOS operating system. PHP ships with macOS by default on macOS 12 and older so it's simply a matter of downloading the Phoronix Test Suite package, extracting it, and running the executable. For tests that rely upon a compiler, Apple's XCode with GCC and LLVM can be utilized. On newer versions of macOS not shipping with PHP by default, Homebrew can be used for installing PHP or building PHP from source. The Phoronix Test Suite also supports making use of Homebrew for acquiring necessary Phoronix Test Suite dependencies on macOS.

      diff --git a/documentation/stubs/01_windows.html b/documentation/stubs/01_windows.html index fcbd14fb0..fa7482d73 100644 --- a/documentation/stubs/01_windows.html +++ b/documentation/stubs/01_windows.html @@ -5,15 +5,15 @@

      Introduction

      -

      Phoronix Test Suite 8.0 introduced rewritten Windows support that is at a near feature parity to the program's long-standing support for Linux, macOS, BSD and Solaris operating systems.

      -

      The Phoronix Test Suite Windows support currently targets Windows 10 x64, Windows 11 x64 and Windows Server 2016 x64. Earlier versions of Windows, namely Windows Server 2012 and Windows 8, may work to some extent but some hardware/software reporting features and other capabilities may be missing or report warning messages. The Phoronix Test Suite Windows support is also exclusively focused on x86 64-bit support: the Phoronix Test Suite itself will run on x86 32-bit but many of the program dependencies are configured for making use of 64-bit binaries.

      +

      Phoronix Test Suite 8.0 introduced rewritten Windows support that is at near feature parity to the program's long-standing support for Linux, macOS, and BSD operating systems.

      +

      The Phoronix Test Suite Windows support currently targets Windows 10 x64, Windows 11 x64 and Windows Server 2016 x64 and later. Earlier versions of Windows, namely Windows Server 2012 and Windows 8, may work to some extent but some hardware/software reporting features and other capabilities may be missing or report warning messages. The Phoronix Test Suite Windows support is also exclusively focused on x86 64-bit support: the Phoronix Test Suite itself will run on x86 32-bit but many of the program dependencies are configured for making use of 64-bit binaries.

      Windows Setup / Dependencies

      As with Phoronix Test Suite on Linux and other operating systems, the principal dependency is on PHP. Running the phoronix-test-suite.bat file launcher for the Phoronix Test Suite on Windows will attempt to download and setup PHP on the system under C:\PHP as the default location should PHP support not be found within your system's Program Files directories. The PHP Windows build does depend upon Microsoft Visual C++ redistributable libraries, which the Windows launcher will also attempt to download and install if needed.

      The Phoronix Test Suite on Windows does depend upon Cygwin for its Bash interpreter and other basic utilities to ease the process of porting test profiles to Windows with being able to use many of the same test installation scripts on Windows/Linux/macOS/BSD/Solaris then largely unmodified. Most of the Windows tests depend upon their respective native Windows applications/binaries while this Cygwin support is a convenience for handling these Bash setup scripts and also some test profiles that depend upon a GNU toolchain. The Phoronix Test Suite will attempt to download and setup Cygwin on the system if Cygwin isn't found in its default location of C:\cygwin64.

      Various test profiles may depend upon other "external dependencies" like Python, PERL, Steam, and Java, as examples. The Phoronix Test Suite as with its support for other operating systems and Linux distributions will attempt to install these needed dependencies on a per-test basis when needed if existing support is not detected on the system.

      Running The Phoronix Test Suite On Windows

      The Phoronix Test Suite can run from its local directory and does not need to be "installed" to a system path or any other "setup" process prior to execution. On a clean install of Windows or Windows Server, deploying the Phoronix Test Suite is designed to be as easy and straight-forward as possible:

      -

      1. Download the Phoronix Test Suite 8.0+ or Phoronix-Test-Suite from GitHub (zip file).

      +

      1. Download the Phoronix Test Suite from Phoronix-Test-Suite on GitHub (zip file).

      2. From the Command Prompt or PowerShell, enter the phoronix-test-suite directory whether it be from Git or a zipped download.

      3. Run the phoronix-test-suite.bat file that should proceed to run the Phoronix Test Suite just as you would on any other operating system. If needed the Phoronix Test Suite will try to initially download and setup PHP if needed followed by the attempted automatic Cygwin setup, etc.

      4. Any of the Phoronix Test Suite commands from other operating systems should work on Windows. If you are new to the Phoronix Test Suite, you may enjoy a bit more guided experience by running the phoronix-test-suite shell command.

      diff --git a/documentation/stubs/50_general_information.html b/documentation/stubs/50_general_information.html index 18b8a7a35..d67e7687a 100644 --- a/documentation/stubs/50_general_information.html +++ b/documentation/stubs/50_general_information.html @@ -5,14 +5,14 @@

      Frequently Asked Questions

      Q: May I use the Phoronix Test Suite when running benchmarks for my own publication or blog? Are there any publishing restrictions?

      -

      A: Anyone is more than welcome to use the Phoronix Test Suite for their own publication or purpose. While the Phoronix Test Suite came out of our internal test tools for carrying out Linux hardware reviews at Phoronix.com, we invite other hardware review web-sites, technology journals, and independent publications to use our software too. While not required, we would just kindly ask that you mention in your review/article that the Phoronix Test Suite was used for carrying out your testing, and ideally to link to www.phoronix-test-suite.com so that your readers will know where to obtain the software if they are interested in running the tests. You are also more than welcome to upload your results to OpenBenchmarking.org so that others may compare their results against yours in an easy manner.

      +

      A: Anyone is more than welcome to use the Phoronix Test Suite for their own publication or purpose. While the Phoronix Test Suite came out of our internal test tools for carrying out Linux hardware reviews at Phoronix.com, we invite other hardware review web-sites, technology journals, and independent publications to use our software too. While not required, we would just kindly ask that you mention in your review/article that the Phoronix Test Suite was used for carrying out your testing, and ideally to link to www.phoronix-test-suite.com so that your readers will know where to obtain the software if they are interested in running the tests. You are also more than welcome to upload your results to OpenBenchmarking.org so that others may compare their results against yours in an easy manner.

      We also try to make the Phoronix Test Suite easy-to-use by independent publications. For example, if you would like to watermark your web-site's URL into the graphs containing your test results, that can be easily modified in ~/.phoronix-test-suite/graph-config.json. The colors and other graph settings are also stored in this XML file. If you are a publication and run into any issues with the Phoronix Test Suite or have a feature request, please let us know.

      Q: Why does the Phoronix Test Suite not use my distribution's package management system for acquiring all needed packages?

      A: The tests themselves are generally downloaded from source and built locally on the machine, rather than fetching any distribution-specific packages. This is done to ensure more comparable results across operating systems / releases, etc. The distribution packager could be applying a number of unknown patches to the software, building the software with unique build options, or making other changes to the software that could skew the results.

      Q: Besides being a developer, documentation writer, or having any other unique technical abilities, how else can I contribute to the Phoronix Test Suite?

      A: Independent code contributions are very welcome as well as creating your own test profiles and suites. We also appreciate any feedback, comments, or other ideas either by emailing us, posting on GitHub, or sending a message to the mailing list.

      Q: Do you offer technical support for the Phoronix Test Suite

      -

      A: Paid, professional support is available and is done via our commercial services. We also offer Phoromatic licenses for use within a corporate intranet and other custom services. Free, community support is offered via our mailing list, IRC channel (#phoronix on FreeNode.net, and GitHub.

      +

      A: Paid, professional support is available and is done via our commercial services. Free, community support is offered via GitHub.

      Q: May I put the Phoronix Test Suite logo on my company's web-site or on my product packaging?

      A: Contact us for licensing information and details regarding the Phoronix Certification & Qualification Suite.

      Q: How often is the Phoronix Test Suite updated?

      diff --git a/documentation/stubs/59_component_testing.html b/documentation/stubs/59_component_testing.html index 6971f21f2..625bc2bfc 100644 --- a/documentation/stubs/59_component_testing.html +++ b/documentation/stubs/59_component_testing.html @@ -8,7 +8,6 @@

      The Phoronix Test Suite utilizes a compiler masking method for logging compiler options and other settings with each test profile installation. Prior to installing an open-source test, the Phoronix Test Suite determines the intended compiler to be used based upon the pre-set environment variables or the pre-set compiler(s) within the PATH environment variable. The Phoronix Test Suite then masks the compiler to ensure that any options/flags submitted to the compiler are first passed through pts-core so that they can be logged for later use, then is linked to the original, intended compiler. Additionally, other compiler binary names of the same type are blacklisted to prevent their un-intended use (i.e. if a test profile has hard-coded gcc in its build script, but clang is set as the compiler via CC, a sym-link will automatically be created from gcc to the masked clang for the duration of its test installation).

      The logged compiler data is then used by the Phoronix Test Suite following the test execution process for automated result analysis. If there is a detected change in compiler settings, the differences are automatically reported to the test result graphs. Additionally, key compiler information (e.g. the compiler optimization level and key libraries that were linked at compile-time) is reported as a footnote on result graphs. The Phoronix Test Suite handles all of this in a fully automated manner; test profiles require no changes to take advantage of these compiler-reporting capabilities.

      Separately, the Phoronix Test Suite attempts to automatically log the system compiler's build configuration (i.e. GCC's gcc -v "Configured with") output. If the Phoronix Test Suite detects there is a compiler build configuration change between test runs in a result file, it will report each compiler's build configuration to the system information table within the results viewer. Reported to the table is a reduced view of the build configuration options, with less relevant items being stripped away from this view to reduce verbosity. Upon clicking the text, the raw compiler information output can be viewed in full.

      -

      Disk / File-System Testing

      By default tests are installed to ~/.phoronix-test-suite/installed-tests/. However, the location can be updated from ~/.phoronix-test-suite/user-config.xml or dynamically via the PTS_TEST_INSTALL_ROOT_PATH environment variable.

      When any disk tests are executed, the Phoronix Test Suite will attempt to log the mount options and scheduler of the disk/partition being used for testing. This information is subsequently displayed within the system information table. If the scheduler / mount options are maintained the same throughout all test runs, only a single line is displayed otherwise the options for each test run will be automatically displayed. The file-system in use is always captured and shown in the system information table.

      diff --git a/documentation/stubs/60_phoromatic.html b/documentation/stubs/60_phoromatic.html index 2d20d05fa..d770df5a4 100644 --- a/documentation/stubs/60_phoromatic.html +++ b/documentation/stubs/60_phoromatic.html @@ -29,7 +29,7 @@

      On the "client side", any up-to-date version of the Phoronix Test Suite can automatically communicate with the Phoromatic Server. If Avahi support is available (commonly in Linux distribution repositories as avahi-tools), there should be zero-conf discovery if the Phoromatic Server and client systems are on the same LAN. If a Phoronix Test Suite client discovers a Phoromatic Server, it will attempt to use it automatically as a local download cache. In the event of no Internet connection, it will also attempt to obtain the needed OpenBenchmarking.org test/suite meta-data from the Phoromatic Server based upon its archived meta-data. This allows the Phoronix Test Suite / Phoromatic deployment on the LAN to be self-sustaining without an Internet connection as long as the systems have all installed test dependencies.

      Further configuration of the setup parameters for the Phoromatic Server and Phoronix Test Suite clients can be tuned via the ~/.phoronix-test-suite/user-config.xml file. All control and configuration of the Phoromatic Server is done via the web-based interface when the Phoromatic Server is active.

      The Phoromatic Server utilizes PHP's built-in web-server capabilities and there's also a Phoronix Test Suite built-in WebSocket server that's also initiated for back-end processing. At this time there are no ports set by default for these services but must be defined within the user configuration file. With the Avahi zero-conf network discovery and other automated detection in place, there's little restrictions over the port selection.

      -

      Systemd and Upstart service files are shipped with the Phoronix Test Suite for those that wish to have the services automatically run as daemons. The only new requirements over the basic Phoronix Test Suite system requirements is having PHP-SQLite support installed and the newer version of PHP is recommended for offering the best support.

      +

      Systemd service files are shipped with the Phoronix Test Suite for those that wish to have the services automatically run as daemons. The only new requirements over the basic Phoronix Test Suite system requirements is having PHP-SQLite support installed and the newer version of PHP is recommended for offering the best support.

      Example Deployments

      Use Case A: Unrestricted Internet Access, Local Result Storage

      Systems on your network with unrestricted Internet access is the easiest and simplest deployment for the Phoronix Test Suite and Phoromatic. After installing the Phoronix Test Suite on the system you wish to designate the Phoromatic Server and have configured the user-config.xml file, simply run:

      @@ -69,8 +69,8 @@ SUPPORTED OPENBENCHMARKING.ORG REPOSITORIES:

      If you have an Internet connection but want to ensure your Phoronix Test Suite client doesn't attempt to use it for any matter, via the ~/.phoronix-test-suite/user-config.xml you can set NoInternetCommunication to TRUE. There's also a NoNetworkCommunication tag, but setting that to TRUE will disable any form of network communication -- including communication with the Phoromatic Server.

      Ports / Services

      The Phoromatic Server process currently relies upon a PHP built-in web server process and a PTS-hosted WebSocket server. The web server process handles the web UI and much of the responsibilities of the Phoromatic Server. Over time the PTS WebSocket server will be increasingly utilized for bi-directional, real-time communication between the server and clients -- including for features like viewing real-time hardware sensors of client systems from the server UI.

      -

      Systemd / Upstart

      -

      Packaged with the Phoronix Test Suite are basic phoromatic-client and phoromatic-server configurations for both Upstart and systemd init systems. The phoromatic-server configuration will launch the Phoronix Test Suite's Phoromatic Server and the phoromatic-client service will attempt to connect to a pre-configured Phoromatic Server. The systemd service files will automatically be installed via the Phoronix Test Suite install-sh process while the Upstart jobs can be copied from deploy/phoromatic-upstart/* to /etc/init.

      +

      Systemd

      +

      Packaged with the Phoronix Test Suite are basic phoromatic-client and phoromatic-server configurations for systemd. The phoromatic-server configuration will launch the Phoronix Test Suite's Phoromatic Server and the phoromatic-client service will attempt to connect to a pre-configured Phoromatic Server. The systemd service files will automatically be installed via the Phoronix Test Suite install-sh process.

      Cache Verification

      To confirm the files accessible to Phoronix Test Suite client systems, from the Phoromatic Server web user-interface go to the settings page followed by the cache settings link to view information about the download and OpenBenchmarking.org caches. From the client systems, running phoronix-test-suite phoromatic.explore will also supply cache statistics.

      Log Files

      diff --git a/pts-core/commands/dump_core_storage.php b/pts-core/commands/dump_core_storage.php index bef1694e3..03bc43043 100644 --- a/pts-core/commands/dump_core_storage.php +++ b/pts-core/commands/dump_core_storage.php @@ -22,6 +22,7 @@ class dump_core_storage implements pts_option_interface { + const doc_skip = true; public static function run($r) { pts_client::$display->generic_heading('Core Storage'); diff --git a/pts-core/commands/dump_documentation.php b/pts-core/commands/dump_documentation.php index d0cb6b6d7..f5c25bc6a 100644 --- a/pts-core/commands/dump_documentation.php +++ b/pts-core/commands/dump_documentation.php @@ -22,6 +22,8 @@ class dump_documentation implements pts_option_interface { + const doc_section = 'Asset Creation'; + const doc_description = 'This option is used for re-generating the Phoronix Test Suite documentation.'; public static function run($r) { $pdf = new pts_pdf_template(pts_core::program_title(), 'Test Client Documentation'); @@ -71,9 +73,12 @@ class dump_documentation implements pts_option_interface foreach($contents as &$option) { $sub_header = $dom->createElement('h3', $option[0]); - $em = $dom->CreateElement('em', ' ' . implode(' ', $option[1])); - $sub_header->appendChild($em); + if(!empty($option[1])) + { + $em = $dom->CreateElement('em', ' ' . implode(' ', $option[1])); + $sub_header->appendChild($em); + } $body->appendChild($sub_header); $p = $dom->createElement('p', $option[2]); @@ -120,7 +125,9 @@ class dump_documentation implements pts_option_interface foreach($all_options as $key => $option) { - $p = $dom->createElement('p', 'phoronix-test-suite ' . $module . '.' . str_replace('_', '-', $key)); + $p = $dom->createElement('p'); + $strong = $dom->createElement('strong', 'phoronix-test-suite ' . $module . '.' . str_replace('_', '-', $key)); + $p->appendChild($strong); $body->appendChild($p); } } diff --git a/pts-core/commands/dump_file_info.php b/pts-core/commands/dump_file_info.php index 63bdf5060..2e6a4f255 100644 --- a/pts-core/commands/dump_file_info.php +++ b/pts-core/commands/dump_file_info.php @@ -22,6 +22,8 @@ class dump_file_info implements pts_option_interface { + const doc_section = 'Debugging'; + const doc_description = 'This option will dump the MD5 / SHA256 hashes and file size for a given file.'; public static function run($r) { pts_client::$display->generic_heading('File Information'); diff --git a/pts-core/commands/dump_ob_to_ae_db.php b/pts-core/commands/dump_ob_to_ae_db.php index 395068e9b..56452a81d 100644 --- a/pts-core/commands/dump_ob_to_ae_db.php +++ b/pts-core/commands/dump_ob_to_ae_db.php @@ -23,6 +23,7 @@ ini_set('memory_limit', '16G'); class dump_ob_to_ae_db implements pts_option_interface { + const doc_skip = true; public static function run($r) { $dir_to_recursively_scan = $r[0]; diff --git a/pts-core/commands/dump_openbenchmarking_indexes.php b/pts-core/commands/dump_openbenchmarking_indexes.php index 5dc4bac76..cf0821386 100644 --- a/pts-core/commands/dump_openbenchmarking_indexes.php +++ b/pts-core/commands/dump_openbenchmarking_indexes.php @@ -22,6 +22,8 @@ class dump_openbenchmarking_indexes implements pts_option_interface { + const doc_section = 'Debugging'; + const doc_description = 'This option is used for dumping the parsed output of OpenBenchmarking.org index files (metadata).'; public static function run($r) { echo PHP_EOL . 'OpenBenchmarking.org Repositories:' . PHP_EOL . PHP_EOL; diff --git a/pts-core/commands/dump_phodevi_smart_cache.php b/pts-core/commands/dump_phodevi_smart_cache.php index e3627a3ec..0f859661f 100644 --- a/pts-core/commands/dump_phodevi_smart_cache.php +++ b/pts-core/commands/dump_phodevi_smart_cache.php @@ -22,6 +22,8 @@ class dump_phodevi_smart_cache implements pts_option_interface { + const doc_section = 'Debugging'; + const doc_description = 'This option is used for displaying the contents of the Phodevi smart cache on the system.'; public static function run($r) { $pso = pts_storage_object::recover_from_file(PTS_CORE_STORAGE); diff --git a/pts-core/commands/dump_possible_options.php b/pts-core/commands/dump_possible_options.php index bab24522d..bce8d7349 100644 --- a/pts-core/commands/dump_possible_options.php +++ b/pts-core/commands/dump_possible_options.php @@ -22,6 +22,8 @@ class dump_possible_options implements pts_option_interface { + const doc_section = 'Debugging'; + const doc_description = 'This option will print all possible phoronix-test-suite sub-commands.'; public static function run($r) { $is_true = isset($r[0]) && $r[0] == 'TRUE'; diff --git a/pts-core/commands/dump_unhandled_dependencies.php b/pts-core/commands/dump_unhandled_dependencies.php index 4332206a1..c27f01a9c 100644 --- a/pts-core/commands/dump_unhandled_dependencies.php +++ b/pts-core/commands/dump_unhandled_dependencies.php @@ -22,7 +22,7 @@ class dump_unhandled_dependencies implements pts_option_interface { - const doc_section = 'Asset Creation'; + const doc_section = 'Debugging'; const doc_description = 'This option will list missing entries in the external dependencies XML file for the operating system under test. This option is used if wanting to help find missing dependency XML data to fill in for contributing to upstream Phoronix Test Suite.'; public static function run($r) diff --git a/pts-core/pts-core.php b/pts-core/pts-core.php index 359652bf7..6ecbe9e13 100644 --- a/pts-core/pts-core.php +++ b/pts-core/pts-core.php @@ -302,10 +302,10 @@ function pts_version_codenames() ); } -pts_define('PTS_VERSION', '10.8.0m2'); -pts_define('PTS_CORE_VERSION', 10710); -pts_define('PTS_RELEASE_DATE', '20211219'); -pts_define('PTS_CODENAME', 'Tjeldsund'); +pts_define('PTS_VERSION', '10.8.0'); +pts_define('PTS_CORE_VERSION', 10800); +pts_define('PTS_RELEASE_DATE', '2021125'); +pts_define('PTS_CODENAME', 'Nesseby'); pts_define('PTS_IS_CLIENT', (defined('PTS_MODE') && strstr(PTS_MODE, 'CLIENT') !== false)); pts_define('PTS_IS_WEB_CLIENT', (defined('PTS_MODE') && PTS_MODE == 'WEB_CLIENT')); diff --git a/release-highlights.md b/release-highlights.md index cab7b7a5f..92d4bc987 100644 --- a/release-highlights.md +++ b/release-highlights.md @@ -1,5 +1,21 @@ # Phoronix Test Suite Release History +Phoronix Test Suite 10.8 +====== +#### Release Date: 25 December 2021 +* Consolidated and unified handling of environment variables, exposing as well environment variables to Phoromatic +* Improved test installation and test run-time error detection and reporting +* Support improvements for macOS 12 +* Support improvements for PHP 8.1 +* Improved JSON result output generation +* Phoromatic now uses the unified/shared result viewer code for an improved experience, along with other code sharing improvements +* Phoromatic client support for connecting to HTTPS-only Phoromatic servers +* Phoromatic now allows optionally uploading test run-time and installation logs +* Phoromatic systems pages can now display test profile installation status overview +* Phoromatic now supports streaming/incremental result uploads for viewing tentative results as benchmarks are finished +* New sub-commands: remove-incomplete-results-from-result-file, result-file-to-html, list-failed-installs, variables, list-test-errors +* New modules: cleanup + Phoronix Test Suite 10.6 ====== #### Release Date: 10 October 2021 | Codename: Tjeldsund