TACL Reference Manual

UTILS:TACL Commands and Functions
HP NonStop TACL Reference Manual429513-018
8-93
LIGHTS Program (Super-Group Only)
ALL
turns on every sys-option at once (DISPATCHES, SYSPROCS, and PAGING).
BEAT
flashes light 0 (zero) once every second to indicate that the processor is
functioning.
Considerations
To run the LIGHTS program, you must have a group ID of 255.
Processor lights are lit for these reasons:
°
Lights 0 through 10 indicate processor usage. Light 0 is always lit (or flashing if
BEAT was specified). One additional light is lit for each 10 percent increase in
processor usage.
°
Processor light 11 is always off.
°
Light 12 is lit if the processor successfully recovered from a power
failure.When you run the LIGHTS program, light 12 is turned off in all
processors.
°
Lights 13 through 15 are lit for the reasons given in the syntax description for
DISPATCHES, SYSPROCS, and PAGING, respectively. Each light is lit for a
larger percentage of the time if more processing time is spent on the
corresponding activity.
When the system is cold loaded, the default LIGHTS setting is ON, ALL, BEAT.
Examples
1. To turn on the processor lights and have them show processor usage smoothed
over 10-second intervals, enter:
94> LIGHTS SMOOTH
2. To change the display to show processor usage for 25-second intervals, enter:
95> LIGHTS SMOOTH 25
3. To turn on processor light 15 whenever paging activity occurs, enter:
96> LIGHTS ON, PAGING
4. To turn on light 14 whenever a system process is executed, and light 13 after each
100 dispatches, enter:
97> LIGHTS, SYSPROCS, DISPATCHES