Summary
Description: Phoronix Test Suite open-source benchmarking development
Last Change: Tue 5/21/13 15:49
Recent Commits
>
--git a/CHANGE-LOG b/CHANGE-LOG
index b78c835..a0bb133 100644
--- a/CHANGE-LOG
+++ b/CHANGE-LOG
@@ -5,6 +5,7 @@ Phoronix Test Suite (Git)
- pts-core: OpenBenchmarking.org result upload fixes under select conditions
- pts-core: Add support for cloning/grabbing test results from OpenBenchmarking.org
- pts-core: Fix uninitialized pts_result_file_writer on using finish-run command
+- pts-core: Change more Phoronix Global references to OpenBenchmarking.org
- bilde_renderer: Blacklist unsupported SVG browsers rather than whitelist supported ones, should be saner this way
Phoronix Test Suite 3.0 Alpha 4
diff --git a/documentation/html_sections/01_install.html b/documentation/html_sections/01_install.html
index 68d6845..66c48df 100644
--- a/documentation/html_sections/01_install.html
+++ b/documentation/html_sections/01_install.html
@@ -22,7 +22,7 @@
<p>Without all of these extensions, some capabilities of the Phoronix Test Suite will not be available. Many of these packages are enabled by default and do not require any additional installation steps on most Linux distributions, otherwise they are often found in the package vendor's repository.</p>
<h1>Notes</h1>
<h2>General</h2>
-<p>You may need to modify the <em>php.ini</em> file on your system in order to support uploading results to OpenBenchmarking.org or logging into your Phoronix Global account. The <em>allow_url_fopen</em>, <em>file_uploads</em>, and <em>allow_url_include</em> options must be set to true in the PHP configuration. See additional information in this <a href="http://www.phoronix.com/forums/showpost.php?p=32484&postcount=4">Phoronix Forums support thread</a>.</p>
+<p>You may need to modify the <em>php.ini</em> file on your system in order to support uploading results to OpenBenchmarking.org or logging into your OpenBenchmarking.org account. The <em>allow_url_fopen</em>, <em>file_uploads</em>, and <em>allow_url_include</em> options must be set to true in the PHP configuration. See additional information in this <a href="http://www.phoronix.com/forums/showpost.php?p=32484&postcount=4">Phoronix Forums support thread</a>.</p>
<p>The Phoronix Test Suite has a feature known as "External Dependencies" where the Phoronix Test Suite can attempt to automatically install some of the test-specific dependencies on supported distributions. If running on a distribution where there is currently no External Dependencies profile, the needed package name(s) are listed. To see all possible External Dependencies, run <em>phoronix-test-suite list-possible-dependencies</em>. Running <em>phoronix-test-suite list-missing-dependencies</em> will attempt to report the external dependencies that are not installed on the given system.</p>
<p>Major updates to the Phoronix Test Suite are released on a quarterly basis. The latest stable and development versions of the Phoronix Test Suite are available at <a href="http://www.phoronix-test-suite.com/">Phoronix-Test-Suite.com</a>. The Git repository where the latest Phoronix Test Suite code is provided is hosted at <a href="http://www.phorogit.com/">Phorogit.com</a> and can be cloned/pulled from the <em>http://www.phorogit.com/repo/phoronix-test-suite.git</em> repository. The latest upstream development code is housed in the master tree while older Phoronix Test Suite releases are available in their respective Git branches based upon the release's code-name.</p>
<h2>File Structure</h2>
diff --git a/documentation/html_sections/50_general_information.html b/documentation/html_sections/50_general_information.html
index c657cdb..b749581 100644
--- a/documentation/html_sections/50_general_information.html
+++ b/documentation/html_sections/50_general_information.html
@@ -5,7 +5,7 @@
<body>
<h1>Frequently Asked Questions</h1>
<p><strong><em>Q:</em> May I use the Phoronix Test Suite when running benchmarks for my own publication or blog? Are there any publishing restrictions?</strong></p>
-<p><strong>A:</strong> 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 <a href="http://www.phoronix.com/">Phoronix.com</a>, 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 <em>Phoronix Test Suite</em> was used for carrying out your testing, and ideally to link to <a href="http://www.phoronix-test-suite.com/">www.phoronix-test-suite.com</a> 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 <a href="http://www.openbenchmarking.org/">Phoronix Global</a> so that others may compare their results against yours in an easy manner.</p>
+<p><strong>A:</strong> 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 <a href="http://www.phoronix.com/">Phoronix.com</a>, 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 <em>Phoronix Test Suite</em> was used for carrying out your testing, and ideally to link to <a href="http://www.phoronix-test-suite.com/">www.phoronix-test-suite.com</a> 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 <a href="http://www.openbenchmarking.org/">OpenBenchmarking.org</a> so that others may compare their results against yours in an easy manner.</p>
<p>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 <em>~/.phoronix-test-suite/graph-config.xml</em>. 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.</p>
<p>A partial list of other publications using the Phoronix Test Suite can be found in <a href="http://www.phoronix.com/forums/showthread.php?t=12925">this forum thread</a>.</p>
<p><strong><em>Q:</em> Why does the Phoronix Test Suite not use my distribution's package management system for acquiring all needed packages?</strong></p>
diff --git a/documentation/html_sections/69_pts_os.html b/documentation/html_sections/69_pts_os.html
index 35de867..1dae738 100644
--- a/documentation/html_sections/69_pts_os.html
+++ b/documentation/html_sections/69_pts_os.html
@@ -8,13 +8,13 @@
<p>Testing with PTS Desktop Live is intended to be via a Live DVD or Live USB (i.e. flash drive or memory card) environment. PTS Netbook Live is similar to PTS Desktop Live but designed for testing on lightweight x86 systems and netbooks. Both PTS Desktop Live and PTS Netbook Live make it very easy to deploy the Phoronix Test Suite across an array of systems, isolates any software differences when seeking to perform hardware comparisons, and is designed to be very easy to carry out these Linux benchmarks even for a first-time Linux user.</p>
<p>The inaugural release of this operating system was PTS Desktop Live 2009.3 (codenamed "Gernlinden") and was based upon the Phoronix Test Suite 2.0 release. The Gernlinden release shipped with more than 50 open-source test profiles and all needed files being located on the disc image. PTS Desktop Live uses the GTK2 GUI dialog for the Phoronix Test Suite by default, but the CLI options are also accessible. PTS Desktop Live also features optimizations to the Linux kernel and related components for use on the latest high-end hardware and other performance related tweaking. PTS Netbook Live features optimizations for the Intel Atom processor.</p>
<p>The mission of the Phoronix Test Suite and related products will not be achieved until it has made Linux benchmarking incredibly robust and innovative, drop dead easy to perform nearly any kind of benchmark, and when it out-paces other leading operating systems for its benchmarking abilities. These operating systems are being updated quarterly in conjunction with new Phoronix Test Suite releases. The Phoronix Test Suite will continue to be supported under all other Linux distributions, OpenSolaris, Mac OS X, Windows, and *BSD operating systems, but this is just another addition on top of that.</p>
-<p>PTS Desktop Live is designed to run on x86_64 compatible systems with 2GB or more of system memory (ideally 4GB+ if you wish to run many of the tests in a live environment) being highly recommended along with a modern CPU and graphics processor. No proprietary graphics drivers are shipped with PTS Desktop Live at this time, so depending upon the hardware you may not have OpenGL acceleration to run the few graphics-related tests that are included with this release. Only graphics drivers are provided for ATI/AMD, NVIDIA, and Intel hardware. An Internet connection is not required but is needed for communication with Phoronix Global and for utilizing some of the other Phoronix Test Suite features.</p>
+<p>PTS Desktop Live is designed to run on x86_64 compatible systems with 2GB or more of system memory (ideally 4GB+ if you wish to run many of the tests in a live environment) being highly recommended along with a modern CPU and graphics processor. No proprietary graphics drivers are shipped with PTS Desktop Live at this time, so depending upon the hardware you may not have OpenGL acceleration to run the few graphics-related tests that are included with this release. Only graphics drivers are provided for ATI/AMD, NVIDIA, and Intel hardware. An Internet connection is not required but is needed for communication with OpenBenchmarking.org and for utilizing some of the other Phoronix Test Suite features.</p>
<p>PTS Netbook Live is designed for netbooks and nettop computers with an Intel Atom processor.</p>
<h2>Quick Start Guide</h2>
<p>When the operating system has fully booted, the end-user agreement for the Phoronix Test Suite will be displayed, followed by initializing the main GTK user interface for the Phoronix Test Suite. The Phoronix Test Suite has more than 100 test profiles while there are about 50 test profiles featured within live environment, which are free software, do not pose significant install size problems, and are suitable for benchmarking from a live environment. By default, PTS Desktop Live and PTS Netbook Live will only show the test profiles and suites where all of the needed test files and dependencies ship with this open-source operating system. However, to access any of the test profiles that may require downloading additional files or external dependencies, use the <em>View</em> menu to toggle the different options. The system's hardware and software information can also be viewed in a graphical window from this menu.</p>
-<p>From the <em>Available Tests</em> tab, any test/suite can be selected to view more information. If you wish to install the test, simply click on the install button while waiting shortly for it to install. Afterwards, the test can be run by selecting it again and clicking on the run/benchmark button. If you have a <a href="http://global.phoronix.com/">Phoronix Global</a> account, you can login from the <em>File</em> menu while Phoronix Test Suite settings are adjustable from the <em>Edit</em> menu.</p>
-<p>When the testing has completed, the graphical user interface will reappear. Via the buttons that appear at the top of the interface, the test results can then be opened within the web browser. Depending upon the test profile, it may also be possible to immediately compare the test result(s) against a set of reference systems. If the completed test(s) do have reference results available, a list of the comparable systems are shown, so that you can click on one or more of these reference systems to see how the given system performs in comparison. Results from Phoronix Global can also be compared with any of the test results.</p>
-<p>Assuming you did not launch any commands from the terminal to alter the disk(s) or its contents or carry out any other changes; PTS Desktop Live will have not touched your data or the installed operating system(s). If you wish to archive any of your test results, upload the results to <a href="http://global.phoronix.com/">Phoronix Global</a>. Alternatively, when going to the <em>Test Results</em> tab and selecting a test, the <em>File</em> menu presents options for exporting results to text, CSV, and PDF files. The contents of the <em>~/.phoronix-test-suite/test-results/</em> folder can also be backed up for preserving the test results.</p>
+<p>From the <em>Available Tests</em> tab, any test/suite can be selected to view more information. If you wish to install the test, simply click on the install button while waiting shortly for it to install. Afterwards, the test can be run by selecting it again and clicking on the run/benchmark button. If you have a <a href="http://www.openbenchmarking.org/">OpenBenchmarking.org</a> account, you can login from the <em>File</em> menu while Phoronix Test Suite settings are adjustable from the <em>Edit</em> menu.</p>
+<p>When the testing has completed, the graphical user interface will reappear. Via the buttons that appear at the top of the interface, the test results can then be opened within the web browser. Depending upon the test profile, it may also be possible to immediately compare the test result(s) against a set of reference systems. If the completed test(s) do have reference results available, a list of the comparable systems are shown, so that you can click on one or more of these reference systems to see how the given system performs in comparison. Results from OpenBenchmarking.org can also be compared with any of the test results.</p>
+<p>Assuming you did not launch any commands from the terminal to alter the disk(s) or its contents or carry out any other changes; PTS Desktop Live will have not touched your data or the installed operating system(s). If you wish to archive any of your test results, upload the results to OpenBenchmarking.org. Alternatively, when going to the <em>Test Results</em> tab and selecting a test, the <em>File</em> menu presents options for exporting results to text, CSV, and PDF files. The contents of the <em>~/.phoronix-test-suite/test-results/</em> folder can also be backed up for preserving the test results.</p>
<p>If you wish to use the Phoronix Test Suite from the command-line, open a terminal and run <em>phoronix-test-suite</em>.</p>
</body>
</html>
diff --git a/documentation/index.html b/documentation/index.html
deleted file mode 100644
index e4c03b6..0000000
--- a/documentation/index.html
+++ /dev/null
@@ -1,47 +0,0 @@
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<Title>Phoronix Test Suite</Title>
-<link href="includes/pts-documentation.css" rel="stylesheet" type="text/css" />
-</head>
-<body>
-<div id="pts_doc_header"><div class="pts_doc_fixed"><a href="http://www.phoronix-test-suite.com/"><div id="pts_doc_logo"></div></a></div></div>
-<div class="pts_doc_fixed">
-<div class="pts_doc_notice"><div style="float: right;">Documentation</div></div>
-<div class="pts_doc_main">
-<!-- PTS AREA -->
-<h1>Phoronix Test Suite</h1>
-<p>The Phoronix Test Suite is the most comprehensive testing and benchmarking platform available that provides an extensible framework for which new tests can be easily added. The software is designed to effectively carry out both qualitative and quantitative benchmarks in a clean, reproducible, and easy-to-use manner.</p>
-<p>The Phoronix Test Suite is based upon the extensive testing and internal tools developed by Phoronix.com since 2004 along with support from leading tier-one computer hardware and software vendors. This software is open-source and licensed under the GNU GPLv3.</p>
-<p>Originally developed for automated Linux testing, support to the Phoronix Test Suite has since been added for OpenSolaris, Apple Mac OS X, Microsoft Windows, and BSD operating systems. The Phoronix Test Suite consists of a lightweight processing core (pts-core) with each benchmark consisting of an XML-based profile and related resource scripts. The process from the benchmark installation, to the actual benchmarking, to the parsing of important hardware and software components is heavily automated and completely repeatable, asking users only for confirmation of actions.</p>
-<div style="width: 1px; height: 20px;"></div>
-<p>If a topic is not covered within this included documentation, chances are the topic is already covered at <a href="http://www.phoronix-test-suite.com/">Phoronix-Test-Suite.com</a>.</p>
-<h2>Documentation</h2>
-<h3><a href="install.html">Installation</a></h3>
-<h3><a href="pts_options.html">Explanation Of User Options</a></h3>
-<h3><a href="sensor_monitoring.html">System Sensor Monitoring</a></h3>
-<h3><a href="tips_and_tricks.html">Tips & Tricks</a></h3>
-<h3><a href="default_files.html">Default Files & Folders</a></h3>
-<h3><a href="environmental_variables.html">Environmental Variables</a></h3>
-<h3><a href="credits.html">Development Credits</a></h3>
-<h2>Related Components</h2>
-<h3><a href="pts_desktop_live.html">PTS Desktop Live</a></h3>
-<h3><a href="phoromatic.html">Phoromatic - Remote Test Management</a></h3>
-<h2>Extending The Phoronix Test Suite</h2>
-<h3><a href="writing_your_first_test.html">Writing Your First Test Profile</a></h3>
-<h3><a href="writing_your_first_module.html">Writing Your First PTS Module</a></h3>
-<h2>XML Specifications</h2>
-<h3><a href="specifications_xml_test.html">Test Profile</a></h3>
-<h3><a href="specifications_xml_download.html">Downloads Profile</a></h3>
-<h3><a href="specifications_xml_suite.html">Suite Profile</a></h3>
-<h2>Related Links</h2>
-<h3><a href="http://www.phoronix-test-suite.com/">Phoronix-Test-Suite.com</a></h3>
-<h3><a href="http://www.phoromatic.com/">Phoromatic.com</a></h3>
-<h3><a href="http://www.pts-desktop-live.com/">PTS-Desktop-Live.com</a></h3>
-<h3><a href="http://www.phoronix.com/">Phoronix.com</a></h3>
-<h3><a href="http://www.phoronix-media.com/">Phoronix Media</a></h3>
-<h3><a href="http://www.phorogit.com/index.php?p=phoronix-test-suite.git">Git Development Repository</a></h3>
-<h3><a href="http://global.phoronix.com/">Phoronix Global</a></h3>
-<!-- END OF PTS AREA -->
-</div></div><div class="pts_doc_fixed"><div class="pts_doc_bottom"><div style="float: left;"><a href="http://www.phoronix-test-suite.com/">Phoronix-Test-Suite.com</a></div><div style="float: right;">Copyright © 2008 - 2010 by <a href="http://www.phoronix-media.com/">Phoronix Media</a>.</div></div></div>
-</body>
-</html>
diff --git a/documentation/writing_your_first_test.html b/documentation/writing_your_first_test.html
index 5391d21..4232ac0 100644
--- a/documentation/writing_your_first_test.html
+++ b/documentation/writing_your_first_test.html
@@ -110,7 +110,7 @@ in quotes or using <em>$LOG_FILE</em> if the test profile writes to that variabl
benchmark sample-program</em>. The Phoronix Test Suite should now handle the rest by
installing the test, running the test, and recording the results (if you so choose).
There is no additional work that needs to be done for the results to be recorded
-in the PTS Results Viewer or even reporting the results to Phoronix Global.</p>
+in the PTS Results Viewer or even reporting the results to OpenBenchmarking.org.</p>
<p><strong>For more information, visit <a href="http://www.phoronix-test-suite.com/">Phoronix-Test-Suite.com</a> and read the <a href="index.html">included documentation</a>. It should also be of great help to just look at the existing test profiles, which can be found inside the <em>phoronix-test-suite/pts/</em> folder with the <em>test-resources</em> and <em>test-profiles</em> sub-directories.</strong></p>
<!-- END OF PTS AREA -->
</div></div><div class="pts_doc_fixed"><div class="pts_doc_bottom"><div style="float: left;"><a href="http://www.phoronix-test-suite.com/">Phoronix-Test-Suite.com</a></div><div style="float: right;">Copyright © 2008 by <a href="http://www.phoronix-media.com/">Phoronix Media</a>.</div></div></div>
diff --git a/pts-core/commands/batch_setup.php b/pts-core/commands/batch_setup.php
index 893a888..fafcaaf 100644
--- a/pts-core/commands/batch_setup.php
+++ b/pts-core/commands/batch_setup.php
@@ -23,7 +23,7 @@
class batch_setup implements pts_option_interface
{
const doc_section = 'Batch Testing';
- const doc_description = "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 Phoronix Global and prompting for the saved file name.";
+ const doc_description = '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.';
public static function run($r)
{
@@ -34,7 +34,7 @@ class batch_setup implements pts_option_interface
if($batch_options[P_OPTION_BATCH_SAVERESULTS] == "TRUE")
{
$batch_options[P_OPTION_BATCH_LAUNCHBROWSER] = pts_config::bool_to_string(pts_user_io::prompt_bool_input("Open the web browser automatically when in batch mode", false));
- $batch_options[P_OPTION_BATCH_UPLOADRESULTS] = pts_config::bool_to_string(pts_user_io::prompt_bool_input("Auto upload the results to Phoronix Global", true));
+ $batch_options[P_OPTION_BATCH_UPLOADRESULTS] = pts_config::bool_to_string(pts_user_io::prompt_bool_input("Auto upload the results to OpenBenchmarking.org", true));
$batch_options[P_OPTION_BATCH_PROMPTIDENTIFIER] = pts_config::bool_to_string(pts_user_io::prompt_bool_input("Prompt for test identifier", true));
$batch_options[P_OPTION_BATCH_PROMPTDESCRIPTION] = pts_config::bool_to_string(pts_user_io::prompt_bool_input("Prompt for test description", true));
$batch_options[P_OPTION_BATCH_PROMPTSAVENAME] = pts_config::bool_to_string(pts_user_io::prompt_bool_input("Prompt for saved results file-name", true));
diff --git a/pts-core/commands/debug_run.php b/pts-core/commands/debug_run.php
index 4869ed0..98f1451 100644
--- a/pts-core/commands/debug_run.php
+++ b/pts-core/commands/debug_run.php
@@ -23,7 +23,7 @@
class debug_run implements pts_option_interface
{
const doc_section = 'Asset Creation';
- const doc_description = "This option is intended for use by test profile writers and is identical to the <em>run</em> option but will yield more information during the run process that can be used to debug issues with a test profile or to verify the test profile is functioning correctly.";
+ const doc_description = 'This option is intended for use by test profile writers and is identical to the <em>run</em> option but will yield more information during the run process that can be used to debug issues with a test profile or to verify the test profile is functioning correctly.';
public static function argument_checks()
{
diff --git a/pts-core/commands/default_run.php b/pts-core/commands/default_run.php
index c13d15d..4058e1c 100644
--- a/pts-core/commands/default_run.php
+++ b/pts-core/commands/default_run.php
@@ -23,7 +23,7 @@
class default_run implements pts_option_interface
{
const doc_section = 'Batch Testing';
- const doc_description = "This option will run the selected test(s). The name of the test or suite must be supplied or the Phoronix Global ID or saved local file name. Multiple arguments can be supplied to run additional tests at the same time and save the results in a suite-like fashion. Unlike the normal run option, the default-run will not prompt the user to select from the available test options but will instead use the default options as automatically set by pts-core or the test profile. Use batch-run to automatically test all of the available options.";
+ const doc_description = 'This option will run the selected test(s). The name of the test or suite must be supplied or the OpenBenchmarking.org ID or saved local file name. Multiple arguments can be supplied to run additional tests at the same time and save the results in a suite-like fashion. Unlike the normal run option, the default-run will not prompt the user to select from the available test options but will instead use the default options as automatically set by pts-core or the test profile. Use batch-run to automatically test all of the available options.';
public static function argument_checks()
{
diff --git a/pts-core/commands/install_test.php b/pts-core/commands/install_test.php
index 7362165..97eead3 100644
--- a/pts-core/commands/install_test.php
+++ b/pts-core/commands/install_test.php
@@ -24,7 +24,7 @@ class install_test implements pts_option_interface
{
const doc_section = 'Test Installation';
const doc_use_alias = 'install';
- const doc_description = "This option will install the selected test(s) inside the testing environment directory). The install process from downloading of the test files to the installation is fully automated. The install option needs to be supplied with the test name or suite as an argument. Optionally, a Phoronix Global ID or the name of a saved results file can be supplied as well and the test(s) to install will automatically be extracted from that information. If the test is already installed and was run by the latest version of the installation process, no action will be taken. Multiple arguments can be supplied to install additional tests at the same time.";
+ const doc_description = "This option will install the selected test(s) inside the testing environment directory). The install process from downloading of the test files to the installation is fully automated. The install option needs to be supplied with the test name or suite as an argument. Optionally, a OpenBenchmarking.org ID or the name of a saved results file can be supplied as well and the test(s) to install will automatically be extracted from that information. If the test is already installed and was run by the latest version of the installation process, no action will be taken. Multiple arguments can be supplied to install additional tests at the same time.";
public static function argument_checks()
{
diff --git a/pts-core/commands/network_setup.php b/pts-core/commands/network_setup.php
index 3f75f3b..4d80bc6 100644
--- a/pts-core/commands/network_setup.php
+++ b/pts-core/commands/network_setup.php
@@ -23,7 +23,7 @@
class network_setup implements pts_option_interface
{
const doc_section = 'Other';
- const doc_description = "This option allows the user to configure how the Phoronix Test Suite connects to Phoronix Global and other web-services. Connecting through an HTTP proxy can be configured through this option.";
+ const doc_description = '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.';
public static function run($r)
{
diff --git a/pts-core/commands/openbenchmarking_setup.php b/pts-core/commands/openbenchmarking_setup.php
index 689db18..33123bd 100644
--- a/pts-core/commands/openbenchmarking_setup.php
+++ b/pts-core/commands/openbenchmarking_setup.php
@@ -23,11 +23,11 @@
class openbenchmarking_setup implements pts_option_interface
{
const doc_section = 'OpenBenchmarking.org';
- const doc_description = "This option is used for controlling your Phoronix Test Suite client options for OpenBechmarking.org and syncing the client to your account.";
+ const doc_description = 'This option is used for controlling your Phoronix Test Suite client options for OpenBechmarking.org and syncing the client to your account.';
public static function run($r)
{
- echo "\nIf you have not already registered for your free Phoronix Global account, you can do so at http://global.phoronix-test-suite.com/\n\nOnce you have registered your account and clicked the link within the verification email, enter your log-in information below.\n\n";
+ echo "\nIf you have not already registered for your free OpenBenchmarking.org account, you can do so at http://global.phoronix-test-suite.com/\n\nOnce you have registered your account and clicked the link within the verification email, enter your log-in information below.\n\n";
echo "User-Name: ";
$username = pts_user_io::read_user_input();
echo "Password: ";
@@ -36,11 +36,11 @@ class openbenchmarking_setup implements pts_option_interface
if($global_success)
{
- echo "\nPhoronix Global Account Setup.\nAccount information written to ~/.phoronix-test-suite/user-config.xml.\n\n";
+ echo "\nOpenBenchmarking.org Account Setup.\nAccount information written to ~/.phoronix-test-suite/user-config.xml.\n\n";
}
else
{
- echo "\nPhoronix Global Account Not Found.\n";
+ echo "\nOpenBenchmarking.org Account Not Found.\n";
}
}
}
diff --git a/pts-core/definitions/module-phoromatic.xml b/pts-core/definitions/module-phoromatic.xml
index 36fc85a..18732fe 100644
--- a/pts-core/definitions/module-phoromatic.xml
+++ b/pts-core/definitions/module-phoromatic.xml
@@ -35,7 +35,7 @@
<Define>
<Name>M_PHOROMATIC_UPLOAD_TO_GLOBAL</Name>
<Value>PhoronixTestSuite/Phoromatic/General/UploadToGlobal</Value>
- <Description>A string bool whether to upload the test results to Phoronix Global upon completion.</Description>
+ <Description>A string bool whether to upload the test results to OpenBenchmarking.org upon completion.</Description>
</Define>
<Define>
<Name>M_PHOROMATIC_UPLOAD_TEST_LOGS</Name>
diff --git a/pts-core/definitions/test-profile.xml b/pts-core/definitions/test-profile.xml
index 25b0e58..210c711 100644
--- a/pts-core/definitions/test-profile.xml
+++ b/pts-core/definitions/test-profile.xml
@@ -212,7 +212,7 @@ PATH environment variable will contain each of the test directories below this t
<Define>
<Name>P_TEST_ALLOW_RESULTS_SHARING</Name>
<Value>PhoronixTestSuite/TestProfile/AllowResultsSharing</Value>
- <Description>If this test profile emits result formats or data that is not compatible with Phoronix Global or is the test profile is just intended for internal use only, set <em>AllowResultsSharing</em> to <em>FALSE</em>. If this tag is set to <em>FALSE</em>, the result generated from this test profile will not give the user the ability to upload the results to Phoronix Global or other sharing services after testing has concluded.</Description>
+ <Description>If this test profile emits result formats or data that is not compatible with an online results sharing service such as OpenBenchmarking.org or is the test profile is just intended for internal use only, set <em>AllowResultsSharing</em> to <em>FALSE</em>. If this tag is set to <em>FALSE</em>, the result generated from this test profile will not give the user the ability to upload the results or other sharing services after testing has concluded.</Description>
<Required>NO</Required>
</Define>
<Define>
diff --git a/pts-core/objects/pts_argument_check.php b/pts-core/objects/pts_argument_check.php
index a3d6237..e8ed77a 100644
--- a/pts-core/objects/pts_argument_check.php
+++ b/pts-core/objects/pts_argument_check.php
@@ -58,7 +58,7 @@ class pts_argument_check
}
else if($this->get_function_check() == array('pts_types', 'identifier_to_object'))
{
- $type = 'Test | Suite | Global ID | Test Result';
+ $type = 'Test | Suite | OpenBenchmarking.org ID | Test Result';
}
else if($this->get_function_check() == array('pts_types', 'is_test_or_suite'))
{
diff --git a/pts-core/objects/pts_client.php b/pts-core/objects/pts_client.php
index b35c29c..6f219e0 100644
--- a/pts-core/objects/pts_client.php
+++ b/pts-core/objects/pts_client.php
@@ -353,7 +353,7 @@ class pts_client
$pso->add_object("last_run_time", date("Y-m-d H:i:s")); // Time PTS was last run
- // Phoronix Global - GSID
+ // OpenBenchmarking.org - GSID
$global_gsid = $pso->read_object("global_system_id");
if(empty($global_gsid) || pts_openbenchmarking::is_valid_gsid_format($global_gsid) == false)
{
diff --git a/pts-core/objects/pts_test_run_manager.php b/pts-core/objects/pts_test_run_manager.php
index c76e8a0..8f34d07 100644
--- a/pts-core/objects/pts_test_run_manager.php
+++ b/pts-core/objects/pts_test_run_manager.php
@@ -709,7 +709,7 @@ class pts_test_run_manager
}
else
{
- $upload_results = pts_user_io::prompt_bool_input("Would you like to upload these results to OpenBenchmarking.org", true, "UPLOAD_RESULTS");
+ $upload_results = pts_user_io::prompt_bool_input('Would you like to upload these results to OpenBenchmarking.org', true, 'UPLOAD_RESULTS');
}
if($upload_results)
@@ -718,7 +718,7 @@ class pts_test_run_manager
if(!empty($upload_url))
{
- pts_client::display_web_page($upload_url, "Do you want to launch Phoronix Global", true);
+ pts_client::display_web_page($upload_url, 'Do you want to launch OpenBenchmarkng.org', true);
}
else
{
diff --git a/pts-core/results-viewer/pts-results-viewer.xsl b/pts-core/results-viewer/pts-results-viewer.xsl
index 618b32f..fc2f002 100644
--- a/pts-core/results-viewer/pts-results-viewer.xsl
+++ b/pts-core/results-viewer/pts-results-viewer.xsl
@@ -86,7 +86,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<div id="pts_header_bottom">
<div class="pts_header_center">
<div class="pts_header_links_left"><a href="http://www.phoronix.com/">Phoronix</a><br /><a href="http://www.phoronix.com/forums/">Phoronix Forums</a><br /><a href="http://commercial.phoronix-test-suite.com/">PTS Commercial</a></div>
- <div class="pts_header_links"><a href="http://www.phoronix-test-suite.com/">Phoronix Test Suite</a><br /><a href="http://global.phoronix.com/">Phoronix Global</a><br /><a href="http://www.phoromatic.com/">Phoromatic</a></div>
+ <div class="pts_header_links"><a href="http://www.phoronix-test-suite.com/">Phoronix Test Suite</a><br /><a href="http://www.openbenchmarking.org/">OpenBenchmarking.org</a><br /><a href="http://www.phoromatic.com/">Phoromatic</a></div>
</div>
</div>
diff --git a/pts-core/static/lists/option-command-aliases.list b/pts-core/static/lists/option-command-aliases.list
index 413fd3d..add9b08 100644
--- a/pts-core/static/lists/option-command-aliases.list
+++ b/pts-core/static/lists/option-command-aliases.list
@@ -11,7 +11,6 @@ clone = clone_openbenchmarking_result
clone_result = clone_openbenchmarking_result
force_install_all = install_all
version = pts_version
-login = global_login
refresh_graph = refresh_graphs
suite_info = info
test_info = info
diff --git a/pts-core/static/xsl/pts-user-config-viewer.xsl b/pts-core/static/xsl/pts-user-config-viewer.xsl
index 9a2c100..79d2a71 100644
--- a/pts-core/static/xsl/pts-user-config-viewer.xsl
+++ b/pts-core/static/xsl/pts-user-config-viewer.xsl
@@ -12,7 +12,7 @@
<h1>General Options</h1>
<h3>AnonymousUsageReporting: <span style="color: #CC0000;"><xsl:value-of select="PhoronixTestSuite/Options/General/AnonymousUsageReporting" /></span></h3>
- <p>If this option is set to <em>TRUE</em>, anonymous usage information and statistics, like the tests that are run and their length of run, will be reported to <a href="http://global.phoronix.com/">Phoronix Global</a> for analytical reasons. All submitted information is kept anonymous. For more information on the anonymous usage reporting, read the Phoronix Test Suite documentation.</p>
+ <p>If this option is set to <em>TRUE</em>, anonymous usage information and statistics, like the tests that are run and their length of run, will be reported to <a href="http://www.openbenchmarking.org/">OpenBenchmarking.org</a> for analytical reasons. All submitted information is kept anonymous. For more information on the anonymous usage reporting, read the Phoronix Test Suite documentation.</p>
<h3>DefaultBrowser: <span style="color: #CC0000;"><xsl:value-of select="PhoronixTestSuite/Options/General/DefaultBrowser" /></span></h3>
<p>The Phoronix Test Suite will automatically attempt to launch the system's default web browser when needed. This is done first by checking for x-www-browser and then xdg-open. If neither command is available, the Phoronix Test Suite will fallback to checking for Firefox, Epiphany, Mozilla, or the open command. If you wish to override the default browser that the Phoronix Test Suite selects, set this tag to the command name of the browser you wish to use. Leaving this tag empty will have the Phoronix Test Suite determine the default web browser.</p>
<h3>UsePhodeviCache: <span style="color: #CC0000;"><xsl:value-of select="PhoronixTestSuite/Options/General/UsePhodeviCache" /></span></h3>
@@ -75,7 +75,7 @@
<h3>OpenBrowser: <span style="color: #CC0000;"><xsl:value-of select="PhoronixTestSuite/Options/BatchMode/OpenBrowser" /></span></h3>
<p>If this option is set to <em>TRUE</em>, when running in batch mode the web-browser will automatically open when displaying test results. If this option is set to <em>FALSE</em>, the web-browser will not be opened.</p>
<h3>UploadResults: <span style="color: #CC0000;"><xsl:value-of select="PhoronixTestSuite/Options/BatchMode/UploadResults" /></span></h3>
- <p>If this option is set to <em>TRUE</em>, when running in batch mode the test results will be automatically uploaded to <a href="http://global.phoronix-test-suite.com/">Phoronix Global</a>.</p>
+ <p>If this option is set to <em>TRUE</em>, when running in batch mode the test results will be automatically uploaded to <a href="http://www.openbenchmarking.org/">OpenBenchmarking.org</a>.</p>
<h3>PromptForTestIdentifier: <span style="color: #CC0000;"><xsl:value-of select="PhoronixTestSuite/Options/BatchMode/PromptForTestIdentifier" /></span></h3>
<p>If this option is set to <em>TRUE</em>, when running in batch mode the user will be prompted to enter a test identifier. If this option is set to <em>FALSE</em>, a test identifier will be automatically generated.</p>
<h3>PromptForTestDescription: <span style="color: #CC0000;"><xsl:value-of select="PhoronixTestSuite/Options/BatchMode/PromptForTestDescription" /></span></h3>
@@ -89,7 +89,7 @@
<h3>Timeout: <span style="color: #CC0000;"><xsl:value-of select="PhoronixTestSuite/Options/Networking/Timeout" /></span></h3>
<p>This is the read timeout (in seconds) for network connections. The default value is <em>20</em>.</p>
<h3>ProxyAddress: <span style="color: #CC0000;"><xsl:value-of select="PhoronixTestSuite/Options/Networking/ProxyAddress" /></span></h3>
- <p>If you wish to use a HTTP proxy server to allow the Phoronix Test Suite to communicate with Phoronix Global and other web services, enter the IP address / server name of the proxy server in this tag. If the proxy address and port tags are left empty but the <em>http_proxy</em> environmental variable is set, the Phoronix Test Suite will attempt to use that as the proxy information.</p>
+ <p>If you wish to use a HTTP proxy server to allow the Phoronix Test Suite to communicate with OpenBenchmarking.org and other web services, enter the IP address / server name of the proxy server in this tag. If the proxy address and port tags are left empty but the <em>http_proxy</em> environmental variable is set, the Phoronix Test Suite will attempt to use that as the proxy information.</p>
<h3>ProxyPort: <span style="color: #CC0000;"><xsl:value-of select="PhoronixTestSuite/Options/Networking/ProxyPort" /></span></h3>
<p>If using a proxy server, enter the TCP port in this tag.</p>
diff --git a/pts-core/user-agreement.txt b/pts-core/user-agreement.txt
index 9d495c5..d647493 100644
--- a/pts-core/user-agreement.txt
+++ b/pts-core/user-agreement.txt
@@ -6,13 +6,13 @@ The Phoronix Test Suite is the most comprehensive testing and benchmarking platf
- For enterprise support, sponsorship, or other professional inquiries, contact phoronix@phoronix.com. Community support can be found in the Phoronix Forums at http://www.phoronix.com/forums/.
-- If you opt to submit your test results to Phoronix Global, the final results as well as basic hardware and software details (what is shown in the PTS Results Viewer) will be shared and publicly accessible through http://global.phoronix-test-suite.com/.
+- If you opt to submit your test results to OpenBenchmarking.org, the final results as well as basic hardware and software details (what is shown in the results viewer) will be shared and publicly accessible through http://www.openbenchmarking.org/.
- Public bug reports, feature requests, and other issues can be brought up in the Phoronix Test Suite forums, mailing list, or a direct email to Phoronix Media.
-Anonymous Usage Reporting / Statistics: If enable the anonymous usage reporting / statistics feature, some information about the Phoronix Test Suite runs will be submitted to Phoronix Global. This information is used for analytical purposes, including but not limited to, determining the most popular tests / suites and calculating average run-times for different test profiles. The test results are not reported in this process nor the installed software / hardware information, but just ambient information about the testing process. This information is stored anonymously. More information on this feature is available with the included documentation.
+Anonymous Usage Reporting / Statistics: If enable the anonymous usage reporting / statistics feature, some information about the Phoronix Test Suite runs will be submitted to OpenBenchmarking.org. This information is used for analytical purposes, including but not limited to, determining the most popular tests / suites and calculating average run-times for different test profiles. The test results are not reported in this process nor the installed software / hardware information, but just ambient information about the testing process. This information is stored anonymously. More information on this feature is available with the included documentation.
-Anonymous Software / Hardware Reporting: If enable the anonymous hardware / software reporting, general information on your installed hardware / software components will be reported to Phoronix Global. Hardware information is general details such as, but not limited to, the installed CPU, motherboard, and other general components. Software information is general and contains details such as your operating system, graphics processor driver, kernel, and software architecture. No personal information is collected. This information is pooled along with the submissions from all other users to show general trends and other details on Phoronix Global.
+Anonymous Software / Hardware Reporting: If enable the anonymous hardware / software reporting, general information on your installed hardware / software components will be reported to OpenBenchmarking.org. Hardware information is general details such as, but not limited to, the installed CPU, motherboard, and other general components. Software information is general and contains details such as your operating system, graphics processor driver, kernel, and software architecture. No personal information is collected. This information is pooled along with the submissions from all other users to show general trends and other details on OpenBenchmarking.org.
For more information on the Phoronix Test Suite and its features, visit http://www.phoronix-test-suite.com/ or view the included documentation.
<
Copyright © 2013 by Phoronix Media