summaryrefslogtreecommitdiffstats
path: root/phoronix-test-suite
diff options
context:
space:
mode:
Diffstat (limited to 'phoronix-test-suite')
-rwxr-xr-xphoronix-test-suite4
1 files changed, 4 insertions, 0 deletions
diff --git a/phoronix-test-suite b/phoronix-test-suite
index 6af6bc4..a130d52 100755
--- a/phoronix-test-suite
+++ b/phoronix-test-suite
@@ -90,6 +90,9 @@ case "$1" in
"system-info" | "system-information")
$PHP_BIN pts-core/pts-run-cmd.php SYS_INFO
;;
+"monitoring" | "monitoring-options")
+ $PHP_BIN pts-core/pts-run-cmd.php MONITORING_OPTIONS
+ ;;
"diagnostics")
$PHP_BIN pts-core/pts-run-cmd.php DIAGNOSTICS_DUMP
;;
@@ -123,6 +126,7 @@ case "$1" in
echo "suite-info: Show tests in a suite and other information about the suite"
echo "test-info: Show information about a test"
echo "system-info: Dump detected software and hardware information detected by PTS"
+ echo "monitoring-options: Show system sensors that can be monitored through PTS"
echo "upload <Saved File>: Upload these results to be shared globally"
echo "show-result <Saved File>: Show this result file in your web browser"
echo "version: Report the Phoronix Test Suite version and code-name"