HP StorageWorks Fabric OS 5.0.0 Command Reference Guide (AA-RW1MA-TE, May 2005)

156 Fabric OS commands
Sets or displays diagnostic show-time mode.
Synopsis
diagshowtime [mode | -show]
Availability
admin
Description
Use this command to enable show-time mode (if the mode value is not 0) or disable the show-time mode
(if the mode value is set to 0). The mode is saved in flash memory (and stays in that mode) until the next
execution of diagShowTime. The mode becomes active as soon as this command is executed; it does not
require a reboot to take effect.
Show-time mode, when enabled, causes each test to display elapsed-time messages. It is normally used
during burn-in and for test method debugging.
NOTE: diagsetshowtime is an alias of diagshowtime.
Operands
This command has the following optional operands:
If no operand is specified, the current value is displayed.
Examples
To enable show-time mode:
diagShowTime
mode Specify 1 (or any nonzero value) to enable show-time mode;
specify 0 to disable show-time mode.
-show Specify this operand to display the current mode setting.
switch:admin> diagshowtime
Show Time mode is 0 (Disabled).
switch:admin> diagshowtime 1
Config update Succeeded
Show Time mode is now 1 (Enabled).