From db38764aad336ca84b4276bd1408f92bec04a1ec Mon Sep 17 00:00:00 2001 From: Michael Larabel Date: Fri, 30 May 2008 18:35:34 -0400 Subject: Update PTS Options documentation and add sensor monitoring documentation --- README | 1 - README.html | 1 + documentation/index.html | 3 ++- documentation/pts_options.html | 2 ++ documentation/sensor_monitoring.html | 46 ++++++++++++++++++++++++++++++++++++ 5 files changed, 51 insertions(+), 2 deletions(-) delete mode 120000 README create mode 100644 README.html create mode 100644 documentation/sensor_monitoring.html diff --git a/README b/README deleted file mode 120000 index fa37ede..0000000 --- a/README +++ /dev/null @@ -1 +0,0 @@ -documentation/index.html \ No newline at end of file diff --git a/README.html b/README.html new file mode 100644 index 0000000..ec96bfb --- /dev/null +++ b/README.html @@ -0,0 +1 @@ +Phoronix Test Suite diff --git a/documentation/index.html b/documentation/index.html index 7091962..78231cb 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -34,11 +34,12 @@ PTS Global allows you to browse all uploaded results, search these results, and Suite as either a developer, profile/suite maintainer for your favorite software package(s) (or other software that you develop), or support for your company, please contact phoronix [at] phoronix.com.

Additionally, there are the Phoronix Test Suite Forums for support questions and related discussions as well as the Phoronix Test Suite mailing list.

+

Phoronix Test Suite 1.0 Press Release

Documentation

Installation

Explanation Of User Options

Writing Your First Test Profile

-

1.0 Press Release

+

System Sensor Monitoring

Development Credits

XML Syntax / Specifications

Test Profile

diff --git a/documentation/pts_options.html b/documentation/pts_options.html index 5ebed3e..a89a6cf 100644 --- a/documentation/pts_options.html +++ b/documentation/pts_options.html @@ -137,6 +137,8 @@ This option can be used when making modifications to the graphing code or its color/option configuration file and testing the changes.

initial-config

This option will generate a new user configuration (user-config.xml) file.

+

sensors

+

Show sensors detected by the Phoronix Test Suite and read their current values.

diff --git a/documentation/sensor_monitoring.html b/documentation/sensor_monitoring.html new file mode 100644 index 0000000..11f1e32 --- /dev/null +++ b/documentation/sensor_monitoring.html @@ -0,0 +1,46 @@ + + +Phoronix Test Suite - System Sensor Monitoring + + + +
+
+
<< Documentation Home
System Sensor Monitoring
+
+ +

System Sensor Monitoring

+

The Phoronix Test Suite supports monitoring system sensors to look at trends +and provide other benefits. The Phoronix Test Suite will automatically monitor +the selected sensors while each test is running and at the end will then provide +the low and high thresholds for each sensor as well as the average. In addition, +the sensor results are then plotted on line graphs and can be viewed through the +PTS Results Viewer. This sensor detection and monitoring is done through LM_Sensors +and ACPI interfaces. The GPU sensor monitoring is done through proprietary ATI +and NVIDIA extensions.

+

The Phoronix Test Suite is capable of measuring the GPU temperature, CPU temperature, +system temperature, battery power consumption, CPU voltage, +3.33V line voltage, ++5.00V line voltage, and +12.00V line voltage. Additional sensors will be supported +in the future.

+

The full list of supported sensor options can be found by running phoronix-test-suite +sensor-options. The sensors actually detected on the current system and their +values can be read by running phoronix-test-suite sensors. Selecting +sensors to monitor is performed through the MONITOR environmental variable. +As examples, to monitor just the CPU temperature while running the universe suite, +one would run MONITOR=cpu.temp phoronix-test-suite benchmark universe. +To monitor all sensors while running the Nexuiz game, one would run MONITOR=all +phoronix-test-suite benchmark nexuiz. To monitor the temperature and voltage +of the CPU, run MONITOR=cpu.temp,cpu.voltage phoronix-test-suite benchmark +universe. This feature works no matter the suite or test being run.

+

ACPI will automatically be used if it's supported on the system and LM_Sensors +will be used if it has previously been installed and configured (by running sensors-detect +as root).

+

Once the test(s) are completed, the sensor statistics are printed to the standard +output and the user is prompted to view the results with the PTS Results Viewer +in their web browser. The sensor graphs are saved to their default location of +~/.phoronix-test-suite/system-monitor/. At this time, sensor results +are not uploadable to PTS Global.

+ +
+ + -- cgit