summaryrefslogtreecommitdiffstats
path: root/phoronix-test-suite
diff options
context:
space:
mode:
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")