diff options
author | Michael Larabel <michael@phx-laptop.(none)> | 2008-07-01 22:32:12 -0400 |
---|---|---|
committer | Michael Larabel <michael@phx-laptop.(none)> | 2008-08-03 11:49:18 -0400 |
commit | cfa3a86d059bb257f050629c85d73e2ee68a6f9e (patch) | |
tree | 2976c6d077f5d7cabf74a0b8d2211e2cc1b1fce0 /phoronix-test-suite | |
parent | 1f5166a94cdc354f17753184d70ba7db1a56482e (diff) | |
download | phoronix-test-suite-upstream-cfa3a86d059bb257f050629c85d73e2ee68a6f9e.tar.gz phoronix-test-suite-upstream-cfa3a86d059bb257f050629c85d73e2ee68a6f9e.tar.xz phoronix-test-suite-upstream-cfa3a86d059bb257f050629c85d73e2ee68a6f9e.zip |
Trivial changes to the phoronix-test-suite shell script
Diffstat (limited to 'phoronix-test-suite')
-rwxr-xr-x | phoronix-test-suite | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/phoronix-test-suite b/phoronix-test-suite index 4e3a35e..4ed632d 100755 --- a/phoronix-test-suite +++ b/phoronix-test-suite @@ -135,13 +135,6 @@ case "$1" in "system-info" | "system-information") $PHP_BIN pts-core/pts-run-cmd.php SYS_INFO ;; -"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") $PHP_BIN pts-core/pts-run-cmd.php DIAGNOSTICS_DUMP ;; @@ -163,6 +156,12 @@ case "$1" in "refresh-graph" | "refresh-graphs" | "refresh-result") $PHP_BIN pts-core/pts-run-cmd.php REFRESH_GRAPHS $2 ;; +"sensor-options") + $PHP_BIN pts-core/pts-run-cmd.php SENSOR_OPTIONS + ;; +"sensors") + $PHP_BIN pts-core/pts-run-cmd.php SENSORS + ;; *) cat <<'EOT' @@ -205,7 +204,6 @@ Miscellaneous Options: make-download-cache: Backup all downloaded test files to ~/.phoronix-test-suite/download-cache/ info <suite / test>: Show detailed information about a test or suite system-info: Show detected software and hardware information - sensor-options: Show system sensors that can be monitored diagnostics: Useful information when reporting a bug or problem version: Print the Phoronix Test Suite version and code-name EOT |