Specifications
Resource Definitions
resources an application uses for monitored transactions. (A resource is an
entity that generates activity that can be monitored by the Application
Response agent, such as a process or a network connection.)
Resource Definition for a Web Browser
Use the following resource definition to monitor response times for a Web
browser (Internet Explorer or Netscape Navigator):
resources
{
require one
{
resource Process { ExecutableName="IEXPLORE" }
resource Process { ExecutableName="NETSCAPE" }
resource Process { ExecutableName="NETSCP" }
}
additional
{
resource Web {}
resource Windows {}
resource Connection {}
}
}
This resource definition indicates that when a Web browser starts, Application
Response begins to monitor Web activity. Because some Web activity is
initiated with windowing activity (such as mouse clicks, key presses, and
window title changes), it also looks for Windows resources. The additional
Connection resource configures Application Response to monitor networking
activity associated with the Web activity. When calculating response time for a
transaction, Application Response includes the response time of all events that
occur from the start of the transaction to its ending event that match the
resources listed (required and additional).
Resource Definition for Network Response
Use the following resource definition to monitor basic network response times
for an executable program:
resources
{
require one
{
resource Process
190 BTStudio Administration Guide