Compare commits

...

1206 Commits

Author SHA1 Message Date
Michael Larabel
60da8aa3f5 pts-core: Add more prominent link to documentation page to help users answer all of the common questions... 2021-10-10 05:14:55 -05:00
Michael Larabel
9b5f1391fd Prep for Phoronix Test Suite 10.6.1 release 2021-10-10 05:08:20 -05:00
Michael Larabel
58d6f1b51f Rebuild documentation for PTS 10.6.1 2021-10-09 18:22:30 -05:00
Michael Larabel
bcafb0c2f2 ob-cache: Update the OpenBenchmarking.org indexes cache in prepping for PTS 10.6.1 2021-10-09 18:17:14 -05:00
Michael Larabel
3681f64071 ob-cache: Update the OpenBenchmarking.org cache for current tests/suites in preparation for PTS 10.6.1 2021-10-09 18:15:20 -05:00
Michael Larabel
5d14d7d8a8 pts-core / phoromatic: Basic prep to make allowing install logs and run logs uploading rather trivial 2021-10-09 09:02:27 -05:00
Michael Larabel
3937e198d0 phoromatic: The code should be in place to now allow the Phoromatic Server to use the unified/shared log viewer rather than having to maintain separate code path...
The unified log viewer should work better, etc, so switch to that as have not been able to find any problems with its usage.
2021-10-09 05:02:37 -05:00
Michael Larabel
6a1c28e8fa phoromatic: Allow uploading of system logs after initial upload of result XML to deal with HTTP size limitations and other factors with large logs
Particularly with now allowing custom logs as part of the system logs / binary data, that existing 2MB limit would likely be hit soon for users...
2021-10-08 18:10:10 -05:00
Michael Larabel
c8c25d5f48 pts-core: Some minor trivial tweaks... 2021-10-08 18:08:22 -05:00
Michael Larabel
a925043841 pts-core / phoromatic: More styling / UI tweaks from some minor enhancements this week to try to make things look a bit more uniform... 2021-10-08 18:07:02 -05:00
Michael Larabel
408f0a9b0b phoromatic: Switch to SVG versions of some graphics, save space 2021-10-08 08:55:43 -05:00
Michael Larabel
9bce0b53fe phoromatic: Try to unify more of the CSS/styling to match modern local result viewer and OpenBenchmarking.org so things look a bit more unified...
Plus a few minor tweaks to remove outdated text / cleanups / quick styling
2021-10-07 14:47:19 -05:00
Michael Larabel
7a0871fb3d pts-core: Potential error fix for PHP 8.1 2021-10-06 18:14:55 -05:00
Michael Larabel
0f5e08de40 pts-core: Allow system log viewer to adapt fine if the result identifier was renamed 2021-10-06 14:39:49 -05:00
Michael Larabel
af850b88f4 pts-core: Use base64 for the log viewer to avoid URL parsing issues with PHP web server 2021-10-06 05:10:47 -05:00
Michael Larabel
206cf2fed5 pts-core: Sanity check the math median function to prevent possible error in newer PHP versions 2021-10-06 04:16:23 -05:00
Michael Larabel
c20eb57e7b Revert "Merge branch 'master' into master"
Revert accidental merge until the few issues worked out

This reverts commit adcdd18106, reversing
changes made to fd9b21c1c5.
2021-10-05 12:34:45 -05:00
Michael Larabel
abeae65eb0 Merge branch 'master' of github.com:phoronix-test-suite/phoronix-test-suite 2021-10-05 04:24:57 -05:00
Michael Larabel
9b4a90100e phoromatic: Expose the server PTS core version to client 2021-10-05 04:24:45 -05:00
Michael Larabel
e2ffb91db3 pts-core: Drop some very old distributions from the list 2021-10-05 04:23:05 -05:00
Matthew Tippett
adcdd18106 Merge branch 'master' into master 2021-10-04 23:49:17 -07:00
Michael Larabel
aca21674bf pts-core: Move the system/install/run HTML log viewer code into a common (embed) code path so that it can be trivially re-used by Phoromatic / OB / whatever else to allow for much better code re-use 2021-10-04 19:40:05 -05:00
Michael Larabel
c1031b13e7 pts-core: Cleanup/simplify result viewer log viewer code ahead of tossing it into the common embed path so it can be reused easily by Phoromatic/OB. 2021-10-03 13:33:36 -05:00
Michael Larabel
fd9b21c1c5 pts-core: Have monitoring / timer runs also honor IgnoreRuns test profile option where as existing focus was only focused on IgnoreRun usage when parsing a test result supplied by the software under test (i.e. not a PTS timer/monitoring case)
Fixes: https://github.com/phoronix-test-suite/phoronix-test-suite/issues/546
2021-10-02 18:21:57 -05:00
Michael Larabel
b34c2c667a pts-core: Add result file helper for getting the test run logs in a clean manner, allows some of the result viewer code to be cleaned up and eventually more unification 2021-10-02 18:02:38 -05:00
Michael Larabel
c5ad7e876d pts-core: Add result file helper for getting the test install logs in a clean manner, allows some of the result viewer code to be cleaned up and eventually more unification 2021-10-02 17:32:23 -05:00
Michael Larabel
1aa6a3d72d pts-core: Use new common pts_file_io::directory_only_contains_text_files() in openbenchmarking upload path too 2021-10-02 15:20:37 -05:00
Michael Larabel
6949dec6b2 pts-core: Introduce pts_file_io::directory_only_contains_text_files() and use that in phoromatic module to verify system log directory is only text files when needed 2021-10-02 14:46:53 -05:00
Michael Larabel
a28607eacd phoromatic: Add missing rand() to two sleep calls that was left out previously 2021-10-02 14:19:18 -05:00
Michael Larabel
b611d7053d phoromatic: Honor pts_client::$skip_log_file_type_checks state in upload_test_result to allow binary / non-text files to be uploaded when configured by the Phoromatic Server 2021-10-02 14:16:00 -05:00
Michael Larabel
219c736e5e pts-core: Add another string to check in looking for errors from build log 2021-10-02 14:10:32 -05:00
Michael Larabel
3030c22ccf pts-core: Few more simple optimizations in the stress-run hot path to further avoid unnecessary (re)creation of resources that could be reused...
Fixes: https://github.com/phoronix-test-suite/phoronix-test-suite/issues/545
2021-10-01 06:15:14 -05:00
Michael Larabel
7d96de6b1c pts-core: Some additional tweaks around better handling of null results in the result viewer 2021-09-29 18:21:22 -05:00
Matthew Tippett
b81492900b Merge branch 'phoronix-test-suite:master' into master 2021-09-28 07:04:04 -07:00
Michael Larabel
d56aa07573 Merge branch 'dev-reboot-needed' 2021-09-25 05:05:10 -05:00
Michael Larabel
02462dfdd8 Add some documentation on reboot-needed plus some other quick tips/docs for test profile creation helpers 2021-09-25 05:02:22 -05:00
Michael Larabel
2acfffba7e pts-core: Fix possible undefined variable in some very old test profiles 2021-09-24 19:13:48 -05:00
Michael Larabel
34292a658d phodevi: Avoid possible warning in recently added ReBAR reporting 2021-09-24 18:34:30 -05:00
Michael Larabel
a8e8f4e85b phodevi: Improve table alignment 2021-09-21 08:01:07 -05:00
Michael Larabel
e5fab6cc32 phodevi: Also show the ReBAR / visible vRAM size in system info area 2021-09-19 18:29:14 -05:00
Michael Larabel
9d058de894 phodevi: Support reporting NVIDIA BAR1 total memory / Radeon vRAM visible memory (Resizable BAR / ReBAR status) 2021-09-19 18:00:17 -05:00
Michael Larabel
3cb1ac2778 pts-core: Set time limit 60 for result viewer. 0 is supposed to be no limit but with the PHP web server seeing some cases where 0 is making it immediate error 2021-09-19 06:22:22 -05:00
Michael Larabel
e0c675d29d pts-core: Allow reboot-needed (immediate and queued) support for test profile installation, same behavior as during test run-time 2021-09-18 15:01:47 -05:00
Michael Larabel
9234a4596c pts-core: Fix for prior commit 2021-09-18 14:15:21 -05:00
Michael Larabel
ae800a78fe pts-core: Add support for 'queued' reboots for test profile reboot-needed interface 2021-09-18 14:14:03 -05:00
Michael Larabel
53b09669a2 phodevi: Cleanup reboot() function 2021-09-18 13:46:16 -05:00
Michael Larabel
6c73247901 pts-core: Move reboot-needed code into new pts_triggered_system_events class for better organization 2021-09-18 13:45:20 -05:00
Michael Larabel
6e3746415e phodevi: Show Platform Profile when available on the system info area 2021-09-18 06:36:31 -05:00
Michael Larabel
fc0f88469c phodevi: ACPI Platform Profile reporting support 2021-09-18 05:39:08 -05:00
Michael Larabel
0ef2372029 pts-core: Allow running merge-results when pointing to specific XML files outside of standard paths
Use-case suggested @ https://www.phoronix.com/forums/forum/phoronix/phoronix-test-suite/1278746-any-way-to-monitor-results-and-being-alerted?p=1279110#post1279110 to allow merging results when just mentioning the specific XML files to merge
2021-09-17 18:27:11 -05:00
Michael Larabel
ccdd8825af pts-core: Restructure if statement to simplify the error reporting check to in turn allow null/empty (errored out) result objects to be deleted from the result file 2021-09-17 15:03:53 -05:00
Michael Larabel
bb2260f575 pts-core: Fix error in get_last_run_date() Fixes: https://github.com/phoronix-test-suite/phoronix-test-suite/issues/542 2021-09-15 07:21:22 -05:00
Michael Larabel
d50aa50fca phoromatic: Report to Phoromatic Server if PTS is attempting to perform a reboot / pts-core: Add __event_reboot module interface 2021-09-14 14:48:10 -05:00
Michael Larabel
4835e906c7 pts-core: Introduce the ability for test profiles to signal a system reboot is needed by writing to ~/reboot-needed
A test can simply create ~/reboot-needed and PTS will then attempt to restart the system and on subsequent run (just the next time the phoronix-test-suite command launches) will also indicate to test profile via $TEST_RECOVERING_FROM_REBOOT that it is recovering from a reboot

Currently ~/reboot-needed does an immediate reboot but is prepared for possible 'queued' reboot at end of test run in future if desired/needed
2021-09-14 14:43:44 -05:00
Michael Larabel
c5285908cb pts-core: Ensure the run-time value recorded is synced precisely, make it easier to slow time PTS last started 2021-09-14 14:38:41 -05:00
Michael Larabel
a8d7534428 phodevi: Make the reboot() call more robust 2021-09-14 14:37:18 -05:00
Michael Larabel
9ef2b7217a Update changelog for prior commit 2021-09-14 14:20:06 -05:00
Michael Larabel
9ecb6dbd8a phodevi: Make SYSTEM_ID accessible to client 2021-09-14 14:11:02 -05:00
Matthew Tippett
dccc9ac37d Don't output HTML if we are downloading logs 2021-09-14 05:15:16 -07:00
Matthew Tippett
c25e7c4553 Log slow system property reads 2021-09-14 05:15:16 -07:00
Matthew Tippett
398fae6f65 Support Downloading of zip files 2021-09-14 05:15:16 -07:00
Matthew Tippett
6ab770f3d5 Skip phodevi MacOS calls 2021-09-14 05:15:16 -07:00
Matthew Tippett
f0ba07f7ce Append to log files 2021-09-14 05:15:16 -07:00
Matthew Tippett
ef3291659d Add abort test and wait for reboot 2021-09-14 05:15:16 -07:00
Matthew Tippett
91fcbf2755 Merge branch 'phoronix-test-suite:master' into master 2021-09-14 01:43:03 -07:00
Michael Larabel
d505c697e9 pts_Graph: Another null result check improvement 2021-09-11 16:38:18 -05:00
Michael Larabel
01d928291d pts-core: Numeric check in get_result_object_custom() needed from the recent changes around allowing null results 2021-09-11 15:20:29 -05:00
Michael Larabel
77f0ab0630 pts-core: Ensure no null identifiers on incomplete result sets 2021-09-08 14:09:32 -05:00
Michael Larabel
262d2388ed phoromatic: Run htmlspecialchars() when printing out the passed trigger
This shouldn't be much of an issue anyhow since getting to this stage firt requires having credentials / API access key, there isn't any JavaScript used besides some display elements on the Phoromatic site, and anyhow most running Phoromatic on private intranets

Reported-By: wtwver on @huntr-dev
2021-09-07 17:50:55 -05:00
Michael Larabel
61a284d3a9 Add a basic SECURITY.md file
Fixes: https://github.com/phoronix-test-suite/phoronix-test-suite/issues/540
2021-09-07 07:58:17 -05:00
Matthew Tippett
5167e658e4 Increase poll rate to 10, don't block non-text files from being uploaded 2021-09-07 03:24:33 -07:00
Matthew Tippett
c1b950086c If a test profile places abort-once to trigger a test abort.
A test profile can add $PTS_USER_PATH/abort-once, which will trigger
that test to be aborted.  If no test results are valid, the phoromatic
server will not consider the suite executed and will push on the next
'start' request.
2021-09-07 03:21:03 -07:00
Matthew Tippett
aa20076e2e add per-client request logging 2021-09-07 03:18:08 -07:00
Matthew Tippett
8352bcd577 Merge branch 'phoronix-test-suite:master' into master 2021-09-06 22:42:43 -07:00
Michael Larabel
e806585f19 pts-core: More PHP 8.1 warning fixes from new warnings / deprecations 2021-09-06 17:53:53 -05:00
Michael Larabel
896496f2ed pts-core: Improve formatting of showing test run errors within the result viewer 2021-09-06 13:47:35 -05:00
Michael Larabel
7c8730ddbe phoromatic: Address 'Got error 'PHP message: PHP Fatal error: Uncaught TypeError: Unsupported operand types: string * int in /usr/share/phoronix-test-suite/pts-core/objects/phoromatic/phoromatic_server.php:948' error report 2021-09-06 10:24:20 -05:00
Michael Larabel
f467777dc1 pts-core: Additional null result check safeguards 2021-09-06 10:13:31 -05:00
Michael Larabel
e6abc7b7e2 phoromatic: When client/server are PTS 10601 or newer, can avoid scanning for errors if no result file is present for a schedule/trigger, since now a result file will always be uploaded even if all tests failed (errors). Rather than out-of-band error checking that may be inaccurate 2021-09-06 06:04:47 -05:00
Michael Larabel
bfae5ff3dc pts-core: Allow showing test run errors within the result viewer 2021-09-06 06:03:06 -05:00
Michael Larabel
20d83bdb79 pts-core: Allow reporting test run errors inline / as part of the result file XML with null/empty results 2021-09-06 06:01:54 -05:00
Michael Larabel
8435e4c8b0 pts-core: Improve check around not passing null results to pts_Graph 2021-09-05 18:02:50 -05:00
Michael Larabel
6841ddc3d9 phodevi: Drop OpenCC/Open64 compiler detection (and outdated TCC and PathCC compilers too while at it)
Fixes: https://github.com/phoronix-test-suite/phoronix-test-suite/issues/514
2021-09-05 05:10:44 -05:00
Michael Larabel
8c8176c270 pts_Graph: Correct result buffer item key handling noticed when testing null results 2021-09-04 18:14:57 -05:00
Michael Larabel
85ec0d8703 pts_Graph: Loosen check on empty results 2021-09-04 18:01:14 -05:00
Michael Larabel
7df25c82f4 pts-core: Additional safeguards/checks around non-numeric / empty results 2021-09-04 15:57:08 -05:00
Michael Larabel
2be5f232f7 pts-core: More PHP 8.1 warning fixes for new warnings added 2021-09-01 04:06:56 -05:00
Michael Larabel
434c3fdd7e pts-core: Don't sleep ahead of tests that are just going to be skipped 2021-08-29 17:02:21 -05:00
Michael Larabel
e8a96ab06e pts-core: Address some static analysis issues uncovered 2021-08-29 14:55:37 -05:00
Michael Larabel
d3109a7be7 pts-core: Fix changed behavior in PHP 8.0 that could result in a fatal error 2021-08-26 17:48:05 -05:00
Michael Larabel
01e6853b26 pts-core: Remove dead/unused XML code thanks to cleanups from prior commits 2021-08-22 17:17:13 -05:00
Michael Larabel
3f5b3d62b3 pts-core: Address old TODO of moving PTS module-settings interface off old XML code path... PTS module-settings interface isn't really used besides the result_notifier module with no known users, but at least moving to an INI-based back-end allows for cleaning some cold up and helping to then remove other old code paths 2021-08-22 16:20:48 -05:00
Michael Larabel
978780d50a pts-core: Cleanup some TODOs 2021-08-22 13:39:35 -05:00
Michael Larabel
f2f2e0296f phodevi: Fix dynamic CPU usage reporting that got messed up by a PR long ago 2021-08-21 19:20:22 -05:00
Michael Larabel
c5f938db84 pts-core: Remove the old, long deprecated static/JavaScript PTS result viewer that hasn't been used except for rare fallbacks since PTS pre-9.0 2021-08-21 14:46:25 -05:00
Michael Larabel
2da63bfd0f flamegrapher: Drop module that hasn't been maintained in years / never properly finished to integrate with result file XML and doesn't show in modern result viewer 2021-08-21 14:37:40 -05:00
Michael Larabel
eb6b2c0599 pts-core: Cleanup / minor reliability improvements to the dynamic result viewer loader 2021-08-21 14:09:03 -05:00
Michael Larabel
87af2097e5 pts-core: Formatting improvement for prior commit 2021-08-20 18:24:58 -05:00
Michael Larabel
21dfa54bf4 pts-core: Another PHP 8.1 warning fix 2021-08-20 18:23:51 -05:00
Michael Larabel
dcd95dce3d pts-core: Disable "Recent OpenBenchmarking.org Results From This IP" helper to cut back on server resources and since openbenchmarking-uploads command has the same info for those who really want ot 2021-08-20 18:22:42 -05:00
Matthew Tippett
fd0c761be7 Fix typo 2021-08-17 07:32:36 -07:00
Matthew Tippett
6959907850 Merge branch 'phoronix-test-suite:master' into master 2021-08-17 07:23:11 -07:00
Matthew Tippett
0432720f4a openbenchmarking: log when refreshing tests. 2021-08-17 07:14:33 -07:00
Matthew Tippett
98f4fb6679 phoromatic: Improve logging and add overideable delay 2021-08-17 07:13:37 -07:00
Matthew Tippett
bcb7d17b5d pts-core: Add pts_loggoer option console output
If PhoronixTestSuite/Options/General/PrintToConsole is set, then output to log message to console in addition to
the log file.
2021-08-17 01:12:10 -07:00
Matthew Tippett
1c01337ab3 phoromatic: Don't clear logs on startup if behind apache
If PHOROMATIC_WANTS_APACHE is set, then assume that phoromatic is running
under Apache and not clear the log file.
2021-08-17 01:09:51 -07:00
Michael Larabel
fb7c5b822f pts-core: Another PHP 8.1 compatibility warning fix 2021-08-14 10:39:43 -05:00
Michael Larabel
a8ed6365d2 documentation: Missing documentation file add from prior commits when converting away from XSD file 2021-08-14 05:09:02 -05:00
Michael Larabel
a3b205c7ca pts-core: Another PHP 8.1 compatibility warning fix 2021-08-14 04:53:49 -05:00
Michael Larabel
bffd5fc7f5 pts-core: Address old TODO, removing messy redundant code 2021-08-12 18:29:08 -05:00
Michael Larabel
6194bc8ca2 phodevi: Improve detection of new Intel oneAPI DPC++/C++ Compiler 2021-08-10 08:01:50 -05:00
Michael Larabel
f8be957386 pts-core: Delete some image files no longer used in a long time 2021-08-08 18:38:31 -05:00
Michael Larabel
06fa6ed587 pts-core: Move defunct user-config XSL documentation that doesn't work in modern web browsers to instead just be rendered as part of the main documentation files. Then regenerate the docs. 2021-08-08 18:34:29 -05:00
Michael Larabel
88948c8c95 pts-core: Bump version to 10.6.0 as about time for the next quarterly release... 2021-08-06 14:34:32 -05:00
Michael Larabel
e3ea188a83 pts-core: Regenerate documentation 2021-08-06 14:29:57 -05:00
Michael Larabel
8eefb3e735 pts-core: Drop out-of-date XSL that no longer works in modern web browsers... 2021-08-06 14:21:26 -05:00
Michael Larabel
fba0cd2548 pts-core: Stop stripping HTTPS on windows by default as this restriction no longer seems necessary in more recent years and was hitting issue for at least cinebench test that does require HTTPS download 2021-07-30 04:42:04 -05:00
Matthew Tippett
1ff01554e7 Merge branch 'phoronix-test-suite:master' into master 2021-07-29 20:29:20 -07:00
Michael Larabel
f1f0629613 pts-core: Fix possible issue with Windows batch file execution
Normally Windows path ends up handling "./" fine but it seems in at least some cases when passed as an argument to cmd.exe it will otherwise cause script execution to fail, so just remove it here since not necessary.
2021-07-29 05:01:17 -05:00
Michael Larabel
6a67115a57 pts-core: PHP 8.1 deprecation warning fixes 2021-07-29 04:52:25 -05:00
Matthew Tippett
1deda5a72e Merge branch 'phoronix-test-suite:master' into master 2021-07-20 07:01:43 -07:00
Michael Larabel
52d4f010cb pts-core: PHP 8.1 deprecation warning fixes 2021-07-14 17:59:06 -05:00
Michael Larabel
1755920f24 pts-core: PHP 8.1 deprecation warning fixes 2021-07-14 14:13:41 -05:00
Michael Larabel
827c350a28 pts-core: PHP 8.1 deprecation warning fixes 2021-07-14 13:30:29 -05:00
Michael Larabel
412290e804 pts-core: PHP 8.1 deprecation warning fixes 2021-07-14 08:13:36 -05:00
Michael Larabel
ee5f08a1b1 pts-core: PHP 8.1 deprecation warning fixes 2021-07-14 08:10:02 -05:00
Michael Larabel
3113db17d5 pts-core: PHP 8.1 deprecation warning fixes 2021-07-14 08:06:21 -05:00
Michael Larabel
b4ff642ff7 pts-core: PHP 8.1 deprecation warning fixes 2021-07-14 08:05:06 -05:00
Michael Larabel
d1c95a9f03 phoromatic: Prep for log downloads, at least show for now if there is a binary log file found 2021-07-13 05:18:57 -05:00
Michael Larabel
899916abcd phoromatic: This should get the 'view system logs' button on result pages working that along unified code path from the result viewer to take to system log page 2021-07-11 12:36:11 -05:00
Michael Larabel
1ca4ed2add pts-core: Local result viewer system log file viewing improvements, other minor tweaks/improvements to that code 2021-07-10 04:50:58 -05:00
Michael Larabel
5d442cc131 pts-core: Track if result identifier was renamed for matching against original system log file value 2021-07-10 04:48:57 -05:00
Michael Larabel
bbcbfc3f13 phoromatic: Fix for system logs link on result page 2021-07-09 05:22:02 -05:00
Michael Larabel
ef66156d74 pts-core/phoromatic: Various improvements to system log displaying, particularly around text log handling and working on supporting non-text log displays 2021-07-09 05:14:16 -05:00
Michael Larabel
a7e52e9714 phoromatic: Allow non-text files to be optionally logged as part of system logs (e.g. PDFs, ZIPs, etc). Enable from Phoromatic Settings area. 2021-07-08 12:59:39 -05:00
Michael Larabel
b44716390e pts-core: It's 2021, assume all browsers handle SVG fine... 2021-07-08 05:23:08 -05:00
Michael Larabel
1d080a610d pts-core: Add debug_log to pts_logger 2021-07-06 17:00:38 -05:00
Michael Larabel
2a225b801b pts-core: Stumbled across PHP 7.4's built in web server and newer supports multiple workers finally... Make use of PHP_CLI_SERVER_WORKERS 2021-07-06 11:07:43 -05:00
Michael Larabel
617109804b phoromatic: Cleanup of original tempnam for prior commit 2021-07-06 05:33:53 -05:00
Michael Larabel
d0fb4c8b6b phoromatic: Append ".zip" to temporary zip files created to avoid possible differing/problematic behavior depending upon system zip handling behavior around tempnam() otherwise
Per https://github.com/phoronix-test-suite/phoronix-support-issues/issues/25#issuecomment-874557034

Also fix  another similar tempnam() zip usage place to ensure .zip as well.

Should fix downloading of local tests in cases such as https://github.com/phoronix-test-suite/phoronix-test-suite/issues/520
2021-07-06 05:25:01 -05:00
Matthew Tippett
f8d92e98c0 Merge branch 'phoronix-test-suite:master' into master 2021-07-06 00:08:58 -07:00
Michael Larabel
eb0a3e87ba documentation: Add more offline helpful information and run documentation rebuild 2021-07-02 19:23:09 -05:00
Matthew Tippett
631b2df5d1 Merge branch 'phoronix-test-suite:master' into master 2021-07-01 20:28:47 -07:00
Michael Larabel
a6055a2065 phoromatic: Warn on file/directory lack of write access for database 2021-06-22 19:51:06 -05:00
Michael Larabel
93b630228e pts-core: Introduce pts_file_io::is_text_file() to abstract out mime_content_type handling for odd PHP installations where it>
Plus in phoronix-test-suite php-conf report if those  functions are enabled or not.
2021-06-22 15:06:47 -05:00
Michael Larabel
d081a07755 pts-core: Improve help output in debug-result-parser path 2021-06-15 05:18:25 -05:00
Michael Larabel
8d43753bce pts-core: Don't bother reporting notice/warnings around locks 2021-06-13 19:34:51 -05:00
Michael Larabel
c37b2fcae6 pts-core: Check enable_dl is enabled before calling dl() to avoid silly warning otherwise for those disabling dynamically loading extensions 2021-06-13 19:32:42 -05:00
Michael Larabel
22e64d8e40 Fix Gentoo external dependency package name https://github.com/phoronix-test-suite/phoronix-test-suite/issues/534 2021-06-13 04:58:59 -05:00
Matthew Tippett
079253b074 Merge branch 'phoronix-test-suite:master' into master 2021-06-01 07:20:16 -07:00
Michael Larabel
b5496d2d0a Merge branch 'master' of github.com:phoronix-test-suite/phoronix-test-suite 2021-05-31 13:27:42 -05:00
Michael Larabel
db6c0a7346 phodevi: 5800H Model, Zen 3 2021-05-31 13:27:36 -05:00
Michael Larabel
da52d5e401 pts_Graph: Don't show zero values initially on OB popularity statistics graphs 2021-05-28 19:37:13 -05:00
Matthew Tippett
42fc6355f8 pts-core: Add debug commands & improve logging
Adds logging of the non-idle commands coming from the
Phoromatic Server.

Adjust log date to include timedate by moving to ISO8601 format date
Include backtrace information to identify function, file and line for
log messages
2021-05-26 16:58:49 -05:00
Matthew Tippett
0813cbffae Merge branch 'phoronix-test-suite:master' into master 2021-05-25 22:36:44 -07:00
Michael Larabel
1995a72799 phoromatic: Properly handle adding test profiles to suites that have custom user input (non enumerated). 2021-05-25 14:56:40 -05:00
Matthew Tippett
cc3bb3bddf Merge branch 'phoronix-test-suite:master' into master 2021-05-23 23:18:22 -07:00
Michael Larabel
73c240cc19 phodevi: Ryzen 5 500U is Family 23 Model 104, Zen 2 2021-05-23 17:55:57 -05:00
Michael Larabel
3575debf60 phodevi: prevent possible garbage strings from sweeping in, also add missing Zen 3 ID 2021-05-23 15:51:30 -05:00
Michael Larabel
e112a1245b phodevi: Fill in some Windows gaps 2021-05-15 13:01:35 -05:00
Michael Larabel
6d8b78139d More 10.4 prep 2021-05-15 12:53:51 -05:00
Michael Larabel
4d88803bb7 Update ob-cache 2021-05-15 06:09:00 -05:00
Michael Larabel
c79df86a51 Prep for 10.4.0 / documentation rebuild 2021-05-15 05:47:52 -05:00
Michael Larabel
94987c8c0f phoromatic: More styling to properties area 2021-05-15 04:55:47 -05:00
Michael Larabel
0c4be36cd3 phoromatic: Fix for previous commit 2021-05-15 04:53:37 -05:00
Michael Larabel
fb7afebdd9 phoromatic: Allow passing Phodevi system properties to Phoromatic Server 2021-05-15 04:40:47 -05:00
Michael Larabel
a781cf68e1 pts-core: Rename dump-phodevi-properties to more convenient system-properties 2021-05-14 08:13:55 -05:00
Michael Larabel
bf71202ed6 phodevi: Add some new properties, port some pts_network info to phodevi interfaces 2021-05-14 07:35:09 -05:00
Matthew Tippett
e58f14a628 Merge branch 'phoronix-test-suite:master' into master 2021-05-12 09:49:21 -07:00
Michael Larabel
4fae61dbb0 Merge branch 'master' of github.com:phoronix-test-suite/phoronix-test-suite 2021-05-08 07:48:53 -05:00
Michael Larabel
b0f7d8255c pts-core: Add RepositoryURL option for test profiles 2021-05-08 07:48:48 -05:00
Matthew Tippett
d5326e4ec2 howto: Create context switching howto 2021-05-07 00:12:36 -07:00
Matthew Tippett
21539de9de [phoromatic] Fix set context call
set_user_context should execute the file containing the script,
not the script context.
2021-05-07 00:08:21 -07:00
Michael Larabel
d9cbc524a1 Merge pull request #524 from mtippett/phoromatic-fixes
[phoromatic] Fix set context call
2021-05-06 04:45:44 -05:00
Matthew Tippett
146b1ae67d [phoromatic] Fix set context call
set_user_context should execute the file containing the script,
not the script context.
2021-05-06 09:08:06 +01:00
Michael Larabel
a9732137da pts-core: Previous commit got mucked up a bit when transferring patch between systems 2021-05-04 13:50:53 -05:00
Michael Larabel
0305087cf4 pts-core: Add PTS_EXTRA_SYSTEM_LOGS_DIR environment variable to allow pointing to directory of extra system log files 2021-05-04 13:47:48 -05:00
Michael Larabel
a3039f51ea phoromatic: Avoid possibility is clobbered by prior logic, so simplify has system logs check in the viewer 2021-05-04 13:44:23 -05:00
Michael Larabel
a36d525fd2 Merge windows and phoromatic documentation files into same phoronix-test-suite.* documentation files 2021-05-04 11:01:04 -05:00
Michael Larabel
ddb4bce3ce windows: Seed OSUSOL mirror to Cygwin to avoid a GUI prompt for mirror selection... Should allow automated Cygwin now without that GUI. 2021-05-02 08:41:58 -05:00
Michael Larabel
103ca53670 windows: VC_redist can be installed with /install /quiet to automate nicer 2021-05-02 08:22:06 -05:00
Michael Larabel
5a15e35d80 phodevi: is_macosx() to is_macos() 2021-05-01 20:24:38 -05:00
Michael Larabel
4e04307013 pts-core: Detect more CMake errors 2021-05-01 08:42:42 -05:00
Michael Larabel
35b80b0f7f pts-core: Another ob-cache update pre release 2021-05-01 06:05:12 -05:00
Michael Larabel
89e05c2757 pts-core: Rebuild the ob-cache again for latest tests 2021-05-01 05:43:45 -05:00
Michael Larabel
64b425e3b8 documentation: Move more forum references to GitHub as the preferred location over the forums 2021-04-30 20:12:12 -05:00
Michael Larabel
f16af34964 Rebuild ob-cache from latest OpenBenchmarking.org 2021-04-30 11:40:11 -05:00
Michael Larabel
0be204c383 pts_Graph: Work to compress the graphs a bit more by avoiding more integer alignment, remove links that don't tend to work inside of frames/embeds or when converted to png, and other optimizations to reduce graph size for OB serving 2021-04-30 11:34:23 -05:00
Michael Larabel
fdfdacd8b4 pts-core: Typo fix on plural 2021-04-30 08:38:44 -05:00
Michael Larabel
1118f71129 pts-core: Optimization for prior commit 2021-04-24 15:57:25 -05:00
Michael Larabel
f99e875709 pts-core: Ensure no duplicates 2021-04-24 11:02:53 -05:00
Michael Larabel
7e0cdc85f9 pts-core: Shorten the string 2021-04-21 05:31:37 -05:00
Michael Larabel
6e63ccdd44 pts-core: Allow perf-per-dollar-per-hour in the result viewer, extending perf-per-dollar HTML helper 2021-04-15 08:17:00 -05:00
Michael Larabel
9fb8d39e83 pts-core: Show title on geo mean results 2021-04-14 07:35:30 -05:00
Michael Larabel
43689f931b pts-core: Don't show both the perf per core and perf per thread graphs if core/threads are the same 2021-04-13 17:32:59 -05:00
Michael Larabel
1947548225 pts-core: Add helper 2021-04-09 07:20:00 -05:00
Michael Larabel
94562dd4a8 Merge branch 'master' of github.com:phoronix-test-suite/phoronix-test-suite 2021-04-01 16:16:06 -05:00
Michael Larabel
501059eac8 system_monitor: Adjust perf-per precision 2021-04-01 16:15:54 -05:00
Michael Larabel
ea943a254c Merge pull request #516 from tippettj/master
Update check-tests to reflect new requirements
2021-03-30 07:45:27 -05:00
Michael Larabel
5c1f827a70 pts-core: Change for prior commit 2021-03-28 08:48:48 -05:00
Michael Larabel
54258b666b pts-core: Change for prior commit 2021-03-28 08:36:52 -05:00
Michael Larabel
9d52ece7c7 pts-core: Add auto-resolution-wide option 2021-03-28 08:29:02 -05:00
Michael Larabel
29775ff2b9 phodevi: Intel Linux graphics string reporting improvement 2021-03-27 07:35:03 -05:00
tippettj
49b471a520 [check_tests] Various enhancements, improvements, and bug fixes
Enhancements:
Remove downlaoded files from cache once test completes during testing instead of after run completes.
Added timeout for slow mirror sites, influenced by DOWNLOAD_RATE and DEBUG_TIMEOUT env.
Added CLI output indicating how many tests are remaining.

Improvements:
Added process id to CLI output to allow tracking while running.
Updated http 226 to be a pass as opposed to fail.
Include downloads in profiles that use <Extend>
Updated error messages to display HTTP and FTP errors on front end.
Report redirected files as "source"

Fixes:
Fixed object reuse bug.  Renamed httpCode to httpStatus.
Fix math error in reporting remaining tests
When loading from download cache, cast status and size to int.
2021-03-26 17:18:45 -07:00
tippettj
78738619ac [check_tests] updated to align with react front-end
Updated Not Tested status to simplfy processing logic.
Renamed duplicate key to source, to better reflect which package it came from.
2021-03-26 17:18:45 -07:00
Michael Larabel
28c3ce5fe3 pts-core: Ubuntu ex dep updates 2021-03-26 17:12:26 -05:00
Michael Larabel
f6b459461d pts-core: Allow hosting HTML pages within the result viewer directory 2021-03-24 13:00:53 -05:00
Michael Larabel
5eb51ce6ff pts-core: Add slackpkg helper per https://github.com/phoronix-test-suite/phoronix-test-suite/issues/514 2021-03-23 14:37:28 -05:00
Michael Larabel
6540d24634 Update ob-cache against latest OpenBenchmarking.org 2021-03-23 12:17:15 -05:00
Michael Larabel
43b916016a Prep for 10.4 M1 2021-03-17 05:14:27 -05:00
Michael Larabel
b18bd6cb67 pts-core: Drop prior change for now 2021-03-11 07:39:35 -06:00
Michael Larabel
075940ecd0 pts-core: Sorting fix 2021-03-11 07:38:09 -06:00
Michael Larabel
2b7d0419bf pts-core: Sorting fix 2021-03-11 07:36:53 -06:00
Michael Larabel
50f8801581 pts-core: Improve system HTML output print preview mode 2021-03-09 16:04:45 -06:00
Michael Larabel
a4d9d58c91 pts-core: Add libconfigpp external depenency 2021-03-09 09:59:55 -06:00
Michael Larabel
558f748ba6 pts-core: Don't link some to search 2021-03-05 05:06:21 -06:00
Michael Larabel
5d7125e2be pts-core: Don't link some to search 2021-03-04 19:22:14 -06:00
Michael Larabel
89883e4b36 pts_Graph: Tweak width 2021-03-04 08:38:13 -06:00
Michael Larabel
2f61e6b31d pts_Graph: Tweak width 2021-03-04 08:36:50 -06:00
Michael Larabel
3f79027c75 pts_Graph: Tweak width 2021-03-04 08:18:45 -06:00
Michael Larabel
628c178db4 pts-core: More calculation updates for result buffer 2021-03-03 12:44:13 -06:00
Michael Larabel
68b8e5ac27 Merge branch 'master' of github.com:phoronix-test-suite/phoronix-test-suite 2021-03-03 12:36:31 -06:00
Michael Larabel
5d08fabc32 pts-core: Fix side by side normalized result calculation 2021-03-03 12:36:03 -06:00
Michael Larabel
7fc6cc577e pts-core: Fix max/min value calculation for line graph values 2021-03-02 08:39:18 -05:00
Michael Larabel
ad6db8e5be pts-core: Allow sorting runs within a result file from within the result viewer web interface 2021-03-01 17:16:36 -06:00
Michael Larabel
72c1086d39 pts-core: Fix possible fatal error 2021-02-28 11:25:13 -06:00
Michael Larabel
b9ccf2c29a Fix for https://github.com/phoronix-test-suite/phoronix-test-suite/issues/506 2021-02-27 12:06:45 -06:00
Michael Larabel
34ec6e00fc pts-core: Pass by ref to speed up get systems calls in result file 2021-02-26 16:16:52 -06:00
Michael Larabel
d25746a8d9 pts-core: Avoid expensive get_value_from_identifier call 2021-02-26 15:20:30 -06:00
Michael Larabel
c5394bd382 pts-core: Optimize adjust_precision to use cached max_precision value 2021-02-26 15:02:21 -06:00
Michael Larabel
11bb113d9f Rework previous commit, better handle min/max calculation in result buffer 2021-02-26 14:55:48 -06:00
Michael Larabel
c2a6e1e56c pts-core: Allow caching get_min_value and get_max_value on test result buffers 2021-02-26 14:18:10 -06:00
Michael Larabel
d5048fbadc pts-core: Optimize out sorting percentile values array excess times 2021-02-26 13:39:42 -06:00
Michael Larabel
9703b4bc07 pts-core: Allow longer HTTP timeouts on OpenBenchmarking.org result uploads if needed 2021-02-25 08:44:59 -06:00
Michael Larabel
09c2499290 perf_tips: Only show governor tip on Linux 2021-02-21 15:43:47 -06:00
Michael Larabel
72f4cc0dcb Revert phoronix-test-suite pull as it breaks installed non-local PTS test installs 2021-02-21 08:38:05 -06:00
Michael Larabel
d4b12a2a4a Use prior install-sh until all issues are worked out 2021-02-21 08:36:31 -06:00
Michael Larabel
be681e3c26 Merge changes install install_macos 2021-02-21 08:33:41 -06:00
Michael Larabel
e2d26b4faf Merge pull request #469 from Artoria2e5/shell-shit
shellstuff: warn when no readlink is available
2021-02-21 09:30:57 -05:00
Michael Larabel
a56181e7d5 Merge branch 'master' into shell-shit 2021-02-21 09:29:58 -05:00
Michael Larabel
b25324039b pts-core: Create install_macos based on install-sh. Pull in https://github.com/phoronix-test-suite/phoronix-test-suite/pull/455 2021-02-21 08:17:48 -06:00
Michael Larabel
59233e473e pts-core: Ex dep update 2021-02-21 08:16:43 -06:00
Michael Larabel
a8c8a09fb4 perf_tips: Simplify logic 2021-02-20 05:44:04 -06:00
Michael Larabel
2edc1fc106 phodevi: Include IO power too 2021-02-20 05:32:16 -06:00
Michael Larabel
5cdb03a596 pts-core: Optimization to avoid re-parsing installed test metadata multiple times 2021-02-19 16:46:22 -06:00
Michael Larabel
681374a2f3 pts-core: Another test profile parser optimization 2021-02-17 16:58:35 -06:00
Michael Larabel
15c5165be0 pts-core: Optimization to avoid re-parsing test profile definition multiple times 2021-02-17 16:52:36 -06:00
Michael Larabel
949cff6904 Prep for 10.2.2 2021-02-17 06:33:59 -06:00
Michael Larabel
46205f4c74 Update ob-cache 2021-02-17 06:32:30 -06:00
Michael Larabel
838d8eb9d1 phodevi: Export current GPU graphics card PCI device ID (GPU_DEVICE_ID) for some games/tests relying on it for configuration 2021-02-14 17:31:04 -06:00
Michael Larabel
460f8ebc68 pts-core: More strict about all virtual suite, just use only verified tests 2021-02-14 17:06:45 -06:00
Michael Larabel
7d567b4a73 pts-core: Ubuntu external dependency update 2021-02-14 16:00:43 -06:00
Michael Larabel
7b080828dc pts-core: Allow renaming runs within the result viewer 2021-02-14 10:31:44 -06:00
Michael Larabel
301f2c837f phodevi: Stop appending NVIDIA frequency to GPU string as with current GPUs it is becoming way too dynamic and often reporting low clock freqs with unfortunately nvidia-settings not allowing a query mean of peak freq 2021-02-13 20:02:04 -06:00
Michael Larabel
dfdfcaa5c6 pts-core: Cosmetic tweaks 2021-02-13 12:57:58 -06:00
Michael Larabel
7e4a0ac69e phodevi: This also appears to be Zen 3 2021-02-12 19:12:45 -06:00
Michael Larabel
794f8e7aae phodevi: possible warning fix 2021-02-12 07:37:13 -06:00
Michael Larabel
cf4ae336e7 phoromatic: PHP8 error fix 2021-02-12 07:35:05 -06:00
Michael Larabel
2d52b190eb pts-core: PHP 8 will error out if using count() on a string, switch to strlen() 2021-02-12 07:33:18 -06:00
Michael Larabel
183c0989f6 pts-core: Fix possible deprecation warning 2021-02-12 07:31:10 -06:00
Michael Larabel
8df8439168 pts-core: Ensure pcntl_signal is present before starting Phoromatic Server 2021-02-12 07:29:05 -06:00
Michael Larabel
531d4ed8d2 pts-core: Drop italic 2021-02-11 16:37:57 -06:00
Michael Larabel
e9e1ff2833 pts-core: Introduce libframetime-output-no-limit for https://github.com/phoronix-test-suite/phoronix-test-suite/pull/484 2021-02-11 13:44:48 -06:00
Michael Larabel
08ec34d607 pts-core: Result viewer fix for the limit drop down menu potentially not being activated in some cases 2021-02-11 07:56:55 -06:00
Michael Larabel
b06bcc094c pts-core: Reference GitHub issues URL 2021-02-11 06:35:08 -06:00
Michael Larabel
a55909e813 pts-core: Add helper text when hitting a download with no working mirrors 2021-02-09 15:21:09 -06:00
Michael Larabel
fb561a36e9 pts-core: run test as BATCH if no options passed in suite but expecting options 2021-02-09 09:54:26 -06:00
Michael Larabel
a864323a78 Simplify name for fftw3-dev 2021-02-07 08:11:53 -06:00
Michael Larabel
3957837b13 Update BSD pkg dependencies 2021-02-06 13:56:48 -06:00
Michael Larabel
5f5b0ab5d3 pts-core: Add enable-repo sub-command for more easily enabling new OpenBenchmarking.org repos 2021-02-06 08:01:22 -06:00
Michael Larabel
5a6d62188f pts-core: Warn user if trying to access an OB repo not currently enabled. https://github.com/phoronix-test-suite/phoronix-test-suite/issues/501 2021-02-06 07:39:56 -06:00
Michael Larabel
6b3133cecd pts-core: Improve text formatting in helper 2021-02-06 07:11:15 -06:00
Michael Larabel
3e1cc3150a phdevi: Drop old obsolete code 2021-02-04 16:11:23 -06:00
Michael Larabel
e4d3caeacf phdevi: Drop old obsolete code 2021-02-04 16:09:20 -06:00
Michael Larabel
7e8892fb10 pts-core: Fix check_tests breaking on pre PHP 5.6 2021-02-01 11:23:09 -06:00
Michael Larabel
81d2f14126 pts-core: Fix check_tests breaking on pre PHP 5.6 2021-02-01 11:21:48 -06:00
Michael Larabel
43f92bb607 pts-core: Fix check_tests breaking on pre PHP 5.6 2021-02-01 08:52:17 -06:00
Michael Larabel
8629b595ac pts-core: Only run on upgrade the ob-cache transfer or on empty dir 2021-02-01 05:26:12 -06:00
Michael Larabel
f3ab3372f0 pts-core: Only run on upgrade the ob-cache transfer 2021-02-01 05:13:55 -06:00
Michael Larabel
688504b29d Prep for PTS 10.2.1 2021-01-31 17:43:54 -06:00
Michael Larabel
cc1a6863bc pts-core: More updates 2021-01-31 17:41:16 -06:00
Michael Larabel
b10918b449 Update ob-cache of latest test profiles ahead of PTS 10.2.1 2021-01-31 17:38:07 -06:00
Michael Larabel
65d7453b78 Update suites ahead of PTS 10.2.1 2021-01-31 17:37:28 -06:00
Michael Larabel
0963f5fcd0 pts-core: Fix PHP8 + cURL download error 2021-01-31 06:49:33 -06:00
Michael Larabel
7d64626506 phodevi: Add more instructions 2021-01-30 17:08:38 -06:00
Michael Larabel
cb92bdd81e phodevi: More tweaking 2021-01-30 15:50:14 -06:00
Michael Larabel
2e2b37805c phodevi: More tweaking 2021-01-30 14:52:46 -06:00
Michael Larabel
8ad2e47be1 pts-core: Add more names 2021-01-30 14:09:33 -06:00
Michael Larabel
a8a279319d Merge branch 'master' of github.com:phoronix-test-suite/phoronix-test-suite 2021-01-30 13:59:14 -06:00
Michael Larabel
d41ca2e094 pts-core: Add more names 2021-01-30 13:59:06 -06:00
Michael Larabel
1c81fb6520 pts-core: IU fix 2021-01-30 14:07:21 -05:00
Michael Larabel
92e3aa22fb phodevi: Move around instruction location 2021-01-30 09:56:37 -05:00
Michael Larabel
048d5c4f29 pts-core: More analysis work 2021-01-30 08:24:46 -05:00
Michael Larabel
507614f3bb pts-core: More test analysis work 2021-01-29 18:08:17 -05:00
Michael Larabel
c282dee0ff Merge branch 'master' of https://github.com/phoronix-test-suite/phoronix-test-suite 2021-01-29 05:35:14 -05:00
Michael Larabel
cc019ab665 pts-core: Analyze improvements 2021-01-29 05:35:11 -05:00
Michael Larabel
a31b49287b phodevi: Adjust NVIDIA version parsing 2021-01-28 07:57:08 -06:00
Michael Larabel
55a93e1480 pts-core: Fix for previous commit 2021-01-28 07:46:25 -06:00
Michael Larabel
925202dcde phodevi: Fix slowdown 2021-01-28 07:44:42 -06:00
Michael Larabel
30204135ac phodevi: Don't bother parsing the X.org log if it grows too big 2021-01-28 07:38:03 -06:00
Michael Larabel
396fb01f96 pts-core: Ex dep update 2021-01-25 16:49:11 -06:00
Michael Larabel
648fbb5740 pts-core: Begin work reviving ob-test-profile-analyze 2021-01-25 13:40:40 -06:00
Michael Larabel
f75217b153 pts-core: Begin work reviving ob-test-profile-analyze 2021-01-25 13:15:56 -06:00
Michael Larabel
62ad07af1a pts-core: Don't use children in spread sorting 2021-01-25 09:56:52 -06:00
Michael Larabel
6b2d13ab07 pts-core: Move get_dependency_names into parser class 2021-01-24 12:59:06 -06:00
Michael Larabel
7d4c71d7e5 pts-core: Family data experiment in AE 2021-01-24 10:03:08 -06:00
Michael Larabel
7479f745b7 pts-core: Silence these messages for now... 2021-01-24 06:53:32 -06:00
Michael Larabel
ef1699a8b7 pts-core: Don't append version to test profile URLs on embed viewer 2021-01-23 20:00:31 -06:00
Michael Larabel
0a3f83a083 pts-core: Cleanup external dependency generic names 2021-01-23 15:58:13 -06:00
Michael Larabel
d1478ac11e pts-core: Cleanup external dependency generic names 2021-01-23 15:57:48 -06:00
Michael Larabel
92517cb6d3 pts_Graph: Add on_zero_plot_connect 2021-01-23 14:59:01 -06:00
Michael Larabel
71da10c9c1 pts-core: Warning fixes 2021-01-23 08:50:31 -06:00
Michael Larabel
372f7745ed pts-core: Check improvement for Athlon without AMD prefix being seen for some CPUs 2021-01-23 08:08:05 -06:00
Michael Larabel
89d45944d1 pts-core: Get rid of dead OPC link 2021-01-22 14:39:00 -06:00
Michael Larabel
49e4160ec0 phodevi: Log Transparent Huge Pages setting as part of system details 2021-01-21 15:18:00 -06:00
Michael Larabel
3d27be1f9f pts-core: Don't include deprecated tests in 'all' virtual suite 2021-01-21 08:03:02 -06:00
Michael Larabel
fda60ccfaa pts-core: Qt4 no longer packaged on Ubuntu 2021-01-21 07:47:01 -06:00
Michael Larabel
78d4ca6252 pts-core: Qt4 no longer packaged on Ubuntu 2021-01-21 07:45:32 -06:00
Michael Larabel
a14108b59b pts-core: Bump 2021-01-20 15:02:45 -06:00
Michael Larabel
7292c91a46 pts-core: Use case insensitive sorting of title in test suite 2021-01-19 17:33:47 -06:00
Michael Larabel
4637bc7ccc pts-core: Deduplicate repeated tests in a suite at creation time 2021-01-19 17:20:51 -06:00
Michael Larabel
18691d05bc pts-core: Shorten up some text 2021-01-19 10:14:11 -06:00
Michael Larabel
2f3b75d0a1 pts-core: Print test title on OB change index too 2021-01-19 09:13:48 -06:00
Michael Larabel
1abed5c9b8 pts-core: Disable systemd-inhibit by default again due to Disable by default again due to https://github.com/phoronix-test-suite/phoronix-test-suite/pull/491#issuecomment-762899039 2021-01-19 09:07:55 -06:00
Michael Larabel
921a0c5abe phodevi: Improve disk handling for brands first 2021-01-18 17:50:30 -06:00
Michael Larabel
914496b97a pts-core: More W3C validation improvements 2021-01-18 12:42:37 -06:00
Michael Larabel
d0e35c8385 pts-core: More W3C validation improvements 2021-01-18 12:39:44 -06:00
Michael Larabel
fe76e245b8 pts-core: More W3C validation improvements 2021-01-18 12:31:12 -06:00
Michael Larabel
afa6b10862 pts_Graph: xlink:title in text not allowed 2021-01-17 17:56:08 -06:00
Michael Larabel
76785ffb2b pts_Graph: xlink:title in text not allowed 2021-01-17 17:51:46 -06:00
Michael Larabel
a247da64b1 pts_Graph: xlink:title in text not allowed 2021-01-17 17:47:59 -06:00
Michael Larabel
f1f951358e pts_Graph: xlink:title in ellipse not allowed 2021-01-17 17:06:13 -06:00
Michael Larabel
98fdc9767f pts_Graph: Drop use of deprecated xlink:show 2021-01-17 17:03:52 -06:00
Michael Larabel
6faa533bc5 pts-core: Add InstallRequiresInternet option for test profiles that is more narrow (install time only) than the existing RequiresInternet 2021-01-16 17:42:49 -06:00
Michael Larabel
15cdea5563 pts-core: Add InstallRequiresInternet option for test profiles that is more narrow (install time only) than the existing RequiresInternet 2021-01-16 17:38:03 -06:00
Michael Larabel
9d54c3d28b pts-core: Tweak for prior commit 2021-01-15 19:26:23 -06:00
Michael Larabel
3e7524c04c pts-core: Tweak for prior commit 2021-01-15 19:15:52 -06:00
Michael Larabel
29d80d404c pts-core: Report std dev on component AE data 2021-01-15 17:07:01 -06:00
Michael Larabel
e7bf398584 pts-core: Fix for prior commit 2021-01-15 12:18:12 -06:00
Michael Larabel
883108268f pts-core: Make some of these result parsing handlers more universal 2021-01-15 12:14:25 -06:00
Michael Larabel
4d380beb2e pts_Graph: Tweak 2021-01-15 08:48:31 -06:00
Michael Larabel
04e91cbaa7 pts_Graph: Tweak 2021-01-15 08:48:05 -06:00
Michael Larabel
23a40c7bcb pts_Graph: Tweak 2021-01-15 08:47:20 -06:00
Michael Larabel
8e089d8e50 pts-core: Harden up Arch/pacman package check for packages to ignore https://github.com/phoronix-test-suite/phoronix-test-suite/issues/448#issuecomment-760503933 2021-01-14 16:17:48 -06:00
Michael Larabel
205687de1b Merge branch 'master' of https://github.com/phoronix-test-suite/phoronix-test-suite 2021-01-14 11:38:00 -06:00
Michael Larabel
7d9d147531 pts-core: Fix possible crash on PDF output Per https://github.com/phoronix-test-suite/phoronix-test-suite/issues/497 2021-01-14 11:37:33 -06:00
Michael Larabel
926d59b588 Merge pull request #492 from tippettj/master
Add new command to download and check each test-profile
2021-01-11 18:25:49 -05:00
tippettj
e228c6d99a Add new command to download and check each test-profile
Checks each test profile to determine the status of the url download.
If successful, a check between the new download and the stored test-profile data
is performed to detect any differences in the filesize, MD5 and SHA256 checksums.

Current http status and any errors are output to a JSON file.
HTTP 302 redirections are also reported.

This test utilizes forking to prevent bottlenecks.

A file for a given url is downloaded once and reused for future tests thus preventing
multiple downloads of the same file.
2021-01-11 15:18:32 -08:00
Michael Larabel
96d8e5db28 Merge pull request #491 from serebit/patch-1
Restore systemd-inhibit detection and usage
2021-01-11 13:49:57 -05:00
Michael Larabel
2abb8680a0 Merge branch 'master' of https://github.com/phoronix-test-suite/phoronix-test-suite 2021-01-11 12:36:52 -06:00
Michael Larabel
6237d8f8a1 pts-core: Allow pts_openbenchmarking::available_tests() to supply all versions that are just the latest of each stream / newest minor release without all the rest 2021-01-11 12:36:11 -06:00
Michael Larabel
9df1cec20a Doc scratch 2021-01-11 12:21:10 -06:00
Michael Larabel
37eba54d68 Merge pull request #496 from hickford/patch-1
Fix stray bracket
2021-01-10 14:32:03 -05:00
M Hickford
134ac2fda7 Update install-debian-packages.sh
Fix stray bracket
2021-01-10 20:19:45 +01:00
Michael Larabel
f9670b3557 Merge pull request #495 from hickford/patch-1
Prefer sudo to su when installing packages on crostini (Chrome OS)
2021-01-10 14:12:17 -05:00
M Hickford
c48d2c8ed3 Prefer sudo to su when installing packages on crostini (Chrome OS)
Fixes #494
2021-01-10 20:10:23 +01:00
Michael Larabel
13b8056d01 pts-core: Fix for arg handling 2021-01-10 08:27:02 -06:00
Michael Larabel
866a55228d Merge pull request #493 from psypherium/patch-1
Fixed typo - 10.2.0 was released (re-released?) 5 January 2021, not 5…
2021-01-10 09:13:40 -05:00
Alistair Findlay
435c810030 Fixed typo - 10.2.0 was released (re-released?) 5 January 2021, not 5 January 2020 2021-01-11 01:00:05 +11:00
Michael Larabel
18693491b8 pts-core: Bug fix 2021-01-09 15:44:45 -06:00
Michael Larabel
c56aa69248 pts-core: Bug fix 2021-01-09 15:43:03 -06:00
Michael Larabel
ed88cbfd86 pts-core: Bug fix 2021-01-09 15:37:53 -06:00
Michael Larabel
45b4919f89 pts-core: Expand parser 2021-01-09 15:36:12 -06:00
Michael Larabel
c6145077b2 phodevi: Fix crash on buggy systems with large Xorg files 2021-01-09 14:48:37 -06:00
Michael Larabel
6c64011784 phodevi: Fix crash on buggy systems with large Xorg files 2021-01-09 14:45:03 -06:00
Michael Larabel
0a2f760a47 phodevi: Fix crash on buggy systems with large Xorg files 2021-01-09 14:42:28 -06:00
Michael Larabel
8c47408b72 Tweaks 2021-01-08 16:13:21 -06:00
Michael Larabel
4f84f0bd46 pts_Graph: Alignment fix 2021-01-06 12:16:32 -06:00
Michael Larabel
23e5bfaa9f pts_Graph: Alignment fix 2021-01-06 12:05:11 -06:00
Michael Larabel
a37d50e254 pts-core: Allow VARIABLE_LENGTH_MAYBE for argument_checks handling when the argument is optional / not present or is of specified type 2021-01-05 16:47:41 -06:00
Michael Larabel
b19b66f47b Drop some obsolete files 2021-01-04 14:19:40 -06:00
Michael Larabel
6a5b5a3433 Documentation updates for 10.2 2021-01-04 14:18:04 -06:00
Michael Larabel
24bde300b0 Documentation rebuild 2021-01-04 12:50:16 -06:00
Michael Larabel
2a646f512c Update ob-cache ahead of PTS 10.2 2021-01-04 12:49:39 -06:00
Michael Larabel
31c8f26890 pts-core: Handle precision here 2021-01-03 17:50:50 -06:00
Michael Larabel
24ceb6327f pts-core: PHP8 detection improvements 2021-01-03 15:20:47 -06:00
Campbell Jones
3c5401aaed Restore systemd-inhibit detection and usage 2021-01-03 15:03:04 -05:00
Michael Larabel
5b4811eee7 pts-core: For estimated run time, avoid over-calculating time if test has no options but multiple outputs 2021-01-02 20:38:59 -06:00
Michael Larabel
90b5da1bc9 pts-core: For estimated run time, avoid over-calculating time if test has no options but multiple outputs 2021-01-02 19:37:42 -06:00
Michael Larabel
0d7f92b00f pts-core: Don't print 0 suites on repos having no suites 2021-01-02 13:50:16 -06:00
Michael Larabel
4ea0577978 minor updates 2021-01-02 11:59:55 -06:00
Michael Larabel
d611e2b1eb pts-core: Update possible Mandriva dependencies 2021-01-01 15:32:45 -06:00
Michael Larabel
21a7fdfc11 pts-core: Update possible Mandriva dependencies 2021-01-01 15:30:19 -06:00
Michael Larabel
b3c07ed5da pts-core: Update possible Mandriva dependencies 2021-01-01 15:29:31 -06:00
Michael Larabel
eaa9d4cb21 pts-core: Update possible Mandriva dependencies 2021-01-01 15:10:56 -06:00
Michael Larabel
683cb771c6 pts-core: Update possible Mandriva dependencies 2021-01-01 15:08:23 -06:00
Michael Larabel
64929eba9e phodevi: Improve prior commit 2021-01-01 12:41:34 -06:00
Michael Larabel
c26f7f75fb pts-core: Collect counts in AE data too 2021-01-01 12:25:53 -06:00
Michael Larabel
543b6dfc6f phodevi: Add support for reporting ACPI Platform Profile and INT340x Workload Hint 2021-01-01 11:49:50 -06:00
Michael Larabel
2113c70b45 Hey 2021 2021-01-01 05:24:25 -06:00
Michael Larabel
5df5daedf5 ob_auto_compare: Shorten text 2020-12-31 13:37:13 -06:00
Michael Larabel
90e37ca379 pts_Graph: tick value improvement 2020-12-31 11:23:10 -06:00
Michael Larabel
fc2ce4f445 phodevi: Fix potential warning seen on laptop 2020-12-28 14:01:35 -06:00
Michael Larabel
5202c90915 pts-core: Tweak 2020-12-26 09:02:10 -06:00
Michael Larabel
31bff62edd pts-core: Improvement to earlier commit 2020-12-24 13:09:17 -06:00
Michael Larabel
266f50ce34 pts-core: Improvement to earlier commit 2020-12-24 12:52:42 -06:00
Michael Larabel
527b717c34 pts_Graph: Add on_zero-plot_former_value 2020-12-24 12:48:41 -06:00
Michael Larabel
26c0ae5fe7 Rebuild for 10.2 Milestone 3 2020-12-21 19:16:07 -06:00
Michael Larabel
4aea65d391 Add more possible Arch dependencies 2020-12-19 20:09:17 -06:00
Michael Larabel
0042db3991 pts-core: Improve formatting of -Core 2020-12-19 17:27:54 -06:00
Michael Larabel
3f79e701b7 pts-core: In AE, specifiy Core count for CPU strings not otherwise very descriptive 2020-12-19 09:01:13 -06:00
Michael Larabel
e83878197d pts-core: openSUSE dependency updates 2020-12-19 05:27:34 -06:00
Michael Larabel
f207eb8e59 pts-core: Add some lingering Fedora packages 2020-12-18 19:44:45 -06:00
Michael Larabel
e95b221ad7 pts-core: When a test profile hits a failed download / broken mirror, report that URL to OpenBenchmarking.org 2020-12-18 16:54:39 -06:00
Michael Larabel
506d5f8a61 pts-core: Update variable name to be more accurate 2020-12-18 16:42:09 -06:00
Michael Larabel
78c5500ac8 pts-core: Help ensure max result accommodates 2020-12-18 16:26:22 -06:00
Michael Larabel
b56ddf7150 phodevi: Don't restore the Phodevi cache if the /etc/machine-id changed (or /etc/hostname as fallback) 2020-12-18 14:42:23 -06:00
Michael Larabel
0f6e5b56ab ob_auto_compare: Tweak 2020-12-18 11:49:08 -06:00
Michael Larabel
c16faa78ad pts-core: ARM server as S rather than E 2020-12-18 09:24:04 -06:00
Michael Larabel
f839c74d8b pts-core: AE precision improvement to not show too much precision on calculation if original data didn't hit the precision limit otherwise 2020-12-17 17:49:52 -06:00
Michael Larabel
4cfe717706 phodevi: Fix Clang version reporting on latest versions 2020-12-16 19:55:27 -06:00
Michael Larabel
46647b6cd4 pts-core: Add more pkg_add dependencies 2020-12-15 14:50:22 -06:00
Michael Larabel
d3b06161f4 pts-core: PHP detection updates 2020-12-15 14:31:44 -06:00
Michael Larabel
e6f5f15fbe pts-core: PHP detection updates 2020-12-15 14:31:14 -06:00
Michael Larabel
206ea64100 pts-core: Error string improvements 2020-12-15 13:11:53 -06:00
Michael Larabel
c28330c3b0 pts-core: Cleanup string 2020-12-13 14:43:59 -06:00
Michael Larabel
f2a9465e8a phodevi: Ensure Ampere appears as server 2020-12-13 05:34:55 -06:00
Michael Larabel
8b926be3c6 pts-core: Various TUI enhancements 2020-12-12 16:00:15 -06:00
Michael Larabel
41b107e802 pts-core: Various phpstan static analysis fixes 2020-12-12 15:54:33 -06:00
Michael Larabel
fca8066ae4 pts-core: Various TUI enhancements 2020-12-12 15:33:26 -06:00
Michael Larabel
480516cb8b pts-core: Various phpstan static analysis fixes 2020-12-12 15:03:04 -06:00
Michael Larabel
ce1fa1dd53 pts-core: Clean up some TODOs 2020-12-12 14:22:53 -06:00
Michael Larabel
e790296019 ob_auto_compare: Formatting tweak 2020-12-12 09:56:28 -06:00
Michael Larabel
d3c4abe95e pts-core: Add more FreeBSD external dependencies 2020-12-12 08:00:14 -06:00
Michael Larabel
ac884ce7bd pts-core: Add more FreeBSD external dependencies 2020-12-12 07:56:43 -06:00
Michael Larabel
961ee231b7 pts-core: Rename to dump=unhandled-dependencies 2020-12-12 07:03:52 -06:00
Michael Larabel
4c37fc48f0 pts-core: More midnightBSD updates 2020-12-11 14:53:26 -06:00
Michael Larabel
5a55aef93c pts-core: Update external dependencies for MidnightBSD 2020-12-11 14:27:06 -06:00
Michael Larabel
e9eae73b98 pts-core: Add debug-unhandled-dependencies option 2020-12-11 14:10:34 -06:00
Michael Larabel
a9ebf43863 Few updates 2020-12-10 12:15:23 -06:00
Michael Larabel
d2938e49f9 pts-core: ob_auto_compare shortening work 2020-12-09 08:59:36 -06:00
Michael Larabel
f189f95edc pts-core: Fix for prior commit yesterday 2020-12-08 06:02:08 -06:00
Michael Larabel
5c465c4d95 pts-core: Fix for prior commit yesterday 2020-12-08 05:08:12 -06:00
Michael Larabel
c4f25f8814 pts-core: Fix for JSON install files becoming too large such as doing every combination of fio test profile 2020-12-07 20:01:57 -06:00
Michael Larabel
dc4b856f4c pts-core: Memory change 2020-12-07 19:34:53 -06:00
Michael Larabel
1c487ffb69 pts-core: pts_ae_avoid useless WAL forcing each time... It's persistent. 2020-12-07 17:20:53 -06:00
Michael Larabel
9422ad04ab pts-core: Fix for prior commit 2020-12-06 20:06:20 -06:00
Michael Larabel
23f3cb11f0 pts-core: Move user_run_save_variables into pts_test_run_manager 2020-12-06 16:09:29 -06:00
Michael Larabel
a0521d608e pts-core: More cleaning 2020-12-06 16:07:52 -06:00
Michael Larabel
2f2b98b25c pts-core: Cleanup more dead and old code 2020-12-06 15:51:13 -06:00
Michael Larabel
332c93a47e pts-core: Move the speed download manager into the pts_client as rather small and simple... 2020-12-06 15:34:15 -06:00
Michael Larabel
50609901ad pts-core: Drop pts_test_result_regression_marker as should just be dead code at this point 2020-12-06 15:23:47 -06:00
Michael Larabel
71922b5b32 Prep for 10.2 M2 2020-12-06 08:39:32 -06:00
Michael Larabel
6e0690dc58 pts-core: So that's why the DB page loads were so slow... 2020-12-05 16:38:14 -06:00
Michael Larabel
b4c248cd92 pts-core: Add CPU_FAMILY env var 2020-12-04 06:00:04 -06:00
Michael Larabel
8703243e5d pts-core: Two tweaks... 2020-12-03 17:50:48 -06:00
Michael Larabel
9a28d8b600 pts-core: test_timeout improvements 2020-12-03 12:13:16 -06:00
Michael Larabel
4eeb017f17 pts-core: test_timeout improvements 2020-12-03 12:03:07 -06:00
Michael Larabel
938d45c888 pts-core: test_timeout improvements 2020-12-03 12:02:14 -06:00
Michael Larabel
b723388bcb pts-core: test_timeout improvements 2020-12-03 12:00:38 -06:00
Michael Larabel
586fcb8506 pts-core: test_timeout improvements 2020-12-03 11:57:26 -06:00
Michael Larabel
ff2d293bdc pts-core: Minor fixes 2020-12-03 07:13:43 -06:00
Michael Larabel
c904cfedaf pts-core: More accurate time tracking 2020-12-02 09:16:51 -06:00
Michael Larabel
3b9cefe559 pts-core: Switch installed test time tracking to per-test-run 2020-12-02 08:52:14 -06:00
Michael Larabel
3cbd9b7338 pts-core: More pts_installed_test tweaks 2020-12-01 20:09:42 -06:00
Michael Larabel
ac0dfc3f75 pts-core: Begin tracking test run times in the test metadata on a per-hash basis 2020-12-01 17:46:18 -06:00
Michael Larabel
d0637a2325 pts-core: Support making use of JSON install data 2020-12-01 17:14:20 -06:00
Michael Larabel
1ce0c4e694 pts-core: Drop some XSL bits that no longer work with modern browsers 2020-12-01 16:18:44 -06:00
Michael Larabel
7f742fc73b pts-core: Begin generating pts-install.json 2020-12-01 16:06:49 -06:00
Michael Larabel
d75f1547c9 pts-core: Prepare for pts-install.json introduction 2020-12-01 15:04:25 -06:00
Michael Larabel
8d28a22ec9 pts-core: Invalid command helper belongs better in pts_client 2020-12-01 14:38:32 -06:00
Michael Larabel
e5386cf31a pts-core: Continue rework and improvements of pts installed test object 2020-12-01 14:28:44 -06:00
Michael Larabel
7baed18c41 pts-core: Prep for pts_installed_test rework 2020-12-01 12:27:04 -06:00
Michael Larabel
5d37771620 pts-core: Allow getting estimated run time on a test result object, in preparation for future improvement coming soon. 2020-12-01 11:52:15 -06:00
Michael Larabel
859d7c36ec phodevi: Report if CPUFreq Boost enabled/disabled 2020-12-01 08:36:16 -06:00
Michael Larabel
e074979b0c PHP8 warning fix 2020-11-30 15:21:55 -06:00
Michael Larabel
71cc5e035d turbostat: TURBOSTAT_LOG_DIR is a better env var name 2020-11-30 12:49:37 -06:00
Michael Larabel
776c525311 turbostat: Silly fixes for previous commit 2020-11-30 12:48:01 -06:00
Michael Larabel
f8cf7d7254 turbostat: Silly fixes for previous commit 2020-11-30 12:47:01 -06:00
Michael Larabel
481a11decf turbostat: Silly fixes for previous commit 2020-11-30 12:46:11 -06:00
Michael Larabel
31293007f3 turbostat: Add TurboStat module to easily generate turbostat dumps on a per-test basis to log files 2020-11-30 12:37:48 -06:00
Michael Larabel
1ab6e6fc65 phoromatic: Drop outdated text 2020-11-28 17:42:10 -06:00
Michael Larabel
8dcad30a33 phoromatic: Some missing CSS 2020-11-28 16:44:49 -06:00
Michael Larabel
83873df342 pts_Graph: Fix for PHP8 2020-11-25 08:53:12 -06:00
Michael Larabel
19f0f5da71 pts_Graph: Fix for PHP8 2020-11-25 08:47:51 -06:00
Michael Larabel
7824795238 pts_Graph: Fix for PHP8 2020-11-25 08:29:08 -06:00
Michael Larabel
99b469ef7a pts_Graph: Fix for PHP8 2020-11-25 08:10:25 -06:00
Michael Larabel
1fff569390 pts_Graph: Fix for PHP8 2020-11-25 08:00:40 -06:00
Michael Larabel
580202a2ad pts_Graph: Fix for PHP8 2020-11-25 07:59:32 -06:00
Michael Larabel
d0231d45b3 pts_Graph: Fix for PHP8 2020-11-25 07:18:24 -06:00
Michael Larabel
5cb8b199e5 pts-core: Various fixes 2020-11-25 07:14:38 -06:00
Michael Larabel
931dd5c733 Prep for 10.2 Milestone 1 2020-11-21 16:22:07 -06:00
Michael Larabel
caf8bef170 phodevi: Support reading CPU package power consumption on macOS using powermetrics 2020-11-20 15:00:14 -06:00
Michael Larabel
014deeae33 phodevi: Improve check 2020-11-20 14:49:50 -06:00
Michael Larabel
c9591f3d13 phodevi: Apple M1 reporting improvement 2020-11-20 12:18:43 -06:00
Michael Larabel
e800d31b0c phodevi: Ampere ALtra detection improvement for Mt Jade 2020-11-19 19:54:43 -06:00
Michael Larabel
f4a74649a5 phodevi: CPU SoC temp reporting for Ampere Altra 2020-11-19 09:32:08 -06:00
Michael Larabel
6691a86914 phodevi: CPU power reporting for Ampere Altra 2020-11-19 09:21:43 -06:00
Michael Larabel
3b3d6a8894 phodevi: CPU power reporting for Ampere Altra 2020-11-19 09:19:41 -06:00
Michael Larabel
48d74e52ce pts-core: Add extra safeguard around FORCE_TIMES_TO_RUN for disabling dynamic run count 2020-11-19 08:41:53 -06:00
Michael Larabel
684f3871ad pts-core: Few fixes 2020-11-18 15:33:13 -06:00
Michael Larabel
ef1302b242 pts-core: Minor changes accumulated 2020-11-18 12:14:18 -06:00
Michael Larabel
8114d76385 Now that block size is reported to disk details, this line is redundant 2020-11-15 17:02:16 -06:00
Michael Larabel
44fa233005 Bump core version to rebuild any cache 2020-11-15 17:00:36 -06:00
Michael Larabel
c846ab936b phodevi: Add dumpe2fs to system logs when running on EXT4 and root 2020-11-15 16:54:34 -06:00
Michael Larabel
df5c0e6a74 phodevi: Add block size reporting 2020-11-15 16:48:47 -06:00
Michael Larabel
7991d4349a Fix up previous commits... long day 2020-11-15 16:08:34 -06:00
Michael Larabel
6cf1fc0da5 phodevi: Report Google Compute Engine machine type as part of motherboard string 2020-11-15 16:06:48 -06:00
Michael Larabel
c6e1ef071a phodevi: Report Google Compute Engine machine type as part of motherboard string 2020-11-15 15:54:57 -06:00
Michael Larabel
85aa1f5680 phodevi: Don't report 'Google' BIOS version 2020-11-15 15:45:39 -06:00
Michael Larabel
892d16ebab pts-core: More robust kernel config log handling 2020-11-15 13:15:29 -06:00
Michael Larabel
26c57ab09b pts-core: Don't log dmesg when not allowed 2020-11-15 12:13:31 -06:00
Michael Larabel
601ad02cea pts-core: Log lock_stat, config.gz, dmidecode to system logs 2020-11-15 11:53:46 -06:00
Michael Larabel
919f47f398 pts-core: Warning fix 2020-11-15 09:45:15 -06:00
Michael Larabel
6caff9bf6d phodevi: Support for reading WattsUp Pro power meter data directly without utility using WATTS_UP_METER=<USB TTY> 2020-11-13 16:46:58 -06:00
Michael Larabel
8a014cadfc phodevi: Support for reading WattsUp Pro power meter data directly without utility using WATTS_UP_METER=<USB TTY> 2020-11-13 16:23:54 -06:00
Michael Larabel
2151483192 pts-core: Only show Apple options when running on macOS 2020-11-13 05:21:55 -06:00
Michael Larabel
5da8ea319a phodevi: macOS CPU monitoring support 2020-11-11 09:05:09 -06:00
Michael Larabel
b14c5cb110 pts-core: Desc fix 2020-11-10 07:42:35 -06:00
Michael Larabel
2ac9ac1067 pts-core: Avoid confusion 2020-11-09 08:54:39 -06:00
Michael Larabel
3c60c5c873 pts-core: Disable XML export 2020-11-08 12:35:02 -06:00
Michael Larabel
894aeb1334 Possible fix 2020-11-02 05:12:26 -06:00
Michael Larabel
d2a9836bdb ob_auto_compare: Improve the displaying of reference results 2020-10-30 13:58:11 -05:00
Michael Larabel
90c5271c07 Don't show extra graphs when it doesn't make sense 2020-10-26 11:49:47 -05:00
Michael Larabel
6ef66487aa pts-core: Allow hiding dynamically generated results 2020-10-22 08:31:42 -05:00
Michael Larabel
76859ac6ef phodevi: Toshiba SSDs sometimes are funky too 2020-10-21 16:06:20 -05:00
Michael Larabel
75f9f7c1c3 Docs for 10.0.1 2020-10-21 16:04:10 -05:00
Michael Larabel
63e1538936 phodevi: Toshiba SSDs sometimes are funky too 2020-10-21 15:53:25 -05:00
Michael Larabel
5610134963 Prep for 10.0.1 2020-10-21 11:28:25 -05:00
Michael Larabel
f46b781f06 Update OB index ahead of point release 2020-10-21 11:13:34 -05:00
Michael Larabel
542fe79b9c Update ob-cache test profiles and test suites 2020-10-20 15:59:14 -05:00
Michael Larabel
fbe41eb75b pts-core: Don't show per geo mean suite option when just one run shown 2020-10-18 05:14:59 -05:00
Michael Larabel
aaece0c8ba pts-core: Add Thermald version reporting to system table when active 2020-10-17 17:57:32 -05:00
Michael Larabel
56753b99fc pts-core: Fix for prior commits 2020-10-16 08:29:14 -05:00
Michael Larabel
e07fb1cf03 test 2020-10-16 08:24:13 -05:00
Michael Larabel
e50ac77a59 test 2020-10-16 08:23:07 -05:00
Michael Larabel
e7f79ba9db test 2020-10-16 08:20:45 -05:00
Michael Larabel
518a21919e test 2020-10-16 08:20:14 -05:00
Michael Larabel
3a84fe2d5d pts-core: Fix for older versions of PHP such as in RHEL7 2020-10-15 07:58:21 -05:00
Michael Larabel
ce773e7b09 phodevi: Ensure kioxia is prepended 2020-10-15 04:29:40 -05:00
Michael Larabel
495c60e489 phodevi: Avoid 11th Gen Intel CPU string 2020-10-15 04:25:08 -05:00
Michael Larabel
484d3ef177 Doc prep for 10 2020-10-13 05:59:17 -05:00
Michael Larabel
4b0ae16d03 Doc prep for 10 2020-10-13 05:51:55 -05:00
Michael Larabel
f8cd7e5bd3 Update ob-cache for 10.0 2020-10-12 19:47:09 -05:00
Michael Larabel
ca355c361c pts-core: Fix possible crash during install 2020-10-12 08:49:19 -05:00
Michael Larabel
0f0abbe108 10.0 documentation rebuild 2020-10-11 16:04:32 -05:00
Michael Larabel
5eb3055caf 10.0 prepping 2020-10-11 16:03:57 -05:00
Michael Larabel
18d1ae03ae test_timeout: Add module to quit a test run if it exceeds a predefined time limit or 'auto' determination 2020-10-10 17:56:41 -04:00
Michael Larabel
d10c68c615 pts-core: Ensure any post-run script is triggered still under halt-testing/skip-test conditions + some other bits 2020-10-10 17:39:48 -04:00
Michael Larabel
97875cbcd1 flush_caches: Add module 2020-10-06 15:27:48 -05:00
Michael Larabel
254684c8c6 flush_caches: Add module 2020-10-06 15:27:39 -05:00
Michael Larabel
f86e6960f4 phoromatic: Ensure Windows tests get displayed even if running the Phoromatic Server on Linux 2020-10-06 15:08:50 -05:00
Michael Larabel
ed6ca20ab5 pts-core: Report GPUs for OptiX in AE 2020-10-06 10:33:31 -05:00
Michael Larabel
c05821d7b4 pts-core: Cleanup 2020-10-04 11:53:11 -05:00
Michael Larabel
4f42363b16 phodevi: Cleanup Intel CPU list 2020-10-03 11:59:41 -05:00
Michael Larabel
31a1f47e08 phodevi: Add detection for Intel Alder Lake, Jasper Lake, Sapphire Rapids, and others 2020-10-03 10:34:54 -05:00
Michael Larabel
897366e793 pts-core: Add HTML support for exec summary 2020-10-03 08:47:55 -05:00
Michael Larabel
0a96c0bd6e tweak exec summary 2020-10-02 17:17:58 -05:00
Michael Larabel
10c40e5263 pts_Graph: Add skip_graph_version_and_watermark 2020-10-02 16:20:00 -05:00
Michael Larabel
43d7a23169 pts_Graph: Add skip_graph_version_and_watermark 2020-10-02 16:18:32 -05:00
Michael Larabel
f09294b1d5 pts-core: ppd tweak 2020-10-02 16:01:50 -05:00
Michael Larabel
93ea5674a3 pts-core: ppd tweak 2020-10-02 16:01:09 -05:00
Michael Larabel
a0956f03b5 pts-core: API addition for ppd call 2020-10-02 15:30:46 -05:00
Michael Larabel
c7f5aaf6b0 pts-core: Allow batch processing of performance per dollar metrics 2020-10-02 14:20:11 -05:00
Michael Larabel
547ce0fbe2 pts-core: Improve perf per dollar code 2020-10-02 13:46:52 -05:00
Michael Larabel
b1639ecc7c pts_Graph: improve logic 2020-10-02 13:11:38 -05:00
Michael Larabel
243225f4e3 pts-core: Minor exec text cleanup 2020-10-02 12:25:47 -05:00
Michael Larabel
f6334dd45a pts-core: Minor exec text cleanup 2020-10-02 12:24:44 -05:00
Michael Larabel
c0ba517936 phodevi: Add Intel AMX detection 2020-10-02 08:57:54 -05:00
Michael Larabel
0658402e69 pts-core: Use std 3 default in AE 2020-10-01 15:13:15 -05:00
Michael Larabel
389daf1d66 pts-core: openSUSE ex dep update 2020-10-01 12:17:02 -05:00
Michael Larabel
c30d4b1766 pts-core: Add result_file add_system interface 2020-10-01 09:31:20 -05:00
Michael Larabel
189f9a9772 pts-core: Add result_file add_system interface 2020-10-01 09:30:49 -05:00
Michael Larabel
6b4a5dde2e pts-core: Exec summary cleanup 2020-10-01 09:24:25 -05:00
Michael Larabel
14f6b4a41f pts-core: Precision bits 2020-10-01 09:05:01 -05:00
Michael Larabel
442124510b pts-core: Precision bits 2020-10-01 09:02:41 -05:00
Michael Larabel
7ff3b5b70c pts-core: Precision bits 2020-10-01 09:00:27 -05:00
Michael Larabel
4d754d52dd pts-core: Precision bits 2020-10-01 08:59:14 -05:00
Michael Larabel
e4fe21ec6b pts-core: Precision bits 2020-10-01 08:58:21 -05:00
Michael Larabel
e9de4644d2 pts-core: Precision bits 2020-10-01 08:57:49 -05:00
Michael Larabel
cf11736e0e pts-core: Precision bits 2020-10-01 08:55:21 -05:00
Michael Larabel
ea82680861 Documentation rebuild for PTS 10 M3 2020-10-01 08:36:55 -05:00
Michael Larabel
9bcb84ec11 pts-core: Adjust AE weights 2020-10-01 08:34:55 -05:00
Michael Larabel
003ba44177 pts-core: Increase data threshold 2020-09-30 14:32:38 -05:00
Michael Larabel
a91719ea4f pts-core: Increase data threshold 2020-09-30 14:31:44 -05:00
Michael Larabel
d3b7e7bbb9 pts-core: Add result_file->remove_noisy_results() 2020-09-30 14:07:48 -05:00
Michael Larabel
717cdb707f phodevi: Add Cortex-X1 and A65 series 2020-09-29 17:35:17 -05:00
Michael Larabel
d7515799b2 pts-core: Add component heavy to AE 2020-09-29 13:41:22 -05:00
Michael Larabel
556886db9d pts-core: Allow * wildcard match in FileCheck handling within external dependency XML 2020-09-27 08:25:21 -05:00
Michael Larabel
5c127c42bc pts-core: Fedora blas dependency update 2020-09-27 08:01:09 -05:00
Michael Larabel
6fd76972a3 pts-core: Fedora Perl dependency update 2020-09-27 07:56:46 -05:00
Michael Larabel
93a824b06e pts-core: Add erlang as possible external dependency 2020-09-26 17:09:19 -05:00
Michael Larabel
af688502f8 pts-core: Python ex dep handling update 2020-09-26 14:34:04 -05:00
Michael Larabel
20d6a03df4 pts-core: Show metadata dates 2020-09-26 11:23:33 -05:00
Michael Larabel
2dfa707c5f pts-core: Add OptionSelect tag support within test suite definitions 2020-09-26 11:05:19 -05:00
Michael Larabel
17b308893c phodevi: Cache vulkan_support_detected() 2020-09-25 14:36:15 -05:00
Michael Larabel
be3c20f7a9 pts-core: Don't print header if not necessary (such as 1 option only) 2020-09-25 11:24:02 -05:00
Michael Larabel
222942918e pts-core: UI tweak cleanup 2020-09-25 11:04:14 -05:00
Michael Larabel
c863fdca94 pts-core: Don't let warning escape 2020-09-24 13:43:49 -05:00
Michael Larabel
d4f84d3671 pts-core: Graph tweak 2020-09-24 13:03:03 -05:00
Michael Larabel
c6c4788f09 phodevi: Add Neoverse N2 detection and other Arm CPU updates 2020-09-24 12:15:37 -05:00
Michael Larabel
80ab15afe5 pts-core: Improve previous commit 2020-09-24 11:57:12 -05:00
Michael Larabel
6f20196ba0 pts-core: Don't show Vulkan options if Vulkan support is known to be unavailable/broken 2020-09-24 09:59:20 -05:00
Michael Larabel
f305382f75 pts-core: Allow more data 2020-09-23 20:26:24 -05:00
Michael Larabel
9381587560 pts-core: Update helper text logic 2020-09-23 20:11:52 -05:00
Michael Larabel
0726fcd228 pts-core: System dependency check fix 2020-09-22 16:16:50 -05:00
Michael Larabel
ef191e6297 pts-core: AE change 2020-09-22 15:45:12 -05:00
Michael Larabel
8704a78ffe pts-core: More AE work 2020-09-22 10:00:15 -05:00
Michael Larabel
a62192f238 pts-core: Add OS TestType 2020-09-22 08:59:47 -05:00
Michael Larabel
c8500e2c73 pts_Graph: More line graph tweaks 2020-09-21 09:57:59 -05:00
Michael Larabel
2c837b4689 pts-core: Tweaks 2020-09-21 09:17:01 -05:00
Michael Larabel
927e4319e1 pts-core: Tweaks 2020-09-21 09:15:38 -05:00
Michael Larabel
aa2ac995f0 pts-core: Tweaks 2020-09-21 09:06:51 -05:00
Michael Larabel
de891b7e6b pts_Graph: line tweak 2020-09-20 16:43:41 -05:00
Michael Larabel
0a305c5613 pts_Graph: line tweak 2020-09-20 16:43:04 -05:00
Michael Larabel
de19661a56 pts_Graph: line tweak 2020-09-20 16:42:35 -05:00
Michael Larabel
3d7831f3d0 pts_Graph: line tweak 2020-09-20 16:41:27 -05:00
Michael Larabel
dc7c929877 pts_Graph: line tweak 2020-09-20 16:40:15 -05:00
Michael Larabel
53de1b1ae1 pts_Graph: line tweak 2020-09-20 16:39:27 -05:00
Michael Larabel
5aa4457bc0 pts_Graph: line tweak 2020-09-20 16:37:00 -05:00
Michael Larabel
bc1f036261 pts_Graph: New pie option 2020-09-20 14:30:01 -05:00
Michael Larabel
38c6999c7f pts_Graph: New pie option 2020-09-20 14:29:43 -05:00
Michael Larabel
717b64f907 pts_Graph: New pie option 2020-09-20 14:28:52 -05:00
Michael Larabel
08b006839f pts_Graph: New pie option 2020-09-20 14:19:14 -05:00
Michael Larabel
1989594a86 pts_Graph: New pie option 2020-09-20 14:18:29 -05:00
Michael Larabel
30aefd2b49 pts_Graph: New pie option 2020-09-20 14:17:51 -05:00
Michael Larabel
76d0e4228a pts_Graph: New pie option 2020-09-20 14:17:35 -05:00
Michael Larabel
99b594be20 pts-core: Fix unprotected pts_client usage 2020-09-20 14:16:50 -05:00
Michael Larabel
d2982a843d pts-core: Fix unprotected pts_client usage 2020-09-20 14:15:52 -05:00
Michael Larabel
47b749554b pts_Graph: New pie option 2020-09-20 14:05:40 -05:00
Michael Larabel
ed9bf89d71 pts-Graph: Allow disabling tick values 2020-09-20 11:37:23 -05:00
Michael Larabel
b5650c047a pts-Graph: Allow disabling tick values 2020-09-20 11:35:26 -05:00
Michael Larabel
20218474d5 pts-Graph: Allow disabling tick values 2020-09-20 11:34:45 -05:00
Michael Larabel
d555c67f93 pts-core: AE tweaks 2020-09-20 10:28:56 -05:00
Michael Larabel
9fba15631c pts-core: Improve GPU/audio system info table matching 2020-09-20 10:11:31 -05:00
Michael Larabel
f8b4c58520 pts-Graph: Shift color on histogram graphs 2020-09-20 09:49:42 -05:00
Michael Larabel
e65cbaf0b6 pts-Graph: Shift color on histogram graphs 2020-09-20 09:49:28 -05:00
Michael Larabel
754304d574 pts-Graph: Shift color on histogram graphs 2020-09-20 09:49:08 -05:00
Michael Larabel
5a7c61e4a7 pts-Graph: Shift color on histogram graphs 2020-09-20 09:48:01 -05:00
Michael Larabel
f06ae6c34b pts-core: Add stddev to AE calculations 2020-09-20 09:03:03 -05:00
Michael Larabel
486cc00d60 pts-core: Fix for python numpy on Ubuntu 2020-09-20 06:01:11 -05:00
Michael Larabel
55c331113c pts-core: AE tweaks 2020-09-20 05:42:11 -05:00
Michael Larabel
51976f277f pts-core: AE updates 2020-09-19 19:48:34 -05:00
Michael Larabel
ae3ea11f32 pts-core: Expose runtime data more easily 2020-09-19 17:50:30 -05:00
Michael Larabel
583ef0b259 pts-core: Allow more frequent OB cache updates 2020-09-19 11:46:14 -05:00
Michael Larabel
8114f368f1 pts-core: Allow more frequent OB cache updates 2020-09-19 11:45:21 -05:00
Michael Larabel
196aab300e pts-core: Allow more frequent OB cache updates 2020-09-19 11:43:58 -05:00
Michael Larabel
1e0c1e9c21 pts-core: Add protobuf as possible external dependency 2020-09-18 09:48:21 -05:00
Michael Larabel
4f80bf5f8b pts-core: Add OB watermark URL support for pts_Graph 2020-09-15 17:08:56 -05:00
Michael Larabel
5485e86cce pts-core: Fix remove_outlier handling in corner cases 2020-09-14 10:22:44 -05:00
Michael Larabel
cc26801563 Update ob-cache suites 2020-09-13 17:44:57 -05:00
Mingye Wang
5715d74029 shellstuff: warn when no readlink is available
* remove hack for macos since it applies on bsd too
* exit with non-zero on fail
2020-09-13 12:31:45 +08:00
Michael Larabel
943f82cb35 Prep for 10.0 Milestone 2 2020-09-12 20:00:35 -05:00
Michael Larabel
d19f4ac308 pts-core: Fix for root access 2020-09-12 16:14:02 -05:00
Michael Larabel
761851dbb6 text output improvements 2020-09-12 14:54:26 -05:00
Michael Larabel
951ad9dc27 pts-core: Allow in pre install messages 2020-09-12 12:04:53 -04:00
Michael Larabel
85fdbe42c6 pts-core: Parser improvement driven by RedShit test profile 2020-09-12 11:58:01 -04:00
Michael Larabel
878487009a Merge branch 'master' of github.com:phoronix-test-suite/phoronix-test-suite 2020-09-12 09:21:08 -05:00
Michael Larabel
df27d4ee35 pts-core: Add RequiresRootInstall test profile option 2020-09-12 09:20:45 -05:00
Michael Larabel
0b5ddc3c05 Merge pull request #468 from kohoutovice/master
Performance fix of systemd daemon result-viewer
2020-09-09 15:01:28 -04:00
Jan Jurca
44b8543d8a Performance fix of systemd daemon result-viewer 2020-09-09 20:41:10 +02:00
Michael Larabel
e93881651c system_monitor: Warning fix 2020-09-06 17:30:55 -05:00
Michael Larabel
a5849bef61 AE tweak 2020-09-06 17:05:57 -05:00
Michael Larabel
76b210772f Add eigen as possible dependency 2020-09-06 12:20:06 -05:00
Michael Larabel
3a488c1227 Make header more like OpenBenchmarking.org 2020-09-06 10:00:43 -05:00
Michael Larabel
90e30a3490 pts-core: For Arch reverse dependency solver don't fall back to cases of bash-completion in instances like Chrome - per https://github.com/phoronix-test-suite/phoronix-test-suite/issues/448 2020-09-06 09:32:49 -05:00
Michael Larabel
c99458880b pts-core: Improvement for https://github.com/phoronix-test-suite/phoronix-test-suite/pull/461 2020-09-04 17:41:43 -05:00
Michael Larabel
ebcf7cb171 Merge pull request #461 from kohoutovice/master
Only result server run from systemd
2020-09-04 18:38:06 -04:00
Michael Larabel
32517bae50 pts-core: Honor NO_COLOR environment variable for disabling terminal coloring per https://github.com/phoronix-test-suite/phoronix-test-suite/issues/436 2020-09-04 17:32:41 -05:00
Michael Larabel
19800f4abe pts-core: Updates 2020-08-29 13:27:32 -05:00
Michael Larabel
3b7fb553f1 Finishing prep for 10.0 M1 2020-08-19 17:51:35 -05:00
Michael Larabel
427d308909 pts-core: Fix Windows installer when path has a space
https://github.com/phoronix-test-suite/phoronix-test-suite/issues/464
2020-08-18 16:41:15 -05:00
Michael Larabel
0438703eee Update test suites for cache 2020-08-18 14:25:01 -05:00
Michael Larabel
a1e5ef6d83 Update test suites for ob-cache 2020-08-18 14:23:29 -05:00
Michael Larabel
5c9d4c0166 pts-core: AE improvement to clear old data in component-data 2020-08-13 19:29:30 -05:00
Michael Larabel
da836c45a3 Merge branch 'master' of github.com:phoronix-test-suite/phoronix-test-suite 2020-08-13 19:29:20 -05:00
Michael Larabel
1c758343a4 pts-core: AE improvement to clear old data in component-data 2020-08-13 19:29:17 -05:00
Michael Larabel
85f283571d pts-core: AE improvement to clear old data in component-data 2020-08-13 17:49:34 -05:00
Michael Larabel
cfb2bcc3cf Merge pull request #462 from laffer1/patch-1
MidnightBSD has newer versions of PHP now.
2020-08-12 15:15:31 -04:00
Lucas Holt
612c62239b MidnightBSD has newer versions of PHP now. 2020-08-12 14:56:58 -04:00
Jan
98173b4b78 Systemd allowance for just result viewer 2020-08-12 13:38:20 +02:00
Jan
73ffb2224a Allow to run just result viewer from systemd without phoromatic server 2020-08-12 13:36:21 +02:00
Michael Larabel
498a184d49 phodevi: Add Family 6 Model 85 2020-08-09 12:23:13 -05:00
Michael Larabel
87eaed4ea8 phodevi: Fix for previous commit 2020-08-07 17:32:21 -05:00
Michael Larabel
dad990fc55 phodevi: Microcode version detection for macOS 2020-08-07 17:29:01 -05:00
Michael Larabel
4b4aeb1342 improve for Arm 2020-08-07 15:07:55 -05:00
Michael Larabel
c5bd7c9c69 phodevi: eMAG detection improvement 2020-08-07 14:36:15 -05:00
Michael Larabel
c9abc9d0f9 phodevi: Fix for macOS CPU model detection 2020-08-07 12:36:52 -05:00
Michael Larabel
fc6356c544 phodevi: Fix for previous macOS merge 2020-08-07 12:32:06 -05:00
Michael Larabel
b958972788 Merge pull request #456 from Artoria2e5/mac-cpu-model
macOS: use the actual CPU model, not the 6-core i7 BS
2020-08-07 13:28:33 -04:00
Michael Larabel
5274e6cbc5 phodevi: Don't report vRAM for LLVMpipe 2020-08-06 14:10:11 -05:00
Michael Larabel
5139ff3504 pts-core: Add keep-results-in-result-file sub-command 2020-08-05 09:25:38 -05:00
Michael Larabel
71fd3abcb6 phodevi: Ampere Altra detection 2020-08-05 09:09:46 -05:00
Mingye Wang
5dd8bbde3f osx: add "don't cache" mode 2020-08-03 16:19:57 +08:00
Mingye Wang
1f26420f62 macos: cache system_profiler results
This thing is notoriously slow to run. Cache it where we can.
2020-08-02 20:38:05 +08:00
Mingye Wang
284066a23a macOS: use the actual CPU model, not the 6-core i7 BS
The SPHardwareDataType system profiler query only returns a
marketing string that has no use for us. Use something else when possible.

I was thinking about doing something similar with the flags
(machdep.cpu.features), but the current code is toooo Linux-centric to
play with.
2020-08-02 20:23:22 +08:00
Michael Larabel
ae7f6740b0 pts-core: Clarification 2020-07-31 11:02:45 -05:00
Michael Larabel
356237c173 Warning fix - https://www.phoronix.com/forums/forum/phoronix/phoronix-test-suite/1197839-php-error-when-looking-at-results 2020-07-31 08:57:46 -05:00
Michael Larabel
a4d5ad7940 Sort children in result viewer 2020-07-30 08:20:21 -05:00
Michael Larabel
122a29b84f phodevi: Avoid 'Family Model' reported when null 2020-07-29 17:58:10 -05:00
Michael Larabel
993e17cf3f Minor tweaks 2020-07-29 17:00:37 -05:00
Michael Larabel
e0d00201bb Warning fixes 2020-07-27 05:13:43 -05:00
Michael Larabel
b43e769459 phodevi: Add CPU family/model detection on Windows 2020-07-25 12:28:52 -05:00
Michael Larabel
1dda6b0245 phodevi: Add CPU family/model detection on Windows 2020-07-25 12:23:47 -05:00
Michael Larabel
c61217f846 Minor fixes 2020-07-24 20:21:49 -05:00
Michael Larabel
68c7e7560c Update APT data prior to install command when running within Docker
Per https://github.com/phoronix-test-suite/phoronix-test-suite/issues/450
2020-07-24 17:50:46 -05:00
Michael Larabel
830ca44c39 phodevi: Disk reporting improvements 2020-07-24 13:51:48 -05:00
Michael Larabel
ded8382911 phodevi: Disk reporting improvements 2020-07-24 13:50:56 -05:00
Michael Larabel
46e32cd066 pts-core: Preserve HDD/SSD size in AE 2020-07-24 12:23:53 -05:00
Michael Larabel
4bfb44c38b phodevi: Disk reporting improvements 2020-07-24 11:28:27 -05:00
Michael Larabel
4076bc2373 phodevi: Disk reporting improvements 2020-07-24 10:59:32 -05:00
Michael Larabel
6bbf257d48 phodevi: Change from previous commit 2020-07-24 10:55:15 -05:00
Michael Larabel
5265149415 phodevi: Change from previous commit 2020-07-24 10:54:53 -05:00
Michael Larabel
379fecb73b phodevi: Disk reporting improvements 2020-07-24 10:45:56 -05:00
Michael Larabel
df0c24fe2f phodevi: More core names 2020-07-23 09:28:48 -05:00
Michael Larabel
d95be84d6b Add VERTICAL_BAR_GRAPH 2020-07-22 15:31:05 -05:00
Michael Larabel
ad3a12aeef pts-core: Fix for GMIC test profile running previous comparison 2020-07-22 09:54:53 -05:00
Michael Larabel
de1be53ad3 Fix for previous commit 2020-07-21 20:26:51 -05:00
Michael Larabel
6ad468befe AE: use core and thread count based on popularity 2020-07-21 18:07:30 -05:00
Michael Larabel
01be197cbb Better handle logs iN AE 2020-07-21 17:52:01 -05:00
Michael Larabel
6cdc6c2e9a pts-core: Fix 2020-07-21 14:40:51 -05:00
Michael Larabel
b16d7077ce pts-core: Fix 2020-07-21 14:30:56 -05:00
Michael Larabel
2780391eb7 pts-core: More AE work 2020-07-21 12:15:58 -05:00
Michael Larabel
3b85320648 pts-core: Fixes for previous commit 2020-07-21 10:41:15 -05:00
Michael Larabel
621fb6c126 pts-core: More AE work 2020-07-21 09:54:53 -05:00
Michael Larabel
9620e205d3 pts_Graph: Warning fix 2020-07-21 09:08:46 -05:00
Michael Larabel
ec70681b46 pts-core: Fix for possible core / thread count in AE 2020-07-20 11:08:27 -05:00
Michael Larabel
719d827307 pts-core: Latest update 2020-07-19 19:49:57 -05:00
Michael Larabel
812495e45c phodevi: Add more to the CPU ID list 2020-07-19 18:11:03 -05:00
Michael Larabel
06a9d67904 phodevi: More cleaning 2020-07-19 17:03:17 -05:00
Michael Larabel
faccc0e28c phodevi: Add missing Westmere possibility 2020-07-19 16:25:17 -05:00
Michael Larabel
14193fe113 pts-core: Fix for multi socket CPU 2020-07-19 16:18:53 -05:00
Michael Larabel
e525e2d3f2 phodevi: Rebuild list 2020-07-19 15:23:02 -05:00
Michael Larabel
6961e5eddb phodevi: Add elbrus 2020-07-19 14:29:16 -05:00
Michael Larabel
9e41be103f phodevi: Add elbrus 2020-07-19 14:01:00 -05:00
Michael Larabel
9c037e592d pts-core: More CPU codenames 2020-07-19 13:48:15 -05:00
Michael Larabel
5c8e0d1a6b pts-core: More CPU codenames 2020-07-19 13:15:04 -05:00
Michael Larabel
412e7c821c phodevi: Updates 2020-07-19 11:19:10 -05:00
Michael Larabel
d1f5c0ad9d phodevi: Updates 2020-07-19 10:46:45 -05:00
Michael Larabel
3a72e07324 phodevi: Add Core Family 2020-07-19 09:22:01 -05:00
Michael Larabel
49c7fd6b45 phodevi: Add Core Family 2020-07-19 09:21:13 -05:00
Michael Larabel
1089bc1a12 phodevi: Add Core Family 2020-07-19 09:18:33 -05:00
Michael Larabel
011ef47183 Fix previous commit 2020-07-19 07:33:39 -05:00
Michael Larabel
5d62dec015 phodevi: Add CPU bug list separately 2020-07-19 07:31:06 -05:00
Michael Larabel
24d36ee64d phodevi: Add CPU feature list separately 2020-07-19 07:19:57 -05:00
Michael Larabel
5bcaedd073 phodevi: Add cpuinfo to array 2020-07-19 07:13:50 -05:00
Michael Larabel
2e5bf3e91c pts-core: Improvements to AE 2020-07-19 07:04:52 -05:00
Michael Larabel
23faa63fdc More sanitization 2020-07-18 17:27:55 -05:00
Michael Larabel
beff61e66b AE optimization 2020-07-18 16:57:40 -05:00
Michael Larabel
1bd4d6ba93 Make use of new APIs 2020-07-18 16:38:55 -05:00
Michael Larabel
86550e2f71 pts-core: Work on log processing start for AE 2020-07-18 15:49:08 -05:00
Michael Larabel
57ef213aaa FIx for previous commit 2020-07-18 15:04:29 -05:00
Michael Larabel
b299e96c28 pts-core: Support accessing system logs via pts_result_file_system objects 2020-07-18 14:34:17 -05:00
Michael Larabel
e82ea0ce88 pts-core: Support accessing system logs via pts_result_file_system objects 2020-07-18 14:25:32 -05:00
Michael Larabel
40c6566ecf Fix for previous commit 2020-07-18 08:45:35 -05:00
Michael Larabel
9a942425af Build more 2020-07-18 07:55:54 -05:00
Michael Larabel
df93cc1d26 Fix for previous commit 2020-07-17 17:56:27 -05:00
Michael Larabel
cdcef95308 Fix for previous commit 2020-07-17 16:43:15 -05:00
Michael Larabel
a16a91b86c Fix for previous commit 2020-07-17 15:32:42 -05:00
Michael Larabel
ae16002d34 AE updates 2020-07-17 14:53:18 -05:00
Michael Larabel
5d5bcd8d36 pts-core: Clean up text from previous commit 2020-07-16 07:38:56 -05:00
Michael Larabel
87d88b2f97 pts-core: Drop the logic from start-result-viewer as deprecated https://github.com/phoronix-test-suite/phoronix-test-suite/issues/447 2020-07-16 07:34:48 -05:00
Michael Larabel
186cfefbb3 pts_Graph: Improve histo 2020-07-14 20:21:35 -05:00
Michael Larabel
14d9f0b9bf pts_Graph: Improve histo 2020-07-14 20:20:17 -05:00
Michael Larabel
54dc22ba11 pts_Graph: Improve histo 2020-07-14 17:31:14 -05:00
Michael Larabel
7c37857b9c pts_Graph: Improve histo 2020-07-14 17:30:29 -05:00
Michael Larabel
d5cf7806e1 pts_Graph: Improve histo 2020-07-14 17:29:39 -05:00
Michael Larabel
e0c2678553 pts_Graph: Improve histo 2020-07-14 17:29:13 -05:00
Michael Larabel
d2b9161c5b pts_Graph: Improve histo 2020-07-14 17:28:18 -05:00
Michael Larabel
ae0f041f84 pts_Graph: Improve histo 2020-07-14 17:26:35 -05:00
Michael Larabel
5fd54e8068 pts_Graph: Improve histo 2020-07-14 17:24:39 -05:00
Michael Larabel
ea84fc16f3 pts_Graph: Improve histo 2020-07-14 17:23:39 -05:00
Michael Larabel
f40e18d9d4 pts_Graph: Improve histo 2020-07-14 17:22:03 -05:00
Michael Larabel
438721d616 pts_Graph: Improve histo 2020-07-14 16:56:30 -05:00
Michael Larabel
a9b2dc9f23 pts_Graph: Improve histo 2020-07-14 16:55:25 -05:00
Michael Larabel
eea368ebc1 pts_Graph: Improve histo 2020-07-14 16:54:50 -05:00
Michael Larabel
ec6c734d8c pts_Graph: Improve histo 2020-07-14 16:48:06 -05:00
Michael Larabel
2ea4e6ca03 pts_Graph: Improve histo 2020-07-14 16:39:32 -05:00
Michael Larabel
aca2e8a36c pts_Graph: Improve histo 2020-07-14 16:27:02 -05:00
Michael Larabel
80e2dfbff5 pts_Graph: Improve histo 2020-07-14 16:24:44 -05:00
Michael Larabel
2f61df98fd pts_Graph: Improve histo 2020-07-14 16:17:41 -05:00
Michael Larabel
78b3ceb5c4 pts_Graph: Improve histo 2020-07-14 16:14:46 -05:00
Michael Larabel
b832e1773d pts_Graph: Improve histo 2020-07-14 16:12:33 -05:00
Michael Larabel
b94d3ab5e1 pts_Graph: Improve histo 2020-07-14 16:08:50 -05:00
Michael Larabel
b67bfa44ff pts_Graph: Improve histo 2020-07-14 15:16:23 -05:00
Michael Larabel
140e20fd7b pts_Graph: Improve histo 2020-07-14 15:11:49 -05:00
Michael Larabel
7bd62c006d pts_Graph: Add histogram 2020-07-14 14:35:08 -05:00
Michael Larabel
4f18f7d498 AE update 2020-07-14 13:55:30 -05:00
Michael Larabel
e9fc776ce7 AE update 2020-07-14 12:56:00 -05:00
Michael Larabel
20c312e8d8 AE update 2020-07-14 08:59:04 -05:00
Michael Larabel
1743959ff2 ob ae updates 2020-07-13 17:06:32 -05:00
Michael Larabel
fd259b3563 ob ae updates 2020-07-13 15:37:32 -05:00
Michael Larabel
18a82acfe9 ob ae updates 2020-07-13 14:54:24 -05:00
Michael Larabel
50980d0494 ob ae updates 2020-07-13 14:38:14 -05:00
Michael Larabel
d9095e8ea2 ob ae updates 2020-07-13 13:26:12 -05:00
Michael Larabel
0f166810fb ob ae updates 2020-07-13 12:24:02 -05:00
Michael Larabel
22bc49bdd8 ob ae updates 2020-07-13 11:44:38 -05:00
Michael Larabel
0f5bea3dff ob ae updates 2020-07-13 10:42:42 -05:00
Michael Larabel
be03c600b7 ob ae updates 2020-07-13 09:37:22 -05:00
Michael Larabel
569084955e pts_Graph: Increase width on key 2020-07-12 20:30:24 -05:00
Michael Larabel
0ec09dcb25 Fix previous commit 2020-07-12 20:07:22 -05:00
Michael Larabel
fc9955b4c9 pts_Graph: Get rid of the black header 2020-07-12 20:06:43 -05:00
Michael Larabel
bdce7c816c pts-core: Allow hiding HTML result table on embed 2020-07-12 17:56:46 -05:00
Michael Larabel
e0b008b10f pts-core: Cleanup string 2020-07-12 17:54:44 -05:00
Michael Larabel
4355d4603c Set parent hash on newly added results 2020-07-12 17:45:53 -05:00
Michael Larabel
00af746724 pts-core: Allow post description message on the result viewer 2020-07-12 17:31:12 -05:00
Michael Larabel
ffe89a0349 put it in the tab 2020-07-12 17:14:27 -05:00
Michael Larabel
b5b3a0b141 Add export handler setup to result viewer 2020-07-12 17:09:50 -05:00
Michael Larabel
35c4dde00c Improve a couple checks in the result viewer 2020-07-12 15:16:35 -05:00
Michael Larabel
0a11c2c652 Begin punting out the result viewer HTML web interface to its own helper class for easy re-use 2020-07-12 14:52:43 -05:00
Michael Larabel
213f768292 minor code cleanup in the result viewer 2020-07-12 14:19:14 -05:00
Michael Larabel
bf934b4841 Add initial Docker file generator for new Ubuntu based image 2020-07-09 12:33:48 -05:00
Michael Larabel
e4b1eca16b Documentation rebuild 2020-07-09 12:04:49 -05:00
Michael Larabel
bda881a1cc More preping 2020-07-09 11:54:52 -05:00
Michael Larabel
bc7e362516 Prep for final 9.8.0 2020-07-09 11:35:35 -05:00
Michael Larabel
54356e8b78 pts-core: Allow creating new virtual test suites that are not prefixed by a OB repository 2020-07-07 17:15:03 -05:00
Michael Larabel
5afa9015c6 pts-core: Fix for not filling test suites of contained tests in some select cases (sub-suites listing in results viewer) 2020-07-07 16:56:05 -05:00
Michael Larabel
b3e69d3194 Update ob-cache 2020-07-06 12:47:42 -05:00
Michael Larabel
7a8e864ba3 Last minute tweaks 2020-07-01 10:56:58 -05:00
Michael Larabel
b7b6e98954 pts-core: Add overall estimated install time 2020-06-24 17:07:56 -05:00
Michael Larabel
3f676998a7 pts-core: Be more liberal in allowing CUDA/OpenCL GPU compute tests to run fine without display server active 2020-06-24 10:29:06 -05:00
Michael Larabel
3a2170e405 phodevi: NVIDIA GPU detection within WSL2 2020-06-24 10:21:51 -05:00
Michael Larabel
c96fb23a42 phodevi: NVIDIA GPU detection within WSL2 2020-06-24 10:17:34 -05:00
Michael Larabel
598df769c8 Warning fix for previous commit 2020-06-24 09:58:29 -05:00
Michael Larabel
77fc1ea342 pts-core: Handling of cases where all options are unsupported (such as CUDA and OpenCL tests with no valid backends found) to avoid prompts 2020-06-24 09:53:45 -05:00
Michael Larabel
423c2e198b Prep 9.8 Milestone 2 2020-06-24 06:27:17 -05:00
Michael Larabel
38f69de118 pts-core: Better library system dependency handling 2020-06-24 06:25:33 -05:00
Michael Larabel
1c7d835249 pts-core: Better library system dependency handling 2020-06-24 06:24:33 -05:00
Michael Larabel
7ce1c83f72 pts-core: Don't show OpenCL test options if no OpenCL drivers/adapters appear present 2020-06-23 20:18:56 -05:00
Michael Larabel
4c787f68db pts-core: Fix for checking missing headers as SystemDependencies 2020-06-23 17:44:33 -05:00
Michael Larabel
ceb58338c5 pts-core: Newer distros like Ubuntu sometimes have just libcurl.so provided 2020-06-23 15:24:24 -05:00
Michael Larabel
c01159f8ed pts-core: Improve formatting of test option messages 2020-06-23 11:10:27 -05:00
Michael Larabel
e7f3a2b7fe pkg has php74 2020-06-18 10:45:48 -05:00
Michael Larabel
ecda14eae5 phodevi: Fix for incorrect monitor count when parsing X.Org log 2020-06-15 08:09:10 -05:00
Michael Larabel
ecd18411fd pts-core: Fix for possible divide by zero 2020-06-12 17:04:27 -05:00
Michael Larabel
7ccf70b9c9 phodevi: Warning fixes for latest WSL 2020-06-08 09:03:30 -05:00
Michael Larabel
dd5e705ab3 phodevi: For all POSITIVE_NUMERIC cases, probably makes sense allowing zero per https://github.com/phoronix-test-suite/phoronix-test-suite/pull/442 by ArifRoktim 2020-06-06 18:16:20 -05:00
Michael Larabel
2f90314090 pts-core: Shouldn't need to handle array here to avoid the extra op 2020-06-06 18:15:22 -05:00
Michael Larabel
0561d0a55c pts-core: Add search field to the result viewer areas for limiting based on title/argument matching 2020-06-06 10:54:45 -05:00
Michael Larabel
304d2befb1 pts-core: Better URL handling for the result viewer 2020-06-06 09:08:40 -05:00
Michael Larabel
bdee0d523c pts-core: Avoid 'Tests Tests' on geo mean graphs for some suites 2020-06-04 15:55:22 -05:00
Michael Larabel
a8d165024f pts-core: Improve web browser selection logic for result viewer 2020-06-04 13:53:37 -05:00
Michael Larabel
93293b0fa1 pts-core: Fix for showing geometric mean of browsers test suite 2020-06-04 11:45:20 -05:00
Michael Larabel
5431a7f3ce pts-core: Add estimated install time to test install reporting 2020-06-04 09:22:20 -05:00
Michael Larabel
90cdfceb15 pts-core: Add estimate-install-time sub-command 2020-06-04 09:11:53 -05:00
Michael Larabel
7ebfe8fd35 pts-core: Add client side plumbing for estimated test install time from OpenBenchmarking.org 2020-06-04 08:56:43 -05:00
Michael Larabel
8e5f650982 pts-core: Cleanup 2020-06-04 08:56:19 -05:00
Michael Larabel
2b46ff2d78 Prep for 9.8 M1 2020-06-03 18:40:26 -05:00
Michael Larabel
72fa501644 Update ob-cache 2020-06-03 15:55:25 -05:00
Michael Larabel
3c2303694a pts-core: Silence another PHP8 deprecation warning 2020-06-03 15:01:10 -05:00
Michael Larabel
d96d596ce1 pts-core: Don't add null tests to install 2020-06-03 13:49:34 -05:00
Michael Larabel
06979af6a9 pts-core: Fix empty string in read attribute 2020-06-03 13:46:39 -05:00
Michael Larabel
e81867a4a7 ob_auto_compare: Don't get too close to edge 2020-06-03 13:26:23 -05:00
Michael Larabel
a0f647802f ob_auto_compare: Don't get too close to edge 2020-06-03 13:24:39 -05:00
Michael Larabel
ca7a5bcfe9 pts-core: Error fix on PHP8 Git: 2020-05-31 08:44:15 -05:00
Michael Larabel
eee1db8954 pts-core: PHP8 fix and another Clear Linux ex dep 2020-05-31 08:41:07 -05:00
Michael Larabel
ab20290e59 ob_auto_compare: Skip showing empty component points 2020-05-30 14:09:07 -05:00
Michael Larabel
b1535ccf06 pts-core: For tests requiring root but not run initially as root and using monitoring data, drop the first run to ensure sudo promot doesn't skew time 2020-05-30 11:03:26 -05:00
Michael Larabel
8455f7c6c4 pts-core: Fix for loading the result viewer JavaScript / CSS when running on a Windows host 2020-05-29 06:02:24 -05:00
Michael Larabel
b583afcb26 pts-core: Fix for loading result viewer assets on Windows 2020-05-29 05:58:21 -05:00
Michael Larabel
6499d27e0d phodevi: Add is_fake_device 2020-05-28 20:03:26 -05:00
Michael Larabel
1671d37418 pts-core: Small tweaks 2020-05-28 17:27:26 -05:00
Michael Larabel
ac53b16b90 pts-core: Add test-to-suite map sub-command 2020-05-28 15:38:13 -05:00
Michael Larabel
887dae03ee pts-core: When scanning test suites on disk, ensure the latest test suite version is used 2020-05-28 15:37:34 -05:00
Michael Larabel
5424df2790 pts-core: Revert Python update for Windows 2020-05-28 06:07:45 -05:00
Michael Larabel
e315e281ea Update Python for Windows 2020-05-28 05:57:06 -05:00
Michael Larabel
4d899c78a6 phodevi: Fend off possible rollover of data with amd_energy 2020-05-27 11:39:44 -05:00
Michael Larabel
33d6c634db phodevi: Add amd_energy Linux driver support 2020-05-27 11:55:29 -04:00
Michael Larabel
7382b5e7e7 pts-core: Add handler for ensuring reported system time is accurate, otherwise calculate current date/time using offsets 2020-05-27 09:58:21 -05:00
Michael Larabel
b7c92f7441 pts-core: Rewrite virtual test suite implementation
wq
2020-05-25 18:10:36 -05:00
Michael Larabel
3883e24f95 pts-core: When a newer minor version of a test profile is installed and a requested (older) one is not, use the newer compatible version 2020-05-25 12:54:09 -05:00
Michael Larabel
7fee9a7d99 pts-core: Drop pts_virtual_test_queue as really not needed. Also begin plumbing minor upgrades into run command (initial work on install side from previous commit) 2020-05-25 10:27:48 -05:00
Michael Larabel
40100e2f65 pts-core: When an install fails, try a newer minor version update to that test profile if available (fixes broken download mirrors, etc) 2020-05-25 09:59:34 -05:00
Michael Larabel
e167bd6a2e pts-core: Documentation rebuild for 9.6.1 2020-05-25 08:24:12 -05:00
Michael Larabel
f9cfb12532 Update ob-cache against latest OpenBenchmarking.org tests and suites 2020-05-24 17:28:23 -05:00
Michael Larabel
5432def07f phodevi: Avoid macOS reporting X-Core string before Intel CPU string 2020-05-24 07:01:28 -05:00
Michael Larabel
31087e6aba pts-core: Allow exporting result files to XML test suites via the result viewer 2020-05-23 18:28:41 -05:00
Michael Larabel
cc137104ef pts-core: More suite work 2020-05-23 18:01:36 -05:00
Michael Larabel
7460763c74 pts-core: Drop temporary suite concept as really isn't needed, at least shouldn't be 2020-05-23 17:11:02 -05:00
Michael Larabel
87a99c2873 pts-core: Add rebuild-test-suite option for regenerating suite XML all cleaned up 2020-05-23 16:53:02 -05:00
Michael Larabel
d651983982 Merge branch 'master' of github.com:phoronix-test-suite/phoronix-test-suite 2020-05-23 16:52:54 -05:00
Michael Larabel
39f9def404 pts-core: Handle sub-suites correctly when generating suite XML 2020-05-23 16:52:26 -05:00
Michael Larabel
fcb2662305 pts-core: Handle Mode tag when regenerating test suite XML 2020-05-23 16:38:39 -05:00
Michael Larabel
2b272fe683 Merge pull request #440 from EwoutH/patch-3
phoronix-test-suite.bat: Update VC_redist.x64.exe link to support VS 2019
2020-05-19 21:38:35 -04:00
Ewout ter Hoeven
b11cdc5d37 phoronix-test-suite.bat: Update VC_redist.x64.exe link to support VS 2019
vc_redist.x64.exe is still compatible with Visual Studio 2015, 2017 and 2019, see https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads
2020-05-20 02:18:50 +02:00
Michael Larabel
b430a7f81b pts-core: When limiting results to show in result viewer, keep child objects that match the desired type for the parent 2020-05-19 08:53:59 -05:00
Michael Larabel
cfa29f00fb linux_perf: Avoid a possible warning 2020-05-17 13:06:58 -05:00
Michael Larabel
56b71fb47e phodevi: Add more Arm CPUs 2020-05-14 12:53:07 -05:00
Michael Larabel
40dd230796 phodevi: Fix extra plus on Python 3 only setups 2020-05-10 18:54:19 -05:00
Michael Larabel
13cfd37af2 fix for previous commit 2020-05-02 17:31:50 -05:00
Michael Larabel
f8957dd2eb More result viewer tweaks 2020-05-01 18:56:10 -05:00
Michael Larabel
b5c4c6ff9b more linux_perf work 2020-05-01 11:41:41 -05:00
Michael Larabel
9ebd49e1b8 fix for previous commit 2020-05-01 08:20:41 -05:00
Michael Larabel
c26b60e941 linux_perf: Improvements 2020-05-01 07:14:58 -05:00
Michael Larabel
c8d709d31c pts-core: Arch ex dep updates 2020-04-27 08:43:06 -05:00
Michael Larabel
a6139c595d phodevi: Sway compositor version detection 2020-04-25 16:42:39 -05:00
Michael Larabel
bd6cc21d38 pts-core: Fedora OpenMPI handling improvement 2020-04-25 09:17:22 -05:00
Michael Larabel
bcac6ff74c Fedora dep update 2020-04-25 08:23:45 -05:00
Michael Larabel
6cc6451429 pts_Graph: tweak 2020-04-24 09:03:32 -05:00
Michael Larabel
f322903ac6 9.6 release highlights 2020-04-21 07:15:47 -05:00
Michael Larabel
9c9226fb0b Doc rebuild for 9.6.0 2020-04-21 06:59:39 -05:00
Michael Larabel
08bb0e6f07 pts-core: Show local suites within the list-installed-suites sub-command 2020-04-21 06:55:58 -05:00
Michael Larabel
ea6f9934fd pts-core: Show local tests within the build-suite sub-command 2020-04-21 06:53:21 -05:00
Michael Larabel
91bf4dc59b pts-core: Result viewer table improvement 2020-04-19 17:22:09 -05:00
Michael Larabel
78fcae133b Update Fedora dependency 2020-04-18 18:54:44 -05:00
Michael Larabel
b589aa00e4 clean up list 2020-04-18 17:57:58 -05:00
Michael Larabel
fd00d96f9f pts-core: Show the test duration on the result viewer page 2020-04-18 16:59:37 -05:00
Michael Larabel
0b16f1535e pts-core: Show the test duration on the result viewer page 2020-04-18 16:55:47 -05:00
Michael Larabel
ffa230fdfa make it clear the old viewer is deprecated 2020-04-18 16:13:38 -05:00
Michael Larabel
5fa74ec816 pts-core: Responsive/mobile result viewer improvements 2020-04-18 16:02:22 -05:00
Michael Larabel
6d51b4bda3 pts_Graph: Restore capability for drawing mini graphs for all results in a result file overview 2020-04-18 13:56:59 -05:00
Michael Larabel
d4a998a014 pts_Graph: Minor improvements 2020-04-18 13:16:07 -05:00
Michael Larabel
02adb93255 pts-core: More result viewer tweaking 2020-04-18 12:41:12 -05:00
Michael Larabel
1ee786d4d4 pts-core: Allow sorting result files by test length / test run-time 2020-04-18 11:08:14 -05:00
Michael Larabel
fd61df6508 pts-core: Reorder tabs in result viewer 2020-04-18 08:16:44 -05:00
Michael Larabel
e42698a351 Update OB cache 2020-04-18 08:09:32 -05:00
Michael Larabel
c869a5e5ed pts-core: Better handle long download file lengths 2020-04-16 12:55:30 -05:00
Michael Larabel
c7f3686ebe pts-core: Result viewer 2020-04-15 17:15:30 -05:00
Michael Larabel
bff6ff1d19 pts-core: Experimental saving of result file via stress-run 2020-04-15 16:04:18 -05:00
Michael Larabel
a9aa2198dc pts-core: Experimental saving of result file via stress-run 2020-04-15 16:02:24 -05:00
Michael Larabel
5b6d0b4ef6 pts-core: Experimental saving of result file via stress-run 2020-04-15 15:59:53 -05:00
Michael Larabel
a85d68e327 pts-core: Experimental saving of result file via stress-run 2020-04-15 15:51:02 -05:00
Michael Larabel
0d84bc9200 pts-core: Experimental saving of result file via stress-run 2020-04-15 15:50:11 -05:00
Michael Larabel
88df7c5faa pts-core: Experimental saving of result file via stress-run 2020-04-15 15:45:14 -05:00
Michael Larabel
ba88da054c pts-core: Experimental saving of result file via stress-run 2020-04-15 15:41:02 -05:00
Michael Larabel
6fa387f3b1 pts-core: Experimental saving of result file via stress-run 2020-04-15 15:37:48 -05:00
Michael Larabel
038357ed98 pts-core: Experimental saving of result file via stress-run 2020-04-15 15:31:08 -05:00
Michael Larabel
9696e5a0ab pts-core: Experimental saving of result file via stress-run 2020-04-15 15:29:52 -05:00
Michael Larabel
3da3922884 pts-core: Experimental saving of result file via stress-run 2020-04-15 15:28:03 -05:00
Michael Larabel
6a27179f42 linux_perf: Formatting 2020-04-15 09:48:33 -05:00
Michael Larabel
871355cb9c linux_perf: Formatting 2020-04-15 09:40:29 -05:00
Michael Larabel
7cb87da5cc linux_perf: Set the parent hash on per-test metrics 2020-04-15 09:40:00 -05:00
Michael Larabel
1118ee8aad Merge branch 'master' of github.com:phoronix-test-suite/phoronix-test-suite 2020-04-15 09:14:29 -05:00
Michael Larabel
b34c040602 pts-core: Sort CLI geo mean last is best 2020-04-15 09:14:06 -05:00
Michael Larabel
bb9610b984 Merge pull request #435 from bbara/patch-1
start_result_viewer: fix server with static port
2020-04-15 06:12:46 -04:00
bbara
6c96c5ef87 start_result_viewer: fix server with static port
Currently, giving a pre-defined port to the result-viewer does not work:
[PROBLEM] Port N is already in use by another server process.
Since fsockopen returns false on an error [1], the queries must be inverted.

[1] https://www.php.net/manual/de/function.fsockopen.php
2020-04-15 10:11:41 +02:00
Michael Larabel
d08cafdd2d pts-core: More last minute result viewer work 2020-04-14 18:44:57 -05:00
Michael Larabel
b0ebb1714b pts-core: Track PERFTEST vars 2020-04-14 16:34:08 -05:00
Michael Larabel
160c0c866e pts-core: More result viewer work 2020-04-14 12:14:56 -05:00
Michael Larabel
d403163ce3 pts-core: Fix for previous commit 2020-04-14 11:29:06 -05:00
Michael Larabel
fa3055b560 pts-core: Fix for previous commit 2020-04-14 10:45:44 -05:00
Michael Larabel
85926483dc pts-core: Set parent hash on all monitored data 2020-04-14 10:29:31 -05:00
Michael Larabel
a26c83bd21 pts-core: Virtual test suite handling expansion 2020-04-12 17:32:33 -05:00
Michael Larabel
4529e63829 pts-core: Have suites in result file provide a copy of the suite 2020-04-12 16:45:00 -05:00
Michael Larabel
c98c51e2e2 pts-core: Allow building virtual suites off external dependencies 2020-04-12 14:50:57 -05:00
Michael Larabel
a7557c35e4 pts-core: Result viewer formatting improvement 2020-04-12 14:03:20 -05:00
Michael Larabel
1259ad6aed Import of latest test suites to the cache 2020-04-12 06:33:53 -05:00
Michael Larabel
522ce84556 Documentation rebuild for 9.6.0 Milestone 3 2020-04-12 06:33:33 -05:00
Michael Larabel
b22070ec84 pts-core: Fix for thread reporting without HT/SMT 2020-04-12 05:08:06 -05:00
Michael Larabel
010f3afaf2 pts-core: Latest result viewer work 2020-04-11 17:59:48 -05:00
Michael Larabel
a1302683bb pts-core: Add perf-per-memory-channel to the result viewer 2020-04-11 16:47:55 -05:00
Michael Larabel
732abb64b8 pts-core: Result viewer styling 2020-04-11 15:53:01 -05:00
Michael Larabel
b840908962 pts-core: Ensure multiple 2020-04-11 15:11:18 -05:00
Michael Larabel
ef24941482 pts-core: Result viewer styling 2020-04-11 15:06:42 -05:00
Michael Larabel
0236af2227 pts-core: Result viewer styling 2020-04-11 14:45:12 -05:00
Michael Larabel
1ce21176b2 pts-core: Result viewer styling 2020-04-11 14:42:05 -05:00
Michael Larabel
4e7a6f6a10 pts-core: Result viewer styling 2020-04-11 14:36:27 -05:00
Michael Larabel
2138985422 pts-core: Result viewer styling 2020-04-11 14:33:17 -05:00
Michael Larabel
a556c69d3b pts-core: Fixes for previous commit 2020-04-11 14:04:46 -05:00
Michael Larabel
36977db5c6 pts-core: Allow automated per-thread/core/clock graphs within the result viewer 2020-04-11 14:00:54 -05:00
Michael Larabel
653e84c7af pts-core: Plumb infrastructure for tabbed graph result output in result viewer 2020-04-11 13:19:22 -05:00
Michael Larabel
5ac336c231 pts-core: Add some code comments to help clear up the flow 2020-04-11 11:03:58 -05:00
Michael Larabel
07d03df386 pts-core: Improvement on previous commits 2020-04-11 10:57:49 -05:00
Michael Larabel
8c9851fb79 pts-core: Result viewer add "Limit displaying results to tests within:" 2020-04-11 10:28:24 -05:00
Michael Larabel
332da39574 pts-core: From the result viewer allow " Show Geometric Means Per-Suite/Category" 2020-04-11 08:10:15 -05:00
Michael Larabel
ec1192fb10 pts_Graph: Warning fix 2020-04-10 13:05:42 -05:00
Michael Larabel
12cc37654d pts-core: Fix for REPORT_ALL 2020-04-10 13:02:34 -04:00
Michael Larabel
26a1ff7e79 pts-core: Add GLFW external dependency 2020-04-09 14:51:14 -05:00
Michael Larabel
7ef40df142 pts-core: Don't show deprecated suites with list-suites 2020-04-09 08:40:17 -05:00
Michael Larabel
0c4159bb2e pts-core: External dependency updates 2020-04-09 08:14:29 -05:00
Michael Larabel
67b507c915 pts-core: External dependency updates 2020-04-09 08:13:12 -05:00
Michael Larabel
6b90e318c3 pts-core: External dependency updates 2020-04-09 08:11:55 -05:00
Michael Larabel
71df2238d6 pts-core: Add workload-topology sub-command 2020-04-08 15:35:05 -05:00
Michael Larabel
5e693376bf pts-core: Fix for previous commit 2020-04-08 15:11:30 -05:00
Michael Larabel
2458ddf96c pts-core: Allow test suite "Status" tag
pts-core: Don't report OB updates on deprecated tests or suites
2020-04-08 15:10:58 -05:00
Michael Larabel
5f8461445e pts-core: Fix redundant suite listing 2020-04-08 10:18:52 -05:00
Michael Larabel
da6bd90f78 pts-core: Allow adding deprecated tests to build-suite
Fixes: https://www.phoronix.com/forums/forum/phoronix/phoronix-test-suite/1170494-pts-9-4-1-unable-to-add-pts-nexuiz-to-custom-test-suite
2020-04-07 15:12:33 -05:00
Michael Larabel
b77fd56e29 pts-core: CSV export improvements 2020-04-07 11:40:11 -05:00
Michael Larabel
d5bc70e141 pts-core: Add "Do Not Show Results With Incomplete Data" to the result viewer 2020-04-06 17:32:05 -05:00
Michael Larabel
9f67a61b4b Prep for 9.6 Milestone 2 2020-04-05 15:29:42 -05:00
Michael Larabel
5e98151be3 pts-core: Add "Newly Added" vs. "Recently Updated" in result viewer 2020-04-05 15:23:10 -05:00
Michael Larabel
87e26f22f5 pts-core: Allow listing test suites and test suite data within the result viewer 2020-04-05 13:24:10 -05:00
Michael Larabel
b63fb6bb29 pts-core: Minor cleanup of ubuntu-packages reporting 2020-04-04 20:07:55 -05:00
Michael Larabel
0b2e7ac12c pts-core: Update Ubuntu dependency for CL 2020-04-04 17:38:26 -05:00
Michael Larabel
e2e3c6d86b pts-core: Add vaapi as possible external dependency 2020-04-04 17:00:16 -05:00
Michael Larabel
663583b954 update_checker: Add message of the day support 2020-04-04 13:36:25 -05:00
Michael Larabel
567caac44b update_checker: Add message of the day support 2020-04-04 13:35:43 -05:00
Michael Larabel
f4cbd9cfd3 pts-core: Allow showing test profile information within the result viewer 2020-04-04 10:47:58 -05:00
Michael Larabel
7a11270998 pts-core: Allow listing test profiles within the result viewer 2020-04-04 10:12:49 -05:00
Michael Larabel
07fe8d88c6 documentatioN: Rebuild 2020-04-03 14:48:52 -05:00
Michael Larabel
d386916a41 Merge pull request #426 from invadergir/add-temperature-monitoring-example-to-docs
Added example for how to do temperature monitoring to the documentation.
2020-04-03 15:42:17 -04:00
Michael Larabel
d5455c808d pts-core: Fix for Ubuntu 20.04 2020-03-31 05:34:49 -05:00
Michael Larabel
064c4fab93 pts-core: Add SKIP_RESULT_OBJECTS 2020-03-30 05:50:57 -05:00
Michael Larabel
b863365b99 pts-core: Permissions fix per https://github.com/phoronix-test-suite/phoronix-test-suite/issues/429 2020-03-28 13:23:37 -05:00
Michael Larabel
c08e8149e1 pts-core: Add libuuid-devel to Fedora https://github.com/phoronix-test-suite/phoronix-test-suite/issues/428 2020-03-28 09:42:09 -05:00
Michael Sesterhenn
d4c3c84382 Use module_info() in documentation preparation. 2020-03-27 17:20:50 -05:00
Michael Sesterhenn
5fd4f26cf2 Added example for how to do temperature monitoring to the documentation. 2020-03-26 20:06:48 -05:00
Michael Larabel
3ada17ca2d pts-core: Latest result viewer update 2020-03-26 10:48:27 -05:00
Michael Larabel
a9649d39fa Phoronix Test Suite 9.6 Milestone 1 2020-03-24 05:23:19 -05:00
Michael Larabel
dc5b80a080 pts-core: Improve the print view from the result viewer 2020-03-23 17:30:03 -05:00
Michael Larabel
61199197b6 pts-core: Add jump to in result viewer 2020-03-22 18:35:37 -05:00
Michael Larabel
07d61d1ac3 pts-core: Updates 2020-03-22 16:42:09 -05:00
Michael Larabel
e85b40d571 pts-core: BSD updates 2020-03-21 17:38:39 -05:00
Michael Larabel
cd7b238547 pts-core: BSD updates 2020-03-21 17:35:54 -05:00
Michael Larabel
8821c9b294 pts-core: BSD updates 2020-03-21 17:35:42 -05:00
Michael Larabel
de7d24d915 pts-core: BSD updates 2020-03-21 17:33:53 -05:00
Michael Larabel
cfc5146927 pts-core: BSD updates 2020-03-21 17:30:10 -05:00
Michael Larabel
39b556e0b5 pts-core: BSD updates 2020-03-21 17:13:22 -05:00
Michael Larabel
9df53ed52b pts-core: Set OpenMPI PATH for BSD ports 2020-03-21 17:06:24 -05:00
Michael Larabel
c786b2ddf9 phodevi: BSD tweaks/fixes 2020-03-21 16:57:19 -05:00
Michael Larabel
72fe7daad4 phodevi: BSD tweaks/fixes 2020-03-21 16:56:25 -05:00
Michael Larabel
79390a9525 phodevi: BSD tweaks/fixes 2020-03-21 16:55:39 -05:00
Michael Larabel
4d14bb4152 phodevi: BSD tweaks/fixes 2020-03-21 16:54:26 -05:00
Michael Larabel
4b4ca70b56 pts-core: Add XML export to result viewer export menu 2020-03-21 15:19:05 -05:00
Michael Larabel
2cba8e42ea pts-core: Support deleting runs from the result viewer 2020-03-21 14:00:18 -05:00
Michael Larabel
3f9c23b7b0 pts-core: Add result viewer option only show results where X faster than Y 2020-03-20 11:53:25 -05:00
Michael Larabel
73f6ed2498 pts-core: Add result viewer option "hide noisy results"
pts-core: Add result viewer option "hide results with little change/spread"
2020-03-20 10:34:53 -05:00
Michael Larabel
23343c7dd5 pts-core: More result viewer improvements 2020-03-16 09:21:21 -05:00
Michael Larabel
71425b6734 pts=core: Add favicon.png plus other result viewer work 2020-03-15 14:56:24 -05:00
Michael Larabel
a84e3bfbdb pts-core: Introduced pts_results::query_saved_result_files 2020-03-15 12:54:16 -05:00
Michael Larabel
14432b683b pts-core: Drop dead code 2020-03-15 12:40:06 -05:00
Michael Larabel
298cd3860e pts-core: Minor result viewer work 2020-03-15 12:34:59 -05:00
Michael Larabel
fd14fd1f3d pts-core: Fixes for running the result viewer from a website sub directory in correctly loading assets 2020-03-15 10:42:45 -05:00
Michael Larabel
b580c8a996 pts-core: Viewer updates 2020-03-14 18:58:53 -05:00
Michael Larabel
50a143f421 Bump version for 9.6 development 2020-03-09 17:19:56 -05:00
Michael Larabel
9ef4cb8397 pts-core: Allow showing test description within the result viewer 2020-03-09 17:18:40 -05:00
Michael Larabel
7f24a18135 Update OB cache 2020-03-09 18:17:04 -04:00
Michael Larabel
e065d31397 pts-core: Make HTML table more compact 2020-03-09 16:21:09 -05:00
Michael Larabel
eb863e596b pts-core: Result viewer work 2020-03-07 17:18:17 -06:00
Michael Larabel
e9b5e83906 pts-core: Table tuning 2020-03-07 11:12:06 -06:00
Michael Larabel
354c46d598 pts-core: More work on the result viewer improvements 2020-03-06 20:17:35 -06:00
Michael Larabel
9d19064052 Fixes for previous commit 2020-03-06 20:12:10 -06:00
Michael Larabel
1b461ab484 pts-core: Make use of system log dir 2020-03-06 19:59:53 -06:00
Michael Larabel
73e6eb0182 pts-core: Allow showing system logs from the result viewer 2020-03-06 19:53:07 -06:00
Michael Larabel
d54117d0c5 pts-core: Allow hiding results from within the result viewer
pts-core: Allow generating performance-per-dollar metrics from within the result file
2020-03-06 18:54:39 -06:00
Michael Larabel
a124de95b8 pts-core: Add Snappy external dependency 2020-03-05 14:51:24 -06:00
Michael Larabel
c9c4c48068 pts-core: Add NUM_CPU_PHYSICAL_CORES_CUBE 2020-03-04 16:11:35 -06:00
Michael Larabel
cf0f5679d3 pts-core: Add NUM_CPU_PHYSICAL_CORES_CUBE 2020-03-04 15:51:48 -06:00
Michael Larabel
e48030a08a pts-core: Improvements on previous commit 2020-03-04 10:14:57 -06:00
Michael Larabel
1329faebc4 pts-core: Add new analyze-run-times sub-command 2020-03-04 10:12:49 -06:00
Michael Larabel
654baeeb58 Phoronix Test Suite 9.4.1
4 March 2020

Various minor bug fixes and OpenBenchmarking.org cache update
2020-03-03 18:52:43 -06:00
Michael Larabel
1ecb2d3a7f Phoronix Test Suite 9.4.1
4 March 2020

Various minor bug fixes and OpenBenchmarking.org cache update
2020-03-03 18:52:28 -06:00
Michael Larabel
e25435f585 pts-core: Arch fix 2020-03-03 18:51:50 -06:00
Michael Larabel
6287886b99 Documentation rebuild 2020-03-02 10:44:19 -06:00
Michael Larabel
a82946ca7f PTS 9.4.1 will be out this week as small update 2020-03-02 10:43:40 -06:00
Michael Larabel
adb9c95bd6 ob-cache update 2020-03-02 11:42:00 -05:00
Michael Larabel
4e0dd83e94 pts-core: Fux fir yesterday commit 2020-03-02 05:19:36 -06:00
Michael Larabel
0c92f501a8 pts-core: More work on the previous commit 2020-03-01 13:02:28 -06:00
Michael Larabel
cbff273e37 pts-core: Better handle tests to skip 2020-03-01 12:57:58 -06:00
Michael Larabel
d78bdc363c pts-core: Fix for line_after_hint 2020-03-01 11:18:01 -06:00
Michael Larabel
11490929ae pts-core: Various tweaks 2020-02-27 18:47:21 -06:00
Michael Larabel
e26a36a8b6 pts-core: Output tweaks 2020-02-27 13:31:21 -06:00
Michael Larabel
52ac9bfb43 pts-core: Add warning that Phoromatic Server on Windows is not supported currently. 2020-02-27 06:29:27 -06:00
Michael Larabel
73ac35c2ea pts-core: Warning fix for PHP 8 2020-02-26 13:17:40 -06:00
Michael Larabel
4bbed9a8eb pts-core: Warning fix for PHP 8 2020-02-26 13:13:00 -06:00
Michael Larabel
1ce7986e61 pts-core: Drop some out of date TODOs 2020-02-26 12:50:28 -06:00
Michael Larabel
8016f00182 pts-core: ensure child process of dynamic result viewer gets killed on Linux when shutting down 2020-02-26 11:53:38 -06:00
Michael Larabel
1b634f3898 pts-core: This change should only be needed for Windows 2020-02-26 12:39:00 -05:00
Michael Larabel
2cbbe43f3b Disable recent commit until after 9.4.0 release to allow time for more evaluation 2020-02-25 16:51:43 -06:00
Michael Larabel
dadf7f0a94 load_dynamic_result_viewer: Help ensure child process ends 2020-02-25 16:50:29 -06:00
Michael Larabel
4c10893ce2 load_dynamic_result_viewer: Help ensure child process ends 2020-02-25 16:47:37 -06:00
Michael Larabel
a2737d18aa load_dynamic_result_viewer: Help ensure child process ends 2020-02-25 16:36:32 -06:00
Michael Larabel
896e79ff4d load_dynamic_result_viewer: Help ensure child process ends 2020-02-25 16:34:11 -06:00
Michael Larabel
5ee1b59b27 pts-core: Extra safety check 2020-02-25 16:16:39 -06:00
Michael Larabel
9ebf6881cb pts-core: More doc work for 9.4 2020-02-25 15:17:41 -06:00
Michael Larabel
a7e01e497e Prepping for 9.4.0 2020-02-25 14:18:19 -06:00
Michael Larabel
ad8edcaa1e Prepping for 9.4.0 2020-02-25 14:16:31 -06:00
Michael Larabel
a997a34106 pts-core: Fix for info command on if test installed 2020-02-25 13:33:56 -06:00
Michael Larabel
b4e81b5448 Documentation updates 2020-02-24 16:54:05 -06:00
Michael Larabel
e891d1affd pts-core: More PDF work 2020-02-24 16:14:09 -06:00
Michael Larabel
8090288844 pts-core: More PDF work 2020-02-24 16:08:05 -06:00
Michael Larabel
234e3bad33 pts-core: Avoid unnecessary OB call 2020-02-24 10:32:29 -06:00
Michael Larabel
f0f8c726f2 Update OB cache ahead of Phoronix Test Suite 9.4 release 2020-02-23 18:39:23 -06:00
Michael Larabel
41cdd82f45 pts-core: Tweaks 2020-02-23 18:39:02 -06:00
Michael Larabel
d0d3cd99af pts-core: Show detailed system table option for result viewer 2020-02-23 16:24:21 -06:00
Michael Larabel
ed664ca75f pts-core: Allow color branding of bars on main page of result viewer 2020-02-23 16:03:09 -06:00
Michael Larabel
ee40548c6e pts-core: Add option in the result viewer to allow compacting multi-version test results into single graphs 2020-02-23 10:15:08 -06:00
Michael Larabel
d78f376eb1 pts-core: Allow showing performance-per-suite option within result viewer 2020-02-23 09:38:14 -06:00
Michael Larabel
6b35adb161 pts-core: More PDF output improvements 2020-02-23 09:28:15 -06:00
Michael Larabel
88ef1f851e pts_Graph: When going to PDF with GD library, just use the OB rather than temporary file 2020-02-23 09:00:30 -06:00
Michael Larabel
52992438ac pts-core: Improve logic for determining multi-option test compression 2020-02-22 20:06:15 -06:00
Michael Larabel
e649a57c6e pts-core: Don't show delete/annotation options for dynamically generated result objects where those options are not relevant 2020-02-22 16:50:14 -06:00
Michael Larabel
ba431fa6a7 Do not show Windows/Linux options if not on Windows/Linux 2020-02-22 16:41:53 -06:00
Michael Larabel
3a8acd0529 pts-core: Report test profile support errors when intended Long standing oversight and reported by https://github.com/phoronix-test-suite/phoronix-test-suite/issues/416 2020-02-22 15:27:02 -06:00
Michael Larabel
6f7e2f220b pts-core: Improvement to previous commit 2020-02-22 14:43:38 -06:00
Michael Larabel
0dc20957d7 pts-core: Improvement to previous commit 2020-02-22 11:13:40 -06:00
Michael Larabel
2fa12cf381 pts-core: Improvement to previous commit 2020-02-22 10:43:29 -06:00
Michael Larabel
ceb619ab49 pts-core: Add option in the result viewer to allow compacting multi-option test results into single graphs 2020-02-22 10:37:06 -06:00
Michael Larabel
d90e1173a0 pts-core: Result parser duplication fix 2020-02-21 08:16:10 -06:00
Michael Larabel
0a2c7b0ee5 pts-core: Cleanups 2020-02-21 07:37:42 -06:00
Michael Larabel
ac225a1103 pts-core: Add Parent tag to result file schema for specifying relation to other result objects 2020-02-20 10:20:09 -06:00
Michael Larabel
d9fee10e55 pts_Graph: More graphing tweaks 2020-02-20 07:57:54 -06:00
Michael Larabel
1ad96fea75 pts_Graph: More tweaking 2020-02-19 20:03:36 -06:00
Michael Larabel
8cad8b88c8 pts_Graph: the new color seeder isn't working out quite nicely yet, disable by default... 2020-02-19 18:37:04 -06:00
Michael Larabel
079e613e57 pts_Graph: rework colors 2020-02-19 16:57:24 -06:00
Michael Larabel
e26fdd1ce8 pts_Graph: Lose the background headers 2020-02-19 16:19:46 -06:00
Michael Larabel
4e36e7dc21 pts_Graph: Support for simpler view / rendering without header/footer 2020-02-19 15:47:37 -06:00
Michael Larabel
30af82cf2e ob_auto_compare: Don't show Eng Sample strings 2020-02-19 09:00:18 -06:00
Michael Larabel
f42254b67f pts_Graph: Restore support for error bars on vertical bar graph rendering 2020-02-18 20:23:14 -06:00
Michael Larabel
4c6129880d pts-core: Save log dir handling fix 2020-02-18 11:25:52 -06:00
Michael Larabel
ae4254e049 Prep for PTS 9.4 M3 2020-02-18 09:23:25 -06:00
Michael Larabel
3ff2cf25aa Prep for PTS 9.4 M3 2020-02-18 09:20:51 -06:00
Michael Larabel
39c9e24fbc pts-core: Handle precision correctly for three sigma value compute 2020-02-18 07:12:30 -06:00
Michael Larabel
9894bb33d8 pts-core: Argument checks for suite 2020-02-17 15:38:13 -06:00
Michael Larabel
27a6c36d9b temporary cache update 2020-02-17 12:38:13 -06:00
Michael Larabel
f5f9e36a15 pts-core: Add intersect sub-command for showing tests common between multiple results/suites 2020-02-17 10:49:19 -06:00
Michael Larabel
dba04b0e4c cleanups 2020-02-16 20:20:45 -06:00
Michael Larabel
49ef3a2a97 pts-core: Safeguard suites_on_disk for some server-type deployments 2020-02-16 18:49:33 -06:00
Michael Larabel
fb4eec497b pts-core: On PDF export allow showing geometric means of tests based on their test suite connections 2020-02-16 17:53:48 -06:00
Michael Larabel
510855c17b pts-core: Report 'Test Suites Containing This Test' in the info sub-command on tests 2020-02-16 17:25:10 -06:00
Michael Larabel
a4330d2b46 pts-core: Fix for some suites not showing up on list-suites sub-command 2020-02-16 15:16:38 -06:00
Michael Larabel
fba958c19c pts-core: Introduce pts_test_suites class 2020-02-16 14:39:08 -06:00
Michael Larabel
03651082e0 pts-core: Tweaks of previous commit 2020-02-16 14:34:53 -06:00
Michael Larabel
01b97ff9ed pts-core: PDF output improvements 2020-02-16 11:08:14 -06:00
Michael Larabel
ce378459e7 pts-core: Set SaveInstallationLogs = TRUE by default 2020-02-15 05:32:28 -06:00
Michael Larabel
a68abb4202 pts-core: Support for showing install logs from the result viewer 2020-02-14 18:25:27 -06:00
Michael Larabel
dbc7613d24 pts-core: Support for showing test logs from the result viewer 2020-02-14 18:13:47 -06:00
Michael Larabel
4e2fd57387 pts-core: Continued log refactoring 2020-02-14 11:03:59 -06:00
Michael Larabel
b0031816db phodevi: Only show extra disk details on Linux 2020-02-14 09:50:14 -06:00
Michael Larabel
a6d243162c phodevi: Only show extra disk details on Linux 2020-02-14 09:47:39 -06:00
Michael Larabel
7209870917 pts-core: Fix up logic 2020-02-13 19:49:23 -06:00
Michael Larabel
e545abecc4 pts-core: Couple fixes 2020-02-13 17:54:59 -06:00
Michael Larabel
746be20471 pts-core: Refactor test installation logs handling 2020-02-13 16:22:17 -06:00
Michael Larabel
bfe013ce35 pts-core: Refactor test-logs (SaveTestLogs) handling 2020-02-13 15:47:36 -06:00
Michael Larabel
1e442ce6a9 pts-core: Add run-subset sub-command 2020-02-13 11:29:15 -06:00
Michael Larabel
26d01bd01d pts-core: Fix for asmFish reporting 2020-02-13 10:54:10 -06:00
Michael Larabel
baf7b6d3d0 pts-core: Don't run ex dep startup handler when in silent mode 2020-02-12 12:27:55 -06:00
Michael Larabel
d429cdd57a pts-core: Windows tweaks 2020-02-12 12:15:06 -06:00
Michael Larabel
7c9000a8af pts-core: Windows tweaks 2020-02-12 12:01:33 -06:00
Michael Larabel
b256ecd8fd pts-core: Get the modern result viewer working on Windowe 2020-02-12 09:48:45 -06:00
Michael Larabel
84eb6da2c1 phodevi: Windows warning fix 2020-02-12 06:31:06 -06:00
Michael Larabel
eedbf32915 phodevi: Windows warning fix 2020-02-12 06:30:38 -06:00
Michael Larabel
de2e6e659d Windows: default to PHP 7.4 2020-02-12 06:24:17 -06:00
Michael Larabel
bebaec4c03 pts-core: More verbose reporting of system/external dependency solving status 2020-02-11 18:31:11 -06:00
Michael Larabel
68fa9d24cd pts-core: Set SaveTestLogs = TRUE by default 2020-02-11 10:58:32 -06:00
Michael Larabel
7aace1867f pts-core: Archive the active dynamic result viewer port in the core storage so could be picked up by other processes 2020-02-11 10:22:27 -06:00
Michael Larabel
59ec4bee19 pts-core: Have the result parser handle K/M postfix in the test results 2020-02-10 10:46:48 -06:00
Michael Larabel
238ed3decf pts-core: Have the result parser handle K/M postfix in the test results 2020-02-10 10:42:55 -06:00
Michael Larabel
faf39fb993 pts-core: multi select fix 2020-02-09 10:52:18 -06:00
Michael Larabel
74b1bc5b7e pts-core: Allow pts_user_ui::prompt_text_menu when allow_multi_select is set to return array directly, allows cleaning up some old code... 2020-02-08 12:51:16 -06:00
Michael Larabel
bbaef4f4b7 pts-core: Add remove-result-from-result-file sub-command (slightly different from remove-results-from-result-file) 2020-02-08 12:14:50 -06:00
Michael Larabel
429653cc62 pts-core: Move some Result Management commands to new Result Analysis section 2020-02-08 11:53:44 -06:00
Michael Larabel
5afb8a526b pts-core: Ensure Fedora OpenMPI path is in PATH when present 2020-02-08 06:52:07 -06:00
Michael Larabel
ebf98c5fec pts-core: Add automated executive summary of result files via executive-summary sub-command and PDF result export 2020-02-05 17:17:45 -06:00
Michael Larabel
f4e1f7781a pts-core: Add executive-summary command 2020-02-05 16:37:39 -06:00
Michael Larabel
9cc4742782 pts-core: Add PDF bookmarks to result graphs on PDF result file generation 2020-02-05 13:06:50 -06:00
Michael Larabel
de79dca363 phodevi: Fix string 2020-02-05 11:22:55 -06:00
Michael Larabel
2f1dc0459a Merge branch 'master' of github.com:phoronix-test-suite/phoronix-test-suite 2020-02-05 10:59:42 -06:00
Michael Larabel
af2bb221eb pts-core: Fix blas check on Debian 2020-02-05 10:59:38 -06:00
Michael Larabel
01798c158a pts-core: Fix string detection 2020-02-05 11:51:45 -05:00
Michael Larabel
4d080c55c9 Merge branch 'master' of github.com:phoronix-test-suite/phoronix-test-suite 2020-02-05 05:48:57 -06:00
Michael Larabel
b8a6eeaa8a Prep for 9.4 Milestone 2 2020-02-05 05:48:51 -06:00
Michael Larabel
fe80b92168 Merge pull request #412 from twirrim/patch-1
Disabling progress bars speeds up Invoke-WebRequest
2020-02-05 05:17:54 -06:00
Twirrim
3ebb78b878 Disabling progress bars speeds up Invoke-WebRequest
The PowerShell progress bar makes Invoke-WebRequest dramatically slower than it needs to be.  This adds a command to disable the progress bar, and then re-enable it once the download is complete.

https://stackoverflow.com/questions/28682642/powershell-why-is-using-invoke-webrequest-much-slower-than-a-browser-download
2020-02-04 20:13:50 -08:00
Michael Larabel
9763f7e9b3 phodevi: Add pmem* to phodevi_disk for hopefully identifying Optane DCPM / Persistent Memory 2020-02-04 17:55:44 -06:00
Michael Larabel
b1ccf10f60 Merge branch 'master' of github.com:phoronix-test-suite/phoronix-test-suite 2020-02-04 17:53:52 -06:00
Michael Larabel
cef04e0bbb pts-core: Minor tweaks 2020-02-04 17:53:47 -06:00
Michael Larabel
920767442a Merge pull request #410 from sscargal/pmem
Add Persistent Memory disk targets for disk tests
2020-02-04 17:53:25 -06:00
sscargal
abced13bc1 Add Persistent Memory disk targets for disk tests 2020-02-04 16:31:50 -07:00
Michael Larabel
de05be3296 pts-core: Windows dependency updates 2020-01-30 07:17:12 -06:00
Michael Larabel
a689b6e141 pts-core: Add description to CSV export per https://www.phoronix.com/forums/forum/phoronix/phoronix-test-suite/1156296-export-to-csv-doesnt-include-description 2020-01-30 06:53:09 -06:00
Michael Larabel
c20dad1095 pts-core: Dep update 2020-01-29 16:18:50 -06:00
Michael Larabel
8bb13d29af pts-core: Cleanups 2020-01-22 15:56:07 -06:00
Michael Larabel
b712d19572 pts-core: Support converting graphs to PNG/PDF with Inkscape or svg-convert when PHP GD is not installed/enabled 2020-01-22 14:34:01 -06:00
Michael Larabel
810ca42094 pts-core: Allow displaying annotations when exporting as PDF 2020-01-22 14:24:13 -06:00
Michael Larabel
6c807367aa pts-core: Change code to satisfy PHP 5.4 -- Fixes https://github.com/phoronix-test-suite/phoronix-test-suite/issues/408 2020-01-22 07:03:43 -06:00
Michael Larabel
c4c723b25b pts-core: Fix for API breakage from yesterday 2020-01-22 06:07:49 -06:00
Michael Larabel
27326d5a79 pts-core: Latest updates 2020-01-21 20:10:09 -06:00
Michael Larabel
8ebd37ce96 pts-core: Shift result file Comment to purely Annotation is more accurate 2020-01-21 20:06:21 -06:00
Michael Larabel
c4ac9b6040 pts-core: Allow removing results from result file in web viewer 2020-01-21 17:35:46 -06:00
Michael Larabel
e5ef1642b8 pts-core: Allow editing result file information from result viewer 2020-01-21 15:56:51 -06:00
Michael Larabel
17f47868a6 pts-core: Various reworks, allow deleting results from result viewer, introduce pts_results 2020-01-21 14:46:30 -06:00
Michael Larabel
8608d4c265 pts-core: Add infrastructure to allow for Comment arbitrary comment to be appended to individual result objects... To allow for inline commenting in future commits 2020-01-20 19:04:20 -06:00
Michael Larabel
0bd9a6f2fc Allow generating PNGs out of Inkscape from SVG 2020-01-20 19:03:35 -06:00
Michael Larabel
539b2a0b54 pts_Graph: tweak 2020-01-17 10:01:10 -06:00
Michael Larabel
d3fc828876 pts-core: Fix displaying dynamic result viewer on merge-results command 2020-01-15 14:15:23 -06:00
Michael Larabel
f006fb6d73 pts-core: Ready for 9.4 M1 2020-01-13 07:01:19 -06:00
Michael Larabel
fdea1e740e pts-core: Ready for 9.4 M1 2020-01-13 07:00:25 -06:00
Michael Larabel
df7f48fe30 Prepping for PTS 9.4 Milestone 1 2020-01-12 20:22:11 -06:00
Michael Larabel
5670631348 pts-core: Extra workaround 2020-01-12 20:18:30 -05:00
Michael Larabel
0ac5aed189 pts-core: Refactor previous code commits 2020-01-12 19:46:21 -05:00
Michael Larabel
572eb5d38e Merge branch 'master' of https://github.com/phoronix-test-suite/phoronix-test-suite 2020-01-12 19:39:41 -05:00
Michael Larabel
fa65ce0825 pts-core: More improvements to the file missing checks for helpers 2020-01-12 19:39:29 -05:00
Michael Larabel
bb7fac3ad9 pts-core: External dependency update for Ubuntu 2020-01-12 18:04:55 -06:00
Michael Larabel
9ff6b7d634 pts-core: Reorder vars 2020-01-12 17:45:44 -06:00
Michael Larabel
52a9193452 pts-core: Error detection improvement 2020-01-12 18:36:55 -05:00
Michael Larabel
513f543bc8 pts-core: When a test fails to install due missing header file, try to run that missing library through the external dependency handler to hint at the name 2020-01-12 18:18:07 -05:00
Michael Larabel
d411b01a63 pts-core: When a test fails to install due to linker error, try to run that missing library through the external dependency handler to hint at the name 2020-01-12 18:07:48 -05:00
Michael Larabel
d71680cb22 pts-core: Add pts_config::read_path_config from https://github.com/phoronix-test-suite/phoronix-test-suite/pull/399 2020-01-12 15:33:28 -06:00
Michael Larabel
2ae9865540 phodevi: Add support for Linux 5.6+ drivetemp kernel module for ATA drive temperatures 2020-01-12 14:20:35 -06:00
Michael Larabel
524a69934b pts-core: Better handle reporting linker errors on failed test installs 2020-01-12 10:25:27 -06:00
Michael Larabel
2166a57102 phodevi: Convert large RAM capacity basic strings into GB rather than large MB 2020-01-11 18:52:54 -06:00
Michael Larabel
1da851ad21 pts-core: Updates 2020-01-10 20:38:45 -06:00
Michael Larabel
964e2bbf47 pts-core: Updates 2020-01-10 20:16:34 -06:00
Michael Larabel
172dfc4a75 pts-core: Further tweak previous commit 2020-01-10 15:31:32 -06:00
Michael Larabel
4775ebb65e pts-core: IMprove formatting of free input 2020-01-10 15:29:59 -06:00
Michael Larabel
11c38958ab pts-core: Add new Message option for test profiles 2020-01-10 14:49:04 -06:00
Michael Larabel
6d2482465a pts-core: Ubuntu ex dep update 2020-01-10 08:32:07 -06:00
Michael Larabel
b0f762ea1d Update copyrights plus also update some Ubuntu external dependencies 2020-01-10 08:04:10 -06:00
Michael Larabel
6fd5d7a945 Merge pull request #385 from justinnoah/patch-1
minor grammar fix
2020-01-04 09:44:26 -06:00
Michael Larabel
84b67d725a pts-core: Add google-benchmark to possible external dependencies 2020-01-01 16:59:05 -06:00
Michael Larabel
79e17e6fcd pts-core: Add a 7z/7za workaround to the compiler mask to help Fedora/RHEL systems 2020-01-01 13:07:48 -06:00
Michael Larabel
a328f7d2cc pts-core: Update Alpine external dependencies 2019-12-19 14:24:09 -06:00
Michael Larabel
c989338751 pts_Graph: Pass/fail graph formatting improvements 2019-12-14 11:57:47 -06:00
Michael Larabel
20b1580abf pts-core: Add positive-number helper to input test option 2019-12-14 11:37:20 -06:00
Michael Larabel
c21a369537 Merge branch 'master' of github.com:phoronix-test-suite/phoronix-test-suite 2019-12-13 04:47:03 -06:00
Michael Larabel
b8264fa56f pts-core: Avoid warning on network down 2019-12-13 04:46:55 -06:00
Michael Larabel
793923d3ed Merge pull request #392 from XenHat/master
Fix initd script for Gentoo
2019-12-12 15:00:45 -06:00
Michael Larabel
d0bda08cec Merge branch 'master' of github.com:phoronix-test-suite/phoronix-test-suite 2019-12-11 19:22:27 -06:00
Michael Larabel
fedc3160ac Rebuild docs for 9.2.1 2019-12-11 19:22:17 -06:00
Michael Larabel
438a63bb53 Prep for 9.2.1 2019-12-11 19:21:28 -06:00
Michael Larabel
4b1554b718 Update OB cache 2019-12-11 19:32:42 -05:00
Xenhat
c5b8d67baa Fix initd script for Gentoo
I cannot test other distributions.
2019-12-08 16:33:48 -05:00
Michael Larabel
b03b6f8b37 pts-core: Fix install script PTS_DIR handling 2019-12-08 06:26:59 -06:00
Michael Larabel
5d3f6a1aa0 pts-core: The Debian/Ubuntu packaging script relied upon this line to find and replace 2019-12-04 05:17:49 -06:00
Justin Noah
e63e50bad1 minor grammar fix
Measurements are of discrete quantities and thus "Fewer" should be used instead of "Less."
2019-11-14 17:47:00 -08:00
3756 changed files with 124299 additions and 8923 deletions

View File

@@ -1,4 +1,4 @@
Copyright 2008 - 2019 by Phoronix Media.
Copyright 2008 - 2021 by Phoronix Media.
Lead Architects:

343
ChangeLog
View File

@@ -1,10 +1,353 @@
PHORONIX TEST SUITE CHANGE-LOG
Phoronix Test Suite 10.6.1
10 October 2021
pts-core: Allow reporting test run errors inline / as part of the result file XML with null/empty results
pts-core: Remove the old, long deprecated static/JavaScript PTS result viewer that hasn't been used except for rare fallbacks since PTS pre-9.0
pts-core: PHP 8.1 deprecation warning/error fixes
pts-core: Support launching PHP web server with PHP_CLI_SERVER_WORKERS to allow multiple workers/threads
pts-core: Windows batch file handling test execution fix
pts-core: Allow running merge-results when pointing to specific XML files outside of standard paths
pts-core: Various minor fixes
phoromatic: Fix possible case of local test profile download issues from Phoromatic Server
phoromatic: Warn when lacking database write access for Phoromatic Server
phoromatic: Support (opt-in) handling of non-text file log files
phoromatic: Allow uploading of system logs after initial upload of result XML to deal with HTTP size limitations and other factors with large logs
phoromatic: Use the unified/common log viewer for viewing logs from the Phoromatic web interface
phoromatic: Tweaking of the Phoromatic CSS style to bring it more uniform with OpenBenchmarking.org / PTS Local Result Viewer / first update in ~6 years...
phodevi: Improve detection of new Intel oneAPI DPC++/C++ Compiler
phodevi: ACPI Platform Profile reporting support on Linux
phodevi: Support reporting NVIDIA BAR1 total memory / Radeon vRAM visible memory (Resizable BAR / ReBAR status)
Phoronix Test Suite 10.4.0
16 May 2021
pts-core: Ubuntu 21.04 dependency updates for changed/removed package names
pts-core: Add "auto-resolution-wide" option
pts-core: Add $CPU_THREADS_PER_CORE helper
pts-core: Allow perf-per-dollar-per-hour in the result viewer, extending perf-per-dollar HTML helper
pts-core: Add PTS_EXTRA_SYSTEM_LOGS_DIR environment variable to allow pointing to directory of extra system log files
pts-core: Add RepositoryURL option for test profiles
phodevi: Intel Linux graphics string format improvement
phoromatic: Treat set context scripts as a file rather than executing it as a buffer
phoromatic: Allow passing Phodevi system properties to Phoromatic Server
phodevi: Add some new properties, port some pts_network info to phodevi interfaces
system_monitor: Adjust perf-per precision
Phoronix Test Suite 10.4.0 Milestone 1
17 March 2021
pts-core: Optimize out sorting percentile values array excess times
pts-core: Optimization to avoid re-parsing test profile definition multiple times
pts-core: Optimization to avoid re-parsing installed test metadata multiple times
pts-core: Allow longer HTTP timeouts on OpenBenchmarking.org result uploads if needed
pts-core: Allow sorting runs within a result file from within the result viewer web interface
Phoronix Test Suite 10.2.2
17 February 2021
pts-core: Add helper text when hitting a download with no working mirrors
pts-core: Various external dependency updates
pts-core: Add enable-repo sub-command for more easily enabling new OpenBenchmarking.org repos
pts-core: Result viewer fix for the limit drop down menu potentially not being activated in some cases
pts-core: Allow renaming runs within the result viewer
phoromatic: Ensure pcntl_signal is present before starting Phoromatic Server
phoromatic: PHP 8 compatibility fixes
phodevi: Fix display driver name potentially being reported inaccurate for some obscure graphics cards / driver configurations
phodevi: Export current GPU graphics card PCI device ID (GPU_DEVICE_ID) for some games/tests relying on it for configuration
Phoronix Test Suite 10.2.1
1 February 2021
pts-core: Add "InstallRequiresInternet" option for test profiles that is more narrow (install time only) than the existing "RequiresInternet"
pts-core: Add check-tests sub-command
pts-core: Fix possible crash on PDF output
pts-core: Various small fixes and tweaks
pts-core: Fix PHP8 + cURL download error
pts_Graph: A number of minor SVG standards compliance updates
phodevi: Log Transparent Huge Pages setting as part of system details
phodevi: Don't bother parsing the X.org log if it grows too big
Phoronix Test Suite 10.2.0
5 January 2021
pts-core: PHP8 detection improvements
pts-core: For estimated run time, avoid over-calculating time if test has no options but multiple outputs
pts-core: Updated (Open)Mandriva external dependencies
pts_Graph: Minor enhancements
phodevi: Add support for reporting ACPI Platform Profile and INT340x Workload Hint
Phoronix Test Suite 10.2.0 Milestone 3
21 December 2020
pts-core: Add debug-unhandled-dependencies option
pts-core: Default to 2.5% std dev threshold default on new installs
pts-core: BSD external dependency updates
pts-core: Various refinements to the text user interface
pts-core: When a test profile hits a failed download / broken mirror, report that URL to OpenBenchmarking.org
phodevi: Don't restore the Phodevi cache if the /etc/machine-id changed (or /etc/hostname as fallback)
Phoronix Test Suite 10.2.0 Milestone 2
6 December 2020
pts-core: Transition to new JSON-based data format for managing test install metadata while maintaining backwards compatibility with prior XML format
pts-core: Begin tracking test run-times per-hash (all configured test options) for more detailed time tracking and in turn time estimates on subsequent runs
pts-core: Increase compression factor when uploading benchmark results
pts-core: Last minute fixes for PHP 8.0 compatibility
phodevi: Report if CPUFreq Boost enabled/disabled
turbostat: Add TurboStat module to easily generate turbostat dumps on a per-test basis to log files
phoromatic: Much faster web viewer performance especially with large databases
Phoronix Test Suite 10.2.0 Milestone 1
21 November 2020
pts-core: Log lock_stat, config.gz, dmidecode to system logs
pts-core: Only show Apple options when running on macOS
pts-core: Add extra safeguard around FORCE_TIMES_TO_RUN for disabling dynamic run count
ob_auto_compare: Intelligently choose more relevant reference results
phodevi: macOS CPU temperature monitoring support
phodevi: Support for reading WattsUp Pro power meter data directly without utility using WATTS_UP_METER=<USB TTY>
phodevi: Report Google Compute Engine machine type as part of motherboard string
phodevi: Add dumpe2fs to system logs when running on EXT4 and root
phodevi: Add block size reporting
phodevi: CPU power reporting for Ampere Altra
phodevi: Various Ampere Altra hardware detection/reporting improvements
phodevi: Support reading CPU package power consumption on macOS using powermetrics
Phoronix Test Suite 10.0.1
21 October 2020
pts-core: Fix for older versions of PHP such as in RHEL7
pts-core: Add Thermald version reporting to system table when active
phodevi: Detection improvements for new CPUs
phodevi: Avoid "11th Gen Intel" CPU string
phodevi: Update for NVMe drive reporting with KIOXIA, Toshiba sometimes not reporting their brand first
Phoronix Test Suite 10.0.0
13 October 2020
pts-core: Ensure any post-run script is triggered still under halt-testing/skip-test conditions
pts-core: Allow batch processing of performance per dollar metrics
phodevi: Add Intel AMX presence detection
phodevi: Add detection for Intel Alder Lake, Jasper Lake, Sapphire Rapids, and others
phoromatic: Ensure Windows tests get displayed even if running the Phoromatic Server on Linux
flush_caches: Add module to flush system caches between runs
test_timeout: Add module to quit a test run if it exceeds a predefined time limit or 'auto' determination
Phoronix Test Suite 10.0.0 Milestone 3
1 October 2020
pts-core: Don't show Vulkan options if Vulkan support is known to be unavailable/broken
pts-core: Add OptionSelect tag support within test suite definitions
pts-core: Allow * wildcard match in FileCheck handling within external dependency XML
pts-core: Add "OS" TestType
pts-core: Various external dependency updates
pts-core: Continued tweaking to the analytics engine
phodevi: Add Neoverse N2, Cortex-X1 detection and other Arm CPU updates
pts_Graph: Various improvements
Phoronix Test Suite 10.0.0 Milestone 2
12 September 2020
pts-core: Honor NO_COLOR environment variable for disabling terminal coloring
pts-core: Allow launching just the result viewer from systemd (phoronix-result-server.service)
pts-core: Result viewer UI tweaks
pts-core: Minor fixes
pts-core: Add RequiresRootInstall test profile option
pts-core: Result file text output tweaks
pts-core: More robust test result parsing in certain time formats
Phoronix Test Suite 10.0.0 Milestone 1
19 August 2020
pts-core: Add keep-results-in-result-file sub-command
pts-core: Split the dynamic result viewer into its own embed class for result file handling to allow for easy re-use by OpenBenchmarking, Phoromatic, etc
pts-core: Various changes for supporting the new OpenBenchmarking.org infrastructure
pts_Graph: Add histogram type
phodevi: CPU core name / family detection to friendly strings (OpenBenchmarking.org driven)
phodevi: Report core name via system-info command
phodevi: Various storage HDD/SSD detection reporting improvements
phodevi: Ampere Altra detection
phodevi: macOS/Apple hardware detection improvements
Phoronix Test Suite 9.8.0
9 July 2020
pts-core: Handling of cases where all options are unsupported (such as CUDA and OpenCL tests with no valid backends found) to avoid prompts
pts-core: Be more liberal in allowing CUDA/OpenCL GPU compute tests to run fine without display server active
pts-core: Fix for not filling test suites of contained tests in some select cases (sub-suites listing in results viewer)
pts-core: Allow creating new virtual test suites that are not prefixed by a OB repository
phodevi: NVIDIA GPU detection within WSL2
docker: Rewritten phoronix/pts Docker implementation based on Ubuntu 20.04 LTS
Phoronix Test Suite 9.8.0 Milestone 2
24 June 2020
pts-core: Add client side plumbing for estimated test install time from OpenBenchmarking.org
pts-core: Add estimate-install-time sub-command, show estimated install time when installing a test
pts-core: Improve web browser selection logic for result viewer
pts-core: Add search field to the result viewer areas for limiting based on title/argument matching
pts-core: Various minor fixes
pts-core: Don't show OpenCL test options if no OpenCL drivers/adapters appear present
phodevi: Fix for incorrect monitor count when parsing X.Org log
phodevi: Warning fixes for latest WSL
Phoronix Test Suite 9.8.0 Milestone 1
3 June 2020
pts-core: When an install fails, try a newer minor version update to that test profile if available (fixes broken download mirrors, etc)
pts-core: When a newer minor version of a test profile is installed and a requested (older) one is not, use the newer compatible version
pts-core: Rewrite virtual test suite implementation
pts-core: Add handler for ensuring reported system time is accurate, otherwise calculate current date/time using offsets
pts-core: When scanning test suites on disk, ensure the latest test suite version is used
pts-core: Add test-to-suite-map sub-command
pts-core: Fix for loading the result viewer JavaScript / CSS when running on a Windows host
pts-core: For tests requiring root but not run initially as root and using monitoring data, drop the first run to ensure sudo promot doesn't skew time
pts-core: Fix PHP8 error in the 'info' sub-command
pts-core: Other PHP deprecation code tweaks
phodevi: Add amd_energy Linux driver support
Phoronix Test Suite 9.6.1
25 May 2020
pts-core: Show unit/scale in CSV export
pts-core: When limiting results to show in result viewer, keep child objects that match the desired type for the parent
pts-core: Add rebuild-test-suite option for regenerating suite XML all cleaned up
pts-core: Allow exporting result files to XML test suites via the result viewer
linux_perf: Reporting many more events
pts-core: External dependency updates
pts_Graph: graph code tweaks
phodevi: Avoid macOS reporting X-Core string before Intel CPU string
phodevi: Sway compositor version detection
phodevi: Detection of newer Arm CPU cores
Phoronix Test Suite 9.6.0
21 April 2020
pts-core: Allow building virtual suites off external dependencies
pts-core: Various result viewer improvements
pts-core: Allow saving results under stress-run
pts-core: Responsive/mobile result viewer improvements
pts-core: Show local tests within the build-suite sub-command
pts-core: Show local suites within the list-installed-suites sub-command
pts_Graph: Restore capability for drawing mini graphs for all results in a result file overview
Phoronix Test Suite 9.6.0 Milestone 3
12 April 2020
pts-core: Allow automated per-thread/core/clock/RAM graphs within the result viewer
pts-core: Result viewer add "Limit displaying results to tests within:"
pts-core: From the result viewer allow "Show Geometric Means Per-Suite/Category"
pts-core: Add workload-topology sub-command
pts-core: Allow adding deprecated tests to build-suite
pts-core: CSV export improvements
pts-core: Add "Do Not Show Results With Incomplete Data" to the result viewer
pts-core: Allow test suite "Status" tag
pts-core: Don't report OB updates on deprecated tests or suites
Phoronix Test Suite 9.6.0 Milestone 2
5 April 2020
pts-core: Documentation updates
pts-core: External dependency updates
pts-core: Allow listing test profiles within the result viewer
pts-core: Allow listing test suites and test suite data within the result viewer
pts-core: Allow showing test profile information within the result viewer
pts-core: Various other updates to the result viewer
pts-core: Add vaapi as possible external dependency
update_checker: Add message of the day support
Phoronix Test Suite 9.6.0 Milestone 1
24 March 2020
pts-core: Add new analyze-run-times sub-command
pts-core: Allow hiding results from within the result viewer
pts-core: Allow generating performance-per-dollar metrics from within the result file
pts-core: Allow showing system logs from the result viewer
pts-core: Allow showing test description within the result viewer
pts-core: Fixes for running the result viewer from a website sub directory in correctly loading assets
pts-core: Add result viewer option "hide noisy results"
pts-core: Add result viewer option "hide results with little change/spread"
pts-core: Add result viewer option "only show results where X faster than Y"
pts-core: Add XML export to result viewer export menu
pts-core: Support deleting runs from the result viewer
pts-core: Improve the print view from the result viewer
phodevi: BSD tweaks/fixes
Phoronix Test Suite 9.4.1
4 March 2020
Various minor bug fixes and OpenBenchmarking.org cache update
Phoronix Test Suite 9.4.0-Vestby
25 February 2020
pts-core: Add option in the result viewer to allow compacting multi-option test results into single graphs
pts-core: Add option in the result viewer to allow compacting multi-version test results into single graphs
pts-core: Add Parent tag to result file schema for specifying relation to other result objects
pts-core: Report test profile support errors when intended
pts-core: Fix showing NVIDIA test options on non-Linux NVIDIA platforms
pts-core: Don't show delete/annotation options for dynamically generated result objects where those options are not relevant
pts-core: Allow showing performance-per-suite option within result viewer
pts_Graph: When going to PDF with GD library, just use the OB rather than temporary file
pts_Graph: Restore support for error bars on vertical bar graph rendering
pts_Graph: Support for simpler view / rendering without header/footer
Phoronix Test Suite 9.4.0 Milestone 3
18 February 2020
pts-core: Add PDF bookmarks to result graphs on PDF result file generation
pts-core: Add automated executive summary of result files via executive-summary sub-command and PDF result export
pts-core: Add remove-result-from-result-file sub-command (slightly different from remove-results-from-result-file)
pts-core: Set SaveTestLogs = TRUE by default
pts-core: Set SaveInstallationLogs = TRUE by default
pts-core: Refactor test-logs (SaveTestLogs) handling
pts-core: Refactor test installation logs handling
pts-core: More verbose reporting of system/external dependency solving status
pts-core: Get the modern result viewer working on Windows
pts-core: Support for showing test logs from the result viewer
pts-core: Support for showing install logs from the result viewer
pts-core: PDF output improvements
pts-core: Fix for some suites not showing up on list-suites sub-command
pts-core: Report "Test Suites Containing This Test" in the info sub-command on tests
pts-core: On PDF export allow showing geometric means of tests based on their test suite connections
pts-core: Add intersect sub-command for showing tests common between multiple results/suites
Phoronix Test Suite 9.4.0 Milestone 2
5 February 2020
pts-core: Add config options allowing to modify or delete result files from the result viewer
pts-core: Allow deleting results from the result viewer
pts-core: Allow editing result file information from result viewer
pts-core: Allow deleting results (graphs) from result file in result viewer
pts-core: Add ability to annotate (comment) on result graphs within the result viewer
pts-core: Support converting graphs to PNG/PDF with Inkscape or svg-convert when PHP GD is not installed/enabled
pts-core: Add Persistent Memory disk targets for disk test
Phoronix Test Suite 9.4.0 Milestone 1
13 January 2020
pts-core: Allow test profile test options to expose more helper information strings
pts-core: External dependency updates
pts-core: When a test fails to install due to linker error, try to run that missing library through the external dependency handler to hint at the name
pts-core: When a test fails to install due missing header file, try to run that missing library through the external dependency handler to hint at the name
pts_Graph: Pass/fail graph formatting improvements
phodevi: Convert large RAM capacity basic strings into GB rather than large MB
phodevi: Add support for Linux 5.6+ drivetemp kernel module for ATA drive temperatures
Phoronix Test Suite 9.2.1
11 December 2019
pts-core: Fix for Debian packaging generator
pts-core: FIx for install script that could lead to Phoromatic Server instance not fully launching
Phoronix Test Suite 9.2.0-Hurdal
3 December 2019
pts-core: Fix for sensor-driven result outputs (e.g. power)
pts-core: Clean up precision handling on graphs
pts-core: Add run-subset sub-command
pts-core: Add Clear Linux external dependencies handling for when not relying upon the Clear bundles that include all known dependencies
phodevi: More robust ACPI power_meter handling
phodevi: Support reading the NVMe drive temperature via HWMON on Linux 5.5+

View File

@@ -1,5 +1,5 @@
# Phoronix Test Suite 9.2.0
https://www.phoronix-test-suite.com/
# Phoronix Test Suite 10.6.1
![Phoronix Test Suite](pts-core/static/images/pts-308x160.png)
The **Phoronix Test Suite** is the most comprehensive testing and benchmarking
platform available for Linux, Solaris, macOS, Windows, and BSD operating
@@ -9,26 +9,28 @@ 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.
[Phoronix Test Suite
Documentation](https://github.com/phoronix-test-suite/phoronix-test-suite/blob/master/documentation/phoronix-test-suite.md)
The Phoronix Test Suite itself is an open-source framework for conducting
automated tests along with reporting of test results, detection of installed
system software/hardware, and other features. Modules for the Phoronix Test
Suite also allow for integration with git-bisect and other revision control
systems for per-commit regression testing, system sensor monitoring, and other
extras.
system software/hardware, and other features. This framework is designed to be
an extensible architecture so that new test profiles and suites can be easily
added to represent performance benchmarks, unit tests, and other quantitative
and qualitative (e.g. image quality comparison and pass/fail) measurements.
Available through OpenBenchmarking.org, a collaborative storage platform
developed in conjunction with the Phoronix Test Suite, are more than 600
individual test profiles and more than 200 test suites available by default from
the Phoronix Test Suite. Independent users are also able to upload their test
results, profiles, and suites to OpenBenchmarking.org.
This framework is designed to be an extensible architecture so that new test
profiles and suites can be easily added to represent performance benchmarks,
unit tests, and other quantitative and qualitative (e.g. image quality
comparison) measurements. Available through OpenBenchmarking.org, a
collaborative storage platform developed in conjunction with the Phoronix Test
Suite, are more than 200 individual test profiles and more than 60 test suites
available by default from the Phoronix Test Suite. Independent users are also
able to upload their test results, profiles, and suites to OpenBenchmarking.org.
A test profile is a single test that can be executed by the Phoronix Test Suite
-- with a series of options possible within every test -- and a test suite is a
seamless collection of test profiles and/or additional test suites. A test
profile consists of a set of Bash/shell scripts and XML files while a test suite
is a single XML file.
is a single XML file. Modules for the Phoronix Test Suite also allow for
integration with git-bisect and other revision control systems for per-commit
regression testing, system sensor monitoring, and other extras.
[OpenBenchmarking.org](https://www.openbenchmarking.org/) also allows for
conducting side-by-side result comparisons, a central location for storing and
@@ -46,7 +48,7 @@ Phoromatic, and OpenBenchmarking.org is available by contacting
Full details on the Phoronix Test Suite setup and usage is available from the
included HTML/PDF documentation within the phoronix-test-suite package and from
the Phoronix Test Suite website.
the [Phoronix Test Suite documentation directory](documentation/).
## Installation & Setup
@@ -54,9 +56,9 @@ The Phoronix Test Suite is supported on Linux, *BSD, Solaris, macOS, and Windows
systems. However, the most full-featured and well supported operating system for
conducting the tests is Linux with some non-basic functionality not being
available under all platforms. The Phoronix Test Suite software/framework is
compatible with all major CPU architectures (e.g. i686, x86_64, ARM, RISC-V,
PowerPC), but not all of the test profiles/suites are compatible with all
architectures.
compatible with all major CPU architectures (e.g. i686, x86_64, ARM / AArch64,
RISC-V, POWER 64-bit), but not all of the test profiles/suites are compatible
with all architectures.
The Phoronix Test Suite can be installed for system-wide usage or run locally
without installation from the extracted tar.gz/zip package. The only hard
@@ -64,7 +66,7 @@ dependency on the Phoronix Test Suite is having command-line support for PHP
(PHP 5.3+) installed. A complete PHP stack (e.g. with web server) is **not**
needed, but merely the PHP command-line support, which is widely available from
operating system package managers under the name `php`, `php7-cli`, `php5-cli`,
or `php7`.
`php7` or `php8`.
## Usage
@@ -74,7 +76,9 @@ smallpt` to run a simple CPU test profile. If wishing to simply install a test,
it's a matter of running `phoronix-test-suite install <test or suite name>` and
to run it's `phoronix-test-suite run <test or suite name>`. There's also a batch
mode for non-interactive benchmarking by first running `phoronix-test-suite
batch-setup` and then using the `batch-run` sub-command rather than `run`.
batch-setup` and then using the `batch-run` sub-command rather than `run`. For
more guidance see the [Phoronix Test Suite
documentation](documentation/phoronix-test-suite.md).
Viewing installed system hardware and software is available via
`phoronix-test-suite system-info`.
@@ -84,9 +88,3 @@ running, for example, `phoronix-test-suite benchmark 1204293-BY-PHORONIX357` if
wishing to compare the results of the
`https://openbenchmarking.org/result/1204293-BY-PHORONIX357` result file.
Additional information is available from the Phoronix Test Suite website
<https://www.phoronix-test-suite.com/> and the material bundled within the
`phoronix-test-suite/documentation/` directory or via
<https://www.phoronix-test-suite.com/documentation/>. A man page is also bundled
with the phoronix-test-suite software.

5
SECURITY.md Normal file
View File

@@ -0,0 +1,5 @@
# Issue Reporting
Public issues can be reported on GitHub via https://github.com/phoronix-test-suite/phoronix-test-suite/issues
Security issues can be reported via email to security@phoronix-test-suite.com

View File

@@ -0,0 +1,56 @@
#!/bin/bash
export TESTS_TO_PRECACHE=""
# Ensure Docker on system
DIR_NAME=phoronix-pts-docker
mkdir -p ./$DIR_NAME/base/
OS_OUTER=`pwd`
cd $DIR_NAME/base
OS_ROOT_PATH=`pwd`
rm -rf phoronix-test-suite/
git clone https://github.com/phoronix-test-suite/phoronix-test-suite.git
cd phoronix-test-suite
rm -rf .git
# cache OpenBenchmarking.org metadata
export PTS_USER_PATH_OVERRIDE=$OS_ROOT_PATH/var/lib/phoronix-test-suite/
rm -f $PTS_USER_PATH_OVERRIDE
mkdir -p $PTS_USER_PATH_OVERRIDE
./phoronix-test-suite make-openbenchmarking-cache lean
# cache select tests
export PTS_DOWNLOAD_CACHE_OVERRIDE=$OS_ROOT_PATH/var/cache/phoronix-test-suite/download-cache/
mkdir -p $PTS_DOWNLOAD_CACHE_OVERRIDE
export PTS_DOWNLOAD_CACHING_PLATFORM_LIMIT=1
# ./phoronix-test-suite make-download-cache $TESTS_TO_PRECACHE
# ./phoronix-test-suite info 1809091-PTS-CLEARLIN01
rm -f $PTS_USER_PATH_OVERRIDE/core.pt2so
# cleanup
cd $OS_OUTER/$DIR_NAME
tar -C base -cf base.tar .
rm -f base.tar.xz
xz -v -T0 base.tar
cat > Dockerfile << EOF
FROM ubuntu:20.04
MAINTAINER Phoronix Media <commercial@phoronix-test-suite.com>
ADD base.tar.xz /
ARG DEBIAN_FRONTEND=noninteractive
RUN apt update
RUN apt install -y unzip php-cli apt-utils mesa-utils php-xml git-core apt-file
RUN apt-file update
CMD ["/phoronix-test-suite/phoronix-test-suite", "shell"]
EOF
docker build -t $DIR_NAME .
# docker run -it phoronix-pts-docker
# docker tag phoronix-pts-docker phoronix/pts
# docker push phoronix/pts

View File

@@ -1,27 +0,0 @@
Section "Monitor"
Identifier "Monitor0"
Modeline "1920x1080" 174.83 1920 2056 2248 2536 1080 1081 1084 1149 # 174.83 MHz, 68.94 kHz, 60.00 Hz
Option "PreferredMode" "1920x1080"
Option "Enable" "true"
EndSection
Section "Device"
Identifier "Device0"
Driver "intel" #Choose the driver used for this monitor
Option "DDC" "0"
Option "Virtualheads" "1"
Option "Vsync" "0"
Option "SwapbuffersWait" "0"
Option "DRI" "3"
EndSection
Section "Screen"
Identifier "Screen0" #Collapse Monitor and Device section to Screen section
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24 #Choose the depth (16||24)
SubSection "Display"
Depth 24
Modes "1920x1080" #Choose the resolution
EndSubSection
EndSection

View File

@@ -1,23 +0,0 @@
Section "Device"
Identifier "Device0"
Driver "radeon"
Option "SwapBuffersWait" "0"
Option "DRI "3"
EndSection
Section "Monitor"
Identifier "Monitor0"
Option "enable" "true"
Modeline "1920x1080" 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync
EndSection
Section "Screen"
Identifier "Fake"
Device "Device0"
Monitor "Monitor0"
Option "ConnectedMonitor" "Monitor0"
SubSection "Display"
Depth 24
Modes "1920x1080"
EndSubSection
EndSection

View File

@@ -1,10 +0,0 @@
#!/bin/sh
sudo apt-get install openssh-server git-core php5-cli
echo "GRUB_RECORDFAIL_TIMEOUT=0" >> /etc/default/grub
update-grub
sudo passwd
# check if needing "tty -s &&" for auto log-in user in ~/.profile

View File

@@ -11,7 +11,7 @@
# source function library
. /etc/rc.d/init.d/functions
. /etc/init.d/functions.sh
RETVAL=0
prog="phoromatic-client"

View File

@@ -0,0 +1,14 @@
[Unit]
Description=Phoronix Test Suite Result viewer
After=syslog.target network.target
Documentation=man:phoronix-test-suite(1)
[Service]
TimeoutStartSec=300
ExecStart=/usr/bin/phoronix-test-suite start-result-viewer daemon
Restart=on-failure
[Install]
WantedBy=multi-user.target

View File

@@ -1,41 +0,0 @@
PHORONIX TEST SUITE PUBLIC TODO LIST:
### PTS-CORE ###
- Move External Dependencies into OpenBenchmarking.org cloud
- Reporting to OpenBenchmarking.org on broken download URLs for test profiles.
- Reporting of install times to OpenBenchmarking.org and also exposing this information back to clients.
- Support for multiple languages / internationalization.
- BLKID fall-back support for determining file-system [e.g. /sbin/blkid -s TYPE -o value /dev/sda1].
- Possibly restore "weighted suites" [http://phorogit.com/index.php?p=phoronix-test-suite.git&a=commitdiff&h=548e5c073cc90d92ac3f382ca4933d5f556e78c6&hb=444441f9be866f51920e0ad8ca3909951b4d90c5]
- Integrate finish-run command into the run command, auto-detect if the result file was a partial save and then ask if to perform run recovery'
- Multi-threaded downloading of test files
- Optimus / DRI_PRIME=1 / xrandr --listproviders better GPU detection
- NVIDIA make use of UsedDedicatedGPUMemory as new GPU sensor
- Clean up all the WebSocket code and make it fit to spec
- Incremental/streaming result uploads support
- Check with Phodevi's parsers what other tools support JSON outputs - e.g. http://karelzak.blogspot.com/2015/06/json-output-for-basic-tools.html for cleaner parsing
- Improve titles on tables like in: http://openbenchmarking.org/result/1603172-GA-AMDTONGA973
### PTS-GRAPH ###
- Rotated text alignment for some PNG graphics is sometimes off by 90/180 degrees compared to SVG, e.g. http://openbenchmarking.org/s/Compiler
### OPENBENCHMARKING.ORG ###
- Shorten long change-logs on test profile pages - e.g. http://openbenchmarking.org/test/pts/hpcc
### WEB SOCKET / HTML5 USER INTERFACE WORK ###
- Implement WebSocket security - add the password prompts from ~/.phoronix-test-suite/user-config.xml, etc
- HTTPS support
- Ensuring only one session at a time, at least for benchmarking
- Handle test installations and external dependencies (prompting for root password handling?)
- Porting more of the web-interface code to the new JavaScript + WebSocket design rather than original PHP design [Originally with the 5.0 UI design it wasn't settled for mostly JS + WebSocket but some of the original code is with a traditional PHP-based + web server design... so slowly move over to newer design.]
### PHOROMATIC ####
- Implement the complementary WebSocket communication to HTTP pulls
- Ensure sane validating of more user input / resource uploads
- Hook up TriggerTarget for allowing event.php to optionally specify a sub-set of systems/groups to target for a given trigger
- Clean up the code and modularize more of the code

View File

@@ -1,4 +1,4 @@
.TH phoronix-test-suite 1 "www.phoronix-test-suite.com" "9.2.0"
.TH phoronix-test-suite 1 "www.phoronix-test-suite.com" "10.6.1"
.SH NAME
phoronix-test-suite \- The Phoronix Test Suite is an extensible open-source platform for performing testing and performance evaluation.
.SH SYNOPSIS
@@ -25,6 +25,9 @@ A simple text-driven shell interface / helper to the Phoronix Test Suite. Ideal
.B system-info
Display the installed system hardware and software information as detected by the Phoronix Test Suite Phodevi Library.
.TP
.B system-properties
Display various hardware/software system properties detected by the Phoronix Device Interface (Phodevi) library.
.TP
.B system-sensors
Display the installed system hardware and software sensors in real-time as detected by the Phoronix Test Suite Phodevi Library.
.TP
@@ -48,6 +51,9 @@ This option will permanently remove a installed test by the Phoronix Test Suite.
.B benchmark [Test | Suite | OpenBenchmarking ID | Test Result] ...
This option will install the selected test(s) (if needed) and will proceed to run the test(s). This option is equivalent to running phoronix-test-suite with the install option followed by the run option. Multiple arguments can be supplied to run additional tests at the same time and save the results into one file.
.TP
.B estimate-install-time [Test | Suite | OpenBenchmarking ID | Test Result]
This option will provide estimates for test install/setup time length.
.TP
.B estimate-run-time [Test | Suite | OpenBenchmarking ID | Test Result]
This option will provide estimates for test run-time / length.
.TP
@@ -60,7 +66,10 @@ This option will run the selected test(s).
.B 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.
.TP
.B run-tests-in-suite
.B run-subset [Test | Suite | OpenBenchmarking ID | Test Result] ...
This option will run the selected test(s) but prompt the user when passing any test suites or result files what subset / test(s) contained within there to run rather than running all passed tests/suites/results.
.TP
.B run-tests-in-suite [Suite]
This option can be used if you wish to run all of the tests found in a supplied suite, but you wish to re-configure each of the test options rather than using the defaults supplied by the suite.
.TP
.B stress-batch-run [Test | Suite | OpenBenchmarking ID | Test Result] ...
@@ -104,12 +113,18 @@ 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 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
.B 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.
.TP
.B 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.
.TP
.B 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.
.TP
.B openbenchmarking-changes
This option will list recent changes to test profiles of enabled OpenBenchmarking.org repositories.
.TP
@@ -134,13 +149,19 @@ This option is used for uploading a test result to OpenBenchmarking.org.
.B 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.
.TP
.B upload-test-suite
.B upload-test-suite [Suite]
This option can be used for uploading a test suite to your account on OpenBenchmarking.org. By uploading your test suite to OpenBenchmarking.org, others are then able to browse and access this test suite for easy distribution.
.TP
.SH INFORMATION
.B 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.
.TP
.B info [Test | Suite | OpenBenchmarking ID | Test Result]
This option will show details about the supplied test, suite, virtual suite, or result file.
.TP
.B 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.
.TP
.B 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.
.TP
@@ -186,6 +207,9 @@ This option will list all available test profiles that are available from the en
.B 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..
.TP
.B test-to-suite-map
This option will list all test profiles and any test suites each test belongs to.
.TP
.SH ASSET CREATION
.B 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.
@@ -211,6 +235,9 @@ This will download the selected test file(s) to the Phoronix Test Suite download
.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
.B 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.
.TP
.B result-file-to-suite [Test Result]
This option will guide the user through the process of generating their own test suite, which they can then run, that is based upon an existing test results file.
.TP
@@ -220,12 +247,12 @@ This option can be used for validating a Phoronix Test Suite result file as bein
.B validate-test-profile [Test]
This option can be used for validating a Phoronix Test Suite test profile as being compliant against the OpenBenchmarking.org specification.
.TP
.B validate-test-suite
.B validate-test-suite [Suite]
This option can be used for validating a Phoronix Test Suite test suite as being compliant against the OpenBenchmarking.org specification.
.TP
.SH RESULT MANAGEMENT
.B analyze-all-runs [Test Result]
This option will generate a candlestick graph showing the distribution of results from all trial runs. The candlestick graph is similar to the Japanese candlestick charts used by the financial industry, except instead of representing stock data it is numerical result data from all trial runs.\n\nThe tip of the upper-wick represents the highest value of the test runs with the tip of the lower-wick representing the lowest value of all test runs. The upper-edge of the candle body represents the first or last run value and the lower-edge represents the first or last run value. Lastly, if the last run value is less than the first run value, the candle body is the same color as the graph background, otherwise the last run value is greater.
.B analyze-run-times [Test Result]
This option will read a saved test results file and print the statistics about how long the testing took to complete.
.TP
.B auto-sort-result-file [Test Result]
This option is used if you wish to automatically attempt to sort the results by their result identifier string.
@@ -242,18 +269,21 @@ This option is used if you wish to edit the title and description of an existing
.B extract-from-result-file [Test Result]
This option will extract a single set of test results from a saved results file that contains multiple test results that have been merged. The user is the prompted to specify a new result file name and select which result identifier to extract.
.TP
.B keep-results-in-result-file [Test Result]
This option is the inverse of the remove-results-from-result-file sub-command. If you wish to remove all results but those listed from a given result file, this option can be used. The user must specify a saved results file and then they will be prompted to provide a string to search for in keeping those results in that given result file but removing all other data.
.TP
.B merge-results [Test Result] ...
This option will manually merge multiple sets of test results generated by the Phoronix Test Suite.
.TP
.B refresh-graphs [Test Result]
This option will re-render and save all result graphs within a saved file. This option can be used when making modifications to the graphing code or its color/option configuration file and testing the changes.
.TP
.B remove-result [Test Result]
This option will permanently remove the saved file set that is set as the first argument.
.TP
.B remove-results-from-result-file [Test Result]
.B remove-result-from-result-file [Test Result]
This option is used if there are test results (benchmarks) to be dropped from a given result file. The user must specify a saved results file and then they will be prompted to select the tests/benchmarks to remove.
.TP
.B remove-results-from-result-file [Test Result]
This option is used if there are test results (benchmarks) to be dropped from a given result file. The user must specify a saved results file and then they will be prompted to provide a string to search for in removing those results from that given result file.
.TP
.B remove-run-from-result-file [Test Result]
This option is used if there is a set of test results you wish to remove/delete from a saved results file. The user must specify a saved results file and then they will be prompted to select the results identifier associated with the results they wish to remove.
.TP
@@ -266,15 +296,9 @@ This option is used if you wish to change the name of the saved name of a result
.B reorder-result-file [Test Result]
This option is used if you wish to manually change the order in which test results are shown in the Phoronix Test Suite Results Viewer and the contained graphs. The user must specify a saved results file and then they will be prompted to select the results identifiers one at a time in the order they would like them to be displayed from left to right.
.TP
.B result-file-confidence [Test Result]
This option will read a saved test results file and display various statistics on the confidence of the results with the standard deviation, three-sigma values, and other metrics while color-coding "passing" results in green.
.TP
.B result-file-raw-to-csv [Test Result]
This option will read a saved test results file and output the raw result file run data to a CSV file. This raw (individual) result file output is intended for data analytic purposes where the result-file-to-csv is more end-user-ready.
.TP
.B result-file-stats [Test Result]
This option is used if you wish to analyze a result file by seeing various statistics on the result data for result files containing at least two sets of data.
.TP
.B result-file-to-csv [Test Result]
This option will read a saved test results file and output the system hardware and software information along with the results to a CSV output. The CSV (Comma Separated Values) output can then be loaded into a spreadsheet for easy viewing.
.TP
@@ -290,8 +314,8 @@ This option will read a saved test results file and output the system hardware a
.B show-result [Test Result]
Open up the test results in the Phoronix Test Suite Result Viewer or on OpenBenchmarking.org.
.TP
.B wins-and-losses [Test Result]
This option is used if you wish to analyze a result file to see which runs produced the most wins/losses of those result identifiers in the saved file.
.B workload-topology [Test Result]
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.
.TP
.SH OTHER
.B commands
@@ -347,6 +371,19 @@ This option can be used for resetting the Phoronix Test Suite user configuration
.B user-config-set
This option can be used for setting an XML value in the Phoronix Test Suite user configuration file.
.TP
.SH RESULT ANALYSIS
.B executive-summary [Test Result]
This option will attempt to auto-generate a textual executive summary for a result file to highlight prominent results / averages.
.TP
.B result-file-confidence [Test Result]
This option will read a saved test results file and display various statistics on the confidence of the results with the standard deviation, three-sigma values, and other metrics while color-coding "passing" results in green.
.TP
.B result-file-stats [Test Result]
This option is used if you wish to analyze a result file by seeing various statistics on the result data for result files containing at least two sets of data.
.TP
.B wins-and-losses [Test Result]
This option is used if you wish to analyze a result file to see which runs produced the most wins/losses of those result identifiers in the saved file.
.TP
.SH PHOROMATIC
.B 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.
@@ -366,7 +403,6 @@ https://www.openbenchmarking.org/
.br
https://www.phoronix.com/
.br
https://www.phoronix.com/forums/
.SH AUTHORS
Copyright 2008 - 2019 by Phoronix Media, Michael Larabel.
Copyright 2008 - 2021 by Phoronix Media, Michael Larabel.
.TP

View File

@@ -1,90 +0,0 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<Title>Phoronix Test Suite Phoromatic</Title>
</head>
<body>
<h1>Phoromatic Server</h1>
<h2>Introduction</h2>
<p>Phoromatic is a remote management system for the Phoronix Test Suite. Phoromatic allows the automatic (hence the name <em>Phoro-matic</em>) 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. The test results are then available from this central, secure location.</p>
<p>Phoromatic was originally introduced with Phoronix Test Suite 2.0 via Phoromatic.com as a project going back to 2008~2009. Phoromatic.com debuted as a hosted instance with the option of behind-the-firewall licensing for use within organizations. With Phoronix Test Suite 5.2 the model shifted to offer a local, open-source version of Phoromatic built into the Phoronix Test Suite code-base. Thanks to continued enterprise development, with Phoronix Test Suite 5.4 is now a fully-functioning, built-in version of Phoromatic that's open-source and can be used for behind-the-firewall testing without needing to push results to OpenBenchmarking.org and the ability to keep all results private.</p>
<p>Phoromatic in Phoronix Test Suite 5.4 also has the ability to support zero-conf network discovery using Avahi and the automatic distribution of needed test profiles/suites and test files. Phoronix Test Suite 5.4's Phoromatic is a significant breakthrough for open-source testing particularly those running this GPL benchmarking software within test labs and other large organizations.</p>
<h2>Features</h2>
<p>Built atop the Phoronix Test Suite, Phoromatic offers many features for both enterprise and community/personal users:</p>
<h3>Automated Scheduling</h3>
<p>Whether it is every evening at 6:00PM, once every Thursday at 10:00AM or somewhere in between, Phoromatic can schedule tests to be run at user-defined intervals. The testing schedules can be updated through Phoromatic web interface. After the test(s) have run, the results will be immediately uploaded to Phoromatic.</p>
<h3>Extensible</h3>
<p>Any test profile or test suite that is compliant with the Phoronix Test Suite specification will work with Phoromatic. Phoromatic is able to leverage the hundreds of test profiles and test suites currently in the Phoronix Test Suite via OpenBenchmarking.org, along with any custom or proprietary test profiles you or your company utilize. Additionally, the Phoromatic interface allows the user to construct their own test suite(s).</p>
<h3>Remote Testing</h3>
<p>Once the test system is setup, all testing and management of that system can be done remotely. There is no need to execute Phoronix Test Suite commands locally using the GUI or command line version, but instead nearly all of the same features are accessible from the Phoromatic interface.</p>
<h3>Multi-System Support</h3>
<p>A single Phoromatic account is able to manage multiple test systems running the Phoronix Test Suite. Phoromatic supports grouping together test systems, tagging, and other features to support effectively managing many test systems. From the Phoromatic interface, installed system hardware and software from a given system can also be viewed.</p>
<h3>Turn-Key Deployment</h3>
<p>No additional software needs to be installed to support Phoromatic; all that's needed is Phoronix Test Suite 5.4 or later for full compatibility. New test systems can easily be synced with a given Phoromatic account by running a single command from the Phoronix Test Suite client.</p>
<h3>Result Management</h3>
<p>Test results are automatically uploaded to the Phoromatic account and remain private unless you opt to upload them to OpenBenchmarking.org. From the Phoromatic interface, results from multiple test systems can easily be compared and multiple results from the same systems can be used to track performance over time. There are also options to look at the statistical significance of the results and other features to efficiently and effectively analyze the system's performance.</p>
<h3>Decentralized</h3>
<p>Once the Phoronix Test Suite running on the Phoromatic Server has been able to cache all of the OpenBenchmarking.org test files and the needed files for each test, Phoromatic with any Phoronix Test Suite clients on your LAN can run fully decentralized without the need for a constant stream of OpenBenchmarking.org communication or Internet connection for that matter. (The only exception would be if your local systems don't have all their needed external dependencies and your system's package manager would need to install components like a compiler or necessary system libraries.</p>
<h3>Fully Open-Source</h3>
<p>Phoromatic is now fully open-source within the Phoronix Test Suite code-base for fostering greater development and new capabilities. Patches are welcome and Phoronix Media is available to provide commercial support and custom engineering services around Phoromatic and the Phoronix Test Suite.</p>
<h2>Phoromatic Server Setup</h2>
<p>Phoromatic is built into the Phoronix Test Suite code-base and should be found in all packaged versions of the <strong>phoronix-test-suite</strong>. Starting the Phoromatic Server entails running phoronix-test-suite start-phoromatic-server after configuring the server information within <em>~/.phoronix-test-suite/user-config.xml</em>. The Phoromatic Server can with or without root permissions depending upon your firewall and the port numbers you wish to use for the server.</p>
<p>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 <u>avahi-tools</u>), 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.</p>
<p>Further configuration of the setup parameters for the Phoromatic Server and Phoronix Test Suite clients can be tuned via the <em>~/.phoronix-test-suite/user-config.xml</em> file. All control and configuration of the Phoromatic Server is done via the web-based interface when the Phoromatic Server is active.</p>
<p>The Phoromatic Server utilizes PHP/HHVM'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.</p>
<p>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 or HHVM is recommended for offering the best support.</p>
<h2>Example Deployments</h2>
<h3>Use Case A: Unrestricted Internet Access, Local Result Storage</h3>
<p>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 <em>user-config.xml</em> file, simply run:</p>
<p><strong>$ phoronix-test-suite start-phoromatic-server</strong></p>
<p>Assuming you have no firewall or permission issues, the built-in web server and WebSocket server should proceed to initiate along with outputting the IP/port information for these services. Unless otherwise disabled from the user configuration file and if avahi-tools is present, the Phoromatic Server will be advertised with Avahi for zero-configuration networking.</p>
<p>From the Phoromatic web interface you are able to create an account and from there proceed with the creating of test schedules, updating settings, and connecting systems. From the "client systems" you wish to use as the benchmarking nodes, it's simply a matter of running <strong>phoronix-test-suite phoromatic.connect</strong> with zero-conf networking or otherwise follow the information from the Phoromatic web interface for manual setup with the IP/port information.</p>
<h3>Use Case B: No Internet Available To Client Systems</h3>
<p>It's possible to run the Phoronix Test Suite and Phoromatic Server without a persistent Internet connection as long as you are able to first download the necessary files to the Phoromatic Server. After installing the Phoronix Test Suite on the system you wish to designate the Phoromatic Server and have configured the <em>user-config.xml</em> file, a few commands from the system while having an Internet connection will be able to cache the needed data:</p>
<p><strong>$ phoronix-test-suite make-download-cache x264 xonotic ffmpeg</strong></p>
<p>This command will simply download all of the needed test files for the tests/suites passed to the sub-command. Alternatively you could also pass pts/all to cache all tests. It's important though to just cache the tests/suites you'll be using on your network. This will generate the test file download cache by default to <em>~/.phoronix-test-suite/download-cache/</em> or <em>/usr/share/phoronix-test-suite/download-cache/</em> depending upon your write permissions. You can always run this command later with more test files. Alternatively, if you already have a number of tests installed on the system, simply running "phoronix-test-suite make-download-cache" will generate the cache based upon the currently installed tests.</p>
<p><strong>$ phoronix-test-suite make-openbenchmarking-cache</strong></p>
<p>This command will cache as much of the OpenBenchmarking.org meta-data as possible for test profiles and test suites. After the above commands, the Phoromatic Server should no longer need a persistent Internet connection.</p>
<p><strong>$ phoronix-test-suite start-phoromatic-server</strong></p>
<p>Proceed to start the Phoromatic Server and operate as normal.</p>
<p>For the test clients without an Internet connection, as long as they're able to reach the Phoromatic Server, the Phoromatic Server should be able to automatically serve all of the needed test files download cache and OpenBenchmarking.org meta-data to the systems locally.</p>
<h3>Use Case C: Phoromatic Across The Internet</h3>
<p>If wishing to use the same Phoromatic Server across multiple geographic locations, it's easily possible -- you just lose out on the zero-conf networking ability. To let the Phoronix Test Suite client systems know about the remote Phoromatic Server, simply add the Phoromatic Server information to the client's <em>PhoromaticServers</em> element within the <em>user-config.xml</em>. Of course, make sure the Phoromatic Server has a globally resolvable IP address and its Phoromatic HTTP/WebSocket ports are open. Once informing the client of the Phoromatic Server, the use cases as above apply in the same manner.</p>
<h2>Client Setup</h2>
<p>From Phoronix Test Suite client systems running on the LAN, the following command will report all available detected Phoromatic Servers along with important server and debugging information:</p>
<p><strong>$ phoronix-test-suite phoromatic.explore</strong></p>
<p>With the following example output on finding one successful server:</p>
<p><em>IP: 192.168.1.211<br />
HTTP PORT: 5447<br />
WEBSOCKET PORT: 5427<br />
SERVER: PHP 5.5.9-1ubuntu4.4 Development Server<br />
PHORONIX TEST SUITE: Phoronix Test Suite v5.4.0m1 [5313]<br />
DOWNLOAD CACHE: 19 FILES / 2390 MB CACHE SIZE<br />
SUPPORTED OPENBENCHMARKING.ORG REPOSITORIES:<br />
pts - Last Generated: 05 Oct 2014 07:16</em></p>
<p>Phoromatic Servers are detected by the Phoronix Test Suite through Avahi or if manually configuring the Phoronix Test Suite clients to point to Phoromatic Servers. For networks without Avahi/auto-discovery support or for test systems that may be connecting from another network, the IP address and HTTP port number can be added to the local system's <em>~/.phoronix-test-suite/user-config.xml</em> with the <em>PhoromaticServers</em> element. Adding the <em>IP:port</em> (the Phoromatic Server's HTTP port) to the PhoromaticServers <em>user-config.xml</em> element for will perform targeted probing by the Phoronix Test Suite without any dependence on Avahi. Multiple Phoromatic Servers can be added if each IP:port is delimited by a comma.</p>
<p>To connect a Phoronix Test Suite system for benchmarking to an account, log into your Phoromatic account from the web-interface and on the main/system pages will be instructions along with a specially formed string to run, e.g. <em>phoronix-test-suite phoromatic.connect 192.168.1.211:5447/I0SSJY</em>. When running that command once on the system(s) to be synced to that account, as the administrator you'll be able to validate/approve the systems from the Phoromatic web interface. After that, whenever the system(s) are to be running benchmarks, simply have the <strong>phoronix-test-suite phoromatic.connect</strong> command running on the system (after the initial account has been synced, simply running <strong>phoronix-test-suite phoromatic.connect</strong> is enough for the system to find the server and its account).</p>
<h2>Root Administrator</h2>
<p>The root administrator account is able to manage the server-level settings, e.g. Phoromatic storage location and other global settings related to the Phoronix Test Suite / Phoromatic Server, from the web user-interface.</p>
<p>To enable the root administrator log-in, first from the server's command-line interface run <strong>phoronix-test-suite phoromatic.set-root-admin-password</strong> to set the password. Following that, you can log into the root administrator account via the web interface via the <em>rootadmin</em> user-name and the set password.</p>
<h2>Other Advice</h2>
<h3>Disable Internet Precaution</h3>
<p>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 <em>~/.phoronix-test-suite/user-config.xml</em> you can set <em>NoInternetCommunication</em> to <em>TRUE</em>. There's also a NoNetworkCommunication tag, but setting that to TRUE will disable any form of network communication -- including communication with the Phoromatic Server.</p>
<h3>Ports / Services</h3>
<p>The Phoromatic Server process currently relies upon a PHP/HHVM 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.</p>
<h3>Systemd / Upstart</h3>
<p>Packaged with the Phoronix Test Suite are basic <em>phoromatic-client</em> and <em>phoromatic-server</em> configurations for both Upstart and systemd init systems. The <em>phoromatic-server</em> configuration will launch the Phoronix Test Suite's Phoromatic Server and the <em>phoromatic-client</em> service will attempt to connect to a <u>pre-configured</u> Phoromatic Server. The systemd service files will automatically be installed via the Phoronix Test Suite <em>install-sh</em> process while the Upstart jobs can be copied from <em>deploy/phoromatic-upstart/*</em> to <em>/etc/init</em>.</p>
<h3>Cache Verification</h3>
<p>To confirm the files accessible to Phoronix Test Suite client systems, from the Phoromatic Server web user-interface go to the <em>settings</em> page followed by the <em>cache settings</em> link to view information about the download and OpenBenchmarking.org caches. From the client systems, running <strong>phoronix-test-suite phoromatic.explore</strong> will also supply cache statistics.</p>
<h3>Log Files</h3>
<p>The Phoromatic Server will produce a log file of events / debugging information to <em>~/.phoronix-test-suite/phoromatic.log</em> or <em>/var/log/phoromatic.log</em> depending upon the service's permissions. When running the Phoronix Test Suite Phoromatic client, the log will be written to one of the respective locations in <em>phoronix-test-suite.log</em>.</p>
<h3>Multi-User Accounts</h3>
<p>For each time a user account is made from the Phoromatic web UI's log-in page, all of the test schedules, systems, and other account information is separate to allow for a completely isolated multi-user system. If a main administrator (the one creating the account) wishes to have multiple users sharing the same account data, that user can create additional accounts from the <em>Users</em> tab of their account. The main administrator can make an additional administrator account or a &quot;viewer&quot; account that can consume the account's data but not create/modify the schedules, systems, or other account details.</p>
<h3>
<h3>File Locations</h3>
<p>When running the Phoronix Test Suite Phoromatic Server as root, rather than using the <em>~/.phoronix-test-suite/</em> directory, the standard Linux file-system hierarchy standard is honored. The main storage path is <em>/var/lib/phoronix-test-suite/</em>, the user configuration file is <em>/etc/phoronix-test-suite.xml</em>, and <em>/var/cache/phoronix-test-suite/</em> for cache files.</p>
<h3>Uploading Other Test Results</h3>
<p>Unscheduled test results and other results found on connected systems to a Phoromatic account can upload the data to the Phoromatic Server using the <em>phoronix-test-suite phoromatic.upload-result &lt;result file identifier &gt;</em> sub-command.</p>
<h3>User Context File Logging</h3>
<p>For those utilizing custom set context script files as part of the Phoromatic test schedule, any important notes / log information can be written to the file specified by the <em>PHOROMATIC_LOG_FILE</em> environment variable set while running the user context scripts. The contents of that file is then sent to the Phoromatic Server otherwise the standard output of the script's execution is submitted to the Phoromatic Server for logging. These logs can then be viewed by the Phoromatic Server along with the test results. Other environment variables accessible when running a user context script include <em>PHOROMATIC_TRIGGER</em>, <em>PHOROMATIC_SCHEDULE_ID</em>, and <em>PHOROMATIC_SCHEDULE_PROCESS</em>.</p>
</body>
</html>

View File

@@ -1,139 +0,0 @@
# Phoronix Test Suite Phoromatic
## Phoromatic Server
### Introduction
Phoromatic is a remote management system for the Phoronix Test Suite. Phoromatic allows the automatic (hence the name *Phoro-matic* ) 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. The test results are then available from this central, secure location.
Phoromatic was originally introduced with Phoronix Test Suite 2.0 via Phoromatic.com as a project going back to 2008~2009. Phoromatic.com debuted as a hosted instance with the option of behind-the-firewall licensing for use within organizations. With Phoronix Test Suite 5.2 the model shifted to offer a local, open-source version of Phoromatic built into the Phoronix Test Suite code-base. Thanks to continued enterprise development, with Phoronix Test Suite 5.4 is now a fully-functioning, built-in version of Phoromatic that's open-source and can be used for behind-the-firewall testing without needing to push results to OpenBenchmarking.org and the ability to keep all results private.
Phoromatic in Phoronix Test Suite 5.4 also has the ability to support zero-conf network discovery using Avahi and the automatic distribution of needed test profiles/suites and test files. Phoronix Test Suite 5.4's Phoromatic is a significant breakthrough for open-source testing particularly those running this GPL benchmarking software within test labs and other large organizations.
### Features
Built atop the Phoronix Test Suite, Phoromatic offers many features for both enterprise and community/personal users:
#### Automated Scheduling
Whether it is every evening at 6:00PM, once every Thursday at 10:00AM or somewhere in between, Phoromatic can schedule tests to be run at user-defined intervals. The testing schedules can be updated through Phoromatic web interface. After the test(s) have run, the results will be immediately uploaded to Phoromatic.
#### Extensible
Any test profile or test suite that is compliant with the Phoronix Test Suite specification will work with Phoromatic. Phoromatic is able to leverage the hundreds of test profiles and test suites currently in the Phoronix Test Suite via OpenBenchmarking.org, along with any custom or proprietary test profiles you or your company utilize. Additionally, the Phoromatic interface allows the user to construct their own test suite(s).
#### Remote Testing
Once the test system is setup, all testing and management of that system can be done remotely. There is no need to execute Phoronix Test Suite commands locally using the GUI or command line version, but instead nearly all of the same features are accessible from the Phoromatic interface.
#### Multi-System Support
A single Phoromatic account is able to manage multiple test systems running the Phoronix Test Suite. Phoromatic supports grouping together test systems, tagging, and other features to support effectively managing many test systems. From the Phoromatic interface, installed system hardware and software from a given system can also be viewed.
#### Turn-Key Deployment
No additional software needs to be installed to support Phoromatic; all that's needed is Phoronix Test Suite 5.4 or later for full compatibility. New test systems can easily be synced with a given Phoromatic account by running a single command from the Phoronix Test Suite client.
#### Result Management
Test results are automatically uploaded to the Phoromatic account and remain private unless you opt to upload them to OpenBenchmarking.org. From the Phoromatic interface, results from multiple test systems can easily be compared and multiple results from the same systems can be used to track performance over time. There are also options to look at the statistical significance of the results and other features to efficiently and effectively analyze the system's performance.
#### Decentralized
Once the Phoronix Test Suite running on the Phoromatic Server has been able to cache all of the OpenBenchmarking.org test files and the needed files for each test, Phoromatic with any Phoronix Test Suite clients on your LAN can run fully decentralized without the need for a constant stream of OpenBenchmarking.org communication or Internet connection for that matter. (The only exception would be if your local systems don't have all their needed external dependencies and your system's package manager would need to install components like a compiler or necessary system libraries.
#### Fully Open-Source
Phoromatic is now fully open-source within the Phoronix Test Suite code-base for fostering greater development and new capabilities. Patches are welcome and Phoronix Media is available to provide commercial support and custom engineering services around Phoromatic and the Phoronix Test Suite.
### Phoromatic Server Setup
Phoromatic is built into the Phoronix Test Suite code-base and should be found in all packaged versions of the **phoronix-test-suite** . Starting the Phoromatic Server entails running phoronix-test-suite start-phoromatic-server after configuring the server information within *~/.phoronix-test-suite/user-config.xml* . The Phoromatic Server can with or without root permissions depending upon your firewall and the port numbers you wish to use for the server.
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/HHVM'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 or HHVM 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:
**$ phoronix-test-suite start-phoromatic-server**
Assuming you have no firewall or permission issues, the built-in web server and WebSocket server should proceed to initiate along with outputting the IP/port information for these services. Unless otherwise disabled from the user configuration file and if avahi-tools is present, the Phoromatic Server will be advertised with Avahi for zero-configuration networking.
From the Phoromatic web interface you are able to create an account and from there proceed with the creating of test schedules, updating settings, and connecting systems. From the "client systems" you wish to use as the benchmarking nodes, it's simply a matter of running **phoronix-test-suite phoromatic.connect** with zero-conf networking or otherwise follow the information from the Phoromatic web interface for manual setup with the IP/port information.
#### Use Case B: No Internet Available To Client Systems
It's possible to run the Phoronix Test Suite and Phoromatic Server without a persistent Internet connection as long as you are able to first download the necessary files to the Phoromatic Server. After installing the Phoronix Test Suite on the system you wish to designate the Phoromatic Server and have configured the *user-config.xml* file, a few commands from the system while having an Internet connection will be able to cache the needed data:
**$ phoronix-test-suite make-download-cache x264 xonotic ffmpeg**
This command will simply download all of the needed test files for the tests/suites passed to the sub-command. Alternatively you could also pass pts/all to cache all tests. It's important though to just cache the tests/suites you'll be using on your network. This will generate the test file download cache by default to *~/.phoronix-test-suite/download-cache/* or */usr/share/phoronix-test-suite/download-cache/* depending upon your write permissions. You can always run this command later with more test files. Alternatively, if you already have a number of tests installed on the system, simply running "phoronix-test-suite make-download-cache" will generate the cache based upon the currently installed tests.
**$ phoronix-test-suite make-openbenchmarking-cache**
This command will cache as much of the OpenBenchmarking.org meta-data as possible for test profiles and test suites. After the above commands, the Phoromatic Server should no longer need a persistent Internet connection.
**$ phoronix-test-suite start-phoromatic-server**
Proceed to start the Phoromatic Server and operate as normal.
For the test clients without an Internet connection, as long as they're able to reach the Phoromatic Server, the Phoromatic Server should be able to automatically serve all of the needed test files download cache and OpenBenchmarking.org meta-data to the systems locally.
#### Use Case C: Phoromatic Across The Internet
If wishing to use the same Phoromatic Server across multiple geographic locations, it's easily possible -- you just lose out on the zero-conf networking ability. To let the Phoronix Test Suite client systems know about the remote Phoromatic Server, simply add the Phoromatic Server information to the client's *PhoromaticServers* element within the *user-config.xml* . Of course, make sure the Phoromatic Server has a globally resolvable IP address and its Phoromatic HTTP/WebSocket ports are open. Once informing the client of the Phoromatic Server, the use cases as above apply in the same manner.
### Client Setup
From Phoronix Test Suite client systems running on the LAN, the following command will report all available detected Phoromatic Servers along with important server and debugging information:
**$ phoronix-test-suite phoromatic.explore**
With the following example output on finding one successful server:
*IP: 192.168.1.211
HTTP PORT: 5447
WEBSOCKET PORT: 5427
SERVER: PHP 5.5.9-1ubuntu4.4 Development Server
PHORONIX TEST SUITE: Phoronix Test Suite v5.4.0m1 [5313]
DOWNLOAD CACHE: 19 FILES / 2390 MB CACHE SIZE
SUPPORTED OPENBENCHMARKING.ORG REPOSITORIES:
pts - Last Generated: 05 Oct 2014 07:16*
Phoromatic Servers are detected by the Phoronix Test Suite through Avahi or if manually configuring the Phoronix Test Suite clients to point to Phoromatic Servers. For networks without Avahi/auto-discovery support or for test systems that may be connecting from another network, the IP address and HTTP port number can be added to the local system's *~/.phoronix-test-suite/user-config.xml* with the *PhoromaticServers* element. Adding the *IP:port* (the Phoromatic Server's HTTP port) to the PhoromaticServers *user-config.xml* element for will perform targeted probing by the Phoronix Test Suite without any dependence on Avahi. Multiple Phoromatic Servers can be added if each IP:port is delimited by a comma.
To connect a Phoronix Test Suite system for benchmarking to an account, log into your Phoromatic account from the web-interface and on the main/system pages will be instructions along with a specially formed string to run, e.g. *phoronix-test-suite phoromatic.connect 192.168.1.211:5447/I0SSJY* . When running that command once on the system(s) to be synced to that account, as the administrator you'll be able to validate/approve the systems from the Phoromatic web interface. After that, whenever the system(s) are to be running benchmarks, simply have the **phoronix-test-suite phoromatic.connect** command running on the system (after the initial account has been synced, simply running **phoronix-test-suite phoromatic.connect** is enough for the system to find the server and its account).
### Root Administrator
The root administrator account is able to manage the server-level settings, e.g. Phoromatic storage location and other global settings related to the Phoronix Test Suite / Phoromatic Server, from the web user-interface.
To enable the root administrator log-in, first from the server's command-line interface run **phoronix-test-suite phoromatic.set-root-admin-password** to set the password. Following that, you can log into the root administrator account via the web interface via the *rootadmin* user-name and the set password.
### Other Advice
#### Disable Internet Precaution
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/HHVM 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* .
#### 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
The Phoromatic Server will produce a log file of events / debugging information to *~/.phoronix-test-suite/phoromatic.log* or */var/log/phoromatic.log* depending upon the service's permissions. When running the Phoronix Test Suite Phoromatic client, the log will be written to one of the respective locations in *phoronix-test-suite.log* .
#### Multi-User Accounts
For each time a user account is made from the Phoromatic web UI's log-in page, all of the test schedules, systems, and other account information is separate to allow for a completely isolated multi-user system. If a main administrator (the one creating the account) wishes to have multiple users sharing the same account data, that user can create additional accounts from the *Users* tab of their account. The main administrator can make an additional administrator account or a "viewer" account that can consume the account's data but not create/modify the schedules, systems, or other account details.
#### File Locations
When running the Phoronix Test Suite Phoromatic Server as root, rather than using the *~/.phoronix-test-suite/* directory, the standard Linux file-system hierarchy standard is honored. The main storage path is */var/lib/phoronix-test-suite/* , the user configuration file is */etc/phoronix-test-suite.xml* , and */var/cache/phoronix-test-suite/* for cache files.
#### Uploading Other Test Results
Unscheduled test results and other results found on connected systems to a Phoromatic account can upload the data to the Phoromatic Server using the *phoronix-test-suite phoromatic.upload-result <result file identifier >* sub-command.
#### User Context File Logging
For those utilizing custom set context script files as part of the Phoromatic test schedule, any important notes / log information can be written to the file specified by the *PHOROMATIC_LOG_FILE* environment variable set while running the user context scripts. The contents of that file is then sent to the Phoromatic Server otherwise the standard output of the script's execution is submitted to the Phoromatic Server for logging. These logs can then be viewed by the Phoromatic Server along with the test results. Other environment variables accessible when running a user context script include *PHOROMATIC_TRIGGER* , *PHOROMATIC_SCHEDULE_ID* , and *PHOROMATIC_SCHEDULE_PROCESS* .

View File

@@ -1,40 +0,0 @@
# Phoronix Test Suite On Windows
### Introduction
Phoronix Test Suite 8.0 features 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. To make it abundantly clear, if you are using a Phoronix Test Suite version pre-8.0, you are best upgrading or ideally using Phoronix Test Suite Git as the Windows support remains in very active development at the moment as of early 2018.
The Phoronix Test Suite Windows support currently targets **Windows 10 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.
### Windows Setup / Dependencies
As with Phoronix Test Suite on Linux and other operating systems, the principal dependency is on PHP (PHP v5.3 or newer, including PHP 7.x). 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](https://www.cygwin.com/) 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 10 x64 or Windows Server 2016, 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) ).
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.
### Test Profiles On Windows
As of March 2018, around 50 of the test profiles are currently compatible with the Phoronix Test Suite on Windows. This includes many of the popular benchmarks and other interesting test cases. Over time more test profiles will continue to be ported to Windows where applicable and there are also some Windows-only tests also supported for execution by the Phoronix Test Suite.
### Getting Started
Besides **phoronix-test-suite shell** and **phoronix-test-suite help** , there is also **phoronix-test-suite interactive** for helping new users understand Phoronix Test Suite benchmarking. Long story short, it should be as easy as running **phoronix-test-suite benchmark c-ray** or **phoronix-test-suite benchmark crafty** as some examples for carrying out automated, cross-platform benchmarks in a side-by-side and fully-reproducible manner.
### Support
Community technical support is available via [GitHub](https://github.com/phoronix-test-suite/phoronix-test-suite/issues) or general inquiries via [the Phoronix Forums](https://www.phoronix.com/forums/forum/phoronix/phoronix-test-suite) . For enterprise inquiries, commercial support, and custom engineering services, [contact us](http://phoronix-test-suite.com/?k=commercial) .

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -5,11 +5,11 @@
<body>
<h1>Overview</h1>
<p>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.</p>
<p>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 <a href="http://openbenchmarking.org/">OpenBenchmarking.org</a> 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.</p>
<p>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 <a href="https://openbenchmarking.org/">OpenBenchmarking.org</a> 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.</p>
<p>Running the Phoronix Test Suite for the first time can be as simple as issuing a command such as <em>phoronix-test-suite benchmark c-ray</em>, 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.</p>
<h1>OpenBenchmarking.org</h1>
<p>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.</p>
<p>When finding a set of results on OpenBenchmarking.org (e.g. <a href="http://openbenchmarking.org/result/1203160-BY-NVTEGRA3785">an example result file</a>), it's as easy as running the Phoronix Test Suite with that OpenBenchmarking.org ID to perform an automated side-by-side comparison (e.g. <em>phoronix-test-suite benchmark 1203160-BY-NVTEGRA3785</em>).</p>
<p>When finding a set of results on OpenBenchmarking.org, it's as easy as running the Phoronix Test Suite with that OpenBenchmarking.org ID to perform an automated side-by-side comparison (e.g. <em>phoronix-test-suite benchmark 1203160-BY-NVTEGRA3785</em>).</p>
<p>Thanks to the wealth of test data (results, system logs, etc) from crowd-sourced benchmarking via the Phoronix Test Suite, a plethora of analytical features are also available from OpenBenchmarking.org.</p>
<h1>Phoromatic</h1>
<p>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.</p>

View File

@@ -21,6 +21,9 @@
<h3>system-info<em> </em>
</h3>
<p>Display the installed system hardware and software information as detected by the Phoronix Test Suite Phodevi Library.</p>
<h3>system-properties<em> </em>
</h3>
<p>Display various hardware/software system properties detected by the Phoronix Device Interface (Phodevi) library.</p>
<h3>system-sensors<em> </em>
</h3>
<p>Display the installed system hardware and software sensors in real-time as detected by the Phoronix Test Suite Phodevi Library.</p>
@@ -44,6 +47,9 @@
<h3>benchmark<em> [Test | Suite | OpenBenchmarking ID | Test Result] ...</em>
</h3>
<p>This option will install the selected test(s) (if needed) and will proceed to run the test(s). This option is equivalent to running phoronix-test-suite with the install option followed by the run option. Multiple arguments can be supplied to run additional tests at the same time and save the results into one file.</p>
<h3>estimate-install-time<em> [Test | Suite | OpenBenchmarking ID | Test Result]</em>
</h3>
<p>This option will provide estimates for test install/setup time length.</p>
<h3>estimate-run-time<em> [Test | Suite | OpenBenchmarking ID | Test Result]</em>
</h3>
<p>This option will provide estimates for test run-time / length.</p>
@@ -56,7 +62,10 @@
<h3>run-random-tests<em> </em>
</h3>
<p>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.</p>
<h3>run-tests-in-suite<em> </em>
<h3>run-subset<em> [Test | Suite | OpenBenchmarking ID | Test Result] ...</em>
</h3>
<p>This option will run the selected test(s) but prompt the user when passing any test suites or result files what subset / test(s) contained within there to run rather than running all passed tests/suites/results.</p>
<h3>run-tests-in-suite<em> [Suite]</em>
</h3>
<p>This option can be used if you wish to run all of the tests found in a supplied suite, but you wish to re-configure each of the test options rather than using the defaults supplied by the suite.</p>
<h3>stress-batch-run<em> [Test | Suite | OpenBenchmarking ID | Test Result] ...</em>
@@ -100,12 +109,18 @@
<h3>clone-result<em> [OpenBenchmarking ID] ...</em>
</h3>
<p>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.</p>
<h3>enable-repo<em> </em>
</h3>
<p>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.</p>
<h3>list-recommended-tests<em> </em>
</h3>
<p>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.</p>
<h3>make-openbenchmarking-cache<em> </em>
</h3>
<p>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.</p>
<h3>ob-test-profile-analyze<em> </em>
</h3>
<p>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.</p>
<h3>openbenchmarking-changes<em> </em>
</h3>
<p>This option will list recent changes to test profiles of enabled OpenBenchmarking.org repositories.</p>
@@ -130,13 +145,19 @@
<h3>upload-test-profile<em> </em>
</h3>
<p>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.</p>
<h3>upload-test-suite<em> </em>
<h3>upload-test-suite<em> [Suite]</em>
</h3>
<p>This option can be used for uploading a test suite to your account on OpenBenchmarking.org. By uploading your test suite to OpenBenchmarking.org, others are then able to browse and access this test suite for easy distribution.</p>
<h1>Information</h1>
<h3>check-tests<em> [Test]</em>
</h3>
<p>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.</p>
<h3>info<em> [Test | Suite | OpenBenchmarking ID | Test Result]</em>
</h3>
<p>This option will show details about the supplied test, suite, virtual suite, or result file.</p>
<h3>intersect<em> [Test | Suite | OpenBenchmarking ID | Test Result] ...</em>
</h3>
<p>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.</p>
<h3>list-all-tests<em> </em>
</h3>
<p>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.</p>
@@ -182,6 +203,9 @@
<h3>search<em> </em>
</h3>
<p>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..</p>
<h3>test-to-suite-map<em> </em>
</h3>
<p>This option will list all test profiles and any test suites each test belongs to.</p>
<h1>Asset Creation</h1>
<h3>build-suite<em> </em>
</h3>
@@ -207,6 +231,9 @@
<h3>inspect-test-profile<em> [Test]</em>
</h3>
<p>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.</p>
<h3>rebuild-test-suite<em> [Suite]</em>
</h3>
<p>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.</p>
<h3>result-file-to-suite<em> [Test Result]</em>
</h3>
<p>This option will guide the user through the process of generating their own test suite, which they can then run, that is based upon an existing test results file.</p>
@@ -216,13 +243,13 @@
<h3>validate-test-profile<em> [Test]</em>
</h3>
<p>This option can be used for validating a Phoronix Test Suite test profile as being compliant against the OpenBenchmarking.org specification.</p>
<h3>validate-test-suite<em> </em>
<h3>validate-test-suite<em> [Suite]</em>
</h3>
<p>This option can be used for validating a Phoronix Test Suite test suite as being compliant against the OpenBenchmarking.org specification.</p>
<h1>Result Management</h1>
<h3>analyze-all-runs<em> [Test Result]</em>
<h3>analyze-run-times<em> [Test Result]</em>
</h3>
<p>This option will generate a candlestick graph showing the distribution of results from all trial runs. The candlestick graph is similar to the Japanese candlestick charts used by the financial industry, except instead of representing stock data it is numerical result data from all trial runs.\n\nThe tip of the upper-wick represents the highest value of the test runs with the tip of the lower-wick representing the lowest value of all test runs. The upper-edge of the candle body represents the first or last run value and the lower-edge represents the first or last run value. Lastly, if the last run value is less than the first run value, the candle body is the same color as the graph background, otherwise the last run value is greater.</p>
<p>This option will read a saved test results file and print the statistics about how long the testing took to complete.</p>
<h3>auto-sort-result-file<em> [Test Result]</em>
</h3>
<p>This option is used if you wish to automatically attempt to sort the results by their result identifier string.</p>
@@ -238,18 +265,21 @@
<h3>extract-from-result-file<em> [Test Result]</em>
</h3>
<p>This option will extract a single set of test results from a saved results file that contains multiple test results that have been merged. The user is the prompted to specify a new result file name and select which result identifier to extract.</p>
<h3>keep-results-in-result-file<em> [Test Result]</em>
</h3>
<p>This option is the inverse of the remove-results-from-result-file sub-command. If you wish to remove all results but those listed from a given result file, this option can be used. The user must specify a saved results file and then they will be prompted to provide a string to search for in keeping those results in that given result file but removing all other data.</p>
<h3>merge-results<em> [Test Result] ...</em>
</h3>
<p>This option will manually merge multiple sets of test results generated by the Phoronix Test Suite.</p>
<h3>refresh-graphs<em> [Test Result]</em>
</h3>
<p>This option will re-render and save all result graphs within a saved file. This option can be used when making modifications to the graphing code or its color/option configuration file and testing the changes.</p>
<h3>remove-result<em> [Test Result]</em>
</h3>
<p>This option will permanently remove the saved file set that is set as the first argument.</p>
<h3>remove-results-from-result-file<em> [Test Result]</em>
<h3>remove-result-from-result-file<em> [Test Result]</em>
</h3>
<p>This option is used if there are test results (benchmarks) to be dropped from a given result file. The user must specify a saved results file and then they will be prompted to select the tests/benchmarks to remove.</p>
<h3>remove-results-from-result-file<em> [Test Result]</em>
</h3>
<p>This option is used if there are test results (benchmarks) to be dropped from a given result file. The user must specify a saved results file and then they will be prompted to provide a string to search for in removing those results from that given result file.</p>
<h3>remove-run-from-result-file<em> [Test Result]</em>
</h3>
<p>This option is used if there is a set of test results you wish to remove/delete from a saved results file. The user must specify a saved results file and then they will be prompted to select the results identifier associated with the results they wish to remove.</p>
@@ -262,15 +292,9 @@
<h3>reorder-result-file<em> [Test Result]</em>
</h3>
<p>This option is used if you wish to manually change the order in which test results are shown in the Phoronix Test Suite Results Viewer and the contained graphs. The user must specify a saved results file and then they will be prompted to select the results identifiers one at a time in the order they would like them to be displayed from left to right.</p>
<h3>result-file-confidence<em> [Test Result]</em>
</h3>
<p>This option will read a saved test results file and display various statistics on the confidence of the results with the standard deviation, three-sigma values, and other metrics while color-coding "passing" results in green.</p>
<h3>result-file-raw-to-csv<em> [Test Result]</em>
</h3>
<p>This option will read a saved test results file and output the raw result file run data to a CSV file. This raw (individual) result file output is intended for data analytic purposes where the result-file-to-csv is more end-user-ready.</p>
<h3>result-file-stats<em> [Test Result]</em>
</h3>
<p>This option is used if you wish to analyze a result file by seeing various statistics on the result data for result files containing at least two sets of data.</p>
<h3>result-file-to-csv<em> [Test Result]</em>
</h3>
<p>This option will read a saved test results file and output the system hardware and software information along with the results to a CSV output. The CSV (Comma Separated Values) output can then be loaded into a spreadsheet for easy viewing.</p>
@@ -286,9 +310,9 @@
<h3>show-result<em> [Test Result]</em>
</h3>
<p>Open up the test results in the Phoronix Test Suite Result Viewer or on OpenBenchmarking.org.</p>
<h3>wins-and-losses<em> [Test Result]</em>
<h3>workload-topology<em> [Test Result]</em>
</h3>
<p>This option is used if you wish to analyze a result file to see which runs produced the most wins/losses of those result identifiers in the saved file.</p>
<p>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.</p>
<h1>Other</h1>
<h3>commands<em> </em>
</h3>
@@ -343,6 +367,19 @@
<h3>user-config-set<em> </em>
</h3>
<p>This option can be used for setting an XML value in the Phoronix Test Suite user configuration file.</p>
<h1>Result Analysis</h1>
<h3>executive-summary<em> [Test Result]</em>
</h3>
<p>This option will attempt to auto-generate a textual executive summary for a result file to highlight prominent results / averages.</p>
<h3>result-file-confidence<em> [Test Result]</em>
</h3>
<p>This option will read a saved test results file and display various statistics on the confidence of the results with the standard deviation, three-sigma values, and other metrics while color-coding "passing" results in green.</p>
<h3>result-file-stats<em> [Test Result]</em>
</h3>
<p>This option is used if you wish to analyze a result file by seeing various statistics on the result data for result files containing at least two sets of data.</p>
<h3>wins-and-losses<em> [Test Result]</em>
</h3>
<p>This option is used if you wish to analyze a result file to see which runs produced the most wins/losses of those result identifiers in the saved file.</p>
<h1>Phoromatic</h1>
<h3>start-phoromatic-server<em> </em>
</h3>

View File

@@ -12,9 +12,10 @@
<h2>Dummy Module</h2>
<p>This is a simple module intended for developers to just demonstrate some of the module functions.</p>
<p>phoronix-test-suite dummy_module.dummy-command</p>
<h2>Generate Perf FlameGraphs For Tests</h2>
<p>Setting FLAME_GRAPH_PATH=&lt;path to flamegraph path&gt; will auto-load and enable this Phoronix Test Suite module. The module will generate a Linux perf FlameGraph for each test run during the benchmarking process. Details on FlameGraph @ https://github.com/brendangregg/FlameGraph</p>
<p>This module utilizes the following environmental variables: FLAME_GRAPH_PATH.</p>
<p>This is a simple module intended for developers to just demonstrate some of the module functions.</p>
<h2>Flush Caches</h2>
<p>Loading this module will ensure caches (page cache, swap, etc) automatically get flushed prior to running any test.</p>
<p>This module utilizes the following environmental variables: PTS_FLUSH_CACHES.</p>
<h2>Graphics Override</h2>
<p>This module allows you to override some graphics rendering settings for the ATI and NVIDIA drivers while running the Phoronix Test Suite.</p>
<p>This module utilizes the following environmental variables: FORCE_AA, FORCE_AF.</p>
@@ -26,6 +27,7 @@
<p>This module utilizes the following environmental variables: LINUX_PERF.</p>
<h2>Dynamic Result Viewer</h2>
<p>This module pre-loads the HTTP dynamic result viewer for Phoronix Test Suite data.</p>
<p>phoronix-test-suite load_dynamic_result_viewer.start</p>
<h2>Log Exporter</h2>
<p>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.</p>
<p>This module utilizes the following environmental variables: COPY_TEST_RUN_LOGS_TO, COPY_SYSTEM_LOGS_TO.</p>
@@ -44,6 +46,7 @@
<p>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.</p>
<p>phoronix-test-suite perf_tips.show</p>
<p>This module utilizes the following environmental variables: SUPPRESS_PERF_TIPS.</p>
<p>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.</p>
<h2>Benchmarking Compiler PGO Impact</h2>
<p>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.</p>
<p>phoronix-test-suite pgo.benchmark</p>
@@ -56,6 +59,7 @@
<p>phoronix-test-suite phoromatic.list-results</p>
<p>phoronix-test-suite phoromatic.clone</p>
<p>phoronix-test-suite phoromatic.export-results-for-account-schedules</p>
<p>The Phoromatic module contains the client support for interacting with Phoromatic and Phoromatic Tracker services.</p>
<h2>Pushover.net</h2>
<p>Submit notifications to your iOS/Android mobile devices of test results in real-time as push notifications, etc. Using the Pushover.net API.</p>
<p>This module utilizes the following environmental variables: PUSHOVER_NET_USER.</p>
@@ -70,14 +74,98 @@
<h2>System Monitor</h2>
<p>This module contains sensor monitoring support.</p>
<p>This module utilizes the following environmental variables: MONITOR, PERFORMANCE_PER_WATT, PERFORMANCE_PER_SENSOR, MONITOR_INTERVAL, MONITOR_PER_RUN.</p>
<p>Monitoring these sensors is as easy as running your normal Phoronix Test Suite commands but at the beginning of the command add: MONITOR=&lt;selected sensors&gt;. For example, this will monitor the CPU temperature and voltage during tests:
MONITOR=cpu.temp,cpu.voltage phoronix-test-suite benchmark universe
For some of the sensors there is an ability to monitor specific device, e.g. cpu.usage.cpu0 or hdd.read-speed.sda. If the PERFORMANCE_PER_WATT environment variable is set, a performance per Watt graph will also be added, assuming the system's power consumption can be monitored. PERFORMANCE_PER_SENSOR= will allow similar behavior but for arbitrary sensors. Below are all of the sensors supported by this version of the Phoronix Test Suite.
Supported Options:
- all
- all.ambient
- ambient.temp
- all.cgroup
- cgroup.cpu-usage
- all.cpu
- cpu.fan-speed
- cpu.freq
- all.cpu.freq
- cpu.freq.cpu0
- cpu.freq.cpu1
- cpu.freq.cpu2
- cpu.freq.cpu3
- cpu.freq.cpu4
- cpu.freq.cpu5
- cpu.freq.cpu6
- cpu.freq.cpu7
- cpu.peak-freq
- cpu.power
- cpu.temp
- cpu.usage
- all.cpu.usage
- cpu.usage.cpu0
- cpu.usage.cpu1
- cpu.usage.cpu2
- cpu.usage.cpu3
- cpu.usage.cpu4
- cpu.usage.cpu5
- cpu.usage.cpu6
- cpu.usage.cpu7
- cpu.usage.summary
- cpu.voltage
- all.gpu
- gpu.fan-speed
- gpu.freq
- gpu.memory-usage
- gpu.power
- gpu.temp
- gpu.usage
- gpu.voltage
- all.hdd
- hdd.read-speed
- all.hdd.read-speed
- hdd.read-speed.sda
- hdd.read-speed.sdb
- hdd.read-speed.nvme0n1
- hdd.temp
- all.hdd.temp
- hdd.temp.sda
- hdd.temp.sdb
- hdd.temp.nvme0n1
- hdd.write-speed
- all.hdd.write-speed
- hdd.write-speed.sda
- hdd.write-speed.sdb
- hdd.write-speed.nvme0n1
- all.memory
- memory.temp
- memory.usage
- all.swap
- swap.usage
- all.sys
- sys.fan-speed
- sys.iowait
- sys.power
- sys.temp
- sys.voltage
- all.sys.voltage
NOTE: Use the "system-sensors" command to see what sensors are available for monitoring on the system.</p>
<h2>Test Timeout</h2>
<p>This module allows killing a test if it exceeds a defined threshold, such as if the test is hung, etc. TEST_TIMEOUT_AFTER= environment variable can be used for controlling the behavior. When this variable is set, the value will can be set to "auto" or a positive integer. The value indicates the number of minutes until a test run should be aborted, such as for a safeguard against hung/deadlocked processes or other issues. Setting this to a high number as a backup would be recommended for fending off possible hangs / stalls in the testing process if the test does not quit on its own for whatever reason. If the value is "auto", it will quit if the time of a test run exceeds 3x the average time it normally takes the particular test to complete its run.</p>
<p>This module utilizes the following environmental variables: TEST_TIMEOUT_AFTER.</p>
<h2>Timed Screenshot</h2>
<p>This is a module that will take a screenshot of the system at a pre-defined interval. ImageMagick must be installed onto the system prior to using this module.</p>
<p>This module utilizes the following environmental variables: SCREENSHOT_INTERVAL.</p>
<h2>Toggle Screensaver</h2>
<p>This module toggles the system's screensaver while the Phoronix Test Suite is running. At this time, the GNOME and KDE screensavers are supported.</p>
<p>This module utilizes the following environmental variables: HALT_SCREENSAVER.</p>
<h2>Linux Turbostat Dumper</h2>
<p>Setting TURBOSTAT_LOG_DIR=_DIR_ will auto-load and enable this Phoronix Test Suite module. The module will -- if turbostat is installed on the system and the user is root -- allow dumping of the TurboStat data to the specified directly on a per-test basis. This allows easily collecting of turbostat logs for each test being run.</p>
<p>This module utilizes the following environmental variables: TURBOSTAT_LOG_DIR.</p>
<h2>Update Checker</h2>
<p>This module checks to see if the Phoronix Test Suite -- and its tests and suites -- are up to date.</p>
<p>This module checks to see if the Phoronix Test Suite -- and its tests and suites -- are up to date plus also handles message of the day information.</p>
<h2>Utilize Wine On Linux Benchmarking</h2>
<p>This module when activated via the USE_WINE environment variable on Linux systems will override the test profile OS target to Windows and attempt to run the (Windows) tests under Wine, if installed on the system. USE_WINE can be either set to the name of the desired wine command or the absolute path to the wine binary you wish to use for benchmarking.</p>
<p>This module utilizes the following environmental variables: USE_WINE.</p>

View File

@@ -5,12 +5,12 @@
<body>
<h1>Setup Overview</h1>
<p>The Phoronix Test Suite supports Linux, Apple macOS, Microsoft Windows, Solaris, Hurd, BSD, and other operating system environments. The only Linux distribution-specific code deals with the external dependencies support feature that are set by individual test profiles. If you are not running one of the supported Linux distributions, Solaris, BSD, or macOS, you may need to install a package manually (as instructed by the Phoronix Test Suite) in order for a test to run. An example of an external dependency would be GCC and the OpenGL Utility Toolkit being needed for test profiles that build an OpenGL benchmark from source-code.</p>
<p>Among the distributions where the Phoronix Test Suite has been officially tested include Ubuntu, Fedora, Mandriva / Mageia, Gentoo, PCLinuxOS, Arch Linux, Pardus, OpenSuSE, Optware, webOS, Zenwalk, CentOS, Red Hat Enterprise Linux, Oracle Linux, Scientific Linux, Debian, Mint, MEPIS, Alpine Linux, Void Linux, Intel Clear Linux, and Amazon Linux EC2.</p>
<p>Among the tested BSD distributions are FreeBSD, PC-BSD, NetBSD, OpenBSD, Debian GNU/kFreeBSD, and DragonflyBSD. Tested Solaris distributions include OpenSolaris, Solaris Express 11, Oracle Solaris 11, OpenIndiana, Illumos, and Nexenta.</p>
<p>Among the distributions where the Phoronix Test Suite has been officially tested include Ubuntu, Fedora, Mandriva / Mageia, Gentoo, PCLinuxOS, Arch Linux, Pardus, OpenSuSE, Optware, webOS, Zenwalk, CentOS, Red Hat Enterprise Linux, Oracle Linux, Scientific Linux, Debian, Mint, Alpine Linux, Void Linux, Intel Clear Linux, and Amazon Linux EC2.</p>
<p>Among the tested BSD distributions are FreeBSD, NetBSD, OpenBSD, and DragonflyBSD. Tested Solaris distributions include Oracle Solaris 11, OpenIndiana, and Illumos.</p>
<h1>Dependencies</h1>
<p>The only required dependency for the Phoronix Test Suite is PHP 5.3 or newer. On Linux distributions, the needed package is commonly called <em>php5-cli</em> or <em>php-cli</em> or <em>php7</em> or <em>php</em>. 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 <a href="http://www.php.net/">www.php.net</a>. PHP 7 is fully supported by the Phoronix Test Suite as well as HHVM.</p>
<p>The only required dependency for the Phoronix Test Suite is PHP 5.3 or newer. On Linux distributions, the needed package is commonly called <em>php5-cli</em> or <em>php-cli</em> or <em>php7</em> or <em>php</em>. 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 <a href="http://www.php.net/">www.php.net</a>. PHP 7 and PHP 8 are also fully supported by the Phoronix Test Suite.</p>
<p>For installing PHP on Windows, the <a href="https://www.microsoft.com/web/platform/phponwindows.aspx">Microsoft Web Platform Installer</a> provides an automated alternative that will install PHP into the directory expected by Phoronix Test Suite. Users opting to install PHP manually must extract the files to <em>C:\Program Files (x86)\PHP\</em> or a subdirectory.</p>
<p>The <em>phoronix-test-suite.bat</em> Windows launcher for the Phoronix Test Suite will automatically download and setup PHP on the local system if PHP is not present already.</p>
<p>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:</p>
<ul>
<li><strong>PHP DOM</strong> is needed for XML operations and must be installed for the Phoronix Test Suite to function.</li>
@@ -26,8 +26,8 @@
<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 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&amp;postcount=4">Phoronix Forums support thread</a>.</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="https://github.com/phoronix-test-suite/phoronix-test-suite">GitHub.com/phoronix-test-suite</a> and can be cloned/pulled from the <em>https://github.com/phoronix-test-suite/phoronix-test-suite.git</em> repository location. 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>
<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.</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="https://github.com/phoronix-test-suite/phoronix-test-suite">github.com/phoronix-test-suite</a> and can be cloned/pulled from the <em>https://github.com/phoronix-test-suite/phoronix-test-suite.git</em> repository location. 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>
<p>If building the PHP package from upstream sources, it should just be a matter of running <em>./configure</em> with the <em>--enable-zip</em> flag (all other requirements should be apart of the stock PHP configuration) to satisfy the PHP needs of the Phoronix Test Suite.</p>
<h2>File Structure</h2>
<p>If manually changing the location of the <em>phoronix-test-suite</em> launcher file, the <em>PTS_USER_PATH</em> environment variable must be adjusted inside the file to reflect the absolute location that leads to the root directory of the <em>pts</em> and <em>pts-core</em> folders. The <em>pts-core</em> directory contains the &quot;engine&quot; of the Phoronix Test Suite.</p>
@@ -39,23 +39,9 @@
<p>Debian/Ubuntu users are able to follow the Generic Installation instructions or can obtain a Debian Package from the Phoronix Test Suite web-site. The package contains the <em>phoronix-test-suite</em> executable in <em>/usr/bin/</em>, the Phoronix Test Suite files in <em>/usr/share/phoronix-test-suite/</em>, and the documentation in <em>/usr/share/doc/phoronix-test-suite/</em>.</p>
<h2>Fedora / Red Hat Installation</h2>
<p>The Phoronix Test Suite can be installed on Fedora, Red Hat Enterprise Linux, and CentOS systems using the generic installation method. Alternatively, a <em>phoronix-test-suite</em> package is available in recent versions of the Fedora repository and in the EPEL (Extra Packages for Enterprise Linux) repository for Red Hat Enterprise Linux. However, at times this package may be out-of-date compared to upstream stable.</p>
<h2>Gentoo Installation</h2>
<p>Gentoo ebuild's for the Phoronix Test Suite have been created by users and can be currently found in the <a href="http://bugs.gentoo.org/show_bug.cgi?id=216656">Gentoo BugZilla</a>.</p>
<h2>Mandriva Installation</h2>
<p>Phoronix Test Suite packages are available through Mandriva Cooker starting with the Mandriva Linux 2009 release.</p>
<h2>OpenSolaris Installation</h2>
<p>The Phoronix Test Suite core (pts-core) is supported on Solaris and OpenSolaris platforms, but some features may not fully function. Additionally, the PTS External Dependencies feature is supported on OpenSolaris using IPS (the Image Packaging System). However, not all test profiles are supported on Solaris / OpenSolaris, and it may be in violation of your end-user agreement to perform such benchmarks on the Sun Solaris operating system. Using the OpenSolaris Image Packaging System, installing <em>SUNWphp524</em> will provide PHP, PHP GD, and related dependencies. The Phoronix Test Suite has also been tested on Oracle Solaris 11 Express, OpenIndiana, StormOS, and Nexenta Core Platform.</p>
<h2>BSD Installation</h2>
<p>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 pts-core has been tested against FreeBSD 7.x/8.x/9.x, NetBSD, PC-BSD 7/8/9, DragonFlyBSD 3.0/3.2/3.4/3.6/4.2, and OpenBSD 4.4/4.6. The Phoronix Test Suite will also work with Debian GNU/kFreeBSD.</p>
<p>For DragonFlyBSD, it's a matter of just using <em>pkg_radd</em> with php5, php5-json, php5-dom, and php5-zip or <em>pkgsrc</em>. With DragonFlyBSD using dports, the command is <em>pkg install php5 php5-dom php5-zip php5-json php5-simplexml</em>. Under FreeBSD/PC-BSD, PHP can be obtained from the <em>php5</em> and <em>php5-extensions</em> Ports collection.</p>
<p>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.</p>
<h2>MacOS Installation</h2>
<p>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.</p>
<h2>Windows Installation</h2>
<p>The Phoronix Test Suite support on Microsoft Windows is in development and will function just fine, but is not yet feature complete compared to the other operating systems support. Only a small subset of test profiles, mostly related to graphics, are supported. In terms of the version support, right now the Phoronix Test Suite is developed and tested solely against Microsoft Windows 7 x64 and Microsoft Windows 8 x64.</p>
<p>At this time the Phoronix Test Suite client is dependent upon the <em>php.exe</em> executable being installed to <em>C:\Program Files (x86)\PHP\ </em> or one of its subdirectories (see PHP installation notes above). Once this requirement is met, simply download the Phoronix Test Suite package, extract it to a directory of your choice, and run <em>phoronix-test-suite.bat</em></p>
<p>NOTE: because of lack of external dependencies support, it is necessary to manually download and install the files for some test profiles, such as the Unigine graphics benchmarks. See Troubleshooting for more information.</p>
<h2>Facebook HipHop</h2>
<p>The Phoronix Test Suite can use Facebook's <a href="https://github.com/facebook/hiphop-php">HipHop HHVM</a> virtual machine as an alternative to the de facto PHP implementation. The Phoronix Test Suite has been tested against HHVM 2.0. If HHVM is present on the system but not PHP, it will automatically be used by the Phoronix Test Suite. Alternatively, the <em>PHP_BIN</em> environment variable can be set to point to an alternative <em>hhvm</em> binary.</p>
<p>The Phoronix Test Suite also supports the older version of Facebook HipHop that serves as a PHP to C++ translator and compiler with GCC. This support though is primitive and not officially supported. To compile the Phoronix Test Suite using HipHop/GCC, run <em>find . -name "*.php" > files.list && hphp --input-list=files.list -k 1 --log=3 --include-path="." --cluster-count=50 -v "AllDynamic=true" -v "AllVolatile=true"</em> from the root <em>phoronix-test-suite/</em> directory. It can then be executed in the form of <em>/tmp/hphp_XXX/program -f pts-core/phoronix-test-suite.php system-info</em>.</p>
</body>
</html>

View File

@@ -5,23 +5,21 @@
<body>
<h2>Introduction</h2>
<p>Phoronix Test Suite 8.0 features 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. To make it abundantly clear, if you are using a Phoronix Test Suite version pre-8.0, you are best upgrading or ideally using Phoronix Test Suite Git as the Windows support remains in very active development at the moment as of early 2018.</p>
<p>The Phoronix Test Suite Windows support currently targets <strong>Windows 10 x64</strong> and <strong>Windows Server 2016 x64</strong>. 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.</p>
<p>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.</p>
<p>The Phoronix Test Suite Windows support currently targets <strong>Windows 10 x64</strong>, <strong>Windows 11 x64</strong> and <strong>Windows Server 2016 x64</strong>. 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.</p>
<h2>Windows Setup / Dependencies</h2>
<p>As with Phoronix Test Suite on Linux and other operating systems, the principal dependency is on PHP (PHP v5.3 or newer, including PHP 7.x). Running the <em>phoronix-test-suite.bat</em> file launcher for the Phoronix Test Suite on Windows will attempt to download and setup PHP on the system under <em>C:\PHP</em> as the default location should PHP support not be found within your system's <em>Program Files</em> 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.</p>
<p>As with Phoronix Test Suite on Linux and other operating systems, the principal dependency is on PHP. Running the <em>phoronix-test-suite.bat</em> file launcher for the Phoronix Test Suite on Windows will attempt to download and setup PHP on the system under <em>C:\PHP</em> as the default location should PHP support not be found within your system's <em>Program Files</em> 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.</p>
<p>The Phoronix Test Suite on Windows does depend upon <a href="https://www.cygwin.com/">Cygwin</a> 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 <em>C:\cygwin64</em>.</p>
<p>Various test profiles may depend upon other &quot;external dependencies&quot; 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.</p>
<h2>Running The Phoronix Test Suite On Windows</h2>
<p>The Phoronix Test Suite can run from its local directory and does not need to be &quot;installed&quot; to a system path or any other &quot;setup&quot; process prior to execution. On a clean install of Windows 10 x64 or Windows Server 2016, deploying the Phoronix Test Suite is designed to be as easy and straight-forward as possible:</p>
<p>The Phoronix Test Suite can run from its local directory and does not need to be &quot;installed&quot; to a system path or any other &quot;setup&quot; 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:</p>
<p>1. Download the Phoronix Test Suite 8.0+ or <a href="https://github.com/phoronix-test-suite/phoronix-test-suite">Phoronix-Test-Suite from GitHub</a> (<a href="https://github.com/phoronix-test-suite/phoronix-test-suite/archive/master.zip">zip file</a>).</p>
<p>2. From the Command Prompt or PowerShell, enter the <em>phoronix-test-suite</em> directory whether it be from Git or a zipped download.</p>
<p>3. Run the <em>phoronix-test-suite.bat</em> 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.</p>
<p>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 <strong>phoronix-test-suite shell</strong> command.</p>
<h2>Test Profiles On Windows</h2>
<p>As of March 2018, around 50 of the test profiles are currently compatible with the Phoronix Test Suite on Windows. This includes many of the popular benchmarks and other interesting test cases. Over time more test profiles will continue to be ported to Windows where applicable and there are also some Windows-only tests also supported for execution by the Phoronix Test Suite.</p>
<p>As of 2021, around 100 test profiles are currently compatible with the Phoronix Test Suite on Windows. This includes many of the popular benchmarks and other interesting test cases. Over time more test profiles will continue to be ported to Windows where applicable and there are also some Windows-only tests also supported for execution by the Phoronix Test Suite.</p>
<h2>Getting Started</h2>
<p>Besides <strong>phoronix-test-suite shell</strong> and <strong>phoronix-test-suite help</strong>, there is also <strong>phoronix-test-suite interactive</strong> for helping new users understand Phoronix Test Suite benchmarking. Long story short, it should be as easy as running <strong>phoronix-test-suite benchmark c-ray</strong> or <strong>phoronix-test-suite benchmark crafty</strong> as some examples for carrying out automated, cross-platform benchmarks in a side-by-side and fully-reproducible manner.</p>
<h2>Support</h2>
<p>Community technical support is available via <a href="https://github.com/phoronix-test-suite/phoronix-test-suite/issues">GitHub</a> or general inquiries via <a href="https://www.phoronix.com/forums/forum/phoronix/phoronix-test-suite">the Phoronix Forums</a>. For enterprise inquiries, commercial support, and custom engineering services, <a href="http://phoronix-test-suite.com/?k=commercial">contact us</a>.</p>
<p>Besides <strong>phoronix-test-suite shell</strong> and <strong>phoronix-test-suite help</strong>, there is also <strong>phoronix-test-suite interactive</strong> for helping new users understand Phoronix Test Suite benchmarking. Long story short, it should be as easy as running <strong>phoronix-test-suite benchmark stockfish</strong> or <strong>phoronix-test-suite benchmark crafty</strong> as some examples for carrying out automated, cross-platform benchmarks in a side-by-side and fully-reproducible manner.</p>
</body>
</html>

View File

@@ -5,6 +5,6 @@
</head>
<body>
<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 for manual installation.</p>
<p>Below are a list of the operating systems that currently have external dependencies support within the Phoronix Test Suite for the automatic installation of needed test files.<hr><ul></ul><li>Alpine Linux</li><li>Amazon</li><li>Angstrom</li><li>Arch Linux</li><li>CentOS</li><li>Clear Linux</li><li>ClearOS</li><li>ClearOS Core Server</li><li>Debian</li><li>DragonFlyBSD</li><li>Fedora</li><li>Fluxbuntu</li><li>GNU KFreeBSD</li><li>Gentoo</li><li>Goobuntu</li><li>HP</li><li>Joli Cloud</li><li>Linaro</li><li>Linux Embedded Development Environment</li><li>Linux Mint</li><li>MEPIS</li><li>Mac OS X</li><li>MacPorts</li><li>Mageia</li><li>Mandriva</li><li>MeeGo</li><li>Microsoft Windows</li><li>MidnightBSD</li><li>Moblin</li><li>Mythbuntu</li><li>NetBSD</li><li>Nexenta Core</li><li>OLPC</li><li>OpenIndiana</li><li>OpenMandriva</li><li>OpenMandrivaLinux</li><li>OpenSolaris</li><li>OpenSuSE</li><li>Optware</li><li>Oracle Server</li><li>PCLinuxOS</li><li>PTS Desktop Live</li><li>PTS Linux Live</li><li>Palm</li><li>Pardus Linux</li><li>Red Hat Enterprise</li><li>Red Hat Enterprise Server</li><li>SUSE</li><li>SUSE Linux</li><li>Scientific</li><li>ScientificSL</li><li>Solus</li><li>Solus Linux</li><li>Termux</li><li>Ubuntu</li><li>Void Linux</li><li>Zenwalk</li><li>gNewSense</li><li>macOS Brew</li></p>
<p>Below are a list of the operating systems that currently have external dependencies support within the Phoronix Test Suite for the automatic installation of needed test files.<hr><ul></ul><li>Alpine Linux</li><li>Amazon</li><li>Angstrom</li><li>Arch Linux</li><li>Clear Linux</li><li>ClearOS</li><li>ClearOS Core Server</li><li>Debian</li><li>DragonFlyBSD</li><li>Fedora</li><li>Gentoo</li><li>Linux Embedded Development Environment</li><li>Linux Mint</li><li>Mac OS X</li><li>MacPorts</li><li>Mageia</li><li>Mandriva</li><li>Microsoft Windows</li><li>MidnightBSD</li><li>NetBSD</li><li>OpenIndiana</li><li>OpenMandriva</li><li>OpenMandrivaLinux</li><li>OpenSolaris</li><li>OpenSuSE</li><li>Optware</li><li>Oracle Server</li><li>PCLinuxOS</li><li>Pardus Linux</li><li>Red Hat Enterprise</li><li>Red Hat Enterprise Server</li><li>SUSE</li><li>SUSE Linux</li><li>Scientific</li><li>ScientificSL</li><li>Solus</li><li>Solus Linux</li><li>Termux</li><li>Ubuntu</li><li>Void Linux</li><li>Zenwalk</li><li>macOS Brew</li></p>
</body>
</html>

View File

@@ -21,6 +21,8 @@
<p><strong>~/.phoronix-test-suite/test-suites/</strong></p>
<p>This is the directory where test suites are stored.</p>
<h1>Environment Variables</h1>
<p><strong>TEST_TIMEOUT_AFTER</strong></p>
<p>When this variable is set, the value will can be set to <em>auto</em> or a positive integer. The value indicates the number of minutes until a test run should be aborted, such as for a safeguard against hung/deadlocked processes or other issues. Setting this to a high number as a backup would be recommended for fending off possible hangs / stalls in the testing process if the test does not quit. If the value is <em>auto</em>, it will quit if the time of a test run exceeds 3x the average time it normally takes the particular test to complete its run. In the future, auto might be enabled by default in a future PTS release.</p>
<p><strong>TEST_RESULTS_NAME</strong></p>
<p>When this variable is set, the value will be used as the name for automatically saving the test results.</p>
<p><strong>TEST_RESULTS_IDENTIFIER</strong></p>
@@ -87,5 +89,7 @@
<p>If Phodevi fails to detect the system's monitor standard / default resolution, the mode can be specified in this variable. Example: <em>DEFAULT_VIDEO_MODE=1680x1050 phoronix-test-suite benchmark nexuiz</em>.</p>
<p><strong>SKIP_EXTERNAL_DEPENDENCIES</strong></p>
<p>To skip the Phoronix Test Suite external dependency checking/installation when installing a test, set this environment variable to <em>1</em>. If wishing to skip only certain external dependencies, set this variable's value to the name of the external dependencies (the generic dependency names used by the Phoronix Test Suite) to not install. Multiple dependencies to skip can be delimited by a comma.</p>
<p><strong>PTS_EXTRA_SYSTEM_LOGS_DIR</strong></p>
<p>By default the Phoronix Test Suite collects common system logs (cpuinfo, lscpu, dmesg) during the benchmarking process when saving test results. If wanting to collect additional, arbitrary system log files specific to your operating environment or for other niche system information, the <em>PTS_EXTRA_SYSTEM_LOGS_DIR</em> environment variable can be set as a path to a directory containing such log files. Prior to running the Phoronix Test Suite simply set <em>PTS_EXTRA_SYSTEM_LOGS_DIR</em> to the directory where any text files should be captured from following test completion.</p>
</body>
</html>

View File

@@ -0,0 +1,129 @@
<html>
<head>
<Title>Main Configuration File</Title>
</head>
<body>
<p>The main configuration file is <em>user-config.xml</em> (located at <em>~/.phoronix-test-suite/user-config.xml</em> or <em>/etc/phoronix-test-suite.xml</em> when running as root/admin) contains the user configuration options for the Phoronix Test Suite. To edit any option, open the configuration file within your preferred text editor. Alternatively, you can use the <em>user-config-set</em> option with the Phoronix Test Suite to update settings. For example, to set the download cache with the Phoronix Test Suite, execute <em>phoronix-test-suite user-config-set CacheDirectory=~/cache-directory/</em>.</p>
<h1>OpenBenchmarking Options</h1>
<h3>AnonymousUsageReporting</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://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>IndexCacheTTL</h3>
<p>The time to live for OpenBenchmarking.org index caches. This is an integer representing the number of days before an index cache should be automatically refreshed from OpenBenchmarking.org. The default value is <em>3</em> while setting the value to <em>0</em> will disable automatic refreshing of caches (caches can be manually updated at anytime using the respective command).</p>
<h3>AlwaysUploadSystemLogs</h3>
<p>If this option is set to <em>TRUE</em>, the system logs (i.e. dmesg, lspci, lsusb, Xorg.0.log) will always be uploaded to OpenBenchmarking.org when uploading your test results. Otherwise the user is prompted whether to attach the system logs with their results.</p>
<h3>AllowResultUploadsToOpenBenchmarking</h3>
<p>This option defines whether to allow/support result uploads to OpenBenchmarking.org. If set to <em>FALSE</em>, the user will not be prompted to allow uploading of test results to the public site.</p>
<h1>General Options</h1>
<h3>DefaultBrowser</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</h3>
<p>If this option is set to <em>TRUE</em>, the Phoronix Test Suite will use the Phodevi smart cache (if available). The Phodevi smart cache will automatically cache relevant system hardware/software attributes that can be safely stored and will be used until the system's software/hardware has changed or the system rebooted. Enabling this option will speed up the detection of installed hardware and software through the Phoronix Test Suite. If this option is set to <em>FALSE</em>, Phodevi will not generate a smart cache. The default value is <em>TRUE</em>.</p>
<h3>DefaultDisplayMode</h3>
<p>This option affects how text is displayed on the command-line interface during the testing process. If this option is set to <em>DEFAULT</em>, the text interface will be the traditional Phoronix Test Suite output. If this option is set to <em>CONCISE</em>, the display mode is shorter and more concise. This is the default mode used during batch testing. The default value is <em>DEFAULT</em>.</p>
<h3>PhoromaticServers</h3>
<p>This option can be used to specify the IP address(es) and port(s) of any Phoromatic Servers you wish to connect to for obtaining cached data, connecting to Phoromatic as a client test system, etc. The Phoronix Test Suite will attempt zero-conf network discovery but if that fails you can add the <em>IP:port</em> (the Phoromatic Server's HTTP port) to this element for targeted probing by the Phoronix Test Suite. Multiple Phoromatic Servers can be added if delimited by a comma; e.g. <em>IP:port,IP:port, IP:port</em>.</p>
<h1>Modules Options</h1>
<h3>AutoLoadModules</h3>
<p>This tag contains a string of the names of the Phoronix Test Suite modules to load by default when running the Phoronix Test Suite. Multiple modules can be listed when delimited by a comma. Modules that load via setting an environment variable can also be specified here (i.e. <em>FORCE_AA=8</em> as an option in this string to load the <em>graphics_override</em> module with the 8x forced anti-aliasing). The default value is <em>toggle_screensaver, update_checker</em>.</p>
<h1>Installation Options</h1>
<h3>RemoveDownloadFiles</h3>
<p>If this option is set to <em>TRUE</em>, once a test has been installed the downloaded files will be removed. Enabling this option will conserve disk space and in nearly all circumstances will not result in any problems. However, if a test profile directly depends upon a file that was downloaded (as opposed to something extracted from a downloaded file during the installation process), enabling this option will cause issues. If this option is set to <em>FALSE</em>, the downloaded files will not be removed unless the test is uninstalled. The default value is <em>FALSE</em>.</p>
<h3>SearchMediaForCache</h3>
<p>If this option is set to <em>TRUE</em>, when installing a test it will automatically look for a Phoronix Test Suite download cache on removable media that is attached and mounted on the system. On the Linux operating system, the Phoronix Test Suite looks for devices mounted within the <em>/media/</em> or <em>/Volumes/</em> directories. If a download cache is found (a <em>download-cache/</em> folder within the drive's root directory) and a file it is looking for with matching MD5/SHA256 check-sum, the file will be automatically copied. Otherwise the standard download cache is checked. If this option is set to <em>FALSE</em>, removable media devices are not checked. The default value is <em>TRUE</em>.</p>
<h3>SymLinkFilesFromCache</h3>
<p>If this option is set to <em>TRUE</em>, during the test installation process when a file is found in a Phoronix Test Suite download cache, instead of copying the file just provide a symbolic link to the file. Enabling this option will conserve disk space and in nearly all circumstances will not result in any issues, permitting the download cache files are always mounted during testing and are not located on removable media. If this option is set to <em>FALSE</em>, the files will be copied from the download cache. The default value is <em>FALSE</em>.</p>
<h3>PromptForDownloadMirror</h3>
<p>If this option is set to <em>TRUE</em>, when downloading a test file the user will be prompted to select a mirror when multiple mirrors available. This option is targeted for those in remote regions or where their download speed may be greatly affected depending upon the server. If this option is set to <em>FALSE</em>, the Phoronix Test Suite will randomly pick a mirror. The default value is <em>FALSE</em>.</p>
<h3>EnvironmentDirectory</h3>
<p>This option sets the directory where tests will be installed to by the Phoronix Test Suite. The full path to the directory on the local file-system should be specified, though <em>~</em> is a valid character for denoting the user's home directory. The default value is <em>~/.phoronix-test-suite/installed-tests/</em>.</p>
<h3>CacheDirectory</h3>
<p>This option sets the directory for the main download cache. The download cache is checked when installing a test while attempting to locate a needed test file. If the file is found in the download cache, it will not be downloaded from there instead of an Internet mirror. When running <em>phoronix-test-suite make-download-cache</em>, files are automatically copied to this directory. The full path to the directory should be specified, though <em>~</em> is a valid character for denoting the user's home directory. Specifying an HTTP or FTP URL is valid. The default value is <em>~/.phoronix-test-suite/download-cache/</em>. Multiple cache directories can be specified as of Phoronix Test Suite 2.2 with each directory being delimited by a colon.</p>
<h1>Testing Options</h1>
<h3>SleepTimeBetweenTests</h3>
<p>This option sets the time (in seconds) to sleep between running tests. The default value is <em>8</em>.</p>
<h3>SaveSystemLogs</h3>
<p>If this option is set to <em>TRUE</em>, when saving the results from a test it will also save various system details and logs to a sub-directory of the result file's location. Among the logs that will be archived include the X.Org log, dmesg, and lspci outputs. These system details may also be saved if a test suite explicitly requests this information be saved. If this option is set to <em>FALSE</em>, the system details / logs will not be saved by default. The default value is <em>FALSE</em>. When running in batch mode or using a Phoronix Certification and Qualification Suite, the logs will be saved regardless of this user setting.</p>
<h3>SaveInstallationLogs</h3>
<p>If this option is set to <em>TRUE</em>, when saving the results from a test it will archive the complete output generated by the test during its earlier installation process. The log(s) are then saved to a sub-directory of the result file's location. If this option is set to <em>FALSE</em>, the full test logs will not be saved. The default value is <em>FALSE</em>. When running in batch mode or using a Phoronix Certification and Qualification Suite, the logs will be saved regardless of this user setting.</p>
<h3>RemoveTestInstallOnCompletion</h3>
<p>If this option is set to <em>TRUE</em>, after a test has been completed, if that test profile is no longer present later in the test queue, the test installation will be removed from the disk. If the test is to be run at a later time, it will need to be re-installed. This is useful for embedded environments or Live CD/DVDs where the available memory (RAM) for storage may be limited.</p>
<h3>SaveTestLogs</h3>
<p>If this option is set to <em>TRUE</em>, when saving the results from a test it will archive the complete output of each test's run generated by the application under test itself. The default value is <em>FALSE</em>.</p>
<h3>ResultsDirectory</h3>
<p>This option sets the directory where test results will be saved by the Phoronix Test Suite. The full path to the directory on the local file-system should be specified, though <em>~</em> is a valid character for denoting the user's home directory. The default value is <em>~/.phoronix-test-suite/test-results/</em>.</p>
<h3>AlwaysUploadResultsToOpenBenchmarking</h3>
<p>This option defines whether test results should always be uploaded to OpenBenchmarking.org upon their completion. If this value is set to <em>FALSE</em>, the user will be prompted each time whether the results should be uploaded to OpenBenchmarking.org, unless running in batch mode where the value is pre-defined. The default value is <em>FALSE</em>.</p>
<h3>AutoSortRunQueue</h3>
<p>This option defines whether the Phoronix Test Suite should sort the queue of tests to run based upon their title and category of tests. If <em>FALSE</em>, the run queue won't be sorted and they will be run in the order they were added.</p>
<h3>ShowPostRunStatistics</h3>
<p>If <em>TRUE</em>, the Phoronix Test Suite will show various test run statistics / comparison data based upon the test results / result file being tested after the testing has finished.</p>
<h1>TestResultValidation Options</h1>
<h3>DynamicRunCount</h3>
<p>If this option is set to <em>TRUE</em>, the Phoronix Test Suite will automatically increase the number of times a test is to be run if the standard deviation of the test results exceeds a predefined threshold. This option is set to <em>TRUE</em> by default and is designed to ensure the statistical signifiance of the test results. The run count will increase until the standard deviation falls below the threshold or when the total number of run counts exceeds twice the amount that is set to run by default from the given test profile. Under certain conditions the run count may also increase further.</p>
<h3>LimitDynamicToTestLength</h3>
<p>If <em>DynamicRunCount</em> is set to <em>TRUE</em>, this option sets a limit on the maximum length per trial run that a test can execute (in minutes) for the run count to be adjusted. This option is to prevent tests that take a very long amount of time to run from consuming too much time. By default this value is set to <em>20</em> minutes.</p>
<h3>StandardDeviationThreshold</h3>
<p>This option defines the overall standard deviation threshold (as a percent) for the Phoronix Test Suite to dynamically increase the run count of a test if this limit is exceeded. The default value is <em>3.50</em>.</p>
<h3>ExportResultsTo</h3>
<p>This option can specify a file (either the absolute path or relative if contained within <em>~/.phoronix-test-suite/</em> where a set of test results will be passed as the first argument as a string with each of the test results being delimited by a colon. If the executed script returns an exit status of <em>0</em> the results are considered valid, if the script returns an exit status of <em>1</em> the Phoronix Test Suite will request the test be run again.</p>
<h1>ResultViewer Options</h1>
<h3>WebPort</h3>
<p>The default HTTP web port to use for launching the web-based result viewer. If the value is set to <em>RANDOM</em>, a random open web port will be used.</p>
<h3>LimitAccessToLocalHost</h3>
<p>If this value is set to <em>TRUE</em> (default), the web-based result viewer is only accessible by the local host. If the value is <em>FALSE</em>, anyone with access to the IP/port can access the result viewer.</p>
<h3>AccessKey</h3>
<p>An access key / password can be optionally supplied as a basic precaution particularly for web-accessible result viewers that aren't limited to the local host. Set the string value here of the desired key/password that the user will be prompted to enter when trying to access the result viewer.</p>
<h3>AllowSavingResultChanges</h3>
<p>This allows saving result file changes (notes, modifying result files, etc) of result files from the web-based result viewer. Besides needing to be set to <em>TRUE</em>, the result file directory must also be write-enabled.</p>
<h3>AllowDeletingResults</h3>
<p>This option is similar to <em>AllowSavingResultChanges</em> but controls the behavior of whether results can be permanently removed. Besides needing to be set to <em>TRUE</em>, the result file directory must also be write-enabled.</p>
<h1>Batch Mode Options</h1>
<p>The batch mode options are only used when using either the <em>batch-run</em> or <em>batch-benchmark</em> options with the Phoronix Test Suite. This mode is designed to fully automate the operation of the Phoronix Test Suite except for areas where the user would like to be prompted. To configure the batch mode options, it is recommended to run <em>phoronix-test-suite batch-setup</em> instead of modifying these values by hand.</p>
<h3>SaveResults</h3>
<p>If this option is set to <em>TRUE</em>, when running in batch mode the test results will be automatically saved.</p>
<h3>OpenBrowser</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</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://www.openbenchmarking.org/">OpenBenchmarking.org</a>.</p>
<h3>PromptForTestIdentifier</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</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 description. If this option is set to <em>FALSE</em>, the default test description will be used.</p>
<h3>PromptSaveName</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 name. If this option is set to <em>FALSE</em>, a test name will be automatically generated.</p>
<h1>Networking Options</h1>
<h3>NoInternetCommunication</h3>
<p>If you wish to disable Internet communication within the Phoronix Test Suite by default, set this option to <em>TRUE</em>. The default value is <em>FALSE</em>. Setting this to <em>FALSE</em> will still allow Phoromatic to communicate with network servers such as for intranet-based download caches or a Phoromatic Server. Internet support is generally required for downloading test profiles from OpenBenchmarking.org, acquiring necessary test files from their respective sources, etc.</p>
<h3>NoNetworkCommunication</h3>
<p>If you wish to disable network support (including Internet access) entirely within the Phoronix Test Suite, set this option to <em>TRUE</em>. The default value is <em>FALSE</em>.</p>
<h3>Timeout</h3>
<p>This is the read timeout (in seconds) for network connections. The default value is <em>20</em>.</p>
<h3>ProxyAddress</h3>
<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> environment variable is set, the Phoronix Test Suite will attempt to use that as the proxy information.</p>
<h3>ProxyPort</h3>
<p>If using a proxy server, enter the TCP port in this tag.</p>
<h1>Server Options</h1>
<h3>RemoteAccessPort</h3>
<p>If you wish to allow remote access to the built-in web-based interface to the Phoronix Test Suite when running its built-in web server, set the port number for remote access here. Port 80 is the common HTTP port but the Phoronix Test Suite web-interface can be easily set to other port numbers. If you do not wish to allow remote access, use the default value of <em>FALSE</em> or <em>-1</em>. If the value is set to <em>RANDOM</em>, a random port number will be chosen.</p>
<h3>Password</h3>
<p>If you wish to require a password when entering the web-based interface to the Phoronix Test Suite -- either locally or remotely -- specify the password here using the password's SHA256 sum as the value.</p>
<h3>WebSocketPort</h3>
<p>The default port to use when running a WebSocket server. If no port is assigned or <em>RANDOM</em> is set, a random port will be chosen.</p>
<h3>AdvertiseServiceZeroConf</h3>
<p>If this option is set to <em>TRUE</em> when starting a Phoromatic Server instance, the software will attempt to broadcast its service using zeroconf networking (Avahi on Linux assuming <em>avahi-publish</em> is present).</p>
<h3>AdvertiseServiceOpenBenchmarkRelay</h3>
<p>If this option is set to <em>TRUE</em> when starting a Phoromatic Server instance, the software will broadcast the local IP/port of the server to a private OpenBenchmarking.org service so that if any other user on the local IP block from the same global IP address is in search of a Phoromatic Server, the IP address will be relayed. This is an alternative or complementary to the zero-conf/Avahi option above to help systems running the Phoronix Test Suite client on a LAN discover a Phoromatic Server for easy setup and/or download cache support for faster test setup/installation.</p>
<h3>PhoromaticStorage</h3>
<p>The location for the Phoromatic Server to store test results of connected systems, account information, etc. The default location is <em>~/.phoronix-test-suite/phoromatic/</em>.</p>
</body>
</html>

View File

@@ -7,17 +7,16 @@
<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/">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.json</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>
<p><strong>A:</strong> 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.</p>
<p><strong><em>Q:</em> Besides being a developer, documentation writer, or having any other unique technical abilities, how else can I contribute to the Phoronix Test Suite?</strong></p>
<p><strong>A:</strong> 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 the forums, or sending a message to the mailing list. You can also see this (outdated) <a href="http://www.phoronix.com/forums/showthread.php?t=16180">forum thread</a>.</p>
<p><strong>A:</strong> 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.</p>
<p><strong><em>Q:</em> Do you offer technical support for the Phoronix Test Suite</strong></p>
<p><strong>A:</strong> Paid, professional support is available and is done via <a href="http://commercial.phoronix-test-suite.com/">our commercial services</a>. We also offer Phoromatic licenses for use within a corporate intranet and other custom services. Free, community support is offered via our <a href="http://phoronix-test-suite.com/mailman/listinfo/trondheim-pts_phoronix-test-suite.com">mailing list</a>, IRC channel (<em>#phoronix</em> on <em>FreeNode.net</em>, and the <a href="http://www.phoronix.com/forums/">Phoronix Forums</a>.</p>
<p><strong>A:</strong> Paid, professional support is available and is done via <a href="http://commercial.phoronix-test-suite.com/">our commercial services</a>. We also offer Phoromatic licenses for use within a corporate intranet and other custom services. Free, community support is offered via our <a href="http://phoronix-test-suite.com/mailman/listinfo/trondheim-pts_phoronix-test-suite.com">mailing list</a>, IRC channel (<em>#phoronix</em> on <em>FreeNode.net</em>, and <a href="https://github.com/phoronix-test-suite">GitHub</a>.</p>
<p><strong><em>Q:</em> May I put the Phoronix Test Suite logo on my company's web-site or on my product packaging?</strong></p>
<p><strong>A:</strong> <a href="http://www.phoronix-test-suite.com/?k=contact">Contact us</a> for licensing information and details regarding the Phoronix Certification &amp; Qualification Suite.</p>
<p><strong><em>Q:</em> How often is the Phoronix Test Suite updated?</strong></p>
<p><strong>A:</strong> We provide major updates on a quarterly basis with an occasional point release to fix outstanding bugs or address other issues. The latest work going into the Phoronix Test Suite is accessible via our Git repository at <a href="https://github.com/phoronix-test-suite/phoronix-test-suite/">GitHub.com/phoronix-test-suite</a>.</p>
<p><strong>A:</strong> We provide major updates on a quarterly basis with an occasional point release to fix outstanding bugs or address other issues. The latest work going into the Phoronix Test Suite is accessible via our Git repository at <a href="https://github.com/phoronix-test-suite/phoronix-test-suite/">github.com/phoronix-test-suite</a>.</p>
<h1>Tips &amp; Tricks</h1>
<h2>General</h2>
<p>- The desktop's screensaver will automatically be shutdown when a test is running and will be restored to its previous state upon the test's completion. This is supported for GNOME, KDE, and other XDG-supportive desktop environments.</p>

View File

@@ -6,66 +6,111 @@
<body>
<p>Virtual test suites are not like a traditional test suite defined by the XML suite specification. Virtual test suites are dynamically generated in real-time by the Phoronix Test Suite client based upon the specified test critera. Virtual test suites can automatically consist of all test profiles that are compatible with a particular operating system or test profiles that meet other critera. When running a virtual suite, the OpenBenchmarking.org repository of the test profiles to use for generating the dynamic suite must be prefixed. </p>
<p>Virtual test suites can be installed and run just like a normal XML test suite and shares nearly all of the same capabilities. However, when running a virtual suite, the user will be prompted to input any user-configuration options for needed test profiles just as they would need to do if running the test individually. When running a virtual suite, the user also has the ability to select individual tests within the suite to run or to run all of the contained test profiles. Virtual test suites are also only supported for an OpenBenchmarking.org repository if there is no test profile or test suite of the same name in the repository. Below is a list of common virtual test suites for the main Phoronix Test Suite repository, but the dynamic list of available virtual test suites based upon the enabled repositories is available by running <em>phoronix-test-suite list-available-virtual-suites.</em><hr></p>
<h3>All PTS Tests<em> pts/all</em>
<h3>All Tests In Pts<em> pts/all</em>
</h3>
<p>This is a collection of all test profiles found within the specified OpenBenchmarking.org repository.</p>
<p>This is a collection of all supported test profiles found within the specified OpenBenchmarking.org repository.</p>
<h3>Application Tests<em> pts/application</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a application software test.</p>
<h3>Benchmark Tests<em> pts/benchmark</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a benchmark software test.</p>
<h3>BLAS (Basic Linear Algebra Sub-Routine) Tests<em> pts/blas</em>
</h3>
<p>This is a collection of test profiles having an external dependency on BLAS (Basic Linear Algebra Sub-Routine)</p>
<h3>C++ Boost Tests<em> pts/boost</em>
</h3>
<p>This is a collection of test profiles having an external dependency on C++ Boost</p>
<h3>Bsd Operating System Tests<em> pts/bsd</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the bsd Operating System.</p>
<h3>Disk Subsystem Tests<em> pts/disk</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the disk sub-system.</p>
<h3>Everything In Pts<em> pts/everything</em>
</h3>
<p>This is a collection of all test profiles found within the specified OpenBenchmarking.org repository, including unsupported tests, etc.</p>
<h3>Fortran Tests<em> pts/fortran</em>
</h3>
<p>This is a collection of test profiles having an external dependency on Fortran</p>
<h3>Game Tests<em> pts/game</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a game software test.</p>
<h3>Go Language Tests<em> pts/golang</em>
</h3>
<p>This is a collection of test profiles having an external dependency on Go Language</p>
<h3>Graphics Subsystem Tests<em> pts/graphics</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the graphics sub-system.</p>
<h3>Installed Tests<em> pts/installed</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository that are already installed on the system under test.</p>
<h3>Every PTS Test<em> pts/everything</em>
<h3>Java Tests<em> pts/java</em>
</h3>
<p>This is a collection of every test profile found within the specified OpenBenchmarking.org repository, including unsupported tests.</p>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing java.</p>
<h3>LAPACK (Linear Algebra Pack) Tests<em> pts/lapack</em>
</h3>
<p>This is a collection of test profiles having an external dependency on LAPACK (Linear Algebra Pack)</p>
<h3>Linux Operating System Tests<em> pts/linux</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Linux Operating System.</p>
<h3>Solaris Operating System Tests<em> pts/solaris</em>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the linux Operating System.</p>
<h3>Macosx Operating System Tests<em> pts/macosx</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Solaris Operating System.</p>
<h3>BSD Operating System Tests<em> pts/bsd</em>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the macosx Operating System.</p>
<h3>Memory Subsystem Tests<em> pts/memory</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the BSD Operating System.</p>
<h3>MacOSX Operating System Tests<em> pts/macosx</em>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the memory sub-system.</p>
<h3>Network Subsystem Tests<em> pts/network</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the MacOSX Operating System.</p>
<h3>Windows Operating System Tests<em> pts/windows</em>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the network sub-system.</p>
<h3>Node.js + NPM Tests<em> pts/node-npm</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Windows Operating System.</p>
<h3>Hurd Operating System Tests<em> pts/hurd</em>
<p>This is a collection of test profiles having an external dependency on Node.js + NPM</p>
<h3>OpenCV Tests<em> pts/opencv</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Hurd Operating System.</p>
<h3>System Subsystem Tests<em> pts/system</em>
<p>This is a collection of test profiles having an external dependency on OpenCV</p>
<h3>Openmpi Tests<em> pts/openmpi</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the System sub-system.</p>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing openmpi.</p>
<h3>Os Subsystem Tests<em> pts/os</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the os sub-system.</p>
<h3>Processor Subsystem Tests<em> pts/processor</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Processor sub-system.</p>
<h3>Graphics Subsystem Tests<em> pts/graphics</em>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the processor sub-system.</p>
<h3>Python Tests<em> pts/python</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Graphics sub-system.</p>
<h3>Other Subsystem Tests<em> pts/other</em>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing python.</p>
<h3>Ruby Tests<em> pts/ruby</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Other sub-system.</p>
<h3>Utility Tests<em> pts/utility</em>
<p>This is a collection of test profiles having an external dependency on Ruby</p>
<h3>Rust Tests<em> pts/rust</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Utility software test.</p>
<h3>Simulator Tests<em> pts/simulator</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Simulator software test.</p>
<p>This is a collection of test profiles having an external dependency on Rust</p>
<h3>Scientific Tests<em> pts/scientific</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Scientific software test.</p>
<h3>Benchmark Tests<em> pts/benchmark</em>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a scientific software test.</p>
<h3>Simulator Tests<em> pts/simulator</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Benchmark software test.</p>
<h3>Application Tests<em> pts/application</em>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a simulator software test.</p>
<h3>Solaris Operating System Tests<em> pts/solaris</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Application software test.</p>
<h3>Game Tests<em> pts/game</em>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the solaris Operating System.</p>
<h3>System Subsystem Tests<em> pts/system</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Game software test.</p>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the system sub-system.</p>
<h3>Utility Tests<em> pts/utility</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a utility software test.</p>
<h3>Windows Operating System Tests<em> pts/windows</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the windows Operating System.</p>
<h3>Smp Tests<em> pts/smp</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing smp.</p>
<h3>Opencl Tests<em> pts/opencl</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing opencl.</p>
<h3>Cuda Tests<em> pts/cuda</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing cuda.</p>
@@ -81,218 +126,122 @@
<h3>Docker Tests<em> pts/docker</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing docker.</p>
<h3>Python Tests<em> pts/python</em>
<h3>Go Tests<em> pts/go</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing python.</p>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing go.</p>
<h3>Optix Tests<em> pts/optix</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing optix.</p>
<h3>Vdpau Tests<em> pts/vdpau</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing vdpau.</p>
<h3>Video Tests<em> pts/video</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing video.</p>
<h3>Responsiveness Tests<em> pts/responsiveness</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing responsiveness.</p>
<h3>All SYSTEM Tests<em> system/all</em>
<h3>All Tests In System<em> system/all</em>
</h3>
<p>This is a collection of all test profiles found within the specified OpenBenchmarking.org repository.</p>
<h3>Installed Tests<em> system/installed</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository that are already installed on the system under test.</p>
<h3>Every SYSTEM Test<em> system/everything</em>
</h3>
<p>This is a collection of every test profile found within the specified OpenBenchmarking.org repository, including unsupported tests.</p>
<h3>Linux Operating System Tests<em> system/linux</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Linux Operating System.</p>
<h3>Solaris Operating System Tests<em> system/solaris</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Solaris Operating System.</p>
<h3>BSD Operating System Tests<em> system/bsd</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the BSD Operating System.</p>
<h3>MacOSX Operating System Tests<em> system/macosx</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the MacOSX Operating System.</p>
<h3>Windows Operating System Tests<em> system/windows</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Windows Operating System.</p>
<h3>Hurd Operating System Tests<em> system/hurd</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Hurd Operating System.</p>
<h3>System Subsystem Tests<em> system/system</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the System sub-system.</p>
<h3>Processor Subsystem Tests<em> system/processor</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Processor sub-system.</p>
<h3>Disk Subsystem Tests<em> system/disk</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Disk sub-system.</p>
<h3>Graphics Subsystem Tests<em> system/graphics</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Graphics sub-system.</p>
<h3>Memory Subsystem Tests<em> system/memory</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Memory sub-system.</p>
<h3>Network Subsystem Tests<em> system/network</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Network sub-system.</p>
<h3>Other Subsystem Tests<em> system/other</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Other sub-system.</p>
<h3>Utility Tests<em> system/utility</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Utility software test.</p>
<h3>Simulator Tests<em> system/simulator</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Simulator software test.</p>
<h3>Scientific Tests<em> system/scientific</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Scientific software test.</p>
<h3>Benchmark Tests<em> system/benchmark</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Benchmark software test.</p>
<p>This is a collection of all supported test profiles found within the specified OpenBenchmarking.org repository.</p>
<h3>Application Tests<em> system/application</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Application software test.</p>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a application software test.</p>
<h3>Benchmark Tests<em> system/benchmark</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a benchmark software test.</p>
<h3>BLAS (Basic Linear Algebra Sub-Routine) Tests<em> system/blas</em>
</h3>
<p>This is a collection of test profiles having an external dependency on BLAS (Basic Linear Algebra Sub-Routine)</p>
<h3>C++ Boost Tests<em> system/boost</em>
</h3>
<p>This is a collection of test profiles having an external dependency on C++ Boost</p>
<h3>Bsd Operating System Tests<em> system/bsd</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the bsd Operating System.</p>
<h3>Disk Subsystem Tests<em> system/disk</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the disk sub-system.</p>
<h3>Everything In System<em> system/everything</em>
</h3>
<p>This is a collection of all test profiles found within the specified OpenBenchmarking.org repository, including unsupported tests, etc.</p>
<h3>Game Tests<em> system/game</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Game software test.</p>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a game software test.</p>
<h3>Graphics Subsystem Tests<em> system/graphics</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the graphics sub-system.</p>
<h3>Linux Operating System Tests<em> system/linux</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the linux Operating System.</p>
<h3>Macosx Operating System Tests<em> system/macosx</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the macosx Operating System.</p>
<h3>Network Subsystem Tests<em> system/network</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the network sub-system.</p>
<h3>OpenCV Tests<em> system/opencv</em>
</h3>
<p>This is a collection of test profiles having an external dependency on OpenCV</p>
<h3>OpenMPI Tests<em> system/openmpi</em>
</h3>
<p>This is a collection of test profiles having an external dependency on OpenMPI</p>
<h3>Processor Subsystem Tests<em> system/processor</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the processor sub-system.</p>
<h3>Python Tests<em> system/python</em>
</h3>
<p>This is a collection of test profiles having an external dependency on Python</p>
<h3>Scientific Tests<em> system/scientific</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a scientific software test.</p>
<h3>Solaris Operating System Tests<em> system/solaris</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the solaris Operating System.</p>
<h3>System Subsystem Tests<em> system/system</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the system sub-system.</p>
<h3>Utility Tests<em> system/utility</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a utility software test.</p>
<h3>Windows Operating System Tests<em> system/windows</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the windows Operating System.</p>
<h3>Opencl Tests<em> system/opencl</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing opencl.</p>
<h3>Cuda Tests<em> system/cuda</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing cuda.</p>
<h3>All GIT Tests<em> git/all</em>
<h3>Smp Tests<em> system/smp</em>
</h3>
<p>This is a collection of all test profiles found within the specified OpenBenchmarking.org repository.</p>
<h3>Installed Tests<em> git/installed</em>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing smp.</p>
<h3>All Tests In Git<em> git/all</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository that are already installed on the system under test.</p>
<h3>Every GIT Test<em> git/everything</em>
<p>This is a collection of all supported test profiles found within the specified OpenBenchmarking.org repository.</p>
<h3>Bsd Operating System Tests<em> git/bsd</em>
</h3>
<p>This is a collection of every test profile found within the specified OpenBenchmarking.org repository, including unsupported tests.</p>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the bsd Operating System.</p>
<h3>Everything In Git<em> git/everything</em>
</h3>
<p>This is a collection of all test profiles found within the specified OpenBenchmarking.org repository, including unsupported tests, etc.</p>
<h3>Linux Operating System Tests<em> git/linux</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Linux Operating System.</p>
<h3>Solaris Operating System Tests<em> git/solaris</em>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the linux Operating System.</p>
<h3>Macosx Operating System Tests<em> git/macosx</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Solaris Operating System.</p>
<h3>BSD Operating System Tests<em> git/bsd</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the BSD Operating System.</p>
<h3>MacOSX Operating System Tests<em> git/macosx</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the MacOSX Operating System.</p>
<h3>Windows Operating System Tests<em> git/windows</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Windows Operating System.</p>
<h3>Hurd Operating System Tests<em> git/hurd</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Hurd Operating System.</p>
<h3>System Subsystem Tests<em> git/system</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the System sub-system.</p>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the macosx Operating System.</p>
<h3>Processor Subsystem Tests<em> git/processor</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Processor sub-system.</p>
<h3>Disk Subsystem Tests<em> git/disk</em>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the processor sub-system.</p>
<h3>Rust Tests<em> git/rust</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Disk sub-system.</p>
<h3>Graphics Subsystem Tests<em> git/graphics</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Graphics sub-system.</p>
<h3>Memory Subsystem Tests<em> git/memory</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Memory sub-system.</p>
<h3>Network Subsystem Tests<em> git/network</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Network sub-system.</p>
<h3>Other Subsystem Tests<em> git/other</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Other sub-system.</p>
<p>This is a collection of test profiles having an external dependency on Rust</p>
<h3>Utility Tests<em> git/utility</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Utility software test.</p>
<h3>Simulator Tests<em> git/simulator</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Simulator software test.</p>
<h3>Scientific Tests<em> git/scientific</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Scientific software test.</p>
<h3>Benchmark Tests<em> git/benchmark</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Benchmark software test.</p>
<h3>Application Tests<em> git/application</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Application software test.</p>
<h3>Game Tests<em> git/game</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Game software test.</p>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a utility software test.</p>
<h3>Smp Tests<em> git/smp</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified via an internal tag as testing smp.</p>
<h3>All WINDOWS Tests<em> windows/all</em>
</h3>
<p>This is a collection of all test profiles found within the specified OpenBenchmarking.org repository.</p>
<h3>Installed Tests<em> windows/installed</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository that are already installed on the system under test.</p>
<h3>Every WINDOWS Test<em> windows/everything</em>
</h3>
<p>This is a collection of every test profile found within the specified OpenBenchmarking.org repository, including unsupported tests.</p>
<h3>Linux Operating System Tests<em> windows/linux</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Linux Operating System.</p>
<h3>Solaris Operating System Tests<em> windows/solaris</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Solaris Operating System.</p>
<h3>BSD Operating System Tests<em> windows/bsd</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the BSD Operating System.</p>
<h3>MacOSX Operating System Tests<em> windows/macosx</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the MacOSX Operating System.</p>
<h3>Windows Operating System Tests<em> windows/windows</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Windows Operating System.</p>
<h3>Hurd Operating System Tests<em> windows/hurd</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being compatible with the Hurd Operating System.</p>
<h3>System Subsystem Tests<em> windows/system</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the System sub-system.</p>
<h3>Processor Subsystem Tests<em> windows/processor</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Processor sub-system.</p>
<h3>Disk Subsystem Tests<em> windows/disk</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Disk sub-system.</p>
<h3>Graphics Subsystem Tests<em> windows/graphics</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Graphics sub-system.</p>
<h3>Memory Subsystem Tests<em> windows/memory</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Memory sub-system.</p>
<h3>Network Subsystem Tests<em> windows/network</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Network sub-system.</p>
<h3>Other Subsystem Tests<em> windows/other</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a test of the Other sub-system.</p>
<h3>Utility Tests<em> windows/utility</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Utility software test.</p>
<h3>Simulator Tests<em> windows/simulator</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Simulator software test.</p>
<h3>Scientific Tests<em> windows/scientific</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Scientific software test.</p>
<h3>Benchmark Tests<em> windows/benchmark</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Benchmark software test.</p>
<h3>Application Tests<em> windows/application</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Application software test.</p>
<h3>Game Tests<em> windows/game</em>
</h3>
<p>This is a collection of test profiles found within the specified OpenBenchmarking.org repository where the test profile is specified as being a Game software test.</p>
</body>
</html>

View File

@@ -5,7 +5,7 @@
<body>
<h1>Compiler Testing &amp; Masking</h1>
<p>A majority of the test profiles provided by OpenBenchmarking.org to the Phoronix Test Suite are source-based tests. Relying upon the upstream source-code for each program under test allows for the tests to be easily brought to new platforms and architectures, avoids any out-of-tree / non-default packaging differences by different distributions and operating systems, and to allow the Phoronix Test Suite user to easily test new compilers and/or compiler options. For the source-based tests, the Phoronix Test Suite relies upon a compiler (e.g. GCC, LLVM/Clang, Sun Studio, Open64, et al) being present on the system under test. The Phoronix Test Suite does respect <em>CC/CXX</em> environment variables and test profiles are expected to honor <em>CFLAGS/CXXFLAGS</em> and other compiler settings.</p>
<p>As of Phoronix Test Suite 3.8, a compiler masking method is utilized 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 <em>PATH</em> 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 <em>gcc</em> in its build script, but <em>clang</em> is set as the compiler via <em>CC</em>, a sym-link will automatically be created from <em>gcc</em> to the masked <em>clang</em> for the duration of its test installation).</p>
<p>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 <em>PATH</em> 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 <em>gcc</em> in its build script, but <em>clang</em> is set as the compiler via <em>CC</em>, a sym-link will automatically be created from <em>gcc</em> to the masked <em>clang</em> for the duration of its test installation).</p>
<p>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.</p>
<p>Separately, the Phoronix Test Suite attempts to automatically log the system compiler's build configuration (i.e. GCC's <em>gcc -v</em> &quot;Configured with&quot;) 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.</p>

View File

@@ -1,9 +1,88 @@
<html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<Title>Phoromatic</Title>
<Title>Phoronix Test Suite Phoromatic</Title>
</head>
<body>
<h1>Overview</h1>
<p>The Phoronix Test Suite now features its own built-in Phoromatic server and client implementations. See the <em>phoromatic.pdf</em> / <em>phoromatic.html</em> documentation for more information on this advanced capability.</p>
<h1>Phoromatic Server</h1>
<h2>Introduction</h2>
<p>Phoromatic is a remote management system for the Phoronix Test Suite. Phoromatic allows the automatic (hence the name <em>Phoro-matic</em>) 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. The test results are then available from this central, secure location.</p>
<h2>Features</h2>
<p>Built atop the Phoronix Test Suite, Phoromatic offers many features for both enterprise and community/personal users:</p>
<h3>Automated Scheduling</h3>
<p>Whether it is every evening at 6:00PM, once every Thursday at 10:00AM or somewhere in between, Phoromatic can schedule tests to be run at user-defined intervals. The testing schedules can be updated through Phoromatic web interface. After the test(s) have run, the results will be immediately uploaded to Phoromatic.</p>
<h3>Extensible</h3>
<p>Any test profile or test suite that is compliant with the Phoronix Test Suite specification will work with Phoromatic. Phoromatic is able to leverage the hundreds of test profiles and test suites currently in the Phoronix Test Suite via OpenBenchmarking.org, along with any custom or proprietary test profiles you or your company utilize. Additionally, the Phoromatic interface allows the user to construct their own test suite(s).</p>
<h3>Remote Testing</h3>
<p>Once the test system is setup, all testing and management of that system can be done remotely. There is no need to execute Phoronix Test Suite commands locally using the GUI or command line version, but instead nearly all of the same features are accessible from the Phoromatic interface.</p>
<h3>Multi-System Support</h3>
<p>A single Phoromatic account is able to manage multiple test systems running the Phoronix Test Suite. Phoromatic supports grouping together test systems, tagging, and other features to support effectively managing many test systems. From the Phoromatic interface, installed system hardware and software from a given system can also be viewed.</p>
<h3>Turn-Key Deployment</h3>
<p>No additional software needs to be installed to support Phoromatic; all that's needed is Phoronix Test Suite 5.4 or later for full compatibility. New test systems can easily be synced with a given Phoromatic account by running a single command from the Phoronix Test Suite client.</p>
<h3>Result Management</h3>
<p>Test results are automatically uploaded to the Phoromatic account and remain private unless you opt to upload them to OpenBenchmarking.org. From the Phoromatic interface, results from multiple test systems can easily be compared and multiple results from the same systems can be used to track performance over time. There are also options to look at the statistical significance of the results and other features to efficiently and effectively analyze the system's performance.</p>
<h3>Decentralized / Offline Testing</h3>
<p>Once the Phoronix Test Suite running on the Phoromatic Server has been able to cache all of the OpenBenchmarking.org test files and the needed files for each test, Phoromatic with any Phoronix Test Suite clients on your LAN can run fully decentralized without the need for a constant stream of OpenBenchmarking.org communication or Internet connection for that matter. (The only exception would be if your local systems don't have all their needed external dependencies and your system's package manager would need to install components like a compiler or necessary system libraries.</p>
<h3>Fully Open-Source</h3>
<p>Phoromatic is now fully open-source within the Phoronix Test Suite code-base for fostering greater development and new capabilities. Patches are welcome and Phoronix Media is available to provide commercial support and custom engineering services around Phoromatic and the Phoronix Test Suite.</p>
<h2>Phoromatic Server Setup</h2>
<p>Phoromatic is built into the Phoronix Test Suite code-base and should be found in all packaged versions of the <strong>phoronix-test-suite</strong>. Starting the Phoromatic Server entails running phoronix-test-suite start-phoromatic-server after configuring the server information within <em>~/.phoronix-test-suite/user-config.xml</em>. The Phoromatic Server can with or without root permissions depending upon your firewall and the port numbers you wish to use for the server.</p>
<p>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 <u>avahi-tools</u>), 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.</p>
<p>Further configuration of the setup parameters for the Phoromatic Server and Phoronix Test Suite clients can be tuned via the <em>~/.phoronix-test-suite/user-config.xml</em> file. All control and configuration of the Phoromatic Server is done via the web-based interface when the Phoromatic Server is active.</p>
<p>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.</p>
<p>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.</p>
<h2>Example Deployments</h2>
<h3>Use Case A: Unrestricted Internet Access, Local Result Storage</h3>
<p>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 <em>user-config.xml</em> file, simply run:</p>
<p><strong>$ phoronix-test-suite start-phoromatic-server</strong></p>
<p>Assuming you have no firewall or permission issues, the built-in web server and WebSocket server should proceed to initiate along with outputting the IP/port information for these services. Unless otherwise disabled from the user configuration file and if avahi-tools is present, the Phoromatic Server will be advertised with Avahi for zero-configuration networking.</p>
<p>From the Phoromatic web interface you are able to create an account and from there proceed with the creating of test schedules, updating settings, and connecting systems. From the "client systems" you wish to use as the benchmarking nodes, it's simply a matter of running <strong>phoronix-test-suite phoromatic.connect</strong> with zero-conf networking or otherwise follow the information from the Phoromatic web interface for manual setup with the IP/port information.</p>
<h3>Use Case B: No Internet Available To Client Systems</h3>
<p>It's possible to run the Phoronix Test Suite and Phoromatic Server without a persistent Internet connection as long as you are able to first download the necessary files to the Phoromatic Server. After installing the Phoronix Test Suite on the system you wish to designate the Phoromatic Server and have configured the <em>user-config.xml</em> file, a few commands from the system while having an Internet connection will be able to cache the needed data:</p>
<p><strong>$ phoronix-test-suite make-download-cache x264 xonotic ffmpeg</strong></p>
<p>This command will simply download all of the needed test files for the tests/suites passed to the sub-command. Alternatively you could also pass pts/all to cache all tests. It's important though to just cache the tests/suites you'll be using on your network. This will generate the test file download cache by default to <em>~/.phoronix-test-suite/download-cache/</em> or <em>/usr/share/phoronix-test-suite/download-cache/</em> depending upon your write permissions. You can always run this command later with more test files. Alternatively, if you already have a number of tests installed on the system, simply running "phoronix-test-suite make-download-cache" will generate the cache based upon the currently installed tests.</p>
<p><strong>$ phoronix-test-suite make-openbenchmarking-cache</strong></p>
<p>This command will cache as much of the OpenBenchmarking.org meta-data as possible for test profiles and test suites. After the above commands, the Phoromatic Server should no longer need a persistent Internet connection.</p>
<p><strong>$ phoronix-test-suite start-phoromatic-server</strong></p>
<p>Proceed to start the Phoromatic Server and operate as normal.</p>
<p>For the test clients without an Internet connection, as long as they're able to reach the Phoromatic Server, the Phoromatic Server should be able to automatically serve all of the needed test files download cache and OpenBenchmarking.org meta-data to the systems locally.</p>
<h3>Use Case C: Phoromatic Across The Internet</h3>
<p>If wishing to use the same Phoromatic Server across multiple geographic locations, it's easily possible -- you just lose out on the zero-conf networking ability. To let the Phoronix Test Suite client systems know about the remote Phoromatic Server, simply add the Phoromatic Server information to the client's <em>PhoromaticServers</em> element within the <em>user-config.xml</em>. Of course, make sure the Phoromatic Server has a globally resolvable IP address and its Phoromatic HTTP/WebSocket ports are open. Once informing the client of the Phoromatic Server, the use cases as above apply in the same manner.</p>
<h2>Client Setup</h2>
<p>From Phoronix Test Suite client systems running on the LAN, the following command will report all available detected Phoromatic Servers along with important server and debugging information:</p>
<p><strong>$ phoronix-test-suite phoromatic.explore</strong></p>
<p>With the following example output on finding one successful server:</p>
<p><em>IP: 192.168.1.211<br />
HTTP PORT: 5447<br />
WEBSOCKET PORT: 5427<br />
SERVER: PHP 5.5.9-1ubuntu4.4 Development Server<br />
PHORONIX TEST SUITE: Phoronix Test Suite v5.4.0m1 [5313]<br />
DOWNLOAD CACHE: 19 FILES / 2390 MB CACHE SIZE<br />
SUPPORTED OPENBENCHMARKING.ORG REPOSITORIES:<br />
pts - Last Generated: 05 Oct 2014 07:16</em></p>
<p>Phoromatic Servers are detected by the Phoronix Test Suite through Avahi or if manually configuring the Phoronix Test Suite clients to point to Phoromatic Servers. For networks without Avahi/auto-discovery support or for test systems that may be connecting from another network, the IP address and HTTP port number can be added to the local system's <em>~/.phoronix-test-suite/user-config.xml</em> with the <em>PhoromaticServers</em> element. Adding the <em>IP:port</em> (the Phoromatic Server's HTTP port) to the PhoromaticServers <em>user-config.xml</em> element for will perform targeted probing by the Phoronix Test Suite without any dependence on Avahi. Multiple Phoromatic Servers can be added if each IP:port is delimited by a comma.</p>
<p>To connect a Phoronix Test Suite system for benchmarking to an account, log into your Phoromatic account from the web-interface and on the main/system pages will be instructions along with a specially formed string to run, e.g. <em>phoronix-test-suite phoromatic.connect 192.168.1.211:5447/I0SSJY</em>. When running that command once on the system(s) to be synced to that account, as the administrator you'll be able to validate/approve the systems from the Phoromatic web interface. After that, whenever the system(s) are to be running benchmarks, simply have the <strong>phoronix-test-suite phoromatic.connect</strong> command running on the system (after the initial account has been synced, simply running <strong>phoronix-test-suite phoromatic.connect</strong> is enough for the system to find the server and its account).</p>
<h2>Root Administrator</h2>
<p>The root administrator account is able to manage the server-level settings, e.g. Phoromatic storage location and other global settings related to the Phoronix Test Suite / Phoromatic Server, from the web user-interface.</p>
<p>To enable the root administrator log-in, first from the server's command-line interface run <strong>phoronix-test-suite phoromatic.set-root-admin-password</strong> to set the password. Following that, you can log into the root administrator account via the web interface via the <em>rootadmin</em> user-name and the set password.</p>
<h2>Other Advice</h2>
<h3>Disable Internet Precaution</h3>
<p>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 <em>~/.phoronix-test-suite/user-config.xml</em> you can set <em>NoInternetCommunication</em> to <em>TRUE</em>. There's also a NoNetworkCommunication tag, but setting that to TRUE will disable any form of network communication -- including communication with the Phoromatic Server.</p>
<h3>Ports / Services</h3>
<p>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.</p>
<h3>Systemd / Upstart</h3>
<p>Packaged with the Phoronix Test Suite are basic <em>phoromatic-client</em> and <em>phoromatic-server</em> configurations for both Upstart and systemd init systems. The <em>phoromatic-server</em> configuration will launch the Phoronix Test Suite's Phoromatic Server and the <em>phoromatic-client</em> service will attempt to connect to a <u>pre-configured</u> Phoromatic Server. The systemd service files will automatically be installed via the Phoronix Test Suite <em>install-sh</em> process while the Upstart jobs can be copied from <em>deploy/phoromatic-upstart/*</em> to <em>/etc/init</em>.</p>
<h3>Cache Verification</h3>
<p>To confirm the files accessible to Phoronix Test Suite client systems, from the Phoromatic Server web user-interface go to the <em>settings</em> page followed by the <em>cache settings</em> link to view information about the download and OpenBenchmarking.org caches. From the client systems, running <strong>phoronix-test-suite phoromatic.explore</strong> will also supply cache statistics.</p>
<h3>Log Files</h3>
<p>The Phoromatic Server will produce a log file of events / debugging information to <em>~/.phoronix-test-suite/phoromatic.log</em> or <em>/var/log/phoromatic.log</em> depending upon the service's permissions. When running the Phoronix Test Suite Phoromatic client, the log will be written to one of the respective locations in <em>phoronix-test-suite.log</em>.</p>
<h3>Multi-User Accounts</h3>
<p>For each time a user account is made from the Phoromatic web UI's log-in page, all of the test schedules, systems, and other account information is separate to allow for a completely isolated multi-user system. If a main administrator (the one creating the account) wishes to have multiple users sharing the same account data, that user can create additional accounts from the <em>Users</em> tab of their account. The main administrator can make an additional administrator account or a &quot;viewer&quot; account that can consume the account's data but not create/modify the schedules, systems, or other account details.</p>
<h3>
<h3>File Locations</h3>
<p>When running the Phoronix Test Suite Phoromatic Server as root, rather than using the <em>~/.phoronix-test-suite/</em> directory, the standard Linux file-system hierarchy standard is honored. The main storage path is <em>/var/lib/phoronix-test-suite/</em>, the user configuration file is <em>/etc/phoronix-test-suite.xml</em>, and <em>/var/cache/phoronix-test-suite/</em> for cache files.</p>
<h3>Uploading Other Test Results</h3>
<p>Unscheduled test results and other results found on connected systems to a Phoromatic account can upload the data to the Phoromatic Server using the <em>phoronix-test-suite phoromatic.upload-result &lt;result file identifier &gt;</em> sub-command.</p>
<h3>User Context File Logging</h3>
<p>For those utilizing custom set context script files as part of the Phoromatic test schedule, any important notes / log information can be written to the file specified by the <em>PHOROMATIC_LOG_FILE</em> environment variable set while running the user context scripts. The contents of that file is then sent to the Phoromatic Server otherwise the standard output of the script's execution is submitted to the Phoromatic Server for logging. These logs can then be viewed by the Phoromatic Server along with the test results. Other environment variables accessible when running a user context script include <em>PHOROMATIC_TRIGGER</em>, <em>PHOROMATIC_SCHEDULE_ID</em>, and <em>PHOROMATIC_SCHEDULE_PROCESS</em>.</p>
</body>
</html>

View File

@@ -0,0 +1,14 @@
<html>
<head>
<Title>Offline Testing</Title>
</head>
<body>
<h1>Offline Testing/Benchmarking For Single System Environments</h1>
<p>The Phoronix Test Suite ships with a cache (up to date as of release time) of the available OpenBenchmarking.org test profile / test suite metadata but external download files are necessary for the test profiles to function. Due to hundreds of different test profiles and consisting of software under test that is of varying software licenses, there is no centralized archive of all possible test files.</p>
<p>To obtain a cache of the files needed for the desired test(s), from a machine with a working Internet connection, run the <strong>phoronix-test-suite make-download-cache</strong> sub-command and pass the name of the tests/suites you wish to download. The make-download-cache will download the files for the desired test profiles so you can then transfer them for use on individual computer(s) lacking an Internet connection.</p>
<p>By default the files will be cached to <em>~/.phoronix-test-suite/download-cache</em> and when transferred to an offline system in the same location it should then be automatically utilized by the Phoronix Test Suite when going to install the test(s). The individual download-cache directory can be copied to the offline system or otherwise more broadly the <em>~/.phoronix-test-suite</em> directory can also be copied to the offline system(s). If running as root, the default download cache directory is <strong>/var/cache/phoronix-test-suite/download-cache/</strong>.</p>
<p>When the Phoronix Test Suite download cache is transferred to the offline system, the Phoronix Test Suite should begin automatically making use of those files when detected in the appropriate directory and having a matching hash-sum for the given file.</p>
<p>If not able to run the Phoronix Test Suite on a machine with a working Internet connection, manually downloading the files referenced within the test profiles XML metadata and placing them within the respective download-cache directory on a system is another manual alternative.</p>
<p>Note that the make-download-cache will only cache the files downloaded by the Phoronix Test Suite. Depending upon the test(s) and the state of your operating system, you may also need packages obtained from your package manager / distribution (e.g. compiler, dependency libraries, etc) that are not cached by the Phoronix Test Suite due to the diverse nature of different supported operating systems.</p>
</body>
</html>

View File

@@ -1,16 +1,16 @@
<html>
<head>
<Title>Offline Improvements + Confidential Testing / Avoiding Accidental Result Uploads</Title>
<Title>Confidential Testing / Avoiding Accidental Result Uploads</Title>
</head>
<body>
<h1>Offline Enhancement Via Local Cache</h1>
<p>Beginning with Phoronix Test Suite 9.0, there are improvements to improve the out-of-the-box experience if running the Phoronix Test Suite in a strictly offline environment / behind-the-firewall without access to OpenBenchmarking.org for being able to obtain test profiles / test suites. From Phoronix Test Suite 3.0 when OpenBenchmarking.org was introduced until Phoronix Test Suite 9.0, Internet connectivity was initially required for obtaining the test profiles/suites as the cloud/repository. OpenBenchmarking.org allows for tests to be updated independently of the Phoronix Test Suite releases as well as allowing new tests to be introduced on-demand. Aside from when new tests require explicit new PTS features, this allows tests/suites to be seamlessly used by older versions of the Phoronix Test Suite without any upgrade process required, assuming Internet connectivity is available.</p>
<p>Beginning with Phoronix Test Suite 9.0, a static snapshot of the official tests/suites is included as part of the Phoronix Test Suite package. The intention with this is to provide a static snapshot with all tests/suites as of release time, similar to the behavior with pre-3.0 releases. The benefit to including this static snapshot is helping those that are running strictly offline/isolated to be able to have at least recent tests/suites available without first needing to query OpenBenchmarking.org for this data. But Internet support is certainly desired in order to be able to obtain updated and new test profiles.</p>
<p>Since Phoronix Test Suite 9.0, there have been improvements to improve the out-of-the-box experience if running the Phoronix Test Suite in a strictly offline environment / behind-the-firewall without access to OpenBenchmarking.org for being able to obtain test profiles / test suites. From Phoronix Test Suite 3.0 when OpenBenchmarking.org was introduced until Phoronix Test Suite 9.0, Internet connectivity was initially required for obtaining the test profiles/suites as the cloud/repository. OpenBenchmarking.org allows for tests to be updated independently of the Phoronix Test Suite releases as well as allowing new tests to be introduced on-demand. Aside from when new tests require explicit new PTS features, this allows tests/suites to be seamlessly used by older versions of the Phoronix Test Suite without any upgrade process required, assuming Internet connectivity is available.</p>
<p>A static snapshot of the official tests/suites is included as part of the Phoronix Test Suite package. The intention with this is to provide a static snapshot with all tests/suites as of release time, similar to the behavior with pre-3.0 releases. The benefit to including this static snapshot is helping those that are running strictly offline/isolated to be able to have at least recent tests/suites available without first needing to query OpenBenchmarking.org for this data. But Internet support is certainly desired in order to be able to obtain updated and new test profiles.</p>
<p>This static snapshot is provided in the <em>ob-cache/</em> Phoronix Test Suite folder. If this cache is not needed or wish to customize/extend it, it can be safely removed and or altered without causing issues. When the Phoronix Test Suite has Internet connectivity, it will continue to query OpenBenchmarking.org for new/updated tests and suites.</p>
<p>This local cache does provide current and previous versions of test profiles to allow users to continue running older versions of tests/results even when upgrading their Phoronix Test Suite offline copy.</p>
<p>Even with the local cache, there still is the need for obtaining any necessary files needed to run the selected test(s). For those wishing to optimize that workflow for offline usage, see the existing <em>phoronix-test-suite make-download-cache</em> sub-command documentation. The <em>phoronix-test-suite make-openbenchmarking-cache</em> sub-command may also be desirable depending upon setup.</p>
<h1>Disabling OpenBenchmarking.org Result Upload Functionality</h1>
<p>Phoronix Test Suite 9.0 also improved the workflow around disabling OpenBenchmarking.org result uploading functionality for those carrying out confidential tests or otherwise wish to provide safeguards for ensuring no results may be accidentally uploaded publicly.</p>
<p>Phoronix Test Suite 9.0 improved the workflow around disabling OpenBenchmarking.org result uploading functionality for those carrying out confidential tests or otherwise wish to provide safeguards for ensuring no results may be accidentally uploaded publicly.</p>
<p>Removal of OpenBenchmarking.org upload support can be done by deleting <em>phoronix-test-suite/pts-core/objects/pts_openbenchmarking_upload.php</em>. If that file is removed, the Phoronix Test Suite should respond gracefully and not prompt users about any upload and within that file is the only logic for actually uploading the results to Openbenchmarking. So simply by removing that file you should be covered from any accidental uploading of results. Removal/disabling of this file also prevents any anonymous usage reporting.</p>
<p>For those without the ability to remove that file from their Phoronix Test Suite installation or as a secondary safeguard, from the Phoronix Test Suite user configuration file (<em>/etc/phoronix-test-suite.xml<em> as root or <em>~/.phoronix-test-suite/user-config.xml<em> for most users) is a "<em>AllowResultUploadsToOpenBenchmarking</em>" option. If setting that value to <em>FALSE</em>, it should apply the same behavior as if deleting the pts_openbenchmarking_upload file.</p>
<p>If distributing a customized/local copy of the Phoronix Test Suite, the default behavior of the configuration file (in addition to deleting the pts_openbenchmarking_upload file) can be done via the user configuration defaults defined within <em>pts-core/static/user-config-defaults.xml</em>.</p>

View File

@@ -1,72 +0,0 @@
<html>
<head>
<Title>Creating Test Profiles</Title>
</head>
<body>
<h1>Creating A New Phoronix Test Suite / OpenBenchmarking.org Test Profile</h1>
<p>A test profile itself consists of a main XML file containing the test's meta-data (<em>test-definition.xml</em>), an XML file if needed to specify required files, download URLs and their MD5/SHA256 hashes and file sizes (<em>downloads.xml</em>), and the <em>install.sh</em> script for installing the test and generating the run-script for execution by the Phoronix Test Suite at run-time. There are also other potential files like <em>pre.sh</em>, <em>interim.sh</em>, and <em>post.sh</em> for execution at pre-run, interim-run, and post-run stages by the Phoronix Test Suite. With the script files comprising test profiles, there is also the option of post-fixing them with e.g. <em>_linux</em> or <em>_windows</em> if wishing to supply different script files based upon the operating system being run during testing, if the setup steps may differ greatly based upon MacOS/Windows/Linux/BSD/Solaris platforms.</p>
<p>Traditionally the easiest way to learn/understand test profile development has been by looking at looking at a basic test like <em>c-ray</em>, <em>tesseract</em> or the hundreds of others that are publicly available. Simply run for example <em>phoronix-test-suite benchmark tesseract</em> and then look at the test profile's contents either via the default locations in <em>~/.phoronix-test-suite/test-profiles</em> or <em>/var/lib/phoronix-test-suite/test-profiles/</em> if running as root on non-Windows platforms.</p>
<h2>Versioning Mandate</h2>
<p>The Phoronix Test Suite / OpenBenchmarking.org philosophy <em>mandates that with any change, a new version of the test profile be tagged</em>. This is done for reproducibility and being able to ensure the exact test profile state when a set of tests are conducted. Test profiles are versioned in a <strong>test-X.Y.Z</strong> format where <em>X</em> or <em>Y</em> are bumped whenever a change is made to the test profile that makes the results incomparable to a previous version of the tests (e.g. updating against a new upstream code-base, adjusting the parameters to what is benchmarked, etc). The Phoronix Test Suite then knows not to attempt any comparisons with an incompatible version difference or to go and fetch that specific version of the package. The <em>Z</em> is bumped when just making non-important changes such as just updating the test's meta-data, changing download URLs, etc. This is easy to enforce with the OpenBenchmarking.org infrastructure rather than having to worry about non-human-friendly Git hashes as test profile versions or having to create Git tags after every commit. The test profile version can optionally be specified when running a test, e.g. <em>phoronix-test-suite benchmark scimark2-1.2.1</em> instead of <em>phoronix-test-suite benchmark scimark2</em>, which would by default choose the latest available test profile version from OpenBenchmarking.org or the latest version on any local Phoromatic Server. The test profile versions are also always written out as part of the Phoronix Test Suite result XML data.</p>
<h2>Writing A Sample Program</h2>
<p>Writing a test profile for the Phoronix Test Suite is a relatively quick and easy process for anyone familiar with common Linux commands and the basics of XML. To help you understand the design of the Phoronix Test Suite, this guide covers the steps needed to write a testing profile for a very simple application.</p>
<p>The first step in the profile writing process is to, well, have a piece of software you'd like to use with the Phoronix Test Suite. This software can be closed-source or open-source and be virtually anything as long as it is compatible with an operating system that is supported by the Phoronix Test Suite.</p>
<p>For this guide, the piece of software being used for demonstration is just a simple C++ program that calculates Pi to 8,765,4321 digits using the Leibniz formula. Below is this sample piece of software intended just for demonstration purposes.</p>
<blockquote>#include &lt;iostream&gt;<br>
#include &lt;math.h&gt;</p>
<p>int main()<br>
{<br>
double pi = 0;</p>
<p> for(long int i = 1; i &lt;= 87654321; i++)<br>
pi += (double) pow(-1, i + 1) / (2 * i - 1);</p>
<p> pi *= 4;<br>
std::cout &lt;&lt; &quot;Done Calculating Pi...&quot; &lt;&lt; endl;<br>
return 0;<br>
}</blockquote>
<p>The first step in the actual profile writing process is to name it. If you're looking to ultimately push this profile to be included in the Phoronix Test Suite, its name must be all lower case and consist of just alpha-numeric characters, but can contain dashes (-). A more advanced test profile capability is operating system prefixes, and if using those there is an underscore separating the prefix from the normal profile name. For this sample profile, we're calling it <em>sample-program</em> and the file-name would be <em>sample-program/test-definition.xml</em>. Our (very basic) profile is showcased below.</p>
<blockquote>&lt;PhoronixTestSuite&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;TestProfile&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;Version&gt;1.1.0&lt;/Version&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;TestType&gt;Processor&lt;/TestType&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;SoftwareType&gt;Utility&lt;/SoftwareType&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;License&gt;FREE&lt;/License&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;Status&gt;PRIVATE&lt;/Status&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;Maintainer&gt;Phoronix Media&lt;/Maintainer&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/TestProfile&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;TestInformation&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;Title&gt;Sample Pi Program&lt;/Title&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;TimesToRun&gt;3&lt;/TimesToRun&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;ResultScale&gt;Seconds&lt;/ResultScale&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;Proportion&gt;LIB&lt;/Proportion&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;Description&gt;A simple C++ program that calculates Pi to 8,765,4321 digits using the Leibniz formula. This test can be used for showcasing how to write a basic test profile.&lt;/Description&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;ExternalDependencies&gt;build-utilities&lt;/ExternalDependencies&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/TestInformation&gt;<br>
&lt;/PhoronixTestSuite&gt;</blockquote>
<p>This XML profile is what interfaces with the Phoronix Test Suite and provides all the needed information about the test as well as other attributes. For a complete listing of all the supported profile options, look at the specification files in the documentation folder. In the case of <em>sample-program</em>, it lets the Phoronix Test Suite know that it's composed of free software, is designed to test the processor, is intended for private use only, and this profile is maintained by Phoronix Media. In addition, it tells the Phoronix Test Suite to execute this program three times and as no result quantifier is set, the average of the three runs will be taken. This profile also tells the Phoronix Test Suite that the generic <em>build-utilities</em> package is needed, which will attempt to ensure that default system C/C++ compiler and the standard development utilities/libraries are installed on your Linux distribution. This is needed as the C++ source-code will need to be built from source.</p>
<p>The next step is to write the <em>install.sh</em> file, which once called by the Phoronix Test Suite is intended to install the test locally for benchmarking purposes. The <em>install.sh</em> file is technically optional, but is generally used by all tests. Note: The first argument supplied to the install script is the directory that the test needs to be installed to. The <em>install.sh</em> file (in our instance) is to be placed inside <em>test-profiles/sample-program</em>. Below is the <em>install.sh</em> for the <em>sample-program</em>.</p>
<blockquote>#!/bin/sh<br /><br />
tar -xjf sample-pi-program-1.tar.bz2<br />
g++ sample-pi-program.cpp -o sample-pi-program<br />
echo &quot;#!/bin/sh<br />
./sample-pi-program 2&gt;&amp;1<br />
&quot; &gt; sample-program<br>
chmod +x sample-program</blockquote>
<p>This install file builds the code with GCC, and then creates a small script that is run by the Phoronix Test Suite. Where does the source-code come into play? Well, it needs to be downloaded now from a web server. The Phoronix Test Suite has built-in support for managing downloads from multiple servers in a random over, fall-back support if one mirror is done, and verification of MD5 check-sums. Below is the <em>downloads.xml</em> file for <em>sample-program</em> that covers all of this.</p>
<blockquote>&lt;PhoronixTestSuite&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;Downloads&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;Package&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;URL&gt;http://www.phoronix-test-suite.com/benchmark-files/sample-pi-program.cpp&lt;/URL&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;MD5&gt;e90fb790df8d1544696a1439c9b5bd8d&lt;/MD5&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/Package&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/Downloads&gt;<br>
&lt;/PhoronixTestSuite&gt;</blockquote>
<p>The final step in the profile writing process is to write a parser to strip all information but the reported result from the standard output or <em>$LOG_FILE</em>. In the case of a test profile just measuring how long it takes to run, it is as simple as a <em>results-definition.xml</em> looking like:</p>
<blockquote>&lt;?xml version="1.0"?&gt;<br>
&lt;PhoronixTestSuite&gt;<br>
&lt;SystemMonitor&gt;<br>
&lt;Sensor&gt;sys.time&lt;/Sensor&gt;<br>
&lt;/SystemMonitor&gt;<br>
&lt;/PhoronixTestSuite&gt;</blockquote>
<p>After that, with all the files in their correct locations, just run: <em>phoronix-test-suite 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 results viewer or even reporting the results to OpenBenchmarking.org. An up-to-date version of this test profile can be run via <em>phoronix-test-suite benchmark sample-program</em> and then by looking at the test profile source via <em>~/.phoronix-test-suite/test-profiles/pts/sample-program*</em> or within <em>/var/lib/phoronix-test-suite/test-profiles/pts/</em> if running as root.</p>
</body>
</html>

View File

@@ -3,4 +3,4 @@
<Title>Development Credits</Title>
</head>
<body>
<p>The Phoronix Test Suite is based upon the extensive testing and internal tools developed by <a href="http://www.phoronix.com/">Phoronix.com</a> since 2004 along with support from leading tier-one computer hardware and software vendors. The principal architects of the Phoronix Test Suite are <a href="http://www.michaellarabel.com/">Michael Larabel</a> and Matthew Tippett. The phoronix-test-suite, pts_Graph, Phoromatic, Phodevi, tandem_Xml, and nye_Xml are some of the related open-source projects provided by <a href="http://www.phoronix-media.com/">Phoronix Media</a>.</p>
<p>The Phoronix Test Suite is based upon the extensive testing and internal tools developed by <a href="http://www.phoronix.com/">Phoronix.com</a> since 2004 along with support from leading tier-one computer hardware and software vendors. The principal architects of the Phoronix Test Suite are <a href="http://www.michaellarabel.com/">Michael Larabel</a> and Matthew Tippett. The phoronix-test-suite, pts_Graph, Phoromatic, Phodevi, and nye_Xml are some of the related open-source projects provided by <a href="http://www.phoronix-media.com/">Phoronix Media</a>.</p>

View File

@@ -1,25 +1,26 @@
The Phoronix Test Suite itself is an open-source framework for conducting automated tests along with reporting of test results, detection of installed system software/hardware, and other features. Modules for the Phoronix Test Suite also allow for integration with git-bisect and other revision control systems for per-commit regression testing, system sensor monitoring, and other extras.
This framework is designed to be an extensible architecture so that new test profiles and suites can be easily added to represent performance benchmarks, unit tests, and other quantitative and qualitative (e.g. image quality comparison) measurements. Available through OpenBenchmarking.org, a collaborative storage platform developed in conjunction with the Phoronix Test Suite, are more than 200 individual test profiles and more than 60 test suites available by default from the Phoronix Test Suite. Independent users are also able to upload their test results, profiles, and suites to OpenBenchmarking.org. A test profile is a single test that can be executed by the Phoronix Test Suite -- with a series of options possible within every test -- and a test suite is a seamless collection of test profiles and/or additional test suites. A test profile consists of a set of Bash/shell scripts and XML files while a test suite is a single XML file.
[Phoronix Test Suite Documentation](https://github.com/phoronix-test-suite/phoronix-test-suite/blob/master/documentation/phoronix-test-suite.md)
The Phoronix Test Suite itself is an open-source framework for conducting automated tests along with reporting of test results, detection of installed system software/hardware, and other features. This framework is designed to be an extensible architecture so that new test profiles and suites can be easily added to represent performance benchmarks, unit tests, and other quantitative and qualitative (e.g. image quality comparison and pass/fail) measurements. Available through OpenBenchmarking.org, a collaborative storage platform developed in conjunction with the Phoronix Test Suite, are more than 600 individual test profiles and more than 200 test suites available by default from the Phoronix Test Suite. Independent users are also able to upload their test results, profiles, and suites to OpenBenchmarking.org.
A test profile is a single test that can be executed by the Phoronix Test Suite -- with a series of options possible within every test -- and a test suite is a seamless collection of test profiles and/or additional test suites. A test profile consists of a set of Bash/shell scripts and XML files while a test suite is a single XML file. Modules for the Phoronix Test Suite also allow for integration with git-bisect and other revision control systems for per-commit regression testing, system sensor monitoring, and other extras.
[OpenBenchmarking.org](https://www.openbenchmarking.org/) also allows for conducting side-by-side result comparisons, a central location for storing and sharing test results, and collaborating over test data. [Phoromatic](https://www.phoromatic.com/) is a complementary platform to OpenBenchmarking.org and the Phoronix Test Suite for interfacing with Phoronix Test Suite client(s) to automatically execute test runs on a timed, per-commit, or other trigger-driven basis. Phoromatic is designed for enterprise and allows for the easy management of multiple networked systems running Phoronix Test Suite clients via a single web-based interface.
Professional support and custom engineering for the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org is available by contacting <https://www.phoronix-test-suite.com/>.
Full details on the Phoronix Test Suite setup and usage is available from the included HTML/PDF documentation within the phoronix-test-suite package and from the Phoronix Test Suite website.
Full details on the Phoronix Test Suite setup and usage is available from the included HTML/PDF documentation within the phoronix-test-suite package and from the [Phoronix Test Suite documentation directory](documentation/).
## Installation & Setup
The Phoronix Test Suite is supported on Linux, *BSD, Solaris, macOS, and Windows systems. However, the most full-featured and well supported operating system for conducting the tests is Linux with some non-basic functionality not being available under all platforms. The Phoronix Test Suite software/framework is compatible with all major CPU architectures (e.g. i686, x86_64, ARM, RISC-V, PowerPC), but not all of the test profiles/suites are compatible with all architectures.
The Phoronix Test Suite is supported on Linux, *BSD, Solaris, macOS, and Windows systems. However, the most full-featured and well supported operating system for conducting the tests is Linux with some non-basic functionality not being available under all platforms. The Phoronix Test Suite software/framework is compatible with all major CPU architectures (e.g. i686, x86_64, ARM / AArch64, RISC-V, POWER 64-bit), but not all of the test profiles/suites are compatible with all architectures.
The Phoronix Test Suite can be installed for system-wide usage or run locally without installation from the extracted tar.gz/zip package. The only hard dependency on the Phoronix Test Suite is having command-line support for PHP (PHP 5.3+) installed. A complete PHP stack (e.g. with web server) is **not** needed, but merely the PHP command-line support, which is widely available from operating system package managers under the name `php`, `php7-cli`, `php5-cli`, or `php7`.
The Phoronix Test Suite can be installed for system-wide usage or run locally without installation from the extracted tar.gz/zip package. The only hard dependency on the Phoronix Test Suite is having command-line support for PHP (PHP 5.3+) installed. A complete PHP stack (e.g. with web server) is **not** needed, but merely the PHP command-line support, which is widely available from operating system package managers under the name `php`, `php7-cli`, `php5-cli`, `php7` or `php8`.
## Usage
The process to download, install/setup, execute, and report the results of a benchmark can be as simple as a command such as `phoronix-test-suite benchmark smallpt` to run a simple CPU test profile. If wishing to simply install a test, it's a matter of running `phoronix-test-suite install <test or suite name>` and to run it's `phoronix-test-suite run <test or suite name>`. There's also a batch mode for non-interactive benchmarking by first running `phoronix-test-suite batch-setup` and then using the `batch-run` sub-command rather than `run`.
The process to download, install/setup, execute, and report the results of a benchmark can be as simple as a command such as `phoronix-test-suite benchmark smallpt` to run a simple CPU test profile. If wishing to simply install a test, it's a matter of running `phoronix-test-suite install <test or suite name>` and to run it's `phoronix-test-suite run <test or suite name>`. There's also a batch mode for non-interactive benchmarking by first running `phoronix-test-suite batch-setup` and then using the `batch-run` sub-command rather than `run`. For more guidance see the [Phoronix Test Suite documentation](documentation/phoronix-test-suite.md).
Viewing installed system hardware and software is available via `phoronix-test-suite system-info`.
Facilitating a result comparison from OpenBenchmarking.org can be done by running, for example, `phoronix-test-suite benchmark 1204293-BY-PHORONIX357` if wishing to compare the results of the `https://openbenchmarking.org/result/1204293-BY-PHORONIX357` result file.
Additional information is available from the Phoronix Test Suite website <https://www.phoronix-test-suite.com/> and the material bundled within the `phoronix-test-suite/documentation/` directory or via <https://www.phoronix-test-suite.com/documentation/>. A man page is also bundled with the phoronix-test-suite software.

View File

@@ -0,0 +1,40 @@
# Creating Custom Tests / Benchmarks (Test Profiles)
## Overview
*This test profile creation documentation is a work in progress.*
*Note: For some of the sample/debug test profiles mentioned on this page you may also need to first run the `phoronix-test-suite enable-repo debug` command to enable access to the tests on your local system.*
The easiest way to get started with creating a test at this time would be by modifying an existing test profile, such as:
> cp -va ~/.phoronix-test-suite/test-profiles/pts/build-llvm-1.3.1/ ~/.phoronix-test-suite/test-profiles/local/build-llvm/
> (Edit the test contents within ~/.phoronix-test-suite/test-profiles/local/build-llvm/ )
> ./phoronix-test-suite benchmark local/build-llvm # to try out the modified test profile
Some built-in Phoronix Test Suite commands that may help in test profile creation are `phoronix-test-suite create-test-profile` to help in the generation of the standard XML metadata for test profiles and other boilerplate code, `phoronix-test-suite debug-install [test]` to see the output of the install process, `phoronix-test-suite debug-run [test]` to debug the test run-time behavior, `phoronix-test-suite debug-result-parser [test]` if trying to debug the result parser XML handling, and `phoronix-test-suite inspect-test-profile [test]` to view the parsed Phoronix Test Suite test profile.
The `phoronix-test-suite diagnostics` output can also be beneficial for seeing the environment variables that by default are exported to all test profiles if needing to query certain software/hardware information.
## Pass/Fail Tests
The Phoronix Test Suite is primarily focused on quantitative tests, but does support pass/fail type testing (e.g. success / failure). See `phoronix-test-suite benchmark debug/pass-fail` as an example test profile for how to setup a pass/fail test. Similarly, there is `phoronix-test-suite benchmark debug/multi-pass-fail` for the multi-pass/fail of multiple pass/failures as part of a single result.
## Tests With Single Run, Multiple Results Output
See test profiles such as *pts/hpcc* and *pts/fio* for test profiles having a *results-definition.xml* where multiple results are generated from a single run.
## Sensor-Based Monitoring As A Test Result
See *pts/video-cpu-usage* as an (old) example of a working test centered around CPU usage tracking during video playback.
## Triggering Reboot During Test Install Or Test Run-Time
Since Phoronix Test Suite 10.6 is a built-in helper if a test profile during installation or at run-time needs to trigger a system reboot. This can be done by having the test install script or run script write to *~/reboot-needed*. If *~/reboot-needed* is created by the test profile, the Phoronix Test Suite will attempt to reboot the system in a cross-platform compatible manner.
The default behavior if reboot-needed is present is to reboot as soon as the test script execution finishes. This is the "immediate" mode and the default. Alternatively, if "queued" is written to the reboot-needed file, the Phoronix Test Suite will wait until after all other tests are either installed or run before triggering the reboot (or until running a test requesting an immediate reboot). The queued mode is intended to cut-down on the possible number of reboots needed, depending upon the constraints and intentions of the test profile rebooting.
When the test is recovering/re-run after a reboot, the Phoronix Test Suite will set the *$TEST_RECOVERING_FROM_REBOOT* environment variable to let the test profile know a reboot happened. Note that the $TEST_RECOVERING_FROM_REBOOT behavior will only report if it's the first subsequent run of the Phoronix Test Suite since the reboot was initiated, i.e. if there was an interruption and running PTS later on past that point of the test in question, the $TEST_RECOVERING_FROM_REBOOT would not be set. The $TEST_RECOVERING_FROM_REBOOT will also not be set if the Phoronix Test Suite client version was upgraded/changed during the reboot process.
Running `phoronix-test-suite benchmark debug/reboot-now` is a sample test profile demonstrating the reboot interface. Similarly, `phoronix-test-suite benchmark debug/reboot-during-install` demonstrates the reboot-needed activity on test installation.

View File

@@ -94,7 +94,7 @@ rm -f $DESTDIR$INSTALL_PREFIX/share/phoronix-test-suite/pts-core/static/images/o
rm -f $DESTDIR$INSTALL_PREFIX/share/phoronix-test-suite/pts-core/static/images/%phoronix-test-suite.png
sed 's:export PTS_DIR=$(readlink -f `dirname $0`):PTS_DIR='"$INSTALL_PREFIX"'\/share\/phoronix-test-suite:g' phoronix-test-suite > $DESTDIR$INSTALL_PREFIX/bin/phoronix-test-suite
sed 's:export PTS_DIR=$(readlink -f `dirname $0`):export PTS_DIR='"$INSTALL_PREFIX"'\/share\/phoronix-test-suite:g' phoronix-test-suite > $DESTDIR$INSTALL_PREFIX/bin/phoronix-test-suite
chmod +x $DESTDIR$INSTALL_PREFIX/bin/phoronix-test-suite
# sed 's:\$url = PTS_PATH . \"documentation\/index.html\";:\$url = \"'"$INSTALL_PREFIX"'\/share\/doc\/packages\/phoronix-test-suite\/index.html\";:g' pts-core/commands/gui_gtk.php > $DESTDIR$INSTALL_PREFIX/share/phoronix-test-suite/pts-core/commands/gui_gtk.php

View File

@@ -2,7 +2,7 @@
:: Phoronix Test Suite
:: URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/
:: Copyright (C) 2018, Phoronix Media
:: Copyright (C) 2018 - 2020, Phoronix Media
::
:: This program is free software; you can redistribute it and/or modify
:: it under the terms of the GNU General Public License as published by
@@ -29,5 +29,5 @@ md %destination%
:: cd /d %destination%
:: for /F "delims=" %%i in ('dir /b') do (rmdir "%%i" /s/q || del "%%i" /s/q)
xcopy %cd% %destination% /E
xcopy "%cd%" %destination% /E
echo Phoronix Test Suite installed to %destination%

127
install_macos Executable file
View File

@@ -0,0 +1,127 @@
#!/bin/sh
# Phoronix Test Suite
# URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/
# Copyright (C) 2008 - 2019, Phoronix Media
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Generic Phoronix Test Suite installer
# To install into a chroot, set $DESTDIR to the corresponding directory.
die() {
printf '%s\n' "$1" >&2
exit "${2:-1}"
}
if [ "X$1" = "X" ]
then
INSTALL_PREFIX="/usr"
else
INSTALL_PREFIX="$1"
fi
# Ensure the user is in the correct directory
if [ ! -f pts-core/phoronix-test-suite.php ]
then
die '
To install the Phoronix Test Suite you must first change directories to phoronix-test-suite/. For support visit: http://www.phoronix-test-suite.com/
'
fi
mkdir -p "$DESTDIR$INSTALL_PREFIX"
if [ ! -w "$DESTDIR$INSTALL_PREFIX" ]
then
die "ERROR: $DESTDIR$INSTALL_PREFIX is not writable. Run this installer as root or specify a different directory prefix as the first argument sent to this script."
fi
rm -rf "$DESTDIR$INSTALL_PREFIX"/share/phoronix-test-suite/
rm -rf "$DESTDIR$INSTALL_PREFIX"/share/doc/phoronix-test-suite/
mkdir -p "$DESTDIR$INSTALL_PREFIX"/bin/
mkdir -p "$DESTDIR$INSTALL_PREFIX"/share/appdata/
mkdir -p "$DESTDIR$INSTALL_PREFIX"/share/applications/
mkdir -p "$DESTDIR$INSTALL_PREFIX"/share/icons/hicolor/48x48/apps/
mkdir -p "$DESTDIR$INSTALL_PREFIX"/share/man/man1/
mkdir -p "$DESTDIR$INSTALL_PREFIX"/share/phoronix-test-suite/
mkdir -p "$DESTDIR$INSTALL_PREFIX"/share/doc/phoronix-test-suite/
mkdir -p "$DESTDIR$INSTALL_PREFIX"/../etc/bash_completion.d/
#mkdir -p $DESTDIR$INSTALL_PREFIX/../usr/lib/systemd/system/
#mkdir -p $DESTDIR$INSTALL_PREFIX/../etc/init/
cp ChangeLog "$DESTDIR$INSTALL_PREFIX"/share/doc/phoronix-test-suite/
cp COPYING "$DESTDIR$INSTALL_PREFIX"/share/doc/phoronix-test-suite/
cp AUTHORS "$DESTDIR$INSTALL_PREFIX"/share/doc/phoronix-test-suite/
cd documentation/ || exit
cp -r * "$DESTDIR$INSTALL_PREFIX"/share/doc/phoronix-test-suite/
cd ..
rm -rf "$DESTDIR$INSTALL_PREFIX"/share/doc/phoronix-test-suite/man-pages/
cp documentation/man-pages/*.1 "$DESTDIR$INSTALL_PREFIX"/share/man/man1/
cp pts-core/static/bash_completion "$DESTDIR$INSTALL_PREFIX"/../etc/bash_completion.d/phoronix-test-suite
cp pts-core/static/images/phoronix-test-suite.png "$DESTDIR$INSTALL_PREFIX"/share/icons/hicolor/48x48/apps/phoronix-test-suite.png
cp pts-core/static/phoronix-test-suite.desktop "$DESTDIR$INSTALL_PREFIX"/share/applications/
cp pts-core/static/phoronix-test-suite-launcher.desktop "$DESTDIR$INSTALL_PREFIX"/share/applications/
cp pts-core/static/phoronix-test-suite.appdata.xml "$DESTDIR$INSTALL_PREFIX"/share/appdata/
mkdir -p "$DESTDIR$INSTALL_PREFIX"/../usr/lib/systemd/system/
cp deploy/*-systemd/*.service "$DESTDIR$INSTALL_PREFIX"/../usr/lib/systemd/system/
# mkdir -p $DESTDIR$INSTALL_PREFIX/../etc/init/
# cp pts-core/static/upstart/*.conf $DESTDIR$INSTALL_PREFIX/../etc/init/
rm -rf "$DESTDIR$INSTALL_PREFIX"/share/phoronix-test-suite/pts-core
cp -r pts-core "$DESTDIR$INSTALL_PREFIX"/share/phoronix-test-suite/
cp -r ob-cache "$DESTDIR$INSTALL_PREFIX"/share/phoronix-test-suite/
cp -r deploy "$DESTDIR$INSTALL_PREFIX"/share/phoronix-test-suite/
rm -f "$DESTDIR$INSTALL_PREFIX"/share/phoronix-test-suite/pts-core/static/phoronix-test-suite.desktop
rm -f "$DESTDIR$INSTALL_PREFIX"/share/phoronix-test-suite/pts-core/static/phoronix-test-suite-launcher.desktop
rm -f "$DESTDIR$INSTALL_PREFIX"/share/phoronix-test-suite/pts-core/openbenchmarking.org/openbenchmarking-mime.xml
rm -f "$DESTDIR$INSTALL_PREFIX"/share/phoronix-test-suite/pts-core/static/bash_completion
rm -f "$DESTDIR$INSTALL_PREFIX"/share/phoronix-test-suite/pts-core/static/images/openbenchmarking.png
rm -f "$DESTDIR$INSTALL_PREFIX"/share/phoronix-test-suite/pts-core/static/images/%phoronix-test-suite.png
sed -e 's:export PTS_DIR=$(actualpath "$(dirname "$0")"):export PTS_DIR='"$INSTALL_PREFIX"'\/share\/phoronix-test-suite:g'
chmod +x "$DESTDIR$INSTALL_PREFIX"/bin/phoronix-test-suite
# sed 's:\$url = PTS_PATH . \"documentation\/index.html\";:\$url = \"'"$INSTALL_PREFIX"'\/share\/doc\/packages\/phoronix-test-suite\/index.html\";:g' pts-core/commands/gui_gtk.php > $DESTDIR$INSTALL_PREFIX/share/phoronix-test-suite/pts-core/commands/gui_gtk.php
# XDG MIME OpenBenchmarking support
if [ "X$DESTDIR" = "X" ] && which xdg-mime >/dev/null && which xdg-icon-resource >/dev/null
then
#No chroot
xdg-mime install pts-core/openbenchmarking.org/openbenchmarking-mime.xml
xdg-icon-resource install --context mimetypes --size 64 pts-core/static/images/openbenchmarking.png application-x-openbenchmarking
else
#chroot
mkdir -p "$DESTDIR$INSTALL_PREFIX"/share/mime/packages/
mkdir -p "$DESTDIR$INSTALL_PREFIX"/share/icons/hicolor/64x64/mimetypes/
cp pts-core/openbenchmarking.org/openbenchmarking-mime.xml "$DESTDIR$INSTALL_PREFIX"/share/mime/packages/
cp pts-core/static/images/openbenchmarking.png "$DESTDIR$INSTALL_PREFIX"/share/icons/hicolor/64x64/mimetypes/application-x-openbenchmarking.png
fi
printf '%b\n' "\nPhoronix Test Suite Installation Completed\n
Executable File: $INSTALL_PREFIX/bin/phoronix-test-suite
Documentation: $INSTALL_PREFIX/share/doc/phoronix-test-suite/
Phoronix Test Suite Files: $INSTALL_PREFIX/share/phoronix-test-suite/\n"
if [ "X$DESTDIR" != "X" ]
then
echo "Installed to chroot: $DESTDIR"
echo "Please update your desktop and mime-database manually"
fi

View File

@@ -1 +1 @@
{"main":{"generated":1575329066},"tests":{"aom-av1":{"title":"AOM AV1","description":"This is a simple test of the AOMedia AV1 encoder run on the CPU with a sample video file.","test_type":"Processor","software_type":"Utility","status":"Verified","supported_platforms":["Linux","MacOSX","BSD"],"internal_tags":["SMP"],"test_extends":"","package_hash":null,"average_run_time":"672","last_updated":"1552063091","first_added":"1552063091","popularity":"985","downloads":"1505","versions":["1.1.0"]},"svt-av1":{"title":"SVT-AV1","description":"This is a test of the Intel Open Visual Cloud Scalable Video Technology SVT-AV1 CPU-based multi-threaded video encoder for the AV1 video format with a sample 1080p YUV video file. This test profile fork builds the encoder from Git source rather than a snapshot.","test_type":"Processor","software_type":"Utility","status":"Verified","supported_platforms":["Linux"],"internal_tags":["SMP"],"test_extends":"","package_hash":null,"average_run_time":"118","last_updated":"1552059151","first_added":"1552059151","popularity":"980","downloads":"1501","versions":["1.2.0"]},"svt-hevc":{"title":"SVT-HEVC","description":"This is a test of the Intel Open Visual Cloud Scalable Video Technology SVT-HEVC CPU-based multi-threaded video encoder for the HEVC \/ H.265 video format with a sample 1080p YUV video file. This test uses SVT-HEVC from Git master.","test_type":"Processor","software_type":"Utility","status":"Verified","supported_platforms":["Linux"],"internal_tags":["SMP"],"test_extends":"","package_hash":null,"average_run_time":"56","last_updated":"1552060068","first_added":"1552060068","popularity":"983","downloads":"1494","versions":["1.0.0"]},"svt-vp9":{"title":"SVT-VP9","description":"This is a test of the Intel Open Visual Cloud Scalable Video Technology SVT-VP9 CPU-based multi-threaded video encoder for the VP9 video format with a sample 1080p YUV video file. This test profile uses the Git snapshot of SVT-VP9.","test_type":"Processor","software_type":"Utility","status":"Verified","supported_platforms":["Linux"],"internal_tags":["SMP"],"test_extends":"","package_hash":null,"average_run_time":"50","last_updated":"1552059681","first_added":"1552059681","popularity":"984","downloads":"1491","versions":["1.0.0"]},"vpxenc":{"title":"VP9 libvpx Encoding","description":"This is a standard video encoding performance test of Google's libvpx library and the vpxenc command for the VP9\/WebM format using a sample 1080p video.","test_type":"Processor","software_type":"Utility","status":"Verified","supported_platforms":["Linux"],"internal_tags":["SMP"],"test_extends":"","package_hash":null,"average_run_time":"767","last_updated":"1552061773","first_added":"1552061773","popularity":"990","downloads":"1475","versions":["2.3.0"]},"x265":{"title":"x265","description":"This is a simple test of the x265 encoder run on the CPU with a sample 1080p video file.","test_type":"Processor","software_type":"Utility","status":"Verified","supported_platforms":["Linux","MacOSX","BSD"],"internal_tags":["SMP"],"test_extends":"","package_hash":null,"average_run_time":"126","last_updated":"1552061034","first_added":"1552061034","popularity":"974","downloads":"1541","versions":["1.1.0"]}},"suites":[]}
{"main":{"generated":1633648836},"tests":{"aom-av1":{"title":"AOM AV1","description":"This is a simple test of the AOMedia AV1 encoder run on the CPU with a sample video file.","test_type":"Processor","software_type":"Utility","status":"Verified","supported_platforms":["Linux","MacOSX","BSD"],"internal_tags":["SMP"],"test_extends":"","package_hash":null,"average_run_time":"785","average_install_time":"183","last_updated":"1552063091","first_added":"1552063091","popularity":"1673","downloads":"2288","versions":["1.1.0"]},"dav1d":{"title":"dav1d","description":"Dav1d is an open-source, speedy AV1 video decoder. This test profile times how long it takes to decode sample AV1 video content.","test_type":"Processor","software_type":"Utility","status":"Verified","supported_platforms":["Linux","BSD"],"internal_tags":["SMP"],"test_extends":"","package_hash":null,"average_run_time":"1439","average_install_time":"261","last_updated":"1579721829","first_added":"1579697045","popularity":"1441","downloads":3643,"versions":["1.0.1","1.0.0"]},"rav1e":{"title":"rav1e","description":"Xiph rav1e is a Rust-written AV1 video encoder.","test_type":"Processor","software_type":"Utility","status":"Verified","supported_platforms":["Linux","MacOSX","BSD"],"internal_tags":["SMP"],"test_extends":"","package_hash":null,"average_run_time":"638","average_install_time":"367","last_updated":"1578155433","first_added":"1578155433","popularity":"1393","downloads":"2916","versions":["1.0.0"]},"svt-av1":{"title":"SVT-AV1","description":"This is a benchmark of the SVT-AV1 open-source video encoder\/decoder. SVT-AV1 was originally developed by Intel as part of their Open Visual Cloud \/ Scalable Video Technology (SVT). Development of SVT-AV1 has since moved to the Alliance for Open Media as part of upstream AV1 development. SVT-AV1 is a CPU-based multi-threaded video encoder for the AV1 video format with a sample YUV video file.","test_type":"Processor","software_type":"Utility","status":"Verified","supported_platforms":["Linux"],"internal_tags":["SMP"],"test_extends":"","package_hash":null,"average_run_time":"178","average_install_time":"327","last_updated":"1623277644","first_added":"1552059151","popularity":"376","downloads":5394,"versions":["2.3.0","1.2.0"]},"svt-hevc":{"title":"SVT-HEVC","description":"This is a test of the Intel Open Visual Cloud Scalable Video Technology SVT-HEVC CPU-based multi-threaded video encoder for the HEVC \/ H.265 video format with a sample 1080p YUV video file. This test uses SVT-HEVC from Git master.","test_type":"Processor","software_type":"Utility","status":"Verified","supported_platforms":["Linux"],"internal_tags":["SMP"],"test_extends":"","package_hash":null,"average_run_time":"73","average_install_time":"53","last_updated":"1552060068","first_added":"1552060068","popularity":"1637","downloads":"2277","versions":["1.0.0"]},"svt-vp9":{"title":"SVT-VP9","description":"This is a test of the Intel Open Visual Cloud Scalable Video Technology SVT-VP9 CPU-based multi-threaded video encoder for the VP9 video format with a sample 1080p YUV video file. This test profile uses the Git snapshot of SVT-VP9.","test_type":"Processor","software_type":"Utility","status":"Verified","supported_platforms":["Linux"],"internal_tags":["SMP"],"test_extends":"","package_hash":null,"average_run_time":"42","average_install_time":"50","last_updated":"1552059681","first_added":"1552059681","popularity":"1666","downloads":"2268","versions":["1.0.0"]},"vpxenc":{"title":"VP9 libvpx Encoding","description":"This is a standard video encoding performance test of Google's libvpx library and the vpxenc command for the VP9\/WebM format using a sample 1080p video.","test_type":"Processor","software_type":"Utility","status":"Verified","supported_platforms":["Linux"],"internal_tags":["SMP"],"test_extends":"","package_hash":null,"average_run_time":"753","average_install_time":"76","last_updated":"1552061773","first_added":"1552061773","popularity":"1669","downloads":"2247","versions":["2.3.0"]},"x265":{"title":"x265","description":"This is a simple test of the x265 encoder run on the CPU with a sample 1080p video file.","test_type":"Processor","software_type":"Utility","status":"Verified","supported_platforms":["Linux","MacOSX","BSD"],"internal_tags":["SMP"],"test_extends":"","package_hash":null,"average_run_time":"322","average_install_time":"191","last_updated":"1552061034","first_added":"1552061034","popularity":"1600","downloads":"2330","versions":["1.1.0"]}},"suites":[]}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,42 @@
<?xml version="1.0"?>
<!--Phoronix Test Suite v9.4.0m1-->
<PhoronixTestSuite>
<Downloads>
<Package>
<URL>http://ffmpeg.org/releases/ffmpeg-4.2.1.tar.bz2</URL>
<MD5>f3cba622990c8ac8a57330f571db1230</MD5>
<SHA256>682a9fa3f6864d7f0dbf224f86b129e337bc60286e0d00dffcd710998d521624</SHA256>
<FileName>ffmpeg-4.2.1.tar.bz2</FileName>
<FileSize>10953293</FileSize>
<PlatformSpecific>Linux, BSD</PlatformSpecific>
</Package>
<Package>
<URL>http://www.elecard.com/storage/video/Stream2_AV1_HD_6.8mbps.webm</URL>
<MD5>5e4c83cf494cbe6dc1668cbbd7ff774c</MD5>
<SHA256>2f23d29750a0663a6df656e8137cf934bddfc96b31e5088db2c3624f19ed14d4</SHA256>
<FileName>Stream2_AV1_HD_6.8mbps.webm</FileName>
<FileSize>122378926</FileSize>
</Package>
<Package>
<URL>http://www.elecard.com/storage/video/Stream2_AV1_4K_22.7mbps.webm</URL>
<MD5>8acc9c60c10a37bf4e568b465b03e35a</MD5>
<SHA256>52f3aa1d4b4487af62d37b0f295aabbc4b57f03fdc4c76402c6358193e4aa490</SHA256>
<FileName>Stream2_AV1_4K_22.7mbps.webm</FileName>
<FileSize>409458359</FileSize>
</Package>
<Package>
<URL>http://download.opencontent.netflix.com.s3.amazonaws.com/AV1/Chimera/Old/Chimera-AV1-8bit-1920x1080-6736kbps.mp4</URL>
<MD5>d444e11f8b049de2a9739899a9c0b4f6</MD5>
<SHA256>d566d294e2c18bb274a54aad03352c92312a62c393656d38e1f7dda10c0bf10c</SHA256>
<FileName>Chimera-AV1-8bit-1920x1080-6736kbps.mp4</FileName>
<FileSize>313490236</FileSize>
</Package>
<Package>
<URL>http://download.opencontent.netflix.com.s3.amazonaws.com/AV1/Chimera/Old/Chimera-AV1-10bit-1920x1080-6191kbps.mp4</URL>
<MD5>4c0f24bac42ddcda3d46087a36492ce4</MD5>
<SHA256>df2080fd77e0dbd9138bd4f172bf008d2ade17da7ab4532fba54ceccf40a9439</SHA256>
<FileName>Chimera-AV1-10bit-1920x1080-6191kbps.mp4</FileName>
<FileSize>288122748</FileSize>
</Package>
</Downloads>
</PhoronixTestSuite>

View File

@@ -0,0 +1,37 @@
#!/bin/sh
# FFmpeg install to demux AV1 WebM to IVF that can then be consumed by dav1d...
tar -xjf ffmpeg-4.2.1.tar.bz2
mkdir ffmpeg_/
cd ffmpeg-4.2.1/
./configure --disable-zlib --disable-doc --prefix=$HOME/ffmpeg_/
make -j $NUM_CPU_CORES
echo $? > ~/install-exit-status
make install
cd ~/
./ffmpeg_/bin/ffmpeg -i Stream2_AV1_HD_6.8mbps.webm -vcodec copy -an -f ivf summer_nature_1080p.ivf
./ffmpeg_/bin/ffmpeg -i Stream2_AV1_4K_22.7mbps.webm -vcodec copy -an -f ivf summer_nature_4k.ivf
./ffmpeg_/bin/ffmpeg -i Chimera-AV1-8bit-1920x1080-6736kbps.mp4 -vcodec copy -an -f ivf chimera_8b_1080p.ivf
./ffmpeg_/bin/ffmpeg -i Chimera-AV1-10bit-1920x1080-6191kbps.mp4 -vcodec copy -an -f ivf chimera_10b_1080p.ivf
rm -rf ffmpeg-4.2.1
rm -rf ffmpeg_
# Build Dav1d
rm -rf dav1d-git
git clone https://code.videolan.org/videolan/dav1d.git dav1d-git
cd dav1d-git
git checkout e79e5ceb2cb74fc466e2868c4725d98ccca7cac7
git rev-parse --short HEAD > ~/install-footnote
mkdir build
meson build --buildtype release
ninja -C build
echo $? > ~/install-exit-status
cd ~
echo "#!/bin/sh
./dav1d-git/build/tools/dav1d \$@ --muxer null --framethreads \$NUM_CPU_CORES --tilethreads 4 --filmgrain 0 > \$LOG_FILE 2>&1
echo \$? > ~/test-exit-status" > dav1d
chmod +x dav1d

View File

@@ -0,0 +1,10 @@
<?xml version="1.0"?>
<!--Phoronix Test Suite v9.4.0m1-->
<PhoronixTestSuite>
<ResultsParser>
<OutputTemplate>Decoded 8929 8929 frames (100.0%) - #_RESULT_# 25 fps (9.20x)</OutputTemplate>
<LineHint>fps</LineHint>
<MultiMatch>AVERAGE</MultiMatch>
<TurnCharsToSpace>/</TurnCharsToSpace>
</ResultsParser>
</PhoronixTestSuite>

View File

@@ -0,0 +1,53 @@
<?xml version="1.0"?>
<!--Phoronix Test Suite v9.4.0m1-->
<PhoronixTestSuite>
<TestInformation>
<Title>dav1d</Title>
<AppVersion>Git</AppVersion>
<Description>Dav1d is an open-source, speedy AV1 video decoder. This test profile times how long it takes to decode sample AV1 video content.</Description>
<ResultScale>FPS</ResultScale>
<Proportion>HIB</Proportion>
<TimesToRun>3</TimesToRun>
</TestInformation>
<TestProfile>
<Version>1.0.1</Version>
<SupportedPlatforms>Linux, BSD</SupportedPlatforms>
<SoftwareType>Utility</SoftwareType>
<TestType>Processor</TestType>
<License>Free</License>
<Status>Verified</Status>
<ExternalDependencies>build-utilities, yasm, meson, git</ExternalDependencies>
<EnvironmentSize>1200</EnvironmentSize>
<ProjectURL>http://code.videolan.org/videolan/dav1d</ProjectURL>
<InternalTags>SMP</InternalTags>
<Maintainer>Michael Larabel</Maintainer>
</TestProfile>
<TestSettings>
<Default>
<Arguments> </Arguments>
</Default>
<Option>
<DisplayName>Video Input</DisplayName>
<Identifier>video</Identifier>
<ArgumentPrefix>-i </ArgumentPrefix>
<Menu>
<Entry>
<Name>Summer Nature 1080p</Name>
<Value>summer_nature_1080p.ivf</Value>
</Entry>
<Entry>
<Name>Summer Nature 4K</Name>
<Value>summer_nature_4k.ivf</Value>
</Entry>
<Entry>
<Name>Chimera 1080p</Name>
<Value>chimera_8b_1080p.ivf</Value>
</Entry>
<Entry>
<Name>Chimera 1080p 10-bit</Name>
<Value>chimera_10b_1080p.ivf</Value>
</Entry>
</Menu>
</Option>
</TestSettings>
</PhoronixTestSuite>

View File

@@ -0,0 +1,13 @@
<?xml version="1.0"?>
<!--Phoronix Test Suite v9.2.1-->
<PhoronixTestSuite>
<Downloads>
<Package>
<URL>http://ultravideo.cs.tut.fi/video/Bosphorus_1920x1080_120fps_420_8bit_YUV_Y4M.7z</URL>
<MD5>84ae521c95aa2537e16b34bbf72f2def</MD5>
<SHA256>e2f60b904789a60f6d1edc194d8540d401dd882e3ee3605b9b1de8feacc72133</SHA256>
<FileName>Bosphorus_1920x1080_120fps_420_8bit_YUV_Y4M.7z</FileName>
<FileSize>676792531</FileSize>
</Package>
</Downloads>
</PhoronixTestSuite>

View File

@@ -0,0 +1,20 @@
#!/bin/sh
rm -rf rav1e-master
git clone https://github.com/xiph/rav1e.git rav1e-master
cargo build --release
echo $? > ~/install-exit-status
cd ~
7z x Bosphorus_1920x1080_120fps_420_8bit_YUV_Y4M.7z
cd rav1e-master
cargo build --bin rav1e --release -j $NUM_CPU_PHYSICAL_CORES
echo $? > ~/install-exit-status
cd ~
echo "#!/bin/sh
./rav1e-master/target/release/rav1e ./Bosphorus_1920x1080_120fps_420_8bit_YUV.y4m --threads \$NUM_CPU_CORES --tiles 4 --output /dev/null \$@ > log.out 2>&1
echo \$? > ~/test-exit-status
tr -s '\r' '\n' < log.out > \$LOG_FILE" > rav1e
chmod +x rav1e

View File

@@ -0,0 +1,9 @@
<?xml version="1.0"?>
<!--Phoronix Test Suite v9.2.1-->
<PhoronixTestSuite>
<ResultsParser>
<OutputTemplate>XX encoded 20/20 frames, #_RESULT_# fps, 2844.02 Kb/s, est. size: 0.23 MB, est. time: 0s</OutputTemplate>
<LineHint>fps</LineHint>
<TurnCharsToSpace>(</TurnCharsToSpace>
</ResultsParser>
</PhoronixTestSuite>

View File

@@ -0,0 +1,54 @@
<?xml version="1.0"?>
<!--Phoronix Test Suite v9.2.1-->
<PhoronixTestSuite>
<TestInformation>
<Title>rav1e</Title>
<AppVersion>Git</AppVersion>
<Description>Xiph rav1e is a Rust-written AV1 video encoder.</Description>
<ResultScale>Frames Per Second</ResultScale>
<Proportion>HIB</Proportion>
<SubTitle>1080p To AV1 Video Encode</SubTitle>
<TimesToRun>3</TimesToRun>
</TestInformation>
<TestProfile>
<Version>1.0.0</Version>
<SupportedPlatforms>Linux, MacOSX, BSD</SupportedPlatforms>
<SoftwareType>Utility</SoftwareType>
<TestType>Processor</TestType>
<License>Free</License>
<Status>Verified</Status>
<ExternalDependencies>p7zip, rust, yasm, perl, cmake, git</ExternalDependencies>
<EnvironmentSize>3000</EnvironmentSize>
<ProjectURL>https://github.com/xiph/rav1e</ProjectURL>
<InternalTags>SMP</InternalTags>
<Maintainer>Michael Larabel</Maintainer>
</TestProfile>
<TestSettings>
<Option>
<DisplayName>Speed</DisplayName>
<Identifier>s</Identifier>
<Menu>
<Entry>
<Name>9</Name>
<Value>-s 9 -l 80</Value>
<Message>Fastest</Message>
</Entry>
<Entry>
<Name>6</Name>
<Value>-s 6 -l 60</Value>
<Message>Default</Message>
</Entry>
<Entry>
<Name>5</Name>
<Value>-s 5 -l 60</Value>
<Message>Mid-Speed</Message>
</Entry>
<Entry>
<Name>1</Name>
<Value>-s 1 -l 20</Value>
<Message>Slowest / Best Quality</Message>
</Entry>
</Menu>
</Option>
</TestSettings>
</PhoronixTestSuite>

View File

@@ -0,0 +1,20 @@
<?xml version="1.0"?>
<!--Phoronix Test Suite v10.4.0-->
<PhoronixTestSuite>
<Downloads>
<Package>
<URL>http://ultravideo.cs.tut.fi/video/Bosphorus_1920x1080_120fps_420_8bit_YUV_RAW.7z</URL>
<MD5>db7c7ff09acd5d7820cc4d1eb0939cf9</MD5>
<SHA256>e73a54088e88e6465f578625d185933e85c3209ab7105deb755a8b8918b78cab</SHA256>
<FileName>Bosphorus_1920x1080_120fps_420_8bit_YUV_RAW.7z</FileName>
<FileSize>680772328</FileSize>
</Package>
<Package>
<URL>http://ultravideo.cs.tut.fi/video/Bosphorus_3840x2160_120fps_420_8bit_YUV_Y4M.7z</URL>
<MD5>815ca5830c8ea2f95545429817b96b1f</MD5>
<SHA256>d0fcb7d8cfc6e51c47ce8b427dab41ce38300c4b1a51a1903ddd5d86067c4c79</SHA256>
<FileName>Bosphorus_3840x2160_120fps_420_8bit_YUV_Y4M.7z</FileName>
<FileSize>2804470345</FileSize>
</Package>
</Downloads>
</PhoronixTestSuite>

View File

@@ -0,0 +1,16 @@
#!/bin/sh
7z x Bosphorus_1920x1080_120fps_420_8bit_YUV_RAW.7z -aoa
7z x Bosphorus_3840x2160_120fps_420_8bit_YUV_Y4M.7z -aoa
rm -rf SVT-AV1-master
git clone https://gitlab.com/AOMediaCodec/SVT-AV1.git SVT-AV1-master
./SVT-AV1-master/Build/linux/build.sh release
echo $? > ~/install-exit-status
cd ~
echo "#!/bin/sh
./SVT-AV1-master/Bin/Release/SvtAv1EncApp \$@ > \$LOG_FILE 2>&1
echo \$? > ~/test-exit-status" > svt-av1
chmod +x svt-av1

View File

@@ -0,0 +1,7 @@
<?xml version="1.0"?>
<!--Phoronix Test Suite v10.4.0-->
<PhoronixTestSuite>
<ResultsParser>
<OutputTemplate>Average Speed: #_RESULT_# fps</OutputTemplate>
</ResultsParser>
</PhoronixTestSuite>

View File

@@ -0,0 +1,58 @@
<?xml version="1.0"?>
<!--Phoronix Test Suite v10.4.0-->
<PhoronixTestSuite>
<TestInformation>
<Title>SVT-AV1</Title>
<AppVersion>Git</AppVersion>
<Description>This is a benchmark of the SVT-AV1 open-source video encoder/decoder. SVT-AV1 was originally developed by Intel as part of their Open Visual Cloud / Scalable Video Technology (SVT). Development of SVT-AV1 has since moved to the Alliance for Open Media as part of upstream AV1 development. SVT-AV1 is a CPU-based multi-threaded video encoder for the AV1 video format with a sample YUV video file.</Description>
<ResultScale>Frames Per Second</ResultScale>
<Proportion>HIB</Proportion>
<TimesToRun>3</TimesToRun>
</TestInformation>
<TestProfile>
<Version>2.3.0</Version>
<SupportedPlatforms>Linux</SupportedPlatforms>
<SoftwareType>Utility</SoftwareType>
<TestType>Processor</TestType>
<License>Free</License>
<Status>Verified</Status>
<ExternalDependencies>build-utilities, p7zip, yasm, cmake, git</ExternalDependencies>
<EnvironmentSize>2900</EnvironmentSize>
<ProjectURL>https://gitlab.com/AOMediaCodec/SVT-AV1</ProjectURL>
<RepositoryURL>https://gitlab.com/AOMediaCodec/SVT-AV1</RepositoryURL>
<InternalTags>SMP</InternalTags>
<Maintainer>Michael Larabel</Maintainer>
</TestProfile>
<TestSettings>
<Option>
<DisplayName>Encoder Mode</DisplayName>
<Identifier>enc-mode</Identifier>
<Menu>
<Entry>
<Name>Preset 8</Name>
<Value>--preset 8</Value>
<Message>Fastest - Default</Message>
</Entry>
<Entry>
<Name>Preset 4</Name>
<Value>--preset 4 -n 160</Value>
<Message>Mid-Speed</Message>
</Entry>
</Menu>
</Option>
<Option>
<DisplayName>Input</DisplayName>
<Identifier>input</Identifier>
<Menu>
<Entry>
<Name>Bosphorus 1080p</Name>
<Value>-i Bosphorus_1920x1080_120fps_420_8bit_YUV.yuv -w 1920 -h 1080</Value>
</Entry>
<Entry>
<Name>Bosphorus 4K</Name>
<Value>-i Bosphorus_3840x2160.y4m -w 3840 -h 2160</Value>
</Entry>
</Menu>
</Option>
</TestSettings>
</PhoronixTestSuite>

View File

@@ -0,0 +1,25 @@
#!/bin/bash
if which pip3 >/dev/null 2>&1 ;
then
echo 0 > ~/install-exit-status
else
echo "ERROR: Python pip3 is not found on the system! This test profile needs Python pip3 to proceed."
echo 2 > ~/install-exit-status
fi
pip3 install --user tensorflow==2.2.0
pip3 install --user ai-benchmark==0.1.2
if [[ ! -f "$HOME/.local/bin/ai-benchmark" ]]
then
echo "ERROR: AI-Benchmark failed to install on the system!"
echo 2 > ~/install-exit-status
fi
echo "#!/bin/bash
cd \$HOME/.local/bin/
python3 ./ai-benchmark > \$LOG_FILE 2>&1
echo \$? > ~/test-exit-status" > ai-benchmark
chmod +x ai-benchmark

View File

@@ -0,0 +1,16 @@
<?xml version="1.0"?>
<!--Phoronix Test Suite v9.8.0m2-->
<PhoronixTestSuite>
<ResultsParser>
<OutputTemplate>Device Inference Score: #_RESULT_#</OutputTemplate>
<ArgumentsDescription>Device Inference Score</ArgumentsDescription>
</ResultsParser>
<ResultsParser>
<OutputTemplate>Device Training Score: #_RESULT_#</OutputTemplate>
<ArgumentsDescription>Device Training Score</ArgumentsDescription>
</ResultsParser>
<ResultsParser>
<OutputTemplate>Device AI Score: #_RESULT_#</OutputTemplate>
<ArgumentsDescription>Device AI Score</ArgumentsDescription>
</ResultsParser>
</PhoronixTestSuite>

View File

@@ -0,0 +1,25 @@
<?xml version="1.0"?>
<!--Phoronix Test Suite v9.8.0m2-->
<PhoronixTestSuite>
<TestInformation>
<Title>AI Benchmark Alpha</Title>
<AppVersion>0.1.2</AppVersion>
<Description>AI Benchmark Alpha is a Python library for evaluating artificial intelligence (AI) performance on diverse hardware platforms and relies upon the TensorFlow machine learning library.</Description>
<ResultScale>Score</ResultScale>
<Proportion>HIB</Proportion>
<TimesToRun>1</TimesToRun>
</TestInformation>
<TestProfile>
<Version>1.0.0</Version>
<SupportedPlatforms>Linux, BSD, MacOSX</SupportedPlatforms>
<SoftwareType>Utility</SoftwareType>
<TestType>System</TestType>
<License>Free</License>
<Status>Verified</Status>
<ExternalDependencies>python</ExternalDependencies>
<RequiresInternet>TRUE</RequiresInternet>
<EnvironmentSize>10</EnvironmentSize>
<ProjectURL>http://ai-benchmark.com/alpha</ProjectURL>
<Maintainer>Michael Larabel</Maintainer>
</TestProfile>
</PhoronixTestSuite>

View File

@@ -0,0 +1,25 @@
#!/bin/bash
if which pip3 >/dev/null 2>&1 ;
then
echo 0 > ~/install-exit-status
else
echo "ERROR: Python pip3 is not found on the system! This test profile needs Python pip3 to proceed."
echo 2 > ~/install-exit-status
fi
pip3 install --user tensorflow==2.2.0
pip3 install --user ai-benchmark==0.1.2
if [[ ! -f "$HOME/.local/bin/ai-benchmark" ]]
then
echo "ERROR: AI-Benchmark failed to install on the system!"
echo 2 > ~/install-exit-status
fi
echo "#!/bin/bash
cd \$HOME/.local/bin/
python3 ./ai-benchmark > \$LOG_FILE 2>&1
echo \$? > ~/test-exit-status" > ai-benchmark
chmod +x ai-benchmark

View File

@@ -0,0 +1,24 @@
#!/bin/bash
if which pip3 >/dev/null 2>&1 ;
then
echo 0 > ~/install-exit-status
else
echo "ERROR: Python pip3 is not found on the system! This test profile needs Python pip3 to proceed."
echo 2 > ~/install-exit-status
fi
pip3 install --user tensorflow==2.2.0
pip3 install --user ai-benchmark==0.1.2
if [[ ! -f "$HOME/.local/bin/ai-benchmark" ]]
then
echo "ERROR: AI-Benchmark failed to install on the system!"
fi
echo "#!/bin/bash
cd \$HOME/Library/Python/3.*/bin/
python3 ./ai-benchmark > \$LOG_FILE 2>&1
echo \$? > ~/test-exit-status" > ai-benchmark
chmod +x ai-benchmark

View File

@@ -0,0 +1,16 @@
<?xml version="1.0"?>
<!--Phoronix Test Suite v10.0.1-->
<PhoronixTestSuite>
<ResultsParser>
<OutputTemplate>Device Inference Score: #_RESULT_#</OutputTemplate>
<ArgumentsDescription>Device Inference Score</ArgumentsDescription>
</ResultsParser>
<ResultsParser>
<OutputTemplate>Device Training Score: #_RESULT_#</OutputTemplate>
<ArgumentsDescription>Device Training Score</ArgumentsDescription>
</ResultsParser>
<ResultsParser>
<OutputTemplate>Device AI Score: #_RESULT_#</OutputTemplate>
<ArgumentsDescription>Device AI Score</ArgumentsDescription>
</ResultsParser>
</PhoronixTestSuite>

View File

@@ -0,0 +1,25 @@
<?xml version="1.0"?>
<!--Phoronix Test Suite v10.0.1-->
<PhoronixTestSuite>
<TestInformation>
<Title>AI Benchmark Alpha</Title>
<AppVersion>0.1.2</AppVersion>
<Description>AI Benchmark Alpha is a Python library for evaluating artificial intelligence (AI) performance on diverse hardware platforms and relies upon the TensorFlow machine learning library.</Description>
<ResultScale>Score</ResultScale>
<Proportion>HIB</Proportion>
<TimesToRun>1</TimesToRun>
</TestInformation>
<TestProfile>
<Version>1.0.1</Version>
<SupportedPlatforms>Linux, BSD, MacOSX</SupportedPlatforms>
<SoftwareType>Utility</SoftwareType>
<TestType>System</TestType>
<License>Free</License>
<Status>Verified</Status>
<ExternalDependencies>python</ExternalDependencies>
<RequiresInternet>TRUE</RequiresInternet>
<EnvironmentSize>10</EnvironmentSize>
<ProjectURL>http://ai-benchmark.com/alpha</ProjectURL>
<Maintainer>Michael Larabel</Maintainer>
</TestProfile>
</PhoronixTestSuite>

View File

@@ -0,0 +1,12 @@
<?xml version="1.0"?>
<!--Phoronix Test Suite v10.0.0m2-->
<PhoronixTestSuite>
<Downloads>
<Package>
<URL>http://fsbench.filesystems.org/bench/aio-stress.c</URL>
<MD5>727e5fc3566837b3ea72f887d048769b</MD5>
<FileName>aio-stress.c</FileName>
<FileSize>39513</FileSize>
</Package>
</Downloads>
</PhoronixTestSuite>

View File

@@ -0,0 +1,11 @@
#!/bin/sh
cc -Wall -O3 -pthread -o aio-stress-bin aio-stress.c -laio
echo $? > ~/install-exit-status
# add support for allowing aio-test-file to be on removable media devices
echo "#!/bin/sh
./aio-stress-bin \$@ aio-test-file > \$LOG_FILE 2>&1
echo \$? > ~/test-exit-status
rm -f aio-test-file" > aio-stress
chmod +x aio-stress

View File

@@ -0,0 +1,16 @@
<?xml version="1.0"?>
<!--Phoronix Test Suite v10.0.0m2-->
<PhoronixTestSuite>
<ResultsParser>
<OutputTemplate>adding stage random write
dropping thread count to the number of contexts 1
starting with random write
file size 1024MB, record size 64KB, depth 64, ios per iteration 8
max io_submit 8, buffer alignment set to 4KB
threads 1 files 1 contexts 1 context offset 2MB verification off
random write on aio-test-file (#_RESULT_# MB/s) 1024.00 MB in 3.84s
thread 0 random write totals (63.36 MB/s) 1024.00 MB in 16.16s
Running single thread version</OutputTemplate>
<LineHint>random write on aio-test-file</LineHint>
</ResultsParser>
</PhoronixTestSuite>

View File

@@ -0,0 +1,40 @@
<?xml version="1.0"?>
<!--Phoronix Test Suite v10.0.0m2-->
<PhoronixTestSuite>
<TestInformation>
<Title>AIO-Stress</Title>
<AppVersion>0.21</AppVersion>
<Description>AIO-Stress is an a-synchronous I/O benchmark created by SuSE. Current this profile uses a 2048MB test file and a 64KB record size.</Description>
<ResultScale>MB/s</ResultScale>
<Proportion>HIB</Proportion>
<TimesToRun>3</TimesToRun>
</TestInformation>
<TestProfile>
<Version>1.1.2</Version>
<SupportedPlatforms>Linux</SupportedPlatforms>
<SoftwareType>Benchmark</SoftwareType>
<TestType>Disk</TestType>
<License>Free</License>
<Status>Deprecated</Status>
<ExternalDependencies>build-utilities, libaio-development</ExternalDependencies>
<EnvironmentSize>0.5</EnvironmentSize>
<EnvironmentTestingSize>1024</EnvironmentTestingSize>
<Maintainer>Michael Larabel</Maintainer>
</TestProfile>
<TestSettings>
<Default>
<Arguments>-s 2g -r 64k -t 3</Arguments>
</Default>
<Option>
<DisplayName>Test</DisplayName>
<Identifier>test</Identifier>
<ArgumentPrefix>-o </ArgumentPrefix>
<Menu>
<Entry>
<Name>Random Write</Name>
<Value>2</Value>
</Entry>
</Menu>
</Option>
</TestSettings>
</PhoronixTestSuite>

View File

@@ -0,0 +1,22 @@
<?xml version="1.0"?>
<!--Phoronix Test Suite v8.2.0m2-->
<PhoronixTestSuite>
<Downloads>
<Package>
<URL>https://download.aircrack-ng.org/aircrack-ng-1.3.tar.gz</URL>
<MD5>c7c5b076dee0c25ee580b0f56f455623</MD5>
<SHA256>8ae08a7c28741f6ace2769267112053366550e7f746477081188ad38410383ca</SHA256>
<FileName>aircrack-ng-1.3.tar.gz</FileName>
<FileSize>4501507</FileSize>
<PlatformSpecific>Linux, BSD</PlatformSpecific>
</Package>
<Package>
<URL>https://download.aircrack-ng.org/aircrack-ng-1.3-win.zip</URL>
<MD5>319913c6e5e11aa91788ca07df40f250</MD5>
<SHA256>cd5f8dc621211b87e6e73b24e4d3f83ce8da7979f14bd439bd933b04be6fac2c</SHA256>
<FileName>aircrack-ng-1.3-win.zip</FileName>
<FileSize>14043368</FileSize>
<PlatformSpecific>Windows</PlatformSpecific>
</Package>
</Downloads>
</PhoronixTestSuite>

View File

@@ -0,0 +1,13 @@
#!/bin/sh
tar -xf aircrack-ng-1.3.tar.gz
cd aircrack-ng-1.3
./autogen.sh
make -j $NUM_CPU_CORES
echo $? > ~/install-exit-status
cd ~
echo "#!/bin/sh
cd aircrack-ng-1.3
./src/aircrack-ng -p \$NUM_CPU_CORES \$@ 2>&1 | tr '\\r' '\\n' | awk -v max=0 '{if(\$1>max){max=\$1}}END{print max \" k/s\"}' > \$LOG_FILE
echo \$? > ~/test-exit-status" > aircrack-ng
chmod +x aircrack-ng

View File

@@ -0,0 +1,8 @@
#!/bin/sh
unzip -o aircrack-ng-1.3-win.zip
echo "#!/bin/sh
cd aircrack-ng-1.3-win
./bin/64bit/aircrack-ng.exe \$@ 2>&1 | tr '\\r' '\\n' | awk -v max=0 '{if(\$1>max){max=\$1}}END{print max \" k/s\"}' > \$LOG_FILE
echo \$? > ~/test-exit-status" > aircrack-ng
chmod +x aircrack-ng

View File

@@ -0,0 +1,7 @@
<?xml version="1.0"?>
<!--Phoronix Test Suite v8.2.0m2-->
<PhoronixTestSuite>
<ResultsParser>
<OutputTemplate>#_RESULT_# k/s</OutputTemplate>
</ResultsParser>
</PhoronixTestSuite>

View File

@@ -0,0 +1,29 @@
<?xml version="1.0"?>
<!--Phoronix Test Suite v8.2.0m2-->
<PhoronixTestSuite>
<TestInformation>
<Title>Aircrack-ng</Title>
<AppVersion>1.3</AppVersion>
<Description>Aircrack-ng is a tool for assessing WiFi/WLAN network security.</Description>
<ResultScale>k/s</ResultScale>
<Proportion>HIB</Proportion>
<TimesToRun>3</TimesToRun>
</TestInformation>
<TestProfile>
<Version>1.1.1</Version>
<SupportedPlatforms>Linux, BSD, Windows</SupportedPlatforms>
<SoftwareType>Utility</SoftwareType>
<TestType>Processor</TestType>
<License>Free</License>
<Status>Verified</Status>
<ExternalDependencies>build-utilities, openssl-development, libtool</ExternalDependencies>
<EnvironmentSize>25</EnvironmentSize>
<ProjectURL>http://www.aircrack-ng.org/</ProjectURL>
<Maintainer>Michael Larabel</Maintainer>
</TestProfile>
<TestSettings>
<Default>
<Arguments>-S -Z 30</Arguments>
</Default>
</TestSettings>
</PhoronixTestSuite>

View File

@@ -0,0 +1,22 @@
<?xml version="1.0"?>
<!--Phoronix Test Suite v9.2.1-->
<PhoronixTestSuite>
<Downloads>
<Package>
<URL>http://download.aircrack-ng.org/aircrack-ng-1.5.2.tar.gz</URL>
<MD5>2648c192d206e953c67dca64967d2982</MD5>
<SHA256>9e592fe7658046220e0ac0a6d05c4026903f3077b248893e0056ccbe4ee88241</SHA256>
<FileName>aircrack-ng-1.5.2.tar.gz</FileName>
<FileSize>7138360</FileSize>
<PlatformSpecific>Linux, BSD</PlatformSpecific>
</Package>
<Package>
<URL>http://download.aircrack-ng.org/aircrack-ng-1.5.2-win.zip</URL>
<MD5>4c705429ca51e79b490f1dca863d2217</MD5>
<SHA256>61a91b44918eb196f06f46a3dbc359ddeced5712095c814fabc473b25a1c2e44</SHA256>
<FileName>aircrack-ng-1.5.2-win.zip</FileName>
<FileSize>16903422</FileSize>
<PlatformSpecific>Windows</PlatformSpecific>
</Package>
</Downloads>
</PhoronixTestSuite>

View File

@@ -0,0 +1,24 @@
#!/bin/sh
tar -xf aircrack-ng-1.5.2.tar.gz
cd aircrack-ng-1.5.2
if [ "$OS_TYPE" = "BSD" ]
then
if [ -e /usr/local/lib/libcrypto.so ]
then
env MAKE=gmake CFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib ./autogen.sh
else
env MAKE=gmake ./autogen.sh
fi
gmake -j $NUM_CPU_CORES
else
./autogen.sh
make -j $NUM_CPU_CORES
fi
echo $? > ~/install-exit-status
cd ~
echo "#!/bin/sh
cd aircrack-ng-1.5.2
./src/aircrack-ng -p \$NUM_CPU_CORES \$@ 2>&1 | tr '\\r' '\\n' | awk -v max=0 '{if(\$1>max){max=\$1}}END{print max \" k/s\"}' > \$LOG_FILE
echo \$? > ~/test-exit-status" > aircrack-ng
chmod +x aircrack-ng

View File

@@ -0,0 +1,8 @@
#!/bin/sh
unzip -o aircrack-ng-1.5.2-win.zip
echo "#!/bin/sh
cd aircrack-ng-1.5.2-win
./bin/64bit/aircrack-ng.exe \$@ 2>&1 | tr '\\r' '\\n' | awk -v max=0 '{if(\$1>max){max=\$1}}END{print max \" k/s\"}' > \$LOG_FILE
echo \$? > ~/test-exit-status" > aircrack-ng
chmod +x aircrack-ng

View File

@@ -0,0 +1,7 @@
<?xml version="1.0"?>
<!--Phoronix Test Suite v9.2.1-->
<PhoronixTestSuite>
<ResultsParser>
<OutputTemplate>#_RESULT_# k/s</OutputTemplate>
</ResultsParser>
</PhoronixTestSuite>

View File

@@ -0,0 +1,29 @@
<?xml version="1.0"?>
<!--Phoronix Test Suite v9.2.1-->
<PhoronixTestSuite>
<TestInformation>
<Title>Aircrack-ng</Title>
<AppVersion>1.5.2</AppVersion>
<Description>Aircrack-ng is a tool for assessing WiFi/WLAN network security.</Description>
<ResultScale>k/s</ResultScale>
<Proportion>HIB</Proportion>
<TimesToRun>3</TimesToRun>
</TestInformation>
<TestProfile>
<Version>1.2.0</Version>
<SupportedPlatforms>Linux, BSD, Windows</SupportedPlatforms>
<SoftwareType>Utility</SoftwareType>
<TestType>Processor</TestType>
<License>Free</License>
<Status>Verified</Status>
<ExternalDependencies>build-utilities, openssl-development, libtool</ExternalDependencies>
<EnvironmentSize>25</EnvironmentSize>
<ProjectURL>http://www.aircrack-ng.org/</ProjectURL>
<Maintainer>Michael Larabel</Maintainer>
</TestProfile>
<TestSettings>
<Default>
<Arguments>-S -Z 30</Arguments>
</Default>
</TestSettings>
</PhoronixTestSuite>

View File

@@ -0,0 +1,22 @@
<?xml version="1.0"?>
<!--Phoronix Test Suite v9.6.0-->
<PhoronixTestSuite>
<Downloads>
<Package>
<URL>http://download.aircrack-ng.org/aircrack-ng-1.5.2.tar.gz</URL>
<MD5>2648c192d206e953c67dca64967d2982</MD5>
<SHA256>9e592fe7658046220e0ac0a6d05c4026903f3077b248893e0056ccbe4ee88241</SHA256>
<FileName>aircrack-ng-1.5.2.tar.gz</FileName>
<FileSize>7138360</FileSize>
<PlatformSpecific>Linux, BSD</PlatformSpecific>
</Package>
<Package>
<URL>http://download.aircrack-ng.org/aircrack-ng-1.5.2-win.zip</URL>
<MD5>4c705429ca51e79b490f1dca863d2217</MD5>
<SHA256>61a91b44918eb196f06f46a3dbc359ddeced5712095c814fabc473b25a1c2e44</SHA256>
<FileName>aircrack-ng-1.5.2-win.zip</FileName>
<FileSize>16903422</FileSize>
<PlatformSpecific>Windows</PlatformSpecific>
</Package>
</Downloads>
</PhoronixTestSuite>

View File

@@ -0,0 +1,26 @@
#!/bin/sh
tar -xf aircrack-ng-1.5.2.tar.gz
cd aircrack-ng-1.5.2
export CFLAGS="-O3 -fcommon"
export CXXFLAGS="-O3 -fcommon"
if [ "$OS_TYPE" = "BSD" ]
then
if [ -e /usr/local/lib/libcrypto.so ]
then
env MAKE=gmake CFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib ./autogen.sh
else
env MAKE=gmake ./autogen.sh
fi
gmake -j $NUM_CPU_CORES
else
./autogen.sh
make -j $NUM_CPU_CORES
fi
echo $? > ~/install-exit-status
cd ~
echo "#!/bin/sh
cd aircrack-ng-1.5.2
./src/aircrack-ng -p \$NUM_CPU_CORES \$@ 2>&1 | tr '\\r' '\\n' | awk -v max=0 '{if(\$1>max){max=\$1}}END{print max \" k/s\"}' > \$LOG_FILE
echo \$? > ~/test-exit-status" > aircrack-ng
chmod +x aircrack-ng

View File

@@ -0,0 +1,8 @@
#!/bin/sh
unzip -o aircrack-ng-1.5.2-win.zip
echo "#!/bin/sh
cd aircrack-ng-1.5.2-win
./bin/64bit/aircrack-ng.exe \$@ 2>&1 | tr '\\r' '\\n' | awk -v max=0 '{if(\$1>max){max=\$1}}END{print max \" k/s\"}' > \$LOG_FILE
echo \$? > ~/test-exit-status" > aircrack-ng
chmod +x aircrack-ng

View File

@@ -0,0 +1,7 @@
<?xml version="1.0"?>
<!--Phoronix Test Suite v9.6.0-->
<PhoronixTestSuite>
<ResultsParser>
<OutputTemplate>#_RESULT_# k/s</OutputTemplate>
</ResultsParser>
</PhoronixTestSuite>

View File

@@ -0,0 +1,29 @@
<?xml version="1.0"?>
<!--Phoronix Test Suite v9.6.0-->
<PhoronixTestSuite>
<TestInformation>
<Title>Aircrack-ng</Title>
<AppVersion>1.5.2</AppVersion>
<Description>Aircrack-ng is a tool for assessing WiFi/WLAN network security.</Description>
<ResultScale>k/s</ResultScale>
<Proportion>HIB</Proportion>
<TimesToRun>3</TimesToRun>
</TestInformation>
<TestProfile>
<Version>1.2.1</Version>
<SupportedPlatforms>Linux, BSD, Windows</SupportedPlatforms>
<SoftwareType>Utility</SoftwareType>
<TestType>Processor</TestType>
<License>Free</License>
<Status>Verified</Status>
<ExternalDependencies>build-utilities, openssl-development, libtool</ExternalDependencies>
<EnvironmentSize>25</EnvironmentSize>
<ProjectURL>http://www.aircrack-ng.org/</ProjectURL>
<Maintainer>Michael Larabel</Maintainer>
</TestProfile>
<TestSettings>
<Default>
<Arguments>-S -Z 30</Arguments>
</Default>
</TestSettings>
</PhoronixTestSuite>

View File

@@ -0,0 +1,13 @@
<?xml version="1.0"?>
<!--Phoronix Test Suite v9.4.1-->
<PhoronixTestSuite>
<Downloads>
<Package>
<URL>http://www.phoronix-test-suite.com/benchmark-files/AMG-20200304.tar.xz</URL>
<MD5>aa0b1856f5f2d5c7e9250de8a4ef5084</MD5>
<SHA256>918964262a30023b65a1e67efc15ec7e434d48c3e886497d1fb2b2fb131043f8</SHA256>
<FileName>AMG-20200304.tar.xz</FileName>
<FileSize>1311336</FileSize>
</Package>
</Downloads>
</PhoronixTestSuite>

View File

@@ -0,0 +1,18 @@
#!/bin/sh
tar -xf AMG-20200304.tar.xz
rm -rf AMG-bin
mv AMG AMG-bin
cd AMG-bin
make -j $NUM_CPU_CORES
echo $? > ~/install-exit-status
cd ~/
cat>amg<<EOT
#!/bin/sh
cd AMG-bin
mpirun --allow-run-as-root -np \$NUM_CPU_PHYSICAL_CORES ./test/amg > \$LOG_FILE 2>&1
echo \$? > ~/test-exit-status
EOT
chmod +x amg

View File

@@ -0,0 +1,7 @@
<?xml version="1.0"?>
<!--Phoronix Test Suite v9.4.1-->
<PhoronixTestSuite>
<ResultsParser>
<OutputTemplate>Figure of Merit (FOM_1): #_RESULT_#</OutputTemplate>
</ResultsParser>
</PhoronixTestSuite>

View File

@@ -0,0 +1,23 @@
<?xml version="1.0"?>
<!--Phoronix Test Suite v9.4.1-->
<PhoronixTestSuite>
<TestInformation>
<Title>Algebraic Multi-Grid Benchmark</Title>
<Description>AMG is a parallel algebraic multigrid solver for linear systems arising from problems on unstructured grids. The driver provided with AMG builds linear systems for various 3-dimensional problems.</Description>
<ResultScale>Figure Of Merit</ResultScale>
<Proportion>HIB</Proportion>
<TimesToRun>3</TimesToRun>
</TestInformation>
<TestProfile>
<Version>1.0.1</Version>
<SupportedPlatforms>Linux</SupportedPlatforms>
<SoftwareType>Scientific</SoftwareType>
<TestType>Processor</TestType>
<License>Free</License>
<Status>Verified</Status>
<ExternalDependencies>openmpi-development, build-utilities</ExternalDependencies>
<EnvironmentSize>10</EnvironmentSize>
<ProjectURL>https://github.com/LLNL/AMG</ProjectURL>
<Maintainer>Michael Larabel</Maintainer>
</TestProfile>
</PhoronixTestSuite>

View File

@@ -0,0 +1,13 @@
<?xml version="1.0"?>
<!--Phoronix Test Suite v9.4.1-->
<PhoronixTestSuite>
<Downloads>
<Package>
<URL>http://www.phoronix-test-suite.com/benchmark-files/AMG-20200304.tar.xz</URL>
<MD5>aa0b1856f5f2d5c7e9250de8a4ef5084</MD5>
<SHA256>918964262a30023b65a1e67efc15ec7e434d48c3e886497d1fb2b2fb131043f8</SHA256>
<FileName>AMG-20200304.tar.xz</FileName>
<FileSize>1311336</FileSize>
</Package>
</Downloads>
</PhoronixTestSuite>

View File

@@ -0,0 +1,18 @@
#!/bin/sh
tar -xf AMG-20200304.tar.xz
rm -rf AMG-bin
mv AMG AMG-bin
cd AMG-bin
make -j $NUM_CPU_CORES
echo $? > ~/install-exit-status
cd ~/
cat>amg<<EOT
#!/bin/sh
cd AMG-bin
mpirun --allow-run-as-root -np \$NUM_CPU_PHYSICAL_CORES ./test/amg > \$LOG_FILE 2>&1
echo \$? > ~/test-exit-status
EOT
chmod +x amg

View File

@@ -0,0 +1,7 @@
<?xml version="1.0"?>
<!--Phoronix Test Suite v9.4.1-->
<PhoronixTestSuite>
<ResultsParser>
<OutputTemplate>Figure of Merit (FOM_1): #_RESULT_#</OutputTemplate>
</ResultsParser>
</PhoronixTestSuite>

View File

@@ -0,0 +1,23 @@
<?xml version="1.0"?>
<!--Phoronix Test Suite v9.4.1-->
<PhoronixTestSuite>
<TestInformation>
<Title>Algebraic Multi-Grid Benchmark</Title>
<Description>AMG is a parallel algebraic multigrid solver for linear systems arising from problems on unstructured grids. The driver provided with AMG builds linear systems for various 3-dimensional problems.</Description>
<ResultScale>Figure Of Merit</ResultScale>
<Proportion>HIB</Proportion>
<TimesToRun>3</TimesToRun>
</TestInformation>
<TestProfile>
<Version>1.0.1</Version>
<SupportedPlatforms>Linux</SupportedPlatforms>
<SoftwareType>Scientific</SoftwareType>
<TestType>Processor</TestType>
<License>Free</License>
<Status>Verified</Status>
<ExternalDependencies>openmpi-development, build-utilities</ExternalDependencies>
<EnvironmentSize>10</EnvironmentSize>
<ProjectURL>https://github.com/LLNL/AMG</ProjectURL>
<Maintainer>Michael Larabel</Maintainer>
</TestProfile>
</PhoronixTestSuite>

View File

@@ -0,0 +1,13 @@
<?xml version="1.0"?>
<!--Phoronix Test Suite v10.2.0-->
<PhoronixTestSuite>
<Downloads>
<Package>
<URL>http://www.phoronix-test-suite.com/benchmark-files/AMG-20200304.tar.xz</URL>
<MD5>aa0b1856f5f2d5c7e9250de8a4ef5084</MD5>
<SHA256>918964262a30023b65a1e67efc15ec7e434d48c3e886497d1fb2b2fb131043f8</SHA256>
<FileName>AMG-20200304.tar.xz</FileName>
<FileSize>1311336</FileSize>
</Package>
</Downloads>
</PhoronixTestSuite>

View File

@@ -0,0 +1,24 @@
#!/bin/sh
tar -xf AMG-20200304.tar.xz
rm -rf AMG-bin
mv AMG AMG-bin
cd AMG-bin
make -j $NUM_CPU_CORES
echo $? > ~/install-exit-status
cd ~/
cat>amg<<EOT
#!/bin/sh
cd AMG-bin
if [ "\$NUM_CPU_CORES" -gt "\$NUM_CPU_PHYSICAL_CORES" ]; then
export OMP_NUM_THREADS=2
else
export OMP_NUM_THREADS=1
fi
mpirun --allow-run-as-root -np \$NUM_CPU_PHYSICAL_CORES ./test/amg -n 96 96 96 > \$LOG_FILE 2>&1
echo \$? > ~/test-exit-status
EOT
chmod +x amg

View File

@@ -0,0 +1,7 @@
<?xml version="1.0"?>
<!--Phoronix Test Suite v10.2.0-->
<PhoronixTestSuite>
<ResultsParser>
<OutputTemplate>Figure of Merit (FOM_1): #_RESULT_#</OutputTemplate>
</ResultsParser>
</PhoronixTestSuite>

View File

@@ -0,0 +1,24 @@
<?xml version="1.0"?>
<!--Phoronix Test Suite v10.2.0-->
<PhoronixTestSuite>
<TestInformation>
<Title>Algebraic Multi-Grid Benchmark</Title>
<AppVersion>1.2</AppVersion>
<Description>AMG is a parallel algebraic multigrid solver for linear systems arising from problems on unstructured grids. The driver provided with AMG builds linear systems for various 3-dimensional problems.</Description>
<ResultScale>Figure Of Merit</ResultScale>
<Proportion>HIB</Proportion>
<TimesToRun>3</TimesToRun>
</TestInformation>
<TestProfile>
<Version>1.1.0</Version>
<SupportedPlatforms>Linux</SupportedPlatforms>
<SoftwareType>Scientific</SoftwareType>
<TestType>Processor</TestType>
<License>Free</License>
<Status>Verified</Status>
<ExternalDependencies>openmpi-development, build-utilities</ExternalDependencies>
<EnvironmentSize>10</EnvironmentSize>
<ProjectURL>https://github.com/LLNL/AMG</ProjectURL>
<Maintainer>Michael Larabel</Maintainer>
</TestProfile>
</PhoronixTestSuite>

View File

@@ -0,0 +1,28 @@
<?xml version="1.0"?>
<!--Phoronix Test Suite v9.2.1-->
<PhoronixTestSuite>
<Downloads>
<Package>
<URL>http://ultravideo.cs.tut.fi/video/Bosphorus_1920x1080_120fps_420_8bit_YUV_Y4M.7z</URL>
<MD5>84ae521c95aa2537e16b34bbf72f2def</MD5>
<SHA256>e2f60b904789a60f6d1edc194d8540d401dd882e3ee3605b9b1de8feacc72133</SHA256>
<FileName>Bosphorus_1920x1080_120fps_420_8bit_YUV_Y4M.7z</FileName>
<FileSize>676792531</FileSize>
</Package>
<Package>
<URL>http://www.phoronix-test-suite.com/benchmark-files/aom-20200110.tar.xz</URL>
<MD5>5df82a423e865a3da0ec15f8b95e87cd</MD5>
<SHA256>502e432e8d17eb46a1159e21c0d84eb02bea89219594df9ea852fd012b9f1a4b</SHA256>
<FileName>aom-20200110.tar.xz</FileName>
<FileSize>2364676</FileSize>
</Package>
<Package>
<URL>http://www.phoronix-test-suite.com/benchmark-files/aomenc-windows-20200110.zip</URL>
<MD5>5127f6a7d665a247cc0e998f9475bd43</MD5>
<SHA256>45ef0f54255d93c6c6ff3943adc985eb400709ce310563ed72d10546e6fde646</SHA256>
<FileName>aomenc-windows-20200110.zip</FileName>
<FileSize>3518377</FileSize>
<PlatformSpecific>Windows</PlatformSpecific>
</Package>
</Downloads>
</PhoronixTestSuite>

View File

@@ -0,0 +1,24 @@
#!/bin/sh
tar -xf aom-20200110.tar.xz
cd aom/build
cmake ..
make -j $NUM_CPU_CORES
echo $? > ~/install-exit-status
cd ~
7z x Bosphorus_1920x1080_120fps_420_8bit_YUV_Y4M.7z
# Current AOMedia Git has MAX_NUM_THREADS value of 64, don't go over 64 threads or error
echo "#!/bin/sh
if [ \"\$NUM_CPU_CORES\" -gt 64 ]; then
NUM_CPU_CORES=64
fi
./aom/build/aomenc --threads=\$NUM_CPU_CORES \$@ -o test.av1 Bosphorus_1920x1080_120fps_420_8bit_YUV.y4m > 1.log 2>&1
echo \$? > ~/test-exit-status
sed \$'s/[^[:print:]\t]/\\n/g' 1.log > \$LOG_FILE
rm -f test.av1" > aom-av1
chmod +x aom-av1

View File

@@ -0,0 +1,17 @@
#!/bin/sh
unzip -o aomenc-windows-20200110.zip
7z x Bosphorus_1920x1080_120fps_420_8bit_YUV_Y4M.7z
chmod +x aomenc-20200110.exe
echo "#!/bin/sh
if [ \"\$NUM_CPU_CORES\" -gt 64 ]; then
NUM_CPU_CORES=64
fi
./aomenc-20200110.exe --threads=\$NUM_CPU_CORES \$@ -o test.av1 Bosphorus_1920x1080_120fps_420_8bit_YUV.y4m > 1.log 2>&1
echo \$? > ~/test-exit-status
sed \$'s/[^[:print:]\t]/\\n/g' 1.log > \$LOG_FILE
rm -f test.av1" > aom-av1
chmod +x aom-av1

View File

@@ -0,0 +1,9 @@
<?xml version="1.0"?>
<!--Phoronix Test Suite v9.2.1-->
<PhoronixTestSuite>
<ResultsParser>
<OutputTemplate>Pass 1/2 frame 3/4 768B 2048b/f 61440b/s 165907 us #_RESULT_# fps)</OutputTemplate>
<LineHint>fps</LineHint>
<TurnCharsToSpace>(</TurnCharsToSpace>
</ResultsParser>
</PhoronixTestSuite>

View File

@@ -0,0 +1,58 @@
<?xml version="1.0"?>
<!--Phoronix Test Suite v9.2.1-->
<PhoronixTestSuite>
<TestInformation>
<Title>AOM AV1</Title>
<AppVersion>2020-01-10</AppVersion>
<Description>This is a simple test of the AOMedia AV1 encoder run on the CPU with a sample video file.</Description>
<ResultScale>Frames Per Second</ResultScale>
<Proportion>HIB</Proportion>
<SubTitle>AV1 Video Encoding</SubTitle>
<TimesToRun>3</TimesToRun>
</TestInformation>
<TestProfile>
<Version>2.0.2</Version>
<SupportedPlatforms>Linux, MacOSX, BSD, Windows</SupportedPlatforms>
<SoftwareType>Utility</SoftwareType>
<TestType>Processor</TestType>
<License>Free</License>
<Status>Verified</Status>
<ExternalDependencies>build-utilities, p7zip, cmake, perl, yasm</ExternalDependencies>
<EnvironmentSize>950</EnvironmentSize>
<ProjectURL>https://aomedia.googlesource.com/aom/</ProjectURL>
<InternalTags>SMP</InternalTags>
<Maintainer>Michael Larabel</Maintainer>
</TestProfile>
<TestSettings>
<Option>
<DisplayName>Encoder Mode</DisplayName>
<Identifier>enc-mode</Identifier>
<Menu>
<Entry>
<Name>Speed 8 Realtime</Name>
<Value>--cpu-used=8 --rt</Value>
</Entry>
<Entry>
<Name>Speed 6 Realtime</Name>
<Value>--cpu-used=6 --rt</Value>
</Entry>
<Entry>
<Name>Speed 4 Realtime</Name>
<Value>--cpu-used=4 --rt --limit=60</Value>
</Entry>
<Entry>
<Name>Speed 5 Two-Pass</Name>
<Value>--cpu-used=5 --limit=40</Value>
</Entry>
<Entry>
<Name>Speed 2 Two-Pass</Name>
<Value>--cpu-used=2 --limit=20</Value>
</Entry>
<Entry>
<Name>Speed 0 Two-Pass</Name>
<Value>--cpu-used=0 --limit=10</Value>
</Entry>
</Menu>
</Option>
</TestSettings>
</PhoronixTestSuite>

View File

@@ -0,0 +1,28 @@
<?xml version="1.0"?>
<!--Phoronix Test Suite v9.6.0-->
<PhoronixTestSuite>
<Downloads>
<Package>
<URL>http://ultravideo.cs.tut.fi/video/Bosphorus_1920x1080_120fps_420_8bit_YUV_Y4M.7z</URL>
<MD5>84ae521c95aa2537e16b34bbf72f2def</MD5>
<SHA256>e2f60b904789a60f6d1edc194d8540d401dd882e3ee3605b9b1de8feacc72133</SHA256>
<FileName>Bosphorus_1920x1080_120fps_420_8bit_YUV_Y4M.7z</FileName>
<FileSize>676792531</FileSize>
</Package>
<Package>
<URL>http://www.phoronix-test-suite.com/benchmark-files/aom-200.tar.xz</URL>
<MD5>93c614944b53ed69f36439e433411ddc</MD5>
<SHA256>8996bb24c5768a109e3d20cb4b7adb617d7a4095e11801cef1ffccba5e5e6e2c</SHA256>
<FileName>aom-200.tar.xz</FileName>
<FileSize>2390800</FileSize>
</Package>
<Package>
<URL>http://www.phoronix-test-suite.com/benchmark-files/aom-200-windows.zip</URL>
<MD5>693fe89d844c2735c347b78d3b2df32f</MD5>
<SHA256>b27e905f990dffb4071475b0129809ab30f49ed578e69857af61c63400a8572b</SHA256>
<FileName>aom-200-windows.zip</FileName>
<FileSize>3691863</FileSize>
<PlatformSpecific>Windows</PlatformSpecific>
</Package>
</Downloads>
</PhoronixTestSuite>

View File

@@ -0,0 +1,24 @@
#!/bin/sh
tar -xf aom-200.tar.xz
cd aom/build
cmake ..
make -j $NUM_CPU_CORES
echo $? > ~/install-exit-status
cd ~
7z x Bosphorus_1920x1080_120fps_420_8bit_YUV_Y4M.7z
# Current AOMedia Git has MAX_NUM_THREADS value of 64, don't go over 64 threads or error
echo "#!/bin/sh
if [ \"\$NUM_CPU_CORES\" -gt 64 ]; then
NUM_CPU_CORES=64
fi
./aom/build/aomenc --threads=\$NUM_CPU_CORES \$@ -o test.av1 Bosphorus_1920x1080_120fps_420_8bit_YUV.y4m > 1.log 2>&1
echo \$? > ~/test-exit-status
sed \$'s/[^[:print:]\t]/\\n/g' 1.log > \$LOG_FILE
rm -f test.av1" > aom-av1
chmod +x aom-av1

View File

@@ -0,0 +1,17 @@
#!/bin/sh
unzip -o aom-200-windows.zip
7z x Bosphorus_1920x1080_120fps_420_8bit_YUV_Y4M.7z
chmod +x aomenc.exe
echo "#!/bin/sh
if [ \"\$NUM_CPU_CORES\" -gt 64 ]; then
NUM_CPU_CORES=64
fi
./aomenc.exe --threads=\$NUM_CPU_CORES \$@ -o test.av1 Bosphorus_1920x1080_120fps_420_8bit_YUV.y4m > 1.log 2>&1
echo \$? > ~/test-exit-status
sed \$'s/[^[:print:]\t]/\\n/g' 1.log > \$LOG_FILE
rm -f test.av1" > aom-av1
chmod +x aom-av1

Some files were not shown because too many files have changed in this diff Show More