Specifications
Event Types
Start
Stop
Example
The following is a sample Web rule set. Using this rule set, Application
Response monitors the time required to load Web pages in the browser.
resources
{
require one
{
resource Process { ExecutableName="IEXPLORE" }
resource Process { ExecutableName="NETSCAPE" }
resource Process { ExecutableName="NETSCP" }
}
additional
{
resource Web { }
resource Windows { }
resource Connection { }
}
}
transaction "LoadPage"
module "LoadPage"
{
choice
{
event "WindowCreate" Windows Create { }
event "MouseClick" Windows MouseClick { }
event "KeyPress Windows KeyPress { }
}
event "BeginLoad" Web BeginLoad { Level="top" }
event "EndLoad" Web EndLoad { Level="top" }
}
Windows Event Type
Use the Windows event type to define events based on windowing activities.
ButtonPress
Create
Destroy
KeyPress
LoseFocus
MenuCommand
BT Language Reference 133