summaryrefslogtreecommitdiffstats
path: root/phoronix-test-suite
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-04-29 09:43:21 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-04-29 09:43:21 -0400
commit9533455ee338eb319cc04c7b48c4afe1e6b5aa7e (patch)
tree651a623e0ec12578a708afbf1ceef358d82be45b /phoronix-test-suite
parent89f5cba57b579fc40647d8f6c6dfc1ab5369ff21 (diff)
downloadphoronix-test-suite-upstream-9533455ee338eb319cc04c7b48c4afe1e6b5aa7e.tar.gz
phoronix-test-suite-upstream-9533455ee338eb319cc04c7b48c4afe1e6b5aa7e.tar.xz
phoronix-test-suite-upstream-9533455ee338eb319cc04c7b48c4afe1e6b5aa7e.zip
Add monitoring-options argument for more information about system
monitoring feature.
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"