Specifications
Event Types
Session Event Type
Use the Session event type to define an event that involves the start or stop of
a terminal server session. Normal (non-terminal-server-based) desktop
computers have a single session.
When used in a transaction definition, the Session event source supports the
following event actions:
Start. Indicates that the associated terminal services session has been
created.
Stop. Indicates that the associated terminal services session has
terminated.
Example
resources
{
require one
{
resource Session { }
}
additional
{
}
}
transaction "Sessions"
module "Sessions"
{
event "Begin" Session Start { }
event "End" Session Stop { }
}
Web Event Type
Use the Web event type to define events that involve Web browser activity
(using Microsoft Internet Explorer or Netscape Navigator only).
Note: For a list of the versions of Internet Explorer and Netscape Navigator
that the AR agent can monitor, refer to the BT Studio readme file, which
resides in the BT Studio installation directory.
BeginLoad
EndLoad
FailedLoad
132 BTStudio Administration Guide