Specifications
Resource Definitions
resources
{
require one
{
resource Connection { Port="1234" }
}
To monitor activity of a particular type from any source, simply omit all
parameters for the resource, as follows:
resources
{
require one
{
resource Connection { }
}
This resource definition configures Application Response to monitor network
activity on any port and any system.
Example
The following example shows the require section of the resource definition for
DNS.
resources
{
require one
{
resource DNS { }
}
This resource definition tells Application Response to monitor each DNS path
independently, regardless of its source. (A DNS path is a unique combination
of a process and the DNS server that it contacted.)
Defining Additional Resources
While the require section of a resource definition defines how Application
Response identifies a running instance of an application, the additional section
defines the other types of activity that Application Response can monitor.
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 originate from the resources listed
(required and additional). Implicit in the definition of additional resources is
198 BTStudio Administration Guide