Phoronix Test Suite 5.4-Lipki Milestone 2

System Internals / Phoronix Test Suite - Michael Larabel [phoronix.com] - 5 October 2014 20:34 UTC



###

diff --git a/CHANGE-LOG b/CHANGE-LOG
index a94bc97..5687319 100644
--- a/CHANGE-LOG
+++ b/CHANGE-LOG
@@ -1,6 +1,7 @@
PHORONIX TEST SUITE CHANGE-LOG

-Phoronix Test Suite (Git)
+Phoronix Test Suite 5.4 Milestone 2
+5 October 2014

- pts-core: Add "ResultAfterString" to test result parser XML schema
- pts-core: Other result file parsing improvements/fixes
diff --git a/README b/README
index 7df7af8..ab7b908 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Phoronix Test Suite 5.4.0m1
+Phoronix Test Suite 5.4.0m2
http://www.phoronix-test-suite.com/
#####################################

diff --git a/documentation/man-pages/phoronix-test-suite.1 b/documentation/man-pages/phoronix-test-suite.1
index 685df32..0f44be0 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" "5.4.0m1"
+.TH phoronix-test-suite 1 "www.phoronix-test-suite.com" "5.4.0m2"
.SH NAME
phoronix-test-suite \- The Phoronix Test Suite is an extensible open-source platform for performing testing and performance evaluation.
.SH SYNOPSIS
diff --git a/documentation/phoronix-test-suite.html b/documentation/phoronix-test-suite.html
index 59d01a8..951112d 100644
--- a/documentation/phoronix-test-suite.html
+++ b/documentation/phoronix-test-suite.html
@@ -1,4 +1,4 @@
-Phoronix Test Suite v5.4.0m1 - Test Client Documentation

Phoronix Test Suite


  1. Getting Started
  2. User Options
  3. Module Options
  4. Installation Instructions
  5. External Dependencies
  6. Configuration
  7. General Information
  8. Virtual Test Suites
  9. Component Testing
  10. Phoromatic
  11. PTS Desktop Live
  12. Development Credits

Getting Started


+Phoronix Test Suite v5.4.0m2 - Test Client Documentation

Phoronix Test Suite


  1. Getting Started
  2. User Options
  3. Module Options
  4. Installation Instructions
  5. External Dependencies
  6. Configuration
  7. General Information
  8. Virtual Test Suites
  9. Component Testing
  10. Phoromatic
  11. PTS Desktop Live
  12. Development Credits

Getting Started


Overview


The Phoronix Test Suite is the most comprehensive testing and benchmarking platform available for Linux, Solaris, Mac OS X, 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 200 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.


diff --git a/pts-core/phoromatic/pages/phoromatic_systems.php b/pts-core/phoromatic/pages/phoromatic_systems.php
index a187e3f..1788923 100644
--- a/pts-core/phoromatic/pages/phoromatic_systems.php
+++ b/pts-core/phoromatic/pages/phoromatic_systems.php
@@ -91,7 +91,7 @@ class phoromatic_systems implements pts_webui_interface
}

$main .= '
';
- $info_table = array('Status:' => $row['CurrentTask'], 'State:' => $state, 'Phoronix Test Suite Client:' => $row['ClientVersion'], 'Last IP:' => $row['LastIP'], 'Last Communication:' => phoromatic_user_friendly_timedate($row['LastCommunication']), 'Initial Creation:' => phoromatic_user_friendly_timedate($row['CreatedOn']), 'System ID:' => $row['SystemID']);
+ $info_table = array('Status:' => $row['CurrentTask'], 'State:' => $state, 'Phoronix Test Suite Client:' => $row['ClientVersion'], 'Last IP:' => $row['LastIP'], 'Initial Creation:' => phoromatic_user_friendly_timedate($row['CreatedOn']), 'Last Communication:' => phoromatic_user_friendly_timedate($row['LastCommunication']), 'System ID:' => $row['SystemID']);
$main .= '

System State

' . pts_webui::r2d_array_to_table($info_table, 'auto');

$main .= '

System Components

';
diff --git a/pts-core/phoromatic/public_html/phoromatic.css b/pts-core/phoromatic/public_html/phoromatic.css
index 619524d..b625ce8 100644
--- a/pts-core/phoromatic/public_html/phoromatic.css
+++ b/pts-core/phoromatic/public_html/phoromatic.css
@@ -405,7 +405,7 @@ th
background: #DFDFDF;
font-weight: bold;
padding: 0 4px;
- text-align: center;
+ text-align: left;
}
td
{
diff --git a/pts-core/pts-core.php b/pts-core/pts-core.php
index 0af444d..f270fbc 100644
--- a/pts-core/pts-core.php
+++ b/pts-core/pts-core.php
@@ -137,8 +137,8 @@ function pts_version_codenames()
);
}

-pts_define('PTS_VERSION', '5.4.0m1');
-pts_define('PTS_CORE_VERSION', 5313);
+pts_define('PTS_VERSION', '5.4.0m2');
+pts_define('PTS_CORE_VERSION', 5320);
pts_define('PTS_CODENAME', 'LIPKI');
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'));

be57f8e Phoronix Test Suite 5.4-Lipki Milestone 2
CHANGE-LOG | 3 ++-
README | 2 +-
documentation/man-pages/phoronix-test-suite.1 | 2 +-
documentation/phoronix-test-suite.html | 2 +-
pts-core/phoromatic/pages/phoromatic_systems.php | 2 +-
pts-core/phoromatic/public_html/phoromatic.css | 2 +-
pts-core/pts-core.php | 4 ++--
7 files changed, 9 insertions(+), 8 deletions(-)

Upstream: phorogit.com


  • Share