WO2003060783A2 - System and method for transaction recording and playback - Google Patents

System and method for transaction recording and playback Download PDF

Info

Publication number
WO2003060783A2
WO2003060783A2 PCT/GB2002/005849 GB0205849W WO03060783A2 WO 2003060783 A2 WO2003060783 A2 WO 2003060783A2 GB 0205849 W GB0205849 W GB 0205849W WO 03060783 A2 WO03060783 A2 WO 03060783A2
Authority
WO
WIPO (PCT)
Prior art keywords
transaction
service
information resource
information
software
Prior art date
Application number
PCT/GB2002/005849
Other languages
French (fr)
Other versions
WO2003060783A3 (en
Inventor
Jean-Marc Paulin
Original Assignee
Micromuse, Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Micromuse, Ltd filed Critical Micromuse, Ltd
Priority to AU2002353200A priority Critical patent/AU2002353200A1/en
Priority to EP02788218A priority patent/EP1461742A2/en
Publication of WO2003060783A2 publication Critical patent/WO2003060783A2/en
Publication of WO2003060783A3 publication Critical patent/WO2003060783A3/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q30/00Commerce
    • G06Q30/02Marketing; Price estimation or determination; Fundraising
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/535Tracking the activity of the user
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/40Network security protocols
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/30Definitions, standards or architectural aspects of layered protocol stacks
    • H04L69/32Architecture of open systems interconnection [OSI] 7-layer type protocol stacks, e.g. the interfaces between the data link level and the physical level
    • H04L69/322Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions
    • H04L69/329Intralayer communication protocols among peer entities or protocol data unit [PDU] definitions in the application layer [OSI layer 7]

Definitions

  • the invention disclosed herein relates generally to tracking a user-'s actions within an information system. More particularly, the present invention relates to tracing a user's navigation between information resources within an information system to create a transaction data file and replay the steps contained therein to verify the level of service being offered by the server hosting the information resource.
  • Internet search engines are employed by users to locate specific information resources on the Internet, e.g., web pages and the interconnections between them.
  • these search engines deploy automated applications referred to alternately as “spiders”, “crawlers”, or “bots”.
  • Applications such as these navigate to and catalog sites submitted to the search engine by the site owners as new or updated and, therefore, need to be cataloged.
  • These applications may also be given a set of seed sites to begin their process of navigation and cataloging.
  • Spider applications get their name from the fact that they typically retrieve information resources form a plurality of sites in parallel. Spiders and bots may also build a catalog of sites by following all the hypertext links in a series of web pages until all the pages have been read.
  • Spiders, crawlers, and bots are useful tools in cataloging the contents of web sites and other servers of information resources. These applications, however, only collect information regarding the sites that they visit once. They are therefore only able to verify the availability of an information resource when the resource is cataloged. In order for a user to determine the availability of an information resource identified by a search engine, he or she must attempt to load the resource. Because no availability or service level information is provided, time is needlessly consumed testing hyperlinks instead of being directed to information resources that are indeed available when the user is attempting to access them.
  • a similar problem is encountered by entities that manage a large number of servers where availability must be ensured.
  • a user In order to guarantee availability of the information resources hosted by the managed servers, a user must attempt to retrieve selected information resources on a regular basis.
  • a script or macro may be set to query each server on a regular basis to ensure that they are transmitting data. This alternative, however, fails to provide information regarding the levels of service being offered by the managed servers.
  • a third alternative involves a combination of the two methods, which is clearly a less than ideal solution to the problem.
  • the system and method of the present invention comprises functionality to record the steps of a user's navigation transaction and to subsequently play back those steps to determine service availability and levels.
  • the present invention comprises a method for recording a user's steps in a navigation transaction by retrieving an information resource and calculating service level thresholds and the time required to retrieve the information resource.
  • the service level thresholds and parameters regarding the information resource is recorded in a transaction data file as a step comprising the navigation transaction.
  • the method of recording the steps of a user's navigation transaction may further comprise aborting the step of retrieving when a timeout threshold is exceeded.
  • the step of recording may comprise recording a number of parameters including the address and port of the retrieved information resource and generating conditional logic used to instruct service software as to the correct service level code to return based on the service software's observed time to retrieve the information resource.
  • the step of generating conditional logic comprises conditional logic defining service levels of GOOD, MARGINAL, and FAILED.
  • the step of recording may comprise recording the step information in a hierarchy, each step comprising an entry in the hierarchy with the transaction being the top level of the hierarchy.
  • the present invention also comprises a method for playing back one or more steps executed by a user as part of a navigation transaction, the navigation transaction stored in a transaction data file.
  • the method for playing back one or more steps executed by a user as part of a navigation transaction comprises identifying a first step within the transaction, executing the first step by attempting to retrieve an information resource identified by the step, and returning a level of service for a server hosting the information resource identified by the step.
  • a transaction data file may comprise multiple steps
  • the method may further comprise identifying one or more subsequent steps within the transaction, executing the one or more subsequent steps by attempting to retrieve information resources identified by the subsequent one or more steps, and returning levels of service for servers hosting the information resources identified in the subsequent one or more steps.
  • the time to execute the first step may be calculated and whereby the step of returning the level of service comprises calculating the level of service based on the amount of time required to execute the first step.
  • the present invention also comprises a system for recording a user's steps in a navigation transaction and for playing back those steps in order to determine a level of service for each step.
  • the system of the present invention comprises transaction recorder software.
  • the transaction recorder software is operative to calculate service level thresholds and the time required to retrieve a requested information resource.
  • the transaction recorder software is further operative to generate conditional logic used to instruct service software as to the correct service level code to return based on the service software's observed time to retrieve the information resource.
  • the system also comprises service software operative to attempt to retrieve the requested information resource and return a level of service defined by the conditional logic based on the amount of time required to retrieve the information resource.
  • the invention further provides a transaction data structure for facilitating recordation of a user's navigation steps within a transaction and playback of those steps.
  • the transaction data structure may be structured as a hierarchical arrangement of data whereby the top level of the hierarchy defines the name and description of the transaction. Within the transaction is a second level of the data hierarchy where each step of the transaction is defined, e.g., each information resource retrieved.
  • the transaction data file is formatted according to an XML schema defining the various steps of the transaction and associated data.
  • the data necessary to replay each step in the transaction is included within the transaction file. More specifically, these data include the information resource to retrieve, the action to perform, and the status to return based on the time required to retrieve the information resource. In this manner, the information required to retrieve the resource, logic regarding how to define whether the retrieval is successful, and the level of service provided by the server hosting the information resource identified in the step.
  • Fig. 1 is a block diagram presenting the transaction recording software in a network environment according to one embodiment of the present invention
  • Fig. 2 is a block diagram presenting an arrangement of software components for transaction recording according to one embodiment of the present invention
  • Fig. 3 is a screen diagram presenting a configuration of graphical controls for transaction recorder software according to one embodiment of the present invention
  • Fig. 4 is a transaction data file presenting the steps of a user's transaction
  • Fig. 5 is another view of a transaction data file presenting a single step of a user's transaction according to one embodiment of the present invention
  • Fig. 6 is a flow diagram presenting method of operating transaction recorder software in order collect a user's transaction steps according to one embodiment of the present invention.
  • Fig. 7 is a flow diagram presenting a method of using a transaction file recorded by the transaction recorder software to verify the availability of an information resource according to one embodiment of the present invention.
  • a number of computing devices 102, 110, 116, and 122 are interconnected through one or more networks 130.
  • the network 130 and associated hardware and software components that comprise the network infrastructure, e.g., routers and switches the computing devices are capable of transmitting disparate types of data between themselves.
  • the World Wide Web presents one example of a networked computing environment.
  • W3C World Wide Web Consortium
  • World Wide Web encompasses "the universe of network accessible information, an embodiment of human knowledge". More specifically, the WWW comprises all the information resources and users on the Internet that are using the Hypertext Transfer Protocol (HTTP) to exchange information, typically in the form of HTML web pages. Indeed, the WWW, and the Internet in general, may be used to pass many kinds of disparate information resources between requesting clients and responsive, servers.
  • a computing device 102 is provided that is used to navigate between servers 110 and 116 located on the network providing information in response to requests.
  • the computing device 102 which may be any type of personal, portable or handheld computing device, comprises transaction recorder software 106 that is used to generate and maintain a record of the servers 110 and 116 accessed by the client 102.
  • the transaction recorder software 106 may incorporate one or more software components (not pictured) that allow the user to issue requests for information resources to servers accessible over the network 130, the transaction recorder 106 software itself may also be retrieved off a network 130 and installed into the computing device's 102 local memory.
  • the transaction recorder software 106 may be executed in conjunction and communication with web browser software, such as
  • the transaction recorder software 106 is used to analyze the retrieved information resources and record data that includes, but is not limited to, the title of the retrieved information resource, the server or page where the use navigated from, the command passed to the server, and the time required to retrieve and render the information resource for presentation to the user.
  • HTTP Hypertext Transfer Protocol
  • these servers 110 and 116 generally distribute either static 110 or dynamic 116 information.
  • Servers that transmit static information 110 comprise a document server 112, e.g., a web server, and a collection of one or more static documents 114, e.g., HTML or XML documents, for distribution upon request.
  • a client 102 requests a document by providing the document's uniform resource locator (URL) identifying the server containing the document 110 as well as the document itself 114.
  • URL uniform resource locator
  • the transaction recorder software 1O6 executing on the requesting client 102 makes a note of the requested transaction and associated parameters, e.g., time to load the information resource, which is either appended to an existing or newly created transaction data file 108.
  • Other information servers 116 dynamically generate pages of information in response to information requests. These pages, for example, may be tailored to contain information pertaining to only certain topics or to the profile of the user making the information request.
  • the document server software 118 e.g., a web server, dynamically generates a URL to retrieve content, typically stored in a database 120 or other data store, and prepare the page at the time it is requested.
  • the transaction recorder software 106 maintains the dynamically created URLs used to reference these information resources so that the resource may be recreated and the document accessed at a point in the future.
  • the transaction recorder software 106 executing on the requesting client 102 makes a note of the requested transaction and associated parameters, e.g., time to load the information resource, the action performed by the transaction software, etc.
  • This transaction information is either appended to an existing or newly created transaction data file 108.
  • the transaction recorder software 106 generates one or more transaction data files 108 as the user navigates between information resources or pages hosted by servers 110 and 116 located on a network 130, each file containing a sequence of information resources retrieved from the network and parameters associated therewith. These transaction data files 108 may be transmitted over the network 130 to a service server 122.
  • the service server 122 comprises service software 126 that is used to test the availability of servers 110 and 116 on the network 130.
  • the computing device executing the transaction software 102 may directly upload the transaction data file to the service server 122 in order to simplify integration of the two.
  • the transaction recorder software may perform a direct transfer by utilizing HTTP.
  • the service software 126 loads a transaction data file 128 received from a client device 102 and proceeds to "playback" the information contained therein.
  • a transaction data file 108 comprises information indicating that the user visited three web sites and requested several pages of information from each site.
  • the transaction data file 108 comprises resource and associated parameter information as collected by the transaction recorder software 106.
  • the service software 126 uses the data contained in the transaction data file 108 to access and retrieve each piece of information that the transaction data file 108 indicates that the user retrieved. In this manner, the service software 126 plays back the user's actions to ensure that all the retrieved resources are available on the network.
  • the service software 126 uses the data in the transaction file to calculate the level of service being offered by each server 110 and 116.
  • One advantageous application of the invention is whereby a user loads information into the service software from a variety of managed servers 110 and 116 'that is captured by the transaction recorder software 106 in a transaction data file 108.
  • the user may ensure, at any point in time, that the managed servers 110 and 116 are available on the network 130.
  • the service software 126 calculates a level of service for each server hosting an information resource retrieved by the user as defined by the steps in the transaction data file.
  • the service level is referred to as discrete value classification (DVC) and, according to one embodiment, may be set to GOOD, MARGINAL, or FAILURE.
  • DVC discrete value classification
  • the service software 126 comprises part of the NETCOOL® Internet Service Monitor package for network service monitoring developed by Micromuse Inc.
  • the ISM provides real-time fault management and service assurance.
  • the service software to the ISM allows a user to define one or more
  • Fig. 2 the software components that comprise the transaction recorder software introduced in Fig. 1 are presented in greater detail.
  • Software components 204, 206, 210, 214 comprising the transaction recorder application 202 are executed by a programmable digital microprocessor (not pictured) in order to record the information resources retrieved by a user, e.g., HTML web pages, and parameters associated with those resources.
  • These software components include an address bar 204, a rendering component 206, an event handler 210, and a history component 214.
  • the transaction recorder application 202 may comprise fewer software components.
  • the transaction recorder application 202 interacts with a web browsing program whereby functionality, such as HTML rendering and event handling, is provided by the browser through inter-component communication accomplished via COM, EJB, or other similar component communication model.
  • functionality such as HTML rendering and event handling
  • COM Object Linking and Embedding
  • a host application may turn off menus and toolbars of the guest component (e.g., Microsoft Internet Explorer) and supply its own UI as well as intercept context menus and message boxes generated the by guest component.
  • the guest component e.g., Microsoft Internet Explorer
  • a user interacts with the transaction recorder application 202 through a graphical user interface in order to supply the location of desired resources and view the retrieved results.
  • graphical controls presented to the user on a display device the user supplies a URL for a desired information resource in the address bar component 204.
  • the formulated resource request is passed to the event handler 210 using one of the inter-component communication methods well known to those skilled in the art.
  • the event handler component 210 is responsible for receiving events and acting on events generated by the other software components of the application 202.
  • a rendering component 206 is provided to receive information and present it to the user on a display device.
  • the rendering component 206 receives markup or other data and is operative to render the resultant page.
  • the rendering component reads each markup tag and associated data comprising the page in order to present the page to the user.
  • Information resources mat be written in a variety of markup languages and comprise data other than ASCII text, for example, XML, VRML, SGML, GIF, JPEG, etc.
  • Each information resource typically comprises a MJME header that is used by the rendering component to select an appropriate "player" application for the type of data the header indicates.
  • the MTME header allows the rendering component to display a wide variety of content types in additional to providing functionality that allows it to render content types not presently developed.
  • the rendering component is a web browser that is not integrated within the transaction recorder application. Instead, the transaction recorder application uses inter-component communication to take advantage of the rendering functionality provided by the web browser.
  • the event handler Upon receiving a request for a resource from the address bar 204, the event handler attempts to initiate communication with the target server that contains the desired resource.
  • the event handler 210 may work with other components and/or applications in order to retrieve the resource.
  • the event handler 210 issues an information request to the target server for the information resource supplied in the address bar 204.
  • the target server receives the request and begins to transmit the information resource, which is received by the transaction recorder application 202 and passed to the rendering component 206. Where the target device or information resource is unavailable, a page of information indicting this result is passed to the rendering component.
  • the event handler 210 is also operative to receive an alert indicating that the information resource has been received, rendered, and navigation is complete.
  • the information resource is examined and information is collected regarding the rendered information resource.
  • Information captured includes, but is not limited to, the visited URL, the time required to download and render the complete information resource, the method used to get the page, any parameters passed to retrieve the page, e.g., POST parameters.
  • the retrieved information regarding the information resource is recorded in a transaction structure 212, which is a transient storage structure used to maintain the transaction information before it is written out to a persistent storage device.
  • a transaction structure 212 is a nested hierarchy of steps of navigation requests for information resources performed by the user. At the top level of the hierarchy is the name of the transaction. Following are the information resources retrieved by the user, e.g., the web sites the user navigates to and requests pages from. Nested in the hierarchy one level below each recorded information resource is data regarding the information request.
  • the transaction recorder application 202 maintains within the transaction structure 212 the information resource requested, the action performed, and the amount of time required to retrieve the information resource.
  • the service software uses the information exported from the transaction structure 212 by the transaction recorder software 202 to determine whether the recorded information resources are available.
  • a history component 214 Also provided as part of the transaction recorder application 202 is a history component 214. As the user executes steps within a transaction, e.g., information resources are navigated to and retrieved, information regarding the step is appended to the transaction structure 212. The addition of each entry to the transaction structure 212 triggers an event that updates the history component to reflect the additional step that is added to the transaction structure.
  • the history component 214 may be presented to the user as a graphical control on a display device.
  • the GUI control may be a tree UI control that presents the sequence of information resources retrieved and data regarding each information resource in a hierarchical fashion; the data being retrieved from the transaction structure 212.
  • the history component 214 is a graphical control
  • an input device may be used to select individual entries from the history component 214 for removal, thereby instructing the transaction application 202 to remove the transaction entry from the transaction structure 212.
  • the transaction recorder application 202 is capable of exporting the contents of the transaction structure in a variety of formats 216, 218, and 220. Data for , the steps that are held in the transaction structure 212 may be written to a storage device as an ASCII text document 216.
  • the user is capable of modifying any value in the text file through the use of a standard text editor or word processor capable of reading ASCII text.
  • the text document 216 may be output using Unicode character set.
  • the transaction recorder application 202 may also output the contents of the transaction structure 212 in a native binary format used by the application 202, Outputting files according to this format 218 allows the file to be loaded back into the transaction structure 212 at a later point and continue to add steps to the structure 212. Likewise, the file 218 may be loaded and transactions removed from the structure 212.
  • the application may also be supplied with formatting details regarding proprietary file formats for use with specific applications and output the contents of the transaction structure 212 according to the proprietary file format 220.
  • FIG. 3 A screen diagram presenting one embodiment of the transaction recording application illustrated in Figs. 1 and 2 is introduced in Fig. 3.
  • the transaction recorder application 302 is divided into a number of control areas 304, 306, 308, 322, and 324.
  • Information resources e.g., HTML web pages server over the Internet by a web server, may be loaded by supplying the address of the resource to the transaction application via the address bar 304, which is a graphical control for interacting with the address bar software component presented earlier.
  • the address bar 304 which is a graphical control for interacting with the address bar software component presented earlier.
  • the address bar 304 When a valid address is supplied through the address bar 304, the information resource is retrieved and rendered by the rendering component for presentation on the display device within a rendering window 306.
  • standard web browser controls 322 that assist in navigation and menu controls 324 that allow the user to customize the application's 302 settings.
  • the address bar 304, rendering window 306, browser 322 and menu 324 controls may be provided by hooks to Microsoft Internet Explorer.
  • the Internet Explorer component MSHTML follows tne standard OLE mechanisms for negotiating with the container for menu merging and displaying toolbars.
  • a host of MSHTML therefore, can turn off the MSHTML menus and toolbars and supply its own user interface with the underlying software components or use the supplied interface as shown by the use of standard Internet Explorer controls 304, 306, 322, 324.
  • the history UI 308 displays each step included in the current transaction structure with the name of the current transaction structure presented as top level of a hierarchy of transactions 310. Lying one level beneath the transaction structure name 310 are one or more steps 312 that comprise the transaction structure as manifested by the users navigation activities.
  • the transaction structure maintains information regarding each step within the transaction, which is displayed by the history component
  • Transaction information presented to the user 308 in this embodiment includes URLs both for the "From" and “To” information sources, 314 and 316 respectively, that the user is navigating between.
  • the user is navigating from the root page of the New York Times web site to the root page of the ZDNet web site.
  • Also recorded arid presented is the time 318 in seconds that was required for the requested page to be retrieved and rendered.
  • the load time 318 is presented here in seconds, other time measurements are contemplated by the invention, e.g., milliseconds.
  • the last data item displayed by the history component 308 is the method used to retrieve the requested page 320, e.g., GETALL or POST.
  • the history component 308 may display POST parameters and other data associated with the transaction as maintained by the transaction structure. While the standard HTTP requests are GET and POST, the internal convention GETALL is used by the transaction recorder software to issue instructions to GET the page and GET each element on the page.
  • Fig. 4 the text of an exemplary exported transaction data file is presented. As described above, the exported transaction file is preferably structured as a hierarchical arrangement of data. The top level of the hierarchy 402 defines the name and description of the transaction.
  • each step of the transaction is defined 404, 406, 408, 410.
  • the transaction data file is formatted according to an XML schema defining the various steps of the transaction and associated data.
  • the transaction recording software Reading the transaction data file as generated by the transaction recorder software, the transaction recording software writes a new transaction entry 402 to the transaction data file when a new file is created. After the file is initialized, the software adds a new step to the file indicating that the user navigates to the web site for the New York Times 404, which is written to the data file with parameters regarding the step. The parameters written to the exported data file and their use are explained in greater detail in Figs. 5 and 7.
  • the transaction recording software tracks that the user navigates to the Slashdot web site and adds an associated step entry to the transaction data file 406. The software also tracks the user as he or she navigates and retrieves additional information resources, e.g., web pages, from the Slashdot web site, 408 and 410. According to some embodiments, the order in which the recorded steps are added or arranged within the transaction data file is irrelevant.
  • the service software to replay the step is included within the transaction file.
  • these data include the information resource to retrieve, the
  • the service software is included 412. In this manner, the service software
  • a breakdown of the elements comprising one step of a transaction
  • an addstep flag 404 identifies the new
  • step entry This value is followed by the transmission method that is used to
  • the server address is www.nytimes.com (a web server transmitting
  • the requested information resource is
  • the quotation mark character is used to pass
  • a timeout threshold is supplied 510, set to a value of 30 seconds in this example, in order to prevent the service software from waiting indefinitely for an information resource to be returned. Also recorded is the command issued by the transaction software in order to retrieve the information resource 510.
  • the value GETALL indicates that the software should collect the page and all elements loaded on the page.
  • the four quotation marks 514 on the first line of the step represent authentication parameters that are required to be passed to certain severs for access.
  • the four sets of quotation marks hold the following values respectively: username, password, form name (where there is a form to identify on the page), and a regular expression value (a string used to evaluate against a retrieved information resource to ensure the proper document is returned).
  • a regular expression value a string used to evaluate against a retrieved information resource to ensure the proper document is returned.
  • the first value contained on the second line of the step comprises the title of the retrieved information resource 516, a form flag 518 (used to define parameters for form fields where the retrieved information resource comprises a form), and a HEAD parameter 520.
  • the HEAD parameter 520 is required to inform the server hosting the information resource as to what type of application is performing the request and may be used to alter the information resource returned by the server.
  • data is transmitted indicating that the software is of the type "Mozilla/4.0 (compatible; "MSIE"5.0)".
  • the quotation marks forming part, of the string are evaluated as spaces.
  • the balance of the information comprising the step consists of DVC logic 522 that is used by the service software to determine the level of service being offered by the server hosting the information resource that is the object of the step.
  • the DNC codes define three levels of service at which a server may be operating: GOOD, MARGINAL, or FAILED.
  • the DVC logic 520 presented in Fig. 5 is reproduced below in Table 1:
  • the value GOOD indicates to the service software that this is the default value to return if the following gates all evaluate to false.
  • the value "4" indicates that the DNC clause comprises four sub-clauses. These sub-clauses are each identified by a sub-clause number.
  • the first sub-clause identified by the value "1" situated between the value "4" and "FAILED”, returns a DVC code of "FAILED” if any one of the next three conditions are true: the status code returned by the server is not equal to 200, 301, or 302.
  • the second sub-clause identified by the value "2" situated between the value "302" and "FAILED" indicates that a "FAILED” DVC code should be returned by the service software where the total time to retrieve the requested information resource is greater than 26 seconds.
  • the value 1 instructs the service software that there is only one condition associated with this sub-clause.
  • the third sub-clause instructs the service software that a "MARGINAL" DVC code should be returned where the total time to retrieve the request information resource is greater than 25 seconds.
  • the value 1 instructs the service software that there is only one condition associated with this sub-clause.
  • the final clause indicates that a "FAILED” DVC code is to be returned where the variable regexpStatus is equal to "FAILED”.
  • the DVC logic presented in Table 1 may be explained using the pseudocode of Table 2: if (status ⁇ > 200) and (status ⁇ > 301) and (status ⁇ > 302)) then
  • "status” is set to the code returned by the sever when the step is played back by the service software.
  • the value "totalTime” is set to the time taken by the service software to retrieve the whole information resource and "regexpStatus” is a Boolean value indicating whether a regular expression supplied by the user when the step was recorded is present in the retrieved information resource.
  • the threshold values associated with each of the DVC codes in the step is calculated using the equation of Table 3:
  • the transaction recorder software records the total time required to retrieve the information resource, which is substituted for the variable "X" in the equation of Table 3. This is the time global required to load the whole page where the information resource is a web page.
  • the service software may expect the time as a function of the cumulative time required to retrieve each element comprising the information resource.
  • a coefficient value, "A” is introduced to "de-parallelise” the retrieve time. In other words, the time it would take to retrieve all elements in a serial, rather than parallel, manner. Where service software expects a global time value, the coefficient is set a value of one.
  • the value of "B” is available to add a time offset to take into account any delays associated with the service software loading the transaction and initiating the request. As this delay is becomes shorter, the value of "B” is set to a correspondingly small value.
  • the value of the "min” parameter defines a minimum value under which the value should not be set. For example, we may assume that if the global response is less than ten seconds, then a site qualifies as GOOD.
  • DVC values associated with each DVC code within the DVC logic may be calculated when the information resource is retrieved.
  • the transaction recorder software calculates the DVC values upon export.
  • Fig. 6 presents a flow diagram illustrating a method of operating the transaction recorder software presented in Figs. 1 though 3 in order to generate a transaction data file.
  • an input device such as a keyboard or virtual keyboard presented on a display device and a pointing device
  • a user supplies an address of an information resource for retrieval, step 602.
  • the user may supply the address by entering it in the address bar or by selecting a hyperlink from within an HTML document.
  • the address is a URL for a HTML document located on the Internet.
  • the address may be a URL for an XML document or an image file.
  • the present invention contemplates tracking requests for all manner of digital media types and formats.
  • An event is generated indicating that an address has been supplied to the system, which causes the software to attempt open a communication channel with the indicated server and retrieve the information resource, step 604.
  • step 606 A check is performed to determine whether the user has supplied a valid address for retrieval of the information resource, step 606. Where the address supplied by the user is invalid, step 606, the software presents an error message to the user indicative of this fact, step 608. Another check is performed to determine if the user has supplied an additional address, step 624, for example, corrected the malformed address supplied in step 602. If no additional address is supplied, the process concludes, step 626. Where the user supplies a new address, program flow returns to step 604 where the software attempts open a communication channel with the indicated server and retrieve the information resource.
  • the resource is retrieved from across the network, step 612.
  • the requesting client receives the retrieved information resource, e.g., the client executing the transaction recorder software, and renders it on the client's display device, step 614.
  • the information resource is composed of a plurality of elements, each residing on one or more disparate servers on the network.
  • the transaction recorder software may retrieve these elements that comprise the desired information resource in parallel in order to reduce the time required to retrieve the complete information resource.
  • a calculation is performed, step 616, to determine the duration of time required to retrieve the requested information resource, step 612, and render it on the display device, step 614.
  • the time calculation is recorded in the transaction structure, step 616.
  • resource information is retrieved and recorded, step 618.
  • the recorded information includes, but is not limited to, the previous information resource retrieved (the "From" address), the address of the current information resource (the “To” address), the time required to retrieve and render the information resource, the action performed (e.g., GETALL, POST, etc.).
  • the data written to the transaction structure is also used to populate the history component and associated UI control, step 620.
  • the data presented by the history component provides feedback to the user regarding information collected about the retrieved information resource.
  • a check is performed to determine if the user has supplied an additional information resource to which to navigate, step 624. If the user has supplied an address for an additional information resource, for example, by selecting a hyperlink off of an information resource previously retrieved where the resource is an HTML document, program flow returns'to step 604 where the transaction recorder software attempts to open a communication channel and retrieve the desired resource. Where the user has not supplied the address of an additional information resource for retrieval, program flow terminates, step 626.
  • Fig. 7 presents one embodiment of a process for using the service software to play back the steps comprising a transaction data file.
  • the sever executing the service software receives a transaction data file and proceeds to load it into memory for playback, step 702.
  • a user at a computer executing the transaction recorder software records the steps of a transaction and transmits the completed document to a local storage device attached to the server executing the service software for playback.
  • the transaction data files may reside on a network file device and be retrieved by the service software for playback.
  • the service software and transaction recorder software may be executed by the same server/workstation and share a common storage device. Other permutations are also contemplated by the invention.
  • the service software starts the transaction by attempting to open a communication channel and retrieve the information resource listed in the first step of the transaction data file, step 704.
  • the user may indicate a step as a starting point for playback.
  • a check is made to determine if a timeout threshold is exceeded without retrieving the information resource, step 706.
  • the timeout threshold be may be set either in the transaction data file by the transaction recorder software or by the user through the interface provided by the server software.
  • the use of a timeout mechanism advantageously prevents the service software from crashing by waiting indefinitely to retrieve an information resource. If the information resource is not retrieved before the timeout threshold- expires, step 706, a check is preformed to determine if additional steps are contained within the transaction, step 716.
  • step 716 program flow returns to step 704 where the service software plays the next step in the transaction. If there are no additional steps to perform in the transaction being played back, an additional check is performed in order to determine if additional transactions are scheduled for playback, step 718.
  • the service software provides functionality that allows an administrator or other operator of the software to schedule a set or batch of transaction data files for processing, as opposed to processing each one manually. According to one embodiment, the service software performs a check within an indicated directory on a storage device to determine if any transaction data files exist that have not been processed, step 718. If so, processing returns to step 702 and the process is repeated until all transaction data files in the directory have been processed.
  • a flag may be set at run time indicating the names and locations of the files to be processed. Batch processing in this manner is useful in situations where an entity is executing the service software on behalf of a number of disparate clients or entities. Where there are no additional transactions to process, the process concludes, step 720.
  • a check is performed to determine if the timeout - threshold has been exceeded. Where the information resource is retrieved before the timeout threshold expires, step 706, the service software calculates the elapsed time required to retrieve the information resource, step 710. Based on the calculated time required to retrieve the information resource, step 710, the DVC logic is executed, step 712, as explained by the analysis of the exemplary DVC logic presented in Fig. 5.
  • the service software determines the appropriate DVC code to return, step 714, and, therefore, the status of the server hosting the retrieved information resource.
  • the DVC code for the step is preferably written to an output file on a persistent storage device when returned, step 714, although it may also be written to transient memory and presented on a display device.
  • the service software returns the DVC code for the step being played back, step 714, and a check is performed to determine if the transaction comprises additional steps remaining to be played back, step 716. Where additional steps remain to be played back, step 716, processing returns to step 704 where the software plays the next step. If all steps in the transaction have been processed, step 716, a check is performed to determine if any additional transactions are slated for playback, step 718. Processing returns to step 702 where an additional transaction remains to be played back and the process is repeated for each step in the transaction. If all transactions have been processed, step 718, the process of playing back the transaction data file concludes, step 720.

Abstract

The system and method of the present invention comprises functionality to record the steps of a user's navigation transaction and to subsequently play back those steps to determine service availability and levels. The present invention comprises a method for recording a user's steps in a navigation transaction by retrieving an information resource and calculating service level thresholds and the time required to retrieve the information resource. The service level thresholds and parameters regarding the information resource is recorded in a transaction data file as a step comprising the navigation transaction. The present invention also comprises a method for playing back one or more steps executed by a user as part of a navigation transaction, the navigation transaction stored in a transaction data file. The method for playing back one or more steps executed by a user as part of a navigation transaction comprises identifying a first step within the transaction, executing the first step by attempting to retrieve an information resource identified by the step, and returning a level of service for a server hosting the information resource identified by the step.

Description

SYSTEM AND METHOD FOR TRANSACTION RECORDING AND PLAYBACK
COPYRIGHT NOTICE
A portion of the disclosure of this patent document contains material which is subject to copyright protection. The copyright owner has no objection to the facsimile reproduction by anyone of the patent document or the patent disclosure, as it appears in the United States Patent and Trademark Office patent files or records, but otherwise reserves all copyright rights whatsoever. BACKGROUND OF THE INVENTION The invention disclosed herein relates generally to tracking a user-'s actions within an information system. More particularly, the present invention relates to tracing a user's navigation between information resources within an information system to create a transaction data file and replay the steps contained therein to verify the level of service being offered by the server hosting the information resource. Internet search engines are employed by users to locate specific information resources on the Internet, e.g., web pages and the interconnections between them. In order to catalog vast number of information resources on the Internet, these search engines deploy automated applications referred to alternately as "spiders", "crawlers", or "bots". Applications such as these navigate to and catalog sites submitted to the search engine by the site owners as new or updated and, therefore, need to be cataloged. These applications may also be given a set of seed sites to begin their process of navigation and cataloging. Spider applications get their name from the fact that they typically retrieve information resources form a plurality of sites in parallel. Spiders and bots may also build a catalog of sites by following all the hypertext links in a series of web pages until all the pages have been read.
Spiders, crawlers, and bots are useful tools in cataloging the contents of web sites and other servers of information resources. These applications, however, only collect information regarding the sites that they visit once. They are therefore only able to verify the availability of an information resource when the resource is cataloged. In order for a user to determine the availability of an information resource identified by a search engine, he or she must attempt to load the resource. Because no availability or service level information is provided, time is needlessly consumed testing hyperlinks instead of being directed to information resources that are indeed available when the user is attempting to access them.
A similar problem is encountered by entities that manage a large number of servers where availability must be ensured. In order to guarantee availability of the information resources hosted by the managed servers, a user must attempt to retrieve selected information resources on a regular basis. Alternatively, a script or macro may be set to query each server on a regular basis to ensure that they are transmitting data. This alternative, however, fails to provide information regarding the levels of service being offered by the managed servers. A third alternative involves a combination of the two methods, which is clearly a less than ideal solution to the problem. There is thus a need for a system and method Whereby a user's transactions are automatically learned or recorded in order to maintain a history of a user's navigation transaction. Advantageously, this history may be used to retrace the steps of a user's transaction to validate availability of resources accessed by the user and the service levels being offered. BRIEF SUMMARY OF THE INVENTION
The system and method of the present invention comprises functionality to record the steps of a user's navigation transaction and to subsequently play back those steps to determine service availability and levels. The present invention comprises a method for recording a user's steps in a navigation transaction by retrieving an information resource and calculating service level thresholds and the time required to retrieve the information resource. The service level thresholds and parameters regarding the information resource is recorded in a transaction data file as a step comprising the navigation transaction. The method of recording the steps of a user's navigation transaction may further comprise aborting the step of retrieving when a timeout threshold is exceeded. The step of recording may comprise recording a number of parameters including the address and port of the retrieved information resource and generating conditional logic used to instruct service software as to the correct service level code to return based on the service software's observed time to retrieve the information resource. The step of generating conditional logic comprises conditional logic defining service levels of GOOD, MARGINAL, and FAILED. The step of recording may comprise recording the step information in a hierarchy, each step comprising an entry in the hierarchy with the transaction being the top level of the hierarchy. The present invention also comprises a method for playing back one or more steps executed by a user as part of a navigation transaction, the navigation transaction stored in a transaction data file. The method for playing back one or more steps executed by a user as part of a navigation transaction comprises identifying a first step within the transaction, executing the first step by attempting to retrieve an information resource identified by the step, and returning a level of service for a server hosting the information resource identified by the step.
As a transaction data file may comprise multiple steps, the method may further comprise identifying one or more subsequent steps within the transaction, executing the one or more subsequent steps by attempting to retrieve information resources identified by the subsequent one or more steps, and returning levels of service for servers hosting the information resources identified in the subsequent one or more steps. The time to execute the first step may be calculated and whereby the step of returning the level of service comprises calculating the level of service based on the amount of time required to execute the first step.
The present invention also comprises a system for recording a user's steps in a navigation transaction and for playing back those steps in order to determine a level of service for each step. The system of the present invention comprises transaction recorder software. The transaction recorder software is operative to calculate service level thresholds and the time required to retrieve a requested information resource. The transaction recorder software is further operative to generate conditional logic used to instruct service software as to the correct service level code to return based on the service software's observed time to retrieve the information resource. The system also comprises service software operative to attempt to retrieve the requested information resource and return a level of service defined by the conditional logic based on the amount of time required to retrieve the information resource.
The invention further provides a transaction data structure for facilitating recordation of a user's navigation steps within a transaction and playback of those steps. The transaction data structure may be structured as a hierarchical arrangement of data whereby the top level of the hierarchy defines the name and description of the transaction. Within the transaction is a second level of the data hierarchy where each step of the transaction is defined, e.g., each information resource retrieved. According to an alternative embodiment of the invention, the transaction data file is formatted according to an XML schema defining the various steps of the transaction and associated data.
The data necessary to replay each step in the transaction is included within the transaction file. More specifically, these data include the information resource to retrieve, the action to perform, and the status to return based on the time required to retrieve the information resource. In this manner, the information required to retrieve the resource, logic regarding how to define whether the retrieval is successful, and the level of service provided by the server hosting the information resource identified in the step. BRIEF DESCRIPTION OF THE DRAWINGS
The invention is illustrated in the figures of the accompanying drawings which are meant to be exemplary and not limiting, in which like references are intended to refer to like or corresponding parts, and in which:
Fig. 1 is a block diagram presenting the transaction recording software in a network environment according to one embodiment of the present invention; Fig. 2 is a block diagram presenting an arrangement of software components for transaction recording according to one embodiment of the present invention; Fig. 3 is a screen diagram presenting a configuration of graphical controls for transaction recorder software according to one embodiment of the present invention;
Fig. 4 is a transaction data file presenting the steps of a user's transaction
> according to one embodiment of the present invention;
Fig. 5 is another view of a transaction data file presenting a single step of a user's transaction according to one embodiment of the present invention;
Fig. 6 is a flow diagram presenting method of operating transaction recorder software in order collect a user's transaction steps according to one embodiment of the present invention; and
Fig. 7 is a flow diagram presenting a method of using a transaction file recorded by the transaction recorder software to verify the availability of an information resource according to one embodiment of the present invention.
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS With reference to Figs. 1 through 7, embodiments of the invention for transaction recording and playback are presented. In a networked computing environment, for example, the Internet, a number of computing devices 102, 110, 116, and 122 are interconnected through one or more networks 130. Through the use of the network 130 and associated hardware and software components that comprise the network infrastructure, e.g., routers and switches, the computing devices are capable of transmitting disparate types of data between themselves.
The World Wide Web (WWW) presents one example of a networked computing environment. According to the World Wide Web Consortium (W3C), the
World Wide Web encompasses "the universe of network accessible information, an embodiment of human knowledge". More specifically, the WWW comprises all the information resources and users on the Internet that are using the Hypertext Transfer Protocol (HTTP) to exchange information, typically in the form of HTML web pages. Indeed, the WWW, and the Internet in general, may be used to pass many kinds of disparate information resources between requesting clients and responsive, servers. A computing device 102 is provided that is used to navigate between servers 110 and 116 located on the network providing information in response to requests. The computing device 102, which may be any type of personal, portable or handheld computing device, comprises transaction recorder software 106 that is used to generate and maintain a record of the servers 110 and 116 accessed by the client 102. Advantageously, the transaction recorder software 106 may incorporate one or more software components (not pictured) that allow the user to issue requests for information resources to servers accessible over the network 130, the transaction recorder 106 software itself may also be retrieved off a network 130 and installed into the computing device's 102 local memory.. Alternatively, the transaction recorder software 106 may be executed in conjunction and communication with web browser software, such as
MICROSOFT INTERNET EXPLORER™, whereby information requests, as well as
information returned to the browser in response to these requests, is analyzed and recorded by the transaction recorder software 106. The transaction recorder software 106 is used to analyze the retrieved information resources and record data that includes, but is not limited to, the title of the retrieved information resource, the server or page where the use navigated from, the command passed to the server, and the time required to retrieve and render the information resource for presentation to the user. Although there are many types of servers that comprise functionality to deliver information according to the Hypertext Transfer Protocol (HTTP), these servers 110 and 116 generally distribute either static 110 or dynamic 116 information. Servers that transmit static information 110 comprise a document server 112, e.g., a web server, and a collection of one or more static documents 114, e.g., HTML or XML documents, for distribution upon request. A client 102 requests a document by providing the document's uniform resource locator (URL) identifying the server containing the document 110 as well as the document itself 114. Accordingly, the transaction recorder software 1O6 executing on the requesting client 102 makes a note of the requested transaction and associated parameters, e.g., time to load the information resource, which is either appended to an existing or newly created transaction data file 108.
Other information servers 116 dynamically generate pages of information in response to information requests. These pages, for example, may be tailored to contain information pertaining to only certain topics or to the profile of the user making the information request. The document server software 118, e.g., a web server, dynamically generates a URL to retrieve content, typically stored in a database 120 or other data store, and prepare the page at the time it is requested. The transaction recorder software 106 maintains the dynamically created URLs used to reference these information resources so that the resource may be recreated and the document accessed at a point in the future. As is the case when retrieving static information 114 from a document server 112, the transaction recorder software 106 executing on the requesting client 102 makes a note of the requested transaction and associated parameters, e.g., time to load the information resource, the action performed by the transaction software, etc. This transaction information is either appended to an existing or newly created transaction data file 108.
The transaction recorder software 106 generates one or more transaction data files 108 as the user navigates between information resources or pages hosted by servers 110 and 116 located on a network 130, each file containing a sequence of information resources retrieved from the network and parameters associated therewith. These transaction data files 108 may be transmitted over the network 130 to a service server 122. The service server 122 comprises service software 126 that is used to test the availability of servers 110 and 116 on the network 130. Alternatively, the computing device executing the transaction software 102 may directly upload the transaction data file to the service server 122 in order to simplify integration of the two. By supplying the address of the service server 122, e.g., an IP address, the transaction recorder software may perform a direct transfer by utilizing HTTP.
The service software 126 loads a transaction data file 128 received from a client device 102 and proceeds to "playback" the information contained therein. For example, suppose a transaction data file 108 comprises information indicating that the user visited three web sites and requested several pages of information from each site. As is explained in greater detail herein, the transaction data file 108 comprises resource and associated parameter information as collected by the transaction recorder software 106. Using the data contained in the transaction data file 108, the service software 126 attempts to access and retrieve each piece of information that the transaction data file 108 indicates that the user retrieved. In this manner, the service software 126 plays back the user's actions to ensure that all the retrieved resources are available on the network. Moreover, the service software 126 uses the data in the transaction file to calculate the level of service being offered by each server 110 and 116.
One advantageous application of the invention is whereby a user loads information into the service software from a variety of managed servers 110 and 116 'that is captured by the transaction recorder software 106 in a transaction data file 108. Using the transaction data file 108 and service software 126, the user may ensure, at any point in time, that the managed servers 110 and 116 are available on the network 130. As is explained in greater detail herein, the service software 126 calculates a level of service for each server hosting an information resource retrieved by the user as defined by the steps in the transaction data file. The service level is referred to as discrete value classification (DVC) and, according to one embodiment, may be set to GOOD, MARGINAL, or FAILURE.
According to one embodiment of the invention, the service software 126 comprises part of the NETCOOL® Internet Service Monitor package for network service monitoring developed by Micromuse Inc. As described further in the above referenced patent applications, incorporated herein by reference in their entirety, the ISM provides real-time fault management and service assurance. Network probes
and monitors provided by the ISM collect event information from popular
network environments such as SNMP and non-SNMP management applications,
voice or data networking equipment, Internet and wide-area services, and
computer systems and databases. Events are monitored, e.g., common network
occurrences such as alerts, alarms, or other faults, which may be reported in
customizable graphical and text formats allowing network operators to graphically see what is happening within the network in real-time. The addition
of the service software to the ISM allows a user to define one or more
transactions for playback at a later time with an indication of the service level
being provided by each step within the transaction.
Turning to Fig. 2, the software components that comprise the transaction recorder software introduced in Fig. 1 are presented in greater detail. Software components 204, 206, 210, 214 comprising the transaction recorder application 202 are executed by a programmable digital microprocessor (not pictured) in order to record the information resources retrieved by a user, e.g., HTML web pages, and parameters associated with those resources. These software components include an address bar 204, a rendering component 206, an event handler 210, and a history component 214. Alternatively, the transaction recorder application 202 may comprise fewer software components. According to this embodiment, the transaction recorder application 202 interacts with a web browsing program whereby functionality, such as HTML rendering and event handling, is provided by the browser through inter-component communication accomplished via COM, EJB, or other similar component communication model. For example, using Microsoft OLE (Object Linking and Embedding) mechanisms, a host application (the transaction recorder application) may turn off menus and toolbars of the guest component (e.g., Microsoft Internet Explorer) and supply its own UI as well as intercept context menus and message boxes generated the by guest component.
According to one preferred embodiment, a user interacts with the transaction recorder application 202 through a graphical user interface in order to supply the location of desired resources and view the retrieved results. Using graphical controls presented to the user on a display device, the user supplies a URL for a desired information resource in the address bar component 204. The formulated resource request is passed to the event handler 210 using one of the inter-component communication methods well known to those skilled in the art. The event handler component 210 is responsible for receiving events and acting on events generated by the other software components of the application 202.
A rendering component 206 is provided to receive information and present it to the user on a display device. The rendering component 206 receives markup or other data and is operative to render the resultant page. For example, where the information resource is an HTML web page, the rendering component reads each markup tag and associated data comprising the page in order to present the page to the user. Information resources, however, mat be written in a variety of markup languages and comprise data other than ASCII text, for example, XML, VRML, SGML, GIF, JPEG, etc.
Each information resource typically comprises a MJME header that is used by the rendering component to select an appropriate "player" application for the type of data the header indicates. The MTME header allows the rendering component to display a wide variety of content types in additional to providing functionality that allows it to render content types not presently developed. According to some embodiments, the rendering component is a web browser that is not integrated within the transaction recorder application. Instead, the transaction recorder application uses inter-component communication to take advantage of the rendering functionality provided by the web browser. Upon receiving a request for a resource from the address bar 204, the event handler attempts to initiate communication with the target server that contains the desired resource. According to some embodiments, the event handler 210 may work with other components and/or applications in order to retrieve the resource. The event handler 210 issues an information request to the target server for the information resource supplied in the address bar 204. The target server receives the request and begins to transmit the information resource, which is received by the transaction recorder application 202 and passed to the rendering component 206. Where the target device or information resource is unavailable, a page of information indicting this result is passed to the rendering component.
The event handler 210 is also operative to receive an alert indicating that the information resource has been received, rendered, and navigation is complete. The information resource is examined and information is collected regarding the rendered information resource. Information captured includes, but is not limited to, the visited URL, the time required to download and render the complete information resource, the method used to get the page, any parameters passed to retrieve the page, e.g., POST parameters.
The retrieved information regarding the information resource is recorded in a transaction structure 212, which is a transient storage structure used to maintain the transaction information before it is written out to a persistent storage device. Each step in a transaction created using the transaction recorder application 202 is assigned a name that is appended to the start of the new transaction in order to identify the transaction. According to embodiments of the invention, the transaction structure 212 is a nested hierarchy of steps of navigation requests for information resources performed by the user. At the top level of the hierarchy is the name of the transaction. Following are the information resources retrieved by the user, e.g., the web sites the user navigates to and requests pages from. Nested in the hierarchy one level below each recorded information resource is data regarding the information request. At a minimum, the transaction recorder application 202 maintains within the transaction structure 212 the information resource requested, the action performed, and the amount of time required to retrieve the information resource. The service software uses the information exported from the transaction structure 212 by the transaction recorder software 202 to determine whether the recorded information resources are available. Also provided as part of the transaction recorder application 202 is a history component 214. As the user executes steps within a transaction, e.g., information resources are navigated to and retrieved, information regarding the step is appended to the transaction structure 212. The addition of each entry to the transaction structure 212 triggers an event that updates the history component to reflect the additional step that is added to the transaction structure. The history component 214 may be presented to the user as a graphical control on a display device. The GUI control may be a tree UI control that presents the sequence of information resources retrieved and data regarding each information resource in a hierarchical fashion; the data being retrieved from the transaction structure 212. Advantageously, where the history component 214 is a graphical control, an input device may be used to select individual entries from the history component 214 for removal, thereby instructing the transaction application 202 to remove the transaction entry from the transaction structure 212.
The transaction recorder application 202 is capable of exporting the contents of the transaction structure in a variety of formats 216, 218, and 220. Data for , the steps that are held in the transaction structure 212 may be written to a storage device as an ASCII text document 216. The user is capable of modifying any value in the text file through the use of a standard text editor or word processor capable of reading ASCII text. In order to support languages other than those based on the Roman alphabet, the text document 216 may be output using Unicode character set. The transaction recorder application 202 may also output the contents of the transaction structure 212 in a native binary format used by the application 202, Outputting files according to this format 218 allows the file to be loaded back into the transaction structure 212 at a later point and continue to add steps to the structure 212. Likewise, the file 218 may be loaded and transactions removed from the structure 212. The application may also be supplied with formatting details regarding proprietary file formats for use with specific applications and output the contents of the transaction structure 212 according to the proprietary file format 220.
A screen diagram presenting one embodiment of the transaction recording application illustrated in Figs. 1 and 2 is introduced in Fig. 3. As described in the previous figures, the transaction recorder application 302 is divided into a number of control areas 304, 306, 308, 322, and 324. Information resources, e.g., HTML web pages server over the Internet by a web server, may be loaded by supplying the address of the resource to the transaction application via the address bar 304, which is a graphical control for interacting with the address bar software component presented earlier. When a valid address is supplied through the address bar 304, the information resource is retrieved and rendered by the rendering component for presentation on the display device within a rendering window 306. Also provided are standard web browser controls 322 that assist in navigation and menu controls 324 that allow the user to customize the application's 302 settings.
According to some embodiments of the invention, the address bar 304, rendering window 306, browser 322 and menu 324 controls may be provided by hooks to Microsoft Internet Explorer. The Internet Explorer component MSHTML follows tne standard OLE mechanisms for negotiating with the container for menu merging and displaying toolbars. A host of MSHTML, therefore, can turn off the MSHTML menus and toolbars and supply its own user interface with the underlying software components or use the supplied interface as shown by the use of standard Internet Explorer controls 304, 306, 322, 324.
As the user navigates between information resources using the address bar 304, navigation controls 322, and hyperlinks presented in the rendering window 306, the navigation steps are written to the transaction structure and displayed to the user through the history component's user interface 308. The history UI 308 displays each step included in the current transaction structure with the name of the current transaction structure presented as top level of a hierarchy of transactions 310. Lying one level beneath the transaction structure name 310 are one or more steps 312 that comprise the transaction structure as manifested by the users navigation activities.
As described above, the transaction structure maintains information regarding each step within the transaction, which is displayed by the history component
308 within the hierarchy beneath the step that the information is associated with 314, 316, 318, and 320. Transaction information presented to the user 308 in this embodiment includes URLs both for the "From" and "To" information sources, 314 and 316 respectively, that the user is navigating between. In the present example, the user is navigating from the root page of the New York Times web site to the root page of the ZDNet web site. Also recorded arid presented is the time 318 in seconds that was required for the requested page to be retrieved and rendered. Although the load time 318 is presented here in seconds, other time measurements are contemplated by the invention, e.g., milliseconds. The last data item displayed by the history component 308 is the method used to retrieve the requested page 320, e.g., GETALL or POST. Although not presented, the history component 308 may display POST parameters and other data associated with the transaction as maintained by the transaction structure. While the standard HTTP requests are GET and POST, the internal convention GETALL is used by the transaction recorder software to issue instructions to GET the page and GET each element on the page. Turning to Fig. 4, the text of an exemplary exported transaction data file is presented. As described above, the exported transaction file is preferably structured as a hierarchical arrangement of data. The top level of the hierarchy 402 defines the name and description of the transaction. Within the transaction is a second level of the data hierarchy where each step of the transaction is defined 404, 406, 408, 410. According to an alternative embodiment of the invention, the transaction data file is formatted according to an XML schema defining the various steps of the transaction and associated data.
Reading the transaction data file as generated by the transaction recorder software, the transaction recording software writes a new transaction entry 402 to the transaction data file when a new file is created. After the file is initialized, the software adds a new step to the file indicating that the user navigates to the web site for the New York Times 404, which is written to the data file with parameters regarding the step. The parameters written to the exported data file and their use are explained in greater detail in Figs. 5 and 7. The transaction recording software tracks that the user navigates to the Slashdot web site and adds an associated step entry to the transaction data file 406. The software also tracks the user as he or she navigates and retrieves additional information resources, e.g., web pages, from the Slashdot web site, 408 and 410. According to some embodiments, the order in which the recorded steps are added or arranged within the transaction data file is irrelevant.
As can be seen by the data comprising an individual step within the
transaction 412, and as is explained in greater detail herein, all data necessary for
the service software to replay the step is included within the transaction file.
More specifically, these data include the information resource to retrieve, the
action to perform, and the status to return based on the time required to retrieve
the information resource is included 412. In this manner, the service software
has the information required to retrieve the resource and logic regarding how to
define whether the retrieval is successful and the level of service provided by the
server hosting the information resource identified in the step.
A breakdown of the elements comprising one step of a transaction
is presented in Fig. 5. As shown in Fig. 4, an addstep flag 404 identifies the new
step entry. This value is followed by the transmission method that is used to
retrieve the information resource 502, in this example HTTP. Another exemplary transmission method would be SHTTP or Secure Hypertext
Transmission Protocol. This value is followed by the address of the server
hosting the requested information resource and the actual information resource to
retrieve 506, along with the port on which the information resource is available.
Here, the server address is www.nytimes.com (a web server transmitting
information resources according to HTTP), the requested information resource is
"/" or the default root page, and the port number is 80. It should also be noted
that, according to this embodiment, the quotation mark character is used to pass
the value of a space to the service software upon playback, as spaces are
otherwise used to delimit values.
As is explained in greater detail herein, a timeout threshold is supplied 510, set to a value of 30 seconds in this example, in order to prevent the service software from waiting indefinitely for an information resource to be returned. Also recorded is the command issued by the transaction software in order to retrieve the information resource 510. Here, the value GETALL indicates that the software should collect the page and all elements loaded on the page. As opposed to the quotation marks occurring as part of strings, thereby indicating a value of a space within the string, the four quotation marks 514 on the first line of the step represent authentication parameters that are required to be passed to certain severs for access. From left to right, the four sets of quotation marks hold the following values respectively: username, password, form name (where there is a form to identify on the page), and a regular expression value (a string used to evaluate against a retrieved information resource to ensure the proper document is returned). According to this example, none of these values 514 were required by the user to retrieve the default root page from the server www.nytimes.com and are therefore not required by the service software.
The first value contained on the second line of the step comprises the title of the retrieved information resource 516, a form flag 518 (used to define parameters for form fields where the retrieved information resource comprises a form), and a HEAD parameter 520. The HEAD parameter 520 is required to inform the server hosting the information resource as to what type of application is performing the request and may be used to alter the information resource returned by the server. When played back by the service software, data is transmitted indicating that the software is of the type "Mozilla/4.0 (compatible; "MSIE"5.0)". Once again, the quotation marks forming part, of the string are evaluated as spaces.
The balance of the information comprising the step consists of DVC logic 522 that is used by the service software to determine the level of service being offered by the server hosting the information resource that is the object of the step. As a threshold matter, the DNC codes define three levels of service at which a server may be operating: GOOD, MARGINAL, or FAILED. The DVC logic 520 presented in Fig. 5 is reproduced below in Table 1:
DVC GOOD 4 1 FAILED 3 status NEQ 200 status NEQ 301 status NEQ 3022 FAILED 1 totalTime GT 26 3 MARGINAL 1 totalTime GT 25 4 FAILED 1 regexpStatus EQ FAILED
Table 1
The value GOOD indicates to the service software that this is the default value to return if the following gates all evaluate to false. The value "4" indicates that the DNC clause comprises four sub-clauses. These sub-clauses are each identified by a sub-clause number. The first sub-clause, identified by the value "1" situated between the value "4" and "FAILED", returns a DVC code of "FAILED" if any one of the next three conditions are true: the status code returned by the server is not equal to 200, 301, or 302.
The second sub-clause, identified by the value "2" situated between the value "302" and "FAILED", indicates that a "FAILED" DVC code should be returned by the service software where the total time to retrieve the requested information resource is greater than 26 seconds. The value 1 instructs the service software that there is only one condition associated with this sub-clause. The third sub-clause instructs the service software that a "MARGINAL" DVC code should be returned where the total time to retrieve the request information resource is greater than 25 seconds. Here again, the value 1 instructs the service software that there is only one condition associated with this sub-clause. The final clause indicates that a "FAILED" DVC code is to be returned where the variable regexpStatus is equal to "FAILED". The DVC logic presented in Table 1 may be explained using the pseudocode of Table 2: if ( (status <> 200) and (status <> 301) and (status <> 302)) then
DVC = FAILED else if (totalTime > 26) then
DVC = FAILED else if (totalTime > 25) then
DVC = MARGINAL else if (regexpStatus = FAILED) then
DVC = FAILED end if
Table 2
According to the DVC logic pseudocode presented in Table 2, "status" is set to the code returned by the sever when the step is played back by the service software. The value "totalTime" is set to the time taken by the service software to retrieve the whole information resource and "regexpStatus" is a Boolean value indicating whether a regular expression supplied by the user when the step was recorded is present in the retrieved information resource.
According to one embodiment of the invention, the threshold values associated with each of the DVC codes in the step is calculated using the equation of Table 3:
Time = MAX(AX+B, min)
Table 3
The transaction recorder software records the total time required to retrieve the information resource, which is substituted for the variable "X" in the equation of Table 3. This is the time global required to load the whole page where the information resource is a web page. The service software, however, may expect the time as a function of the cumulative time required to retrieve each element comprising the information resource.
A coefficient value, "A", is introduced to "de-parallelise" the retrieve time. In other words, the time it would take to retrieve all elements in a serial, rather than parallel, manner. Where service software expects a global time value, the coefficient is set a value of one. The value of "B" is available to add a time offset to take into account any delays associated with the service software loading the transaction and initiating the request. As this delay is becomes shorter, the value of "B" is set to a correspondingly small value. Finally, the value of the "min" parameter defines a minimum value under which the value should not be set. For example, we may assume that if the global response is less than ten seconds, then a site qualifies as GOOD.
These DVC values associated with each DVC code within the DVC logic may be calculated when the information resource is retrieved. Alternatively, the transaction recorder software calculates the DVC values upon export.
Fig. 6 presents a flow diagram illustrating a method of operating the transaction recorder software presented in Figs. 1 though 3 in order to generate a transaction data file. Using an input device, such as a keyboard or virtual keyboard presented on a display device and a pointing device, a user supplies an address of an information resource for retrieval, step 602. The user may supply the address by entering it in the address bar or by selecting a hyperlink from within an HTML document. According to one embodiment, the address is a URL for a HTML document located on the Internet. Alternatively, the address may be a URL for an XML document or an image file. Indeed, the present invention contemplates tracking requests for all manner of digital media types and formats. An event is generated indicating that an address has been supplied to the system, which causes the software to attempt open a communication channel with the indicated server and retrieve the information resource, step 604.
A check is performed to determine whether the user has supplied a valid address for retrieval of the information resource, step 606. Where the address supplied by the user is invalid, step 606, the software presents an error message to the user indicative of this fact, step 608. Another check is performed to determine if the user has supplied an additional address, step 624, for example, corrected the malformed address supplied in step 602. If no additional address is supplied, the process concludes, step 626. Where the user supplies a new address, program flow returns to step 604 where the software attempts open a communication channel with the indicated server and retrieve the information resource. Where the check executed at step 606 returns a value of true indicating the resource address is valid, e.g., the software successfully opened a communication channel with the target server and located the desired information resource, the resource is retrieved from across the network, step 612. The requesting client receives the retrieved information resource, e.g., the client executing the transaction recorder software, and renders it on the client's display device, step 614. According to some embodiments of the invention, the information resource is composed of a plurality of elements, each residing on one or more disparate servers on the network. The transaction recorder software may retrieve these elements that comprise the desired information resource in parallel in order to reduce the time required to retrieve the complete information resource.
A calculation is performed, step 616, to determine the duration of time required to retrieve the requested information resource, step 612, and render it on the display device, step 614. The time calculation is recorded in the transaction structure, step 616. In addition to the time calculation, step 616, resource information is retrieved and recorded, step 618. The recorded information includes, but is not limited to, the previous information resource retrieved (the "From" address), the address of the current information resource (the "To" address), the time required to retrieve and render the information resource, the action performed (e.g., GETALL, POST, etc.). The data written to the transaction structure is also used to populate the history component and associated UI control, step 620. The data presented by the history component provides feedback to the user regarding information collected about the retrieved information resource. A check is performed to determine if the user has supplied an additional information resource to which to navigate, step 624. If the user has supplied an address for an additional information resource, for example, by selecting a hyperlink off of an information resource previously retrieved where the resource is an HTML document, program flow returns'to step 604 where the transaction recorder software attempts to open a communication channel and retrieve the desired resource. Where the user has not supplied the address of an additional information resource for retrieval, program flow terminates, step 626.
Fig. 7 presents one embodiment of a process for using the service software to play back the steps comprising a transaction data file. The sever executing the service software receives a transaction data file and proceeds to load it into memory for playback, step 702. Typically, a user at a computer executing the transaction recorder software records the steps of a transaction and transmits the completed document to a local storage device attached to the server executing the service software for playback. The transaction data files, however, may reside on a network file device and be retrieved by the service software for playback. Alternatively, the service software and transaction recorder software may be executed by the same server/workstation and share a common storage device. Other permutations are also contemplated by the invention. The service software starts the transaction by attempting to open a communication channel and retrieve the information resource listed in the first step of the transaction data file, step 704. Alternatively, the user may indicate a step as a starting point for playback. A check is made to determine if a timeout threshold is exceeded without retrieving the information resource, step 706. According to various embodiments, the timeout threshold be may be set either in the transaction data file by the transaction recorder software or by the user through the interface provided by the server software. The use of a timeout mechanism advantageously prevents the service software from crashing by waiting indefinitely to retrieve an information resource. If the information resource is not retrieved before the timeout threshold- expires, step 706, a check is preformed to determine if additional steps are contained within the transaction, step 716. Where additional steps are contained within the transaction being played back, step 716, program flow returns to step 704 where the service software plays the next step in the transaction. If there are no additional steps to perform in the transaction being played back, an additional check is performed in order to determine if additional transactions are scheduled for playback, step 718. The service software provides functionality that allows an administrator or other operator of the software to schedule a set or batch of transaction data files for processing, as opposed to processing each one manually. According to one embodiment, the service software performs a check within an indicated directory on a storage device to determine if any transaction data files exist that have not been processed, step 718. If so, processing returns to step 702 and the process is repeated until all transaction data files in the directory have been processed. Alternatively, a flag may be set at run time indicating the names and locations of the files to be processed. Batch processing in this manner is useful in situations where an entity is executing the service software on behalf of a number of disparate clients or entities. Where there are no additional transactions to process, the process concludes, step 720. Returning to step 706, a check is performed to determine if the timeout - threshold has been exceeded. Where the information resource is retrieved before the timeout threshold expires, step 706, the service software calculates the elapsed time required to retrieve the information resource, step 710. Based on the calculated time required to retrieve the information resource, step 710, the DVC logic is executed, step 712, as explained by the analysis of the exemplary DVC logic presented in Fig. 5. Using the DVC logic comprising the step presently being executed, the service software determines the appropriate DVC code to return, step 714, and, therefore, the status of the server hosting the retrieved information resource. The DVC code for the step is preferably written to an output file on a persistent storage device when returned, step 714, although it may also be written to transient memory and presented on a display device.
The service software returns the DVC code for the step being played back, step 714, and a check is performed to determine if the transaction comprises additional steps remaining to be played back, step 716. Where additional steps remain to be played back, step 716, processing returns to step 704 where the software plays the next step. If all steps in the transaction have been processed, step 716, a check is performed to determine if any additional transactions are slated for playback, step 718. Processing returns to step 702 where an additional transaction remains to be played back and the process is repeated for each step in the transaction. If all transactions have been processed, step 718, the process of playing back the transaction data file concludes, step 720.
While the invention has been described and illustrated in connection with preferred embodiments, many variations and modifications as will be evident to those skilled in this art may be made without departing from the spirit and scope of the invention, and the invention is thus not to be limited to the precise details of methodology or construction set forth above as such variations and modification are intended to be included within the scope of the invention.

Claims

CLAIMS:
1. A method for recording a user's steps in a transaction, the method comprising: retrieving an information resource as a step in the transaction; capturing service level thresholds and the time required to retrieve the information resource; and recording the service level thresholds and parameters regarding the information resource in a transaction data file in a form configured to support playback of the transaction."
2. The method of claim 1 comprising aborting the step of retrieving when a timeout threshold is exceeded.
3. The method of claim 1 wherein recording parameters comprises recording an address and port of the information resource.
4. The method of claim 1 comprising generating conditional logic used to instruct service software as to a correct service level code to return based on the service software's time to retrieve the information resource.
5. The method of claim 4 wherein generating conditional logic comprises generating conditional logic defining service levels of GOOD, MARGINAL, and FAILED.
6. The method of claim lwherein recording comprises recording the step information in a hierarchy, each step comprising an entry in the hierarchy with the transaction being a top level of the hierarchy.
7. A method for testing a level of service of a navigation transaction, the method comprising: identifying a first step within the transaction from a stored transaction data file; executing the first step by attempting to retrieve an information resource identified by the step; and returning a level of service for a server hosting the information resource identified by the step.
8. The method of claim 7 comprising: identifying one or more subsequent steps within the transaction; executing the one or more subsequent steps by attempting to retrieve information resources identified by the subsequent one or more steps; returning levels of service for servers hosting the information resources identified in the subsequent one or more steps.
9. The method of claim 8 comprising calculating an amount of time to execute the first step.
10. The method of claim 9 wherein the step of returning the level of service comprises calculating the level of service based on the amount of time required to execute the first step.
11. A system for testing a level of service for a transaction, the system comprising: transaction recorder software operative to capture service level thresholds and time required to retrieve a requested information resource, the transaction recorder software further operative to generate conditional logic used to instruct service software as to a correct service level code to return based on the service software's captured time to retrieve the information resource; and service software operative to attempt to retrieve the requested information resource and return a level of service defined by the conditional logic based on the amount of time required to retrieve the information resource.
PCT/GB2002/005849 2001-12-24 2002-12-20 System and method for transaction recording and playback WO2003060783A2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
AU2002353200A AU2002353200A1 (en) 2001-12-24 2002-12-20 System and method for transaction recording and playback
EP02788218A EP1461742A2 (en) 2001-12-24 2002-12-20 System and method for transaction recording and playback

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10/026,372 US7363368B2 (en) 2001-12-24 2001-12-24 System and method for transaction recording and playback
US10/026,372 2001-12-24

Publications (2)

Publication Number Publication Date
WO2003060783A2 true WO2003060783A2 (en) 2003-07-24
WO2003060783A3 WO2003060783A3 (en) 2003-08-28

Family

ID=21831424

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/GB2002/005849 WO2003060783A2 (en) 2001-12-24 2002-12-20 System and method for transaction recording and playback

Country Status (4)

Country Link
US (1) US7363368B2 (en)
EP (1) EP1461742A2 (en)
AU (1) AU2002353200A1 (en)
WO (1) WO2003060783A2 (en)

Families Citing this family (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2001077827A1 (en) * 2000-04-07 2001-10-18 Telcordia Technologies, Inc. Methods and systems for monitoring quality assurance
US8086720B2 (en) * 2002-01-31 2011-12-27 International Business Machines Corporation Performance reporting in a network environment
US7412502B2 (en) * 2002-04-18 2008-08-12 International Business Machines Corporation Graphics for end to end component mapping and problem-solving in a network environment
US8527620B2 (en) * 2003-03-06 2013-09-03 International Business Machines Corporation E-business competitive measurements
CN1505417B (en) * 2002-12-03 2010-06-16 皇家飞利浦电子股份有限公司 Wireless network system capable of transferring multimedia information with high efficiency
US20040205184A1 (en) * 2003-03-06 2004-10-14 International Business Machines Corporation E-business operations measurements reporting
US20050177613A1 (en) * 2004-02-11 2005-08-11 Scott Dresden Statistical and vouyeristic link behavioral tracking and presentation tools
JP2007526564A (en) * 2004-02-18 2007-09-13 イエニー,クラーク Time-addressed database management system
EP1669899A1 (en) * 2004-12-08 2006-06-14 France Telecom Method for processing HTTP and HTML page requests sent or received by a browser towards or from at least one Web server and associated server
US20060123003A1 (en) * 2004-12-08 2006-06-08 International Business Machines Corporation Method, system and program for enabling non-self actuated database transactions to lock onto a database component
US7743281B2 (en) * 2007-04-13 2010-06-22 Microsoft Corporation Distributed file fuzzing
US9183004B2 (en) 2009-06-05 2015-11-10 Hewlett-Parkard Development Company, L.P. System and method for representing user interaction with a web service
US9208527B2 (en) * 2010-01-29 2015-12-08 Oracle International Corporation General ledger (GL) journal delete/accounting line reversal web service
CA2738289C (en) * 2011-04-28 2018-05-29 Ibm Canada Limited - Ibm Canada Limitee Identifying session identification information
US8806574B2 (en) 2011-10-05 2014-08-12 Hewlett-Packard Development Company, L.P. System and method for policy conformance in a web application
CN102413010B (en) * 2011-11-18 2014-05-07 华为技术有限公司 Testing environment deployment method and device
FR2997522B1 (en) * 2012-10-26 2015-12-25 Infovista Sa METHOD FOR A NETWORK MONITORING SYSTEM TO EVALUATE NON-INTRUSIVE USER RESUME AT THE LOAD OF A WEB PAGE

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0541145A1 (en) * 1991-10-21 1993-05-12 Koninklijke KPN N.V. Monitoring system for monitoring a telecommunication network containing one or more subscriber exchanges
US20010012346A1 (en) * 1999-01-29 2001-08-09 Alex Terry Interactive billing system utilizing a thin web client interface
WO2001084273A2 (en) * 2000-04-28 2001-11-08 Agilent Technologies, Inc. A filtering web proxy for recording web-based transactions that supports secure http steps

Family Cites Families (91)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US3855456A (en) 1972-11-22 1974-12-17 Ebasco Serv Monitor and results computer system
US3906454A (en) 1973-05-18 1975-09-16 Bell Telephone Labor Inc Computer monitoring system
US4135662A (en) 1977-06-15 1979-01-23 Pitney-Bowes, Inc. Operator prompting system
US4545013A (en) 1979-01-29 1985-10-01 Infinet Inc. Enhanced communications network testing and control system
JPS5685507A (en) 1979-12-17 1981-07-11 Hitachi Ltd Monitoring method of performance of steam turbine plant
US4438494A (en) 1981-08-25 1984-03-20 Intel Corporation Apparatus of fault-handling in a multiprocessing system
US4503534A (en) 1982-06-30 1985-03-05 Intel Corporation Apparatus for redundant operation of modules in a multiprocessing system
US4503535A (en) 1982-06-30 1985-03-05 Intel Corporation Apparatus for recovery from failures in a multiprocessing system
US4622545A (en) 1982-09-30 1986-11-11 Apple Computer, Inc. Method and apparatus for image compression and manipulation
US4585975A (en) 1983-04-21 1986-04-29 Tektronix, Inc. High speed Boolean logic trigger oscilloscope vertical amplifier with edge sensitivity and nested trigger
US4568909A (en) 1983-12-19 1986-02-04 United Technologies Corporation Remote elevator monitoring system
US4517468A (en) 1984-04-30 1985-05-14 Westinghouse Electric Corp. Diagnostic system and method
US4648044A (en) 1984-06-06 1987-03-03 Teknowledge, Inc. Basic expert system tool
US4591983A (en) 1984-07-09 1986-05-27 Teknowledge, Inc. Hierarchical knowledge system
US4727545A (en) 1986-09-02 1988-02-23 Digital Equipment Corporation Method and apparatus for isolating faults in a digital logic circuit
US4932026A (en) 1986-12-19 1990-06-05 Wang Laboratories, Inc. Apparatus for distributing data processing across a plurality of loci of control
US4805107A (en) 1987-04-15 1989-02-14 Allied-Signal Inc. Task scheduler for a fault tolerant multiple node processing system
US4823345A (en) 1987-06-15 1989-04-18 International Business Machines Corp. Method and apparatus for communication network alert record identification
JPH0786833B2 (en) 1987-06-26 1995-09-20 株式会社日立製作所 Knowledge-based management system
US4817092A (en) 1987-10-05 1989-03-28 International Business Machines Threshold alarms for processing errors in a multiplex communications system
US4881230A (en) 1987-10-05 1989-11-14 Ibm Corporation Expert system for processing errors in a multiplex communications system
US4866712A (en) 1988-02-19 1989-09-12 Bell Communications Research, Inc. Methods and apparatus for fault recovery
US5133075A (en) 1988-12-19 1992-07-21 Hewlett-Packard Company Method of monitoring changes in attribute values of object in an object-oriented database
US5109486A (en) 1989-01-06 1992-04-28 Motorola, Inc. Distributed computer system with network and resource status monitoring
US5125091A (en) 1989-06-08 1992-06-23 Hazox Corporation Object oriented control of real-time processing
US5107497A (en) 1989-07-28 1992-04-21 At&T Bell Laboratories Technique for producing an expert system for system fault diagnosis
US5123017A (en) 1989-09-29 1992-06-16 The United States Of America As Represented By The Administrator Of The National Aeronautics And Space Administration Remote maintenance monitoring system
US5247517A (en) 1989-10-20 1993-09-21 Novell, Inc. Method and apparatus for analyzing networks
US5159685A (en) 1989-12-06 1992-10-27 Racal Data Communications Inc. Expert system for communications network
JP2810171B2 (en) 1989-12-18 1998-10-15 株式会社日立製作所 Network system and network management method applying the same
US5722427A (en) 1993-05-10 1998-03-03 Eyesys Technologies, Inc. Method of refractive surgery
WO1992005485A2 (en) 1990-09-17 1992-04-02 Cabletron Systems, Inc. Network management system using model-based intelligence
US5559955A (en) 1990-09-17 1996-09-24 Cabletron Systems, Inc. Method and apparatus for monitoring the status of non-pollable device in a computer network
US5751933A (en) 1990-09-17 1998-05-12 Dev; Roger H. System for determining the status of an entity in a computer network
US5295244A (en) 1990-09-17 1994-03-15 Cabletron Systems, Inc. Network management system using interconnected hierarchies to represent different network dimensions in multiple display views
US5261044A (en) 1990-09-17 1993-11-09 Cabletron Systems, Inc. Network management system using multifunction icons for information display
US5727157A (en) 1990-09-17 1998-03-10 Cabletron Systems, Inc. Apparatus and method for determining a computer network topology
US5214653A (en) 1990-10-22 1993-05-25 Harris Corporation Fault finder expert system
US5293629A (en) 1990-11-30 1994-03-08 Abraxas Software, Inc. Method of analyzing computer source code
US5179556A (en) 1991-08-02 1993-01-12 Washington University Bandwidth management and congestion control scheme for multicast ATM networks
US5321837A (en) 1991-10-11 1994-06-14 International Business Machines Corporation Event handling mechanism having a process and an action association process
US5309448A (en) 1992-01-03 1994-05-03 International Business Machines Corporation Methods and systems for alarm correlation and fault localization in communication networks
US5495470A (en) 1992-04-02 1996-02-27 Applied Digital Access, Inc. Alarm correlation system for a telephone network
US5666481A (en) 1993-02-26 1997-09-09 Cabletron Systems, Inc. Method and apparatus for resolving faults in communications networks
US5375070A (en) 1993-03-01 1994-12-20 International Business Machines Corporation Information collection architecture and method for a data communications network
US5432934A (en) 1993-07-26 1995-07-11 Gensym Corporation Access restrictions as a means of configuring a user interface and making an application secure
EP0721719A1 (en) 1993-09-20 1996-07-17 Cabletron Systems, Inc. Communications network management system and method, using fuzzy logic
US5485455A (en) 1994-01-28 1996-01-16 Cabletron Systems, Inc. Network having secure fast packet switching and guaranteed quality of service
US5528516A (en) 1994-05-25 1996-06-18 System Management Arts, Inc. Apparatus and method for event correlation and problem reporting
US5483637A (en) 1994-06-27 1996-01-09 International Business Machines Corporation Expert based system and method for managing error events in a local area network
AU3965595A (en) 1994-10-25 1996-05-15 Cabletron Systems, Inc. Method and apparatus for automatically populating a network simulator tool
US5675741A (en) 1994-10-25 1997-10-07 Cabletron Systems, Inc. Method and apparatus for determining a communications path between two nodes in an Internet Protocol (IP) network
US5980984A (en) 1994-11-04 1999-11-09 The Regents Of The University Of California Method for sealing remote leaks in an enclosure using an aerosol
US5748781A (en) 1995-01-04 1998-05-05 Cabletron Systems, Inc. Method and apparatus for digital data compression
US5627819A (en) 1995-01-09 1997-05-06 Cabletron Systems, Inc. Use of multipoint connection services to establish call-tapping points in a switched network
US5706436A (en) 1995-02-01 1998-01-06 Cabletron Systems, Inc. Apparatus and method for evaluation network traffic performance
ATE191112T1 (en) 1995-02-02 2000-04-15 Cabletron Systems Inc METHOD AND ARRANGEMENT FOR LEARNING BEHAVIOR TRENDS OF NETWORKS AND PREDICTING THE FUTURE BEHAVIOR OF DATA TRANSMISSION NETWORKS
US5872928A (en) 1995-02-24 1999-02-16 Cabletron Systems, Inc. Method and apparatus for defining and enforcing policies for configuration management in communications networks
US5832503A (en) 1995-02-24 1998-11-03 Cabletron Systems, Inc. Method and apparatus for configuration management in communications networks
US5696486A (en) 1995-03-29 1997-12-09 Cabletron Systems, Inc. Method and apparatus for policy-based alarm notification in a distributed network management environment
US5777549A (en) 1995-03-29 1998-07-07 Cabletron Systems, Inc. Method and apparatus for policy-based alarm notification in a distributed network management environment
US5889953A (en) 1995-05-25 1999-03-30 Cabletron Systems, Inc. Policy management and conflict resolution in computer networks
US5649103A (en) 1995-07-13 1997-07-15 Cabletron Systems, Inc. Method and apparatus for managing multiple server requests and collating reponses
US5764955A (en) 1995-10-19 1998-06-09 Oasys Group, Inc. Gateway for using legacy telecommunications network element equipment with a common management information protocol
US5590120A (en) 1995-10-31 1996-12-31 Cabletron Systems, Inc. Port-link configuration tracking method and apparatus
US5793362A (en) 1995-12-04 1998-08-11 Cabletron Systems, Inc. Configurations tracking system using transition manager to evaluate votes to determine possible connections between ports in a communications network in accordance with transition tables
US5734642A (en) 1995-12-22 1998-03-31 Cabletron Systems, Inc. Method and apparatus for network synchronization
US6199172B1 (en) 1996-02-06 2001-03-06 Cabletron Systems, Inc. Method and apparatus for testing the responsiveness of a network device
US5751965A (en) 1996-03-21 1998-05-12 Cabletron System, Inc. Network connection status monitor and display
US6131112A (en) 1996-05-17 2000-10-10 Cabletron Systems, Inc. Method and apparatus for integrated network and systems management
US5768501A (en) 1996-05-28 1998-06-16 Cabletron Systems Method and apparatus for inter-domain alarm correlation
US5907696A (en) 1996-07-03 1999-05-25 Cabletron Systems, Inc. Network device simulator
US6041383A (en) 1996-07-22 2000-03-21 Cabletron Systems, Inc. Establishing control of lock token for shared objects upon approval messages from all other processes
US5937165A (en) 1996-09-10 1999-08-10 Ganymede Software, Inc Systems, methods and computer program products for applications traffic based communications network performance testing
US5881237A (en) 1996-09-10 1999-03-09 Ganymede Software, Inc. Methods, systems and computer program products for test scenario based communications network performance testing
JP3825845B2 (en) 1996-09-27 2006-09-27 ヤマハ発動機株式会社 Evolutionary control method
US5913041A (en) 1996-12-09 1999-06-15 Hewlett-Packard Company System for determining data transfer rates in accordance with log information relates to history of data transfer activities that independently stored in content servers
US5940376A (en) 1997-01-29 1999-08-17 Cabletron Systems, Inc. Method and apparatus to establish a tap-point in a switched network using self-configuring switches having distributed configuration capabilities
US6084858A (en) 1997-01-29 2000-07-04 Cabletron Systems, Inc. Distribution of communication load over multiple paths based upon link utilization
US5791694A (en) 1997-02-20 1998-08-11 Dover Corporation Lock for coupling cam arms
US6115362A (en) 1997-03-28 2000-09-05 Cabletron Systems, Inc. Method and apparatus for determining frame relay connections
US6003090A (en) 1997-04-23 1999-12-14 Cabletron Systems, Inc. System for determining network connection availability between source and destination devices for specified time period
US6141720A (en) 1997-06-12 2000-10-31 Cabletron Systems, Inc. Method and apparatus for coordination of a shared object in a distributed system
US6085174A (en) 1997-09-23 2000-07-04 Edelman; Ric Computer assisted and/or implemented process and architecture for administering an investment and/or retirement program
US6044398A (en) * 1997-11-21 2000-03-28 International Business Machines Corporation Virtual dynamic browsing system and method for automated web server and testing
US6026442A (en) 1997-11-24 2000-02-15 Cabletron Systems, Inc. Method and apparatus for surveillance in communications networks
US6442585B1 (en) * 1997-11-26 2002-08-27 Compaq Computer Corporation Method for scheduling contexts based on statistics of memory system interactions in a computer system
US6138122A (en) 1998-03-02 2000-10-24 Agilent Technologies Modeling of internet services
US6070190A (en) * 1998-05-11 2000-05-30 International Business Machines Corporation Client-based application availability and response monitoring and reporting for distributed computing environments
US6141699A (en) 1998-05-11 2000-10-31 International Business Machines Corporation Interactive display system for sequential retrieval and display of a plurality of interrelated data sets
AU2001264569A1 (en) * 2000-05-05 2001-11-20 L90, Inc. Method and apparatus for transaction tracking over a computer network

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP0541145A1 (en) * 1991-10-21 1993-05-12 Koninklijke KPN N.V. Monitoring system for monitoring a telecommunication network containing one or more subscriber exchanges
US20010012346A1 (en) * 1999-01-29 2001-08-09 Alex Terry Interactive billing system utilizing a thin web client interface
WO2001084273A2 (en) * 2000-04-28 2001-11-08 Agilent Technologies, Inc. A filtering web proxy for recording web-based transactions that supports secure http steps

Also Published As

Publication number Publication date
EP1461742A2 (en) 2004-09-29
AU2002353200A8 (en) 2003-07-30
US7363368B2 (en) 2008-04-22
WO2003060783A3 (en) 2003-08-28
AU2002353200A1 (en) 2003-07-30
US20030131008A1 (en) 2003-07-10

Similar Documents

Publication Publication Date Title
US7363368B2 (en) System and method for transaction recording and playback
EP1386240B1 (en) Synthetic transaction monitor
US8326986B2 (en) System and method for analyzing web paths
US7131062B2 (en) Systems, methods and computer program products for associating dynamically generated web page content with web site visitors
EP1488353B1 (en) Recording user interaction with an application
US7392321B1 (en) Method and system for evaluating quality of service for transactions over a network
US7143143B1 (en) System and method for distributed caching using multicast replication
US6643641B1 (en) Web search engine with graphic snapshots
US7792948B2 (en) Method and system for collecting, aggregating and viewing performance data on a site-wide basis
US7401287B2 (en) Device, method, and computer program product for generating information of link structure of documents
JP4024426B2 (en) How to describe and visualize the characteristics of website usage patterns by network users
US7702811B2 (en) Method and apparatus for marking of web page portions for revisiting the marked portions
US7793300B2 (en) System and method for abstracting state transitions without requiring client knowledge
US5884301A (en) Hypermedia system
US20030229677A1 (en) Method and system for determining the availability of in-line resources within requested web pages
US20050060352A1 (en) Storing locally a file received from a remote location
AU2001292809A1 (en) An extensible manufacturing/process control information portal server
WO2002023454A1 (en) An extensible manufacturing/process control information portal server
WO2001077827A1 (en) Methods and systems for monitoring quality assurance
US20070033224A1 (en) Method and system for automatic construction and management of sets of hierarchical interest points
US20060004821A1 (en) Method and system for web-based enterprise change and configuration management reports
Cooper Design considerations in instrumenting and monitoring web‐based information retrieval systems
CN114598622A (en) Data monitoring method and device, storage medium and computer equipment
JP2006048144A (en) Autopilot device, client terminal and autopilot method
JP2003330803A (en) Information access device, information access method, program for realizing the method by computer, and record medium recording the program

Legal Events

Date Code Title Description
AK Designated states

Kind code of ref document: A2

Designated state(s): AE AG AL AM AT AU AZ BA BB BG BR BY BZ CA CH CN CO CR CU CZ DE DK DM DZ EC EE ES FI GB GD GE GH GM HR HU ID IL IN IS JP KE KG KP KR KZ LC LK LR LS LT LU LV MA MD MG MK MN MW MX MZ NO NZ OM PH PL PT RO RU SC SD SE SG SK SL TJ TM TN TR TT TZ UA UG UZ VC VN YU ZA ZM ZW

AL Designated countries for regional patents

Kind code of ref document: A2

Designated state(s): GH GM KE LS MW MZ SD SL SZ TZ UG ZM ZW AM AZ BY KG KZ MD RU TJ TM AT BE BG CH CY CZ DE DK EE ES FI FR GB GR IE IT LU MC NL PT SE SI SK TR BF BJ CF CG CI CM GA GN GQ GW ML MR NE SN TD TG

121 Ep: the epo has been informed by wipo that ep was designated in this application
DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
WWE Wipo information: entry into national phase

Ref document number: 2002788218

Country of ref document: EP

WWP Wipo information: published in national office

Ref document number: 2002788218

Country of ref document: EP

NENP Non-entry into the national phase

Ref country code: JP

WWW Wipo information: withdrawn in national office

Country of ref document: JP