summaryrefslogtreecommitdiffstats
path: root/phoronix-test-suite
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-05-07 15:14:45 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-05-07 15:14:45 -0400
commit7f1d568f17800b4d0802b39994b8cddd8934bff0 (patch)
treeecce6385567bbfd616f0b72cb7692196cdce9527 /phoronix-test-suite
parent73981501f694e2fc193a8ae9536ebb620210499b (diff)
downloadphoronix-test-suite-upstream-7f1d568f17800b4d0802b39994b8cddd8934bff0.tar.gz
phoronix-test-suite-upstream-7f1d568f17800b4d0802b39994b8cddd8934bff0.tar.xz
phoronix-test-suite-upstream-7f1d568f17800b4d0802b39994b8cddd8934bff0.zip
Add sensors option to report current sensor readings
Diffstat (limited to 'phoronix-test-suite')
-rwxr-xr-xphoronix-test-suite6
1 files changed, 5 insertions, 1 deletions
diff --git a/phoronix-test-suite b/phoronix-test-suite
index d646a0b..188f350 100755
--- a/phoronix-test-suite
+++ b/phoronix-test-suite
@@ -106,7 +106,11 @@ case "$1" in
"system-info" | "system-information")
$PHP_BIN pts-core/pts-run-cmd.php SYS_INFO
;;
-"sensors" | "sensor-options")
+"sensors")
+ export MONITOR=all
+ $PHP_BIN pts-core/pts-run-cmd.php SENSORS
+ ;;
+"sensor-options")
$PHP_BIN pts-core/pts-run-cmd.php SENSOR_OPTIONS
;;
"diagnostics")