ASAP 2.8 Client Manual
Entity Definition Language (EDL)
HP NonStop ASAP Client Manual—425263-004
6-26
Help - EDL Attribute Property
Examples
AT Metric01 GRAPH YES GRID YES HEADPICKUP YES; – use server
AT Metric02 GRAPH YES GRID YES HEADPICKUP NO; – use client
Help - EDL Attribute Property
Help String
The Help string attribute property defines the Help text displayed by the ASAP Client
when you move the mouse over a user-defined attribute in the grid portion of the ASAP
Client Browse window. This help text also appears on the Attribute tab of the ASAP
Client Properties window.
Applies to: Client
Default: "" - null
Examples
ENTITY CPU CI ASAP,
COMMAND "CPU\*,RAW,TAB" ,
NodeKey NodeName,
ObjectKey Cpu,
RowKey "Date Time",
ENABLED YES,
HELP "Central Processor Unit";
AT NodeName GRID YES GRAPH NO GRAPHMAX 0 HELP "NSK System Name";
AT Sysnum GRID NO GRAPH NO GRAPHMAX 0 HELP "System Number";
AT Cpu GRID YES GRAPH NO GRAPHMAX 0 HELP "CPU Number";
AT Status GRID YES GRAPH YES GRAPHMAX 0 HELP "Operational Status"
STATEPAIR YES, STATERULE UseStateGraphState, STATEISOP YES;
AT OpState GRID NO GRAPH NO GRAPHMAX 9 HELP "Operational State";
AT Date GRID NO GRAPH NO GRAPHMAX 0 HELP "Date of Stats";
AT Time GRID YES GRAPH YES GRAPHMAX 0 HELP "Time of Stats";
AT Valid GRID NO GRAPH NO GRAPHMAX 0 HELP "Validity Flag";
AT CpuType GRID NO GRAPH NO GRAPHMAX 0 HELP "Processor Type";
AT ET GRID NO GRAPH NO GRAPHMAX 0 HELP "Elapsed Time Mins";
AT Busy GRID YES GRAPH YES GRAPHMAX 100 HELP "Percent Cpu Busy"
HEADING "Busy%";
AT Queue GRID YES GRAPH YES GRAPHMAX 10 HELP "Queue Length";
MetricRule - EDL Attribute Property
MetricRule String
The MetricRule attribute property applies to the Application entity.
The MetricRule property defines how the metric value is to be produced using a
formula consisting of various Application entity DATAITEMs, constants, and time
intervals.
User-defined Application attributes must have a metric rule or formula associated with
them. For complete details, see the ASAP Extension Manual.