Specifications
Event Types
module "WebAppSession"
{
event "Begin" AppEvent Start {}
event "End" AppEvent Stop {}
}
transaction "SalesQuery"
module "SalesQuery"
{
event "AppEventQuery" AppEvent SalesQuery {Flag=contains:"Begin"}
event "AppEventQuery" AppEvent SalesQuery {Flag=contains:"End"}
}
Connection Event Type
Use the Connection event type when defining an event that involves a network
connection.
The Connection event type supports the following event actions:
Request. Indicates that data was sent to the server.
Response. Indicates that data was received from the server.
Start. Indicates that the associated connection has been established.
Stop. Indicates that the associated connection has terminated.
These event actions can take the same parameters as the Connection
resource.
Example
The following example of a Telnet rule set uses the Request and Response
events to measure latency between the client and the Telnet server.
resources
{
require one
{
BT Language Reference 125










