enableExpertMode
perf enableExpertMode boolean { t | nil }
Description
Displays the advanced debugging options on the Health Monitor form. The default is nil.
GUI Equivalent
|
CIW – Tools – Diagnostic Center – Performance – Health Monitor |
|
Examples
envGetVal("perf" "enableExpertMode")
envSetVal("perf" "enableExpertMode" 'boolean t)
Related Topics
Collecting Data Using Health Monitor Tool
Return to top