hwd hwc
Command recording options.
Syntax
hwd hwc clear
hwd hwc logging <true/false>
hwd hwc history commandsdisplayed <number of commands>
hwd hwc performance <name>=<value>
Arguments
- clear
- Clears the HWC console.
- logging
-
- true
- Maintains a log of the HWC commands used.
- false
- A log file is not maintained.
- history commandsdisplayed
-
- <number of commands>
- Number of commands displayed in the command history.
- performance
- If the performance mode is active, the maximum performance is achieved by blocking GUI updates, browser updates, and logging to command history and the command file.
Examples
Clear the HWC log:
hwd hwc clear
Maintain a log of the HWC commands
used:
hwd hwc logging true
Limit the number of display commands in the command history to
100:
hwd hwc history commandsdisplayed 100
Turn performance mode on with all default
settings:
hwd hwc performance active=true
Turn performance mode
off:
hwd hwc performance active=false