
plications. Also, it takes considerable investments to
train personnel in using programming APIs (Applica-
tion Programming Interfaces).
Besides being invasive, most current approaches
of the available management applications are propri-
etary, which induces organizations to acquire man-
agement software from a single manufacturer even
if it does not satisfactorily meet most needs. It thus
becomes a complex task to integrate the information
generated by such applications to the management
platforms organizations already use, which impairs an
integrated view of the operation of both the network
infrastructure and applications.
This paper presents an approach to monitor re-
sponse time of transaction-based Internet applications
and protocols that (a) uses a passive network traffic
monitoring technique and (b) stores resulting statis-
tics in an SNMP-compatible management informa-
tion base (which allows statistics to be obtained from
any management application that supports SNMP).
The work is within the scope of the Trace platform,
which offers support to manage high-layer protocols,
services and applications (Gaspary et al., 2002). The
implementation of the proposed approach covers the
extension of the monitoring agent, a key component
of the platform, so that it stores response time-related
information and generates performance reports, be-
side monitoring the number of trace occurrences.
The specification of protocol interactions whose re-
sponse time is to be measured is performed in PTSL
(Protocol Trace Specification Language), as proposed
by (Gaspary et al., 2001). The network manager
uses these specifications to remotely configure the
monitoring agents through the Script MIB (Levi and
Sch
¨
onw
¨
alder, 2001). In order to configure perfor-
mance measures to be carried out and to retrieve re-
sults, the manager interacts with the agent, also via
SNMP, through a subset of the Application Perfor-
mance Measurement MIB (Waldbusser, 2002).
The main contributions of our work are twofold.
First, we have developed a solution to measure pro-
tocol and application interactions response time that,
at the same time, uses a passive technique and pro-
vides results via SNMP (allowing its integration to
network management systems already in use). Sec-
ond, we propose a more flexible mechanism to spec-
ify, on the fly, the transactions whose response time
are supposed to be measured (in substitution to the
mechanism provided by APM).
This paper is structured as follows: section 2 sum-
marizes how to use PTSL to represent the proto-
col interactions to be monitored. Next, section 3
presents the subset of the Application Performance
Measurement MIB used. The paper follows with a
detailed presentation of the architecture of the mon-
itoring agent in section 4. Section 5 mentions some
examples of the use of the agent and section 6 con-
cludes with some final considerations and prospects
for future research.
2 REPRESENTATION OF
INTERACTIONS TO BE
MONITORED
This section summarizes the language used to rep-
resent protocol traces called PTSL (Protocol Trace
Specification Language), originally described in
(Gaspary et al., 2001). Through this language, the
network manager must specify the protocol interac-
tions (transactions) whose response times are to be
measured. The language is based on the concept
of finite state machines, and it comprises graphical
(Graphical PTSL) and textual (Textual PTSL) nota-
tions. The notations are not equivalent. The textual
notation allows the complete representation of a trace,
including the specification of the state machine and
the events that trigger transitions. The graphical nota-
tion, in turn, is equivalent to a subset of the other, and
offers the possibilities of depicting the state machine
and only labeling the events that enable transitions.
Figures 1 and 2 illustrate some protocol traces de-
scribed using the language’s graphical notation. The
trace shown in figure 1 allows monitoring HTTP re-
quests that will be successfully returned, and it can be
used to gather response times of successful accesses
to a web server. This kind of information can be
rather useful for companies that host web sites, por-
tals, and e-commerce applications (Application Ser-
vice Providers) because it allows the identification of
regions from where user-perceived response time is
too long. The response time of other interactions of
the HTTP protocol can be monitored similarly. For
instance, the time elapsed between the submission
of a given form via browser and the corresponding
return can be measured with the specification of a
trace where the request GET of figure 1 is replaced
with something like POST /path/script.cgi
HTTP/1.1.
Figure 1: Trace to monitor successful HTTP requests
As can be seen in figure 1, states in the graphical
notation are represented by circles. From the initial
PERFORMANCE MEASUREMENT OF TRANSACTION-BASED INTERNET APPLICATIONS THROUGH SNMP
13