WO2016175851A1 - Automatic task tracking - Google Patents

Automatic task tracking Download PDF

Info

Publication number
WO2016175851A1
WO2016175851A1 PCT/US2015/028609 US2015028609W WO2016175851A1 WO 2016175851 A1 WO2016175851 A1 WO 2016175851A1 US 2015028609 W US2015028609 W US 2015028609W WO 2016175851 A1 WO2016175851 A1 WO 2016175851A1
Authority
WO
WIPO (PCT)
Prior art keywords
payload
task
server
business transaction
identifying
Prior art date
Application number
PCT/US2015/028609
Other languages
French (fr)
Inventor
Vinay Srinivasaiah
Sanjay NAGARAJ
Original Assignee
AppDynamics Inc.
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 AppDynamics Inc. filed Critical AppDynamics Inc.
Priority to CA2982272A priority Critical patent/CA2982272C/en
Priority to EP15890981.2A priority patent/EP3289455A4/en
Publication of WO2016175851A1 publication Critical patent/WO2016175851A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/04Network management architectures or arrangements
    • H04L41/046Network management architectures or arrangements comprising network management agents or mobile agents therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/3006Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system is distributed, e.g. networked systems, clusters, multiprocessor systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/301Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system is a virtual computing platform, e.g. logically partitioned systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3466Performance evaluation by tracing or monitoring
    • G06F11/3495Performance evaluation by tracing or monitoring for systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/75Structural analysis for program understanding
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/50Network service management, e.g. ensuring proper service fulfilment according to agreements
    • H04L41/5058Service discovery by the service manager
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2201/00Indexing scheme relating to error detection, to error correction, and to monitoring
    • G06F2201/87Monitoring of transactions
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2201/00Indexing scheme relating to error detection, to error correction, and to monitoring
    • G06F2201/875Monitoring of systems including the internet

Definitions

  • Web services may be provided by a web application which uses one or more services to handle a transaction.
  • the applications may be distributed over several machines, making the topology of the machines that provides the service more difficult to track and monitor.
  • Monitoring a web application helps to provide insight regarding bottle necks in communication, communication failures and other information regarding performance of the services that provide the web application.
  • the services may be grouped into business transactions, which may be performed by one or more threads executing on one or more application servers. Hence, monitoring a distributed business transaction is important for understanding how applications work together and in troubleshooting performance issues.
  • a payload consisting of a task object may be identified as part of a method. Identification of the task object may be performed using instrumentation or some other method. Once the task object is identified, the payload may be instrumented to track the task object or payload and correlate the task object with other executing threads.
  • Instrumenting the payload may include determining the constructor of the task object and instrumenting the task object constructors to determine what creates the task object. Once the source of a task object or payload is determined, the current thread having the task object as a parameter and another thread which creates the task may be tied together as part of a business transaction.
  • a method for tracking a task in a distributed business transaction may identify a payload as part of a method executed on a server by an agent executing the server.
  • a constructor of the payload may be tracked by the agent to identify a task associated with the payload.
  • the payload and the task may then be correlated as part of a business transaction.
  • An embodiment may include a system for reporting data.
  • the system may include a processor, memory, and one or more modules stored in memory and executable by the processor.
  • the modules may identify a payload as part of a method executed on a server by an agent executing the server, track a constructor of the payload by the agent to identify a task associated with the payload, and correlate the payload and the task as part of a business transaction.
  • FIGURE 1 illustrates a block diagram of a system for correlating task objects in a distributed business transaction.
  • FIGURE 2 illustrates a method for automatically tracking payloads.
  • FIGURE 3 illustrates a method for identifying potential payloads.
  • FIGURE 4 illustrates a method for filtering potential payloads.
  • FIGURE 5 illustrates a block diagram of a computing environment for use with the present technology.
  • the present technology correlates tasks between multiple threads of an application.
  • a payload consisting of a task object may be identified as part of a method. Identification of the task object may be performed using instrumentation or some other method. Once the task object is identified, the payload may be instrumented to track the task object or payload and correlate the task object with other executing threads.
  • Instrumenting the payload may include determining the constructor of the task object and instrumenting the task object constructors to determine what creates the task object. Once the source of a task object or payload is determined, the current thread having the task object as a parameter and another thread which creates the task may be tied together as part of a business transaction.
  • FIGURE 1 illustrates a block diagram of a system for correlating task objects in a distributed business transaction.
  • System 100 of FIGURE 1 includes client device 105 and 192, mobile device 115, network 120, network server 125, application servers 130, 140, 150 and 160, asynchronous network machine 170, data stores 180 and 185, controller 190, and data collection server 195.
  • Client device 105 may include network browser 110 and be implemented as a computing device, such as for example a laptop, desktop, workstation, or some other computing device.
  • Network browser 110 may be a client application for viewing content provided by an application server, such as application server 130 via network server 125 over network 120.
  • Network browser 110 may include agent 112.
  • Agent 112 may be installed on network browser 110 and/or client 105 as a network browser add-on, downloading the application to the server, or in some other manner. Agent 112 may be executed to monitor network browser 110, the operation system of client 105, and any other application, API, or other component of client 105. Agent 112 may determine network browser navigation timing metrics, access browser cookies, monitor code, and transmit data to data collection 160, controller 190, or another device. Agent 112 may perform other operations related to monitoring a request at client 105 as discussed herein.
  • Mobile device 115 is connected to network 120 and may be implemented as a portable device suitable for sending and receiving content over a network, such as for example a mobile phone, smart phone, tablet computer, or other portable device. Both client device 105 and mobile device 115 may include hardware and/or software configured to access a web service provided by network server 125.
  • Mobile device 115 may include network browser 117 and an agent 119.
  • Agent 119 may reside in and/or communicate with network browser 117, as well as communicate with other applications, an operating system, APIs and other hardware and software on mobile device 115. Agent 119 may have similar functionality as that described herein for agent 112 on client 105, and may repot data to data collection server 160 and/or controller 190.
  • Network 120 may facilitate communication of data between different servers, devices and machines of system 100 (some connections shown with lines to network 120, some not shown).
  • the network may be implemented as a private network, public network, intranet, the Internet, a cellular network, Wi-Fi network, VoIP network, or a combination of one or more of these networks.
  • Network server 125 is connected to network 120 and may receive and process requests received over network 120.
  • Network server 125 may be implemented as one or more servers implementing a network service, and may be implemented on the same machine as application server 130.
  • network server 125 may be implemented as a web server.
  • Network server 125 and application server 130 may be implemented on separate or the same server or machine
  • Application server 130 communicates with network server 125, application servers 140 and 150, controller 190. Application server 130 may also communicate with other machines and devices (not illustrated in FIGURE 1). Application server 130 may host an application or portions of a distributed application and include a virtual machine 132, agent 134, and other software modules. Application server 130 may be implemented as one server or multiple servers as illustrated in FIGURE 1.
  • Virtual machine 132 may be implemented by code running on one or more application servers.
  • the code may implement computer programs, modules and data structures to implement a virtual machine mode for executing programs and
  • more than one virtual machine 132 may execute on an application server 130.
  • a virtual machine may be implemented as a Java Virtual Machine (JVM).
  • Virtual machine 132 may perform all or a portion of a business transaction performed by application servers comprising system 100.
  • a virtual machine may be considered one of several services that implement a web service.
  • Virtual machine 132 may be instrumented using byte code insertion, or byte code instrumentation, to modify the object code of the virtual machine.
  • instrumented object code may include code used to detect calls received by virtual machine 132, calls sent by virtual machine 132, and communicate with agent 134 during execution of an application on virtual machine 132.
  • server 130 may include applications and/or code other than a virtual machine.
  • server 130 may include Java code, .NET code, PHP code, Ruby code, or other code to implement applications and process requests received from a remote source.
  • Agent 134 on application server 130 may be installed, downloaded, embedded, or otherwise provided on application server 130.
  • agent 134 may be provided in server 130 by instrumentation of object code, downloading the application to the server, or in some other manner.
  • Agent 134 may be executed to monitor application server 130, monitor code running in a or a virtual machine 132 (or other program, such as a PHP program), and communicate with byte instrumented code on application server 130, virtual machine 132 or another application on application server 130.
  • Agent 134 may detect operations such as receiving calls and sending requests by application server 130 and virtual machine 132.
  • Agent 134 may receive data, for example from instrumented code of the virtual machine 132, and process the data and transmit the data to controller 190.
  • Agent 134 may perform other operations related to monitoring virtual machine 132 and application server 130 as discussed herein. For example, agent 134 may identify other applications, share business transaction data, aggregate detected runtime data, and other operations.
  • An agent may operate to monitor a node, tier or nodes or other entity.
  • a node may be a software program or a hardware component (memory, processor, and so on).
  • a tier of nodes may include a plurality of nodes which may process a similar business transaction, may be located on the same server, may be associated with each other in some other way, or may not be associated with each other.
  • Agent 134 may create a request identifier for a request received by server 130 (for example, a request received by a client 105 or 115associated with a user or another source).
  • the request identifier may be sent to client 105 or mobile device 115, whichever device sent the request.
  • the request identifier may be created when a data is collected and analyzed for a particular business transaction. Additional information regarding collecting data for analysis is discussed in U.S. patent application no. U.S. patent application no. 12/878,919, titled "Monitoring Distributed Web
  • Each of application servers 140, 150 and 160 may include an application and an agent. Each application may run on the corresponding application server or a virtual machine. Each of virtual machines 142, 152 and 162 on application servers 140-160 may operate similarly to virtual machine 132 and host one or more applications which perform at least a portion of a distributed business transaction. Agents 144, 154 and 164 may monitor the virtual machines 142-162, collect and process data at runtime of the virtual machines, and communicate with controller 190. The virtual machines 132, 142, 152 and 162 may communicate with each other as part of performing a distributed transaction. In particular each virtual machine may call any application or method of another virtual machine.
  • Asynchronous network machine 170 may engage in asynchronous communications with one or more application servers, such as application server 150 and 160.
  • application server 150 may transmit several calls or messages to an asynchronous network machine.
  • the asynchronous network machine may process the messages and eventually provide a response, such as a processed message, to application server 160. Because there is no return message from the asynchronous network machine to application server 150, the communications between them are asynchronous.
  • Data stores 180 and 185 may each be accessed by application servers such as application server 150.
  • Data store 185 may also be accessed by application server 150.
  • Each of data stores 180 and 185 may store data, process data, and return queries received from an application server.
  • Each of data stores 180 and 185 may or may not include an agent.
  • Controller 190 may control and manage monitoring of business transactions distributed over application servers 130-160.
  • controller 190 may receive runtime data, including data associated with monitoring client requests at client 105 and mobile device 115, from data collection server 160.
  • controller 190 may receive runtime data from each of agents 112, 119, 134, 144 and 154.
  • Controller 190 may associate portions of business transaction data, communicate with agents to configure collection of runtime data, and provide performance data and reporting through an interface.
  • the interface may be viewed as a web-based interface viewable by client device 192, which may be a mobile device, client device, or any other platform for viewing an interface provided by controller 190.
  • a client device 192 may directly communicate with controller 190 to view an interface for monitoring data.
  • Client device 192 may include any computing device, including a mobile device or a client computer such as a desktop, work station or other computing device.
  • Client computer 192 may communicate with controller 190 to create and view a custom interface.
  • controller 190 provides an interface for creating and viewing the custom interface as content page, e.g. a web page, which may be provided to and rendered through a network browser application on client device 192.
  • FIGURE 2 illustrates a method for automatically tracking payloads.
  • the method of FIGURE 2 may be performed by an agent executing on an application server. In some instances, the method of FIGURE 2 may be performed all or in part by controller 190. Threads executing for an application and not associated with a business transaction are detected at step 210. It is important that when monitoring an application that the entire application is being monitored. Otherwise, problems may occur that are not detectable.
  • Executing threads which are not associated with any business transaction may be detected in several ways.
  • a thread pool may be instrumented to determine what is being run by each executing threads and thread pool. By instrumenting the thread pool itself, each running thread may be identified as well as what business transactions, if any, each thread is associated with.
  • a thread itself may be sampled, for example by performing a thread dump. This may be done periodically to determine if one or more threads are associated with a business transaction
  • potential payloads within the particular thread are identified at step 220.
  • payloads containing task objects are desirable to identify as they may be used to correlate the current thread (the thread not associated with a business transaction) with another thread that is associated with a particular business transaction.
  • the payloads for correlation may be provided based on the constructor of the payload (i.e., task object). Identifying potential payloads may include collecting information for the threads, identifying a call chain for the thread, and processing that information. More details for identifying a potential payload are discussed with respect to the method of FIGURE 3.
  • the set of potential payloads may be filtered at step 230. Since there may be several potential payloads, it may be possible to remove some as candidates from the set of payloads to save time in tracking the payloads. Filtering the payloads may include applying rules to remove payloads from consideration based on the assumption that a payload of interest is created by a thread outside the current thread. Filtering potential payloads is discussed in more detail below with respect to the method of FIGURE 4.
  • the constructors may be determined from the payloads themselves, and are monitored to determine where the payload is generated from.
  • one or more agents installed on the application may monitor the constructors to determine whether any other thread constructs a task object associated with the filtered payload.
  • the payload or task object creation may then be detected at step 270.
  • Task object creation is detected as result of instrumenting the constructor of a filtered payload.
  • the potential entry point on a different thread is correlated to the task object in the current thread without a business transaction at step 280.
  • the thread previously not associate with a business transaction may be associated with a business transaction that is assigned to another thread which creates the task object identified in the current thread.
  • FIGURE 3 illustrates a method for identifying potential payloads.
  • the method of FIGURE 3 provides more detail for step 220 the method of FIGURE 2.
  • Stack trace information for threads without a business transaction is collected at step 310.
  • the stack trace information provides information for each call and method executed as part of the threat.
  • a call chain may then be identified to find potential entry points into thread at step 320.
  • the call chain may include a series of calls and methods executed by the thread. For each call and method, a potential payload may exist.
  • Instrumentation is performed on the potential entry point method in the call chain at step 330.
  • the instrumentation may be performed to determine what is coming into the particular method. For example, the instrumentation may monitor the first method, a second method, a do( ) method, or other parts of the call chain to determine a payload.
  • the payload may include a field, parameter, or an invoked object.
  • Potential payloads are then identified from the data collected from the instrumentation at step 340.
  • the payload may include task objects created by a different thread. Though several of the payloads may not be useful in correlating the present thread to a business transaction, further investigation of the payloads is needed to determine this for certain. This process is performed by filtering the task objects or payloads as discussed with respect to the method of FIGURE 4.
  • FIGURE 4 illustrates a method for filtering potential payloads.
  • the method of FIGURE 4 provides more detail for step 230 of the method of FIGURE 2.
  • Static methods are removed from the set of potential payloads at step 410.
  • Static methods include methods that may be accessed without an instance present.
  • Primitive parameters may be removed from the set of potential payloads at step 420.
  • Primitive payloads may include basic data types such as bytes, integers, Boolean, and other basic data types.
  • Payloads that are created within the thread being tracked are removed at step 430. Payloads created in the present thread are already known and therefore cannot be used to correlate the present thread with a different thread associated with a business. Parameters with hash codes that do not change are removed at step 440. If the hash code does not change, the payload is associated with the same object and is not of interest. If the hash code does change, then it is desirable to track that particular object. [0044]
  • the filters discussed with respect to FIGURE 4 are intended as examples. Additional filters may be used to identify real objects as potential payloads for monitoring and ultimately to correlate the present thread to a task object creator or payload creator associated with another thread and corresponding business transaction.
  • FIGURE 5 is a block diagram of an exemplary computing system for implementing the present technology.
  • System 500 of FIGURE 5 may be implemented in the contexts of the likes of client computer 105, servers 130, 140, and 150, controller 190 and client device 192.
  • the computing system 500 of FIGURE 5 includes one or more processors 510 and memory 520.
  • Main memory 520 stores, in part, instructions and data for execution by processor 510.
  • Main memory 520 can store the executable code when in operation.
  • the system 500 of FIGURE 5 further includes a mass storage device 530, portable storage medium drive(s) 540, output devices 550, user input devices 560, a graphics display 570, and peripheral devices 580.
  • FIGURE 5 The components shown in FIGURE 5 are depicted as being connected via a single bus 590. However, the components may be connected through one or more data transport means.
  • processor unit 510 and main memory 520 may be connected via a local microprocessor bus
  • the mass storage device 530, peripheral device(s) 580, portable storage device 540, and display system 570 may be connected via one or more input/output (I/O) buses.
  • Mass storage device 530 which may be implemented with a magnetic disk drive or an optical disk drive, is a non-volatile storage device for storing data and instructions for use by processor unit 510. Mass storage device 530 can store the system software for implementing embodiments of the present invention for purposes of loading that software into main memory 520.
  • Portable storage device 540 operates in conjunction with a portable nonvolatile storage medium, such as a floppy disk, compact disk or Digital video disc, to input and output data and code to and from the computer system 500 of FIGURE 5.
  • a portable nonvolatile storage medium such as a floppy disk, compact disk or Digital video disc
  • the system software for implementing embodiments of the present invention may be stored on such a portable medium and input to the computer system 500 via the portable storage device 540.
  • Input devices 560 provide a portion of a user interface.
  • Input devices 560 may include an alpha-numeric keypad, such as a keyboard, for inputting alpha-numeric and other information, or a pointing device, such as a mouse, a trackball, stylus, or cursor direction keys.
  • the system 500 as shown in FIGURE 5 includes output devices 550. Examples of suitable output devices include speakers, printers, network interfaces, and monitors.
  • Display system 570 may include a liquid crystal display (LCD) or other suitable display device.
  • Display system 570 receives textual and graphical information, and processes the information for output to the display device.
  • LCD liquid crystal display
  • Peripherals 580 may include any type of computer support device to add additional functionality to the computer system.
  • peripheral device(s) 580 may include a modem or a router.
  • the components contained in the computer system 500 of FIGURE 5 are those typically found in computer systems that may be suitable for use with
  • the computer system 500 of FIGURE 5 can be a personal computer, hand held computing device, telephone, mobile computing device, workstation, server, minicomputer, mainframe computer, or any other computing device.
  • the computer can also include different bus
  • the computer system of FIGURE 5 may include additional elements commonly found in mobile devices such as smart phones and tablet computers which enable such devices to communicate with users, Wi-Fi networks, cellular networks, and so on. These elements may include antennas, radios, touch displays, keypads, NFC circuitry, and other components, though not illustrated in FIGURE 5.
  • FIGURE 5 The foregoing detailed description of the technology herein has been presented for purposes of illustration and description. It is not intended to be exhaustive or to limit the technology to the precise form disclosed. Many modifications and variations are possible in light of the above teaching. The described embodiments were chosen in order to best explain the principles of the technology and its practical application to thereby enable others skilled in the art to best utilize the technology in various embodiments and with various modifications as are suited to the particular use contemplated. It is intended that the scope of the technology be defined by the claims appended hereto.

Abstract

The present technology correlates tasks between multiple threads of an application. A payload consisting of a task object may be identified as part of a method. Identification of the task object may be performed using instrumentation or some other method. Once the task object is identified, the payload may be instrumented to track the task object or payload and correlate the task object with other executing threads. Instrumenting the payload may include determining the constructor of the task object and instrumenting the task object constructors to determine what creates the task object. Once the source of a task object or payload is determined, the current thread having the task object as a parameter and another thread which creates the task may be tied together as part of a business transaction.

Description

AUTOMATIC TASK TRACKING
BACKGROUND
[0001] The World Wide Web has expanded to provide web services faster to consumers. Web services may be provided by a web application which uses one or more services to handle a transaction. The applications may be distributed over several machines, making the topology of the machines that provides the service more difficult to track and monitor.
[0002] Monitoring a web application helps to provide insight regarding bottle necks in communication, communication failures and other information regarding performance of the services that provide the web application. The services may be grouped into business transactions, which may be performed by one or more threads executing on one or more application servers. Hence, monitoring a distributed business transaction is important for understanding how applications work together and in troubleshooting performance issues.
[0003] Occasionally, a chain of correlation between applications or threads will be lost when trying to string together portions of a business transaction. Ideally, each part of an application is monitored by application monitoring software. Though many application program monitoring systems monitor application callables and application runnables, they do not monitor other programming types. This makes it difficult to tie together the loose ends of an application that are not correlated to any other part of the application.
[0004] What is needed is an improved method for monitoring an application that helps correlate components that are not correlated through normal means. SUMMARY
[0005] The present technology correlates tasks between multiple threads of an application. A payload consisting of a task object may be identified as part of a method. Identification of the task object may be performed using instrumentation or some other method. Once the task object is identified, the payload may be instrumented to track the task object or payload and correlate the task object with other executing threads.
Instrumenting the payload may include determining the constructor of the task object and instrumenting the task object constructors to determine what creates the task object. Once the source of a task object or payload is determined, the current thread having the task object as a parameter and another thread which creates the task may be tied together as part of a business transaction.
[0006] In an embodiment, a method for tracking a task in a distributed business transaction may identify a payload as part of a method executed on a server by an agent executing the server. A constructor of the payload may be tracked by the agent to identify a task associated with the payload. The payload and the task may then be correlated as part of a business transaction.
[0007] An embodiment may include a system for reporting data. The system may include a processor, memory, and one or more modules stored in memory and executable by the processor. When executed, the modules may identify a payload as part of a method executed on a server by an agent executing the server, track a constructor of the payload by the agent to identify a task associated with the payload, and correlate the payload and the task as part of a business transaction.
BRIEF DESCRIPTION OF THE DRAWINGS
[0008] FIGURE 1 illustrates a block diagram of a system for correlating task objects in a distributed business transaction.
[0009] FIGURE 2 illustrates a method for automatically tracking payloads.
[0010] FIGURE 3 illustrates a method for identifying potential payloads.
[0011] FIGURE 4 illustrates a method for filtering potential payloads.
[0012] FIGURE 5 illustrates a block diagram of a computing environment for use with the present technology.
DETAILED DESCRIPTION
[0013] The present technology correlates tasks between multiple threads of an application. A payload consisting of a task object may be identified as part of a method. Identification of the task object may be performed using instrumentation or some other method. Once the task object is identified, the payload may be instrumented to track the task object or payload and correlate the task object with other executing threads.
Instrumenting the payload may include determining the constructor of the task object and instrumenting the task object constructors to determine what creates the task object. Once the source of a task object or payload is determined, the current thread having the task object as a parameter and another thread which creates the task may be tied together as part of a business transaction.
[0014] FIGURE 1 illustrates a block diagram of a system for correlating task objects in a distributed business transaction. System 100 of FIGURE 1 includes client device 105 and 192, mobile device 115, network 120, network server 125, application servers 130, 140, 150 and 160, asynchronous network machine 170, data stores 180 and 185, controller 190, and data collection server 195.
[0015] Client device 105 may include network browser 110 and be implemented as a computing device, such as for example a laptop, desktop, workstation, or some other computing device. Network browser 110 may be a client application for viewing content provided by an application server, such as application server 130 via network server 125 over network 120.
[0016] Network browser 110 may include agent 112. Agent 112 may be installed on network browser 110 and/or client 105 as a network browser add-on, downloading the application to the server, or in some other manner. Agent 112 may be executed to monitor network browser 110, the operation system of client 105, and any other application, API, or other component of client 105. Agent 112 may determine network browser navigation timing metrics, access browser cookies, monitor code, and transmit data to data collection 160, controller 190, or another device. Agent 112 may perform other operations related to monitoring a request at client 105 as discussed herein.
[0017] Mobile device 115 is connected to network 120 and may be implemented as a portable device suitable for sending and receiving content over a network, such as for example a mobile phone, smart phone, tablet computer, or other portable device. Both client device 105 and mobile device 115 may include hardware and/or software configured to access a web service provided by network server 125.
[0018] Mobile device 115 may include network browser 117 and an agent 119.
Agent 119 may reside in and/or communicate with network browser 117, as well as communicate with other applications, an operating system, APIs and other hardware and software on mobile device 115. Agent 119 may have similar functionality as that described herein for agent 112 on client 105, and may repot data to data collection server 160 and/or controller 190.
[0019] Network 120 may facilitate communication of data between different servers, devices and machines of system 100 (some connections shown with lines to network 120, some not shown). The network may be implemented as a private network, public network, intranet, the Internet, a cellular network, Wi-Fi network, VoIP network, or a combination of one or more of these networks.
[0020] Network server 125 is connected to network 120 and may receive and process requests received over network 120. Network server 125 may be implemented as one or more servers implementing a network service, and may be implemented on the same machine as application server 130. When network 120 is the Internet, network server 125 may be implemented as a web server. Network server 125 and application server 130 may be implemented on separate or the same server or machine
[0021] Application server 130 communicates with network server 125, application servers 140 and 150, controller 190. Application server 130 may also communicate with other machines and devices (not illustrated in FIGURE 1). Application server 130 may host an application or portions of a distributed application and include a virtual machine 132, agent 134, and other software modules. Application server 130 may be implemented as one server or multiple servers as illustrated in FIGURE 1.
[0022] Virtual machine 132 may be implemented by code running on one or more application servers. The code may implement computer programs, modules and data structures to implement a virtual machine mode for executing programs and
applications. In some embodiments, more than one virtual machine 132 may execute on an application server 130. A virtual machine may be implemented as a Java Virtual Machine (JVM). Virtual machine 132 may perform all or a portion of a business transaction performed by application servers comprising system 100. A virtual machine may be considered one of several services that implement a web service.
[0023] Virtual machine 132 may be instrumented using byte code insertion, or byte code instrumentation, to modify the object code of the virtual machine. The
instrumented object code may include code used to detect calls received by virtual machine 132, calls sent by virtual machine 132, and communicate with agent 134 during execution of an application on virtual machine 132.
[0024] In some embodiments, server 130 may include applications and/or code other than a virtual machine. For example, server 130 may include Java code, .NET code, PHP code, Ruby code, or other code to implement applications and process requests received from a remote source.
[0025] Agent 134 on application server 130 may be installed, downloaded, embedded, or otherwise provided on application server 130. For example, agent 134 may be provided in server 130 by instrumentation of object code, downloading the application to the server, or in some other manner. Agent 134 may be executed to monitor application server 130, monitor code running in a or a virtual machine 132 (or other program, such as a PHP program), and communicate with byte instrumented code on application server 130, virtual machine 132 or another application on application server 130. Agent 134 may detect operations such as receiving calls and sending requests by application server 130 and virtual machine 132. Agent 134 may receive data, for example from instrumented code of the virtual machine 132, and process the data and transmit the data to controller 190. Agent 134 may perform other operations related to monitoring virtual machine 132 and application server 130 as discussed herein. For example, agent 134 may identify other applications, share business transaction data, aggregate detected runtime data, and other operations.
[0026] An agent may operate to monitor a node, tier or nodes or other entity. A node may be a software program or a hardware component (memory, processor, and so on). A tier of nodes may include a plurality of nodes which may process a similar business transaction, may be located on the same server, may be associated with each other in some other way, or may not be associated with each other.
[0027] Agent 134 may create a request identifier for a request received by server 130 (for example, a request received by a client 105 or 115associated with a user or another source). The request identifier may be sent to client 105 or mobile device 115, whichever device sent the request. In embodiments, the request identifier may be created when a data is collected and analyzed for a particular business transaction. Additional information regarding collecting data for analysis is discussed in U.S. patent application no. U.S. patent application no. 12/878,919, titled "Monitoring Distributed Web
Application Transactions," filed on September 9, 2010, U.S. patent application no. 13/189,360, titled "Automatic Capture of Diagnostic Data Based on Transaction Behavior Learning," filed on July 22, 2011, and U.S. patent application no. 13/365,171, titled "Automatic Capture of Detailed Analysis Information for Web Application Outliers with Very Low Overhead," filed on February 2, 2012, the disclosures of which are incorporated herein by reference.
[0028] Each of application servers 140, 150 and 160 may include an application and an agent. Each application may run on the corresponding application server or a virtual machine. Each of virtual machines 142, 152 and 162 on application servers 140-160 may operate similarly to virtual machine 132 and host one or more applications which perform at least a portion of a distributed business transaction. Agents 144, 154 and 164 may monitor the virtual machines 142-162, collect and process data at runtime of the virtual machines, and communicate with controller 190. The virtual machines 132, 142, 152 and 162 may communicate with each other as part of performing a distributed transaction. In particular each virtual machine may call any application or method of another virtual machine.
[0029] Asynchronous network machine 170 may engage in asynchronous communications with one or more application servers, such as application server 150 and 160. For example, application server 150 may transmit several calls or messages to an asynchronous network machine. Rather than communicate back to application server 150, the asynchronous network machine may process the messages and eventually provide a response, such as a processed message, to application server 160. Because there is no return message from the asynchronous network machine to application server 150, the communications between them are asynchronous.
[0030] Data stores 180 and 185 may each be accessed by application servers such as application server 150. Data store 185 may also be accessed by application server 150. Each of data stores 180 and 185 may store data, process data, and return queries received from an application server. Each of data stores 180 and 185 may or may not include an agent.
[0031] Controller 190 may control and manage monitoring of business transactions distributed over application servers 130-160. In some embodiments, controller 190 may receive runtime data, including data associated with monitoring client requests at client 105 and mobile device 115, from data collection server 160. In some embodiments, controller 190 may receive runtime data from each of agents 112, 119, 134, 144 and 154. Controller 190 may associate portions of business transaction data, communicate with agents to configure collection of runtime data, and provide performance data and reporting through an interface. The interface may be viewed as a web-based interface viewable by client device 192, which may be a mobile device, client device, or any other platform for viewing an interface provided by controller 190. In some embodiments, a client device 192 may directly communicate with controller 190 to view an interface for monitoring data. [0032] Client device 192 may include any computing device, including a mobile device or a client computer such as a desktop, work station or other computing device. Client computer 192 may communicate with controller 190 to create and view a custom interface. In some embodiments, controller 190 provides an interface for creating and viewing the custom interface as content page, e.g. a web page, which may be provided to and rendered through a network browser application on client device 192.
[0033] FIGURE 2 illustrates a method for automatically tracking payloads. The method of FIGURE 2 may be performed by an agent executing on an application server. In some instances, the method of FIGURE 2 may be performed all or in part by controller 190. Threads executing for an application and not associated with a business transaction are detected at step 210. It is important that when monitoring an application that the entire application is being monitored. Otherwise, problems may occur that are not detectable.
[0034] Executing threads which are not associated with any business transaction may be detected in several ways. In some instances, a thread pool may be instrumented to determine what is being run by each executing threads and thread pool. By instrumenting the thread pool itself, each running thread may be identified as well as what business transactions, if any, each thread is associated with. In some instances, a thread itself may be sampled, for example by performing a thread dump. This may be done periodically to determine if one or more threads are associated with a business transaction
[0035] After identifying that a thread is not associated with a business transaction, potential payloads within the particular thread are identified at step 220. In some instances, payloads containing task objects are desirable to identify as they may be used to correlate the current thread (the thread not associated with a business transaction) with another thread that is associated with a particular business transaction. The payloads for correlation may be provided based on the constructor of the payload (i.e., task object). Identifying potential payloads may include collecting information for the threads, identifying a call chain for the thread, and processing that information. More details for identifying a potential payload are discussed with respect to the method of FIGURE 3.
[0036] Once potential payloads are identified, the set of potential payloads may be filtered at step 230. Since there may be several potential payloads, it may be possible to remove some as candidates from the set of payloads to save time in tracking the payloads. Filtering the payloads may include applying rules to remove payloads from consideration based on the assumption that a payload of interest is created by a thread outside the current thread. Filtering potential payloads is discussed in more detail below with respect to the method of FIGURE 4.
[0037] A determination is made as to whether any payloads exist after filtering the payloads at step 240. If filtering the payloads resulted in removing all identified payloads from consideration, then the method or class containing the payload may be named as a business transaction itself at step 250. This provides a user with a way to monitor the class since it cannot be correlated to any other part of the application.
[0038] If there are one or more payloads that exist after the filtering, instructors of the filtered payloads are instrumented at step 260. The constructors may be determined from the payloads themselves, and are monitored to determine where the payload is generated from. Once the payload constructors are instrumented, one or more agents installed on the application may monitor the constructors to determine whether any other thread constructs a task object associated with the filtered payload.
[0039] The payload or task object creation may then be detected at step 270. Task object creation is detected as result of instrumenting the constructor of a filtered payload. The potential entry point on a different thread is correlated to the task object in the current thread without a business transaction at step 280. At this point, the thread previously not associate with a business transaction may be associated with a business transaction that is assigned to another thread which creates the task object identified in the current thread.
[0040] FIGURE 3 illustrates a method for identifying potential payloads. The method of FIGURE 3 provides more detail for step 220 the method of FIGURE 2. Stack trace information for threads without a business transaction is collected at step 310. The stack trace information provides information for each call and method executed as part of the threat. A call chain may then be identified to find potential entry points into thread at step 320. The call chain may include a series of calls and methods executed by the thread. For each call and method, a potential payload may exist.
[0041] Instrumentation is performed on the potential entry point method in the call chain at step 330. The instrumentation may be performed to determine what is coming into the particular method. For example, the instrumentation may monitor the first method, a second method, a do( ) method, or other parts of the call chain to determine a payload. The payload may include a field, parameter, or an invoked object. Potential payloads are then identified from the data collected from the instrumentation at step 340. The payload may include task objects created by a different thread. Though several of the payloads may not be useful in correlating the present thread to a business transaction, further investigation of the payloads is needed to determine this for certain. This process is performed by filtering the task objects or payloads as discussed with respect to the method of FIGURE 4.
[0042] FIGURE 4 illustrates a method for filtering potential payloads. The method of FIGURE 4 provides more detail for step 230 of the method of FIGURE 2. Static methods are removed from the set of potential payloads at step 410. Static methods include methods that may be accessed without an instance present. Primitive parameters may be removed from the set of potential payloads at step 420. Primitive payloads may include basic data types such as bytes, integers, Boolean, and other basic data types.
[0043] Payloads that are created within the thread being tracked are removed at step 430. Payloads created in the present thread are already known and therefore cannot be used to correlate the present thread with a different thread associated with a business. Parameters with hash codes that do not change are removed at step 440. If the hash code does not change, the payload is associated with the same object and is not of interest. If the hash code does change, then it is desirable to track that particular object. [0044] The filters discussed with respect to FIGURE 4 are intended as examples. Additional filters may be used to identify real objects as potential payloads for monitoring and ultimately to correlate the present thread to a task object creator or payload creator associated with another thread and corresponding business transaction.
[0045] FIGURE 5 is a block diagram of an exemplary computing system for implementing the present technology. System 500 of FIGURE 5 may be implemented in the contexts of the likes of client computer 105, servers 130, 140, and 150, controller 190 and client device 192. The computing system 500 of FIGURE 5 includes one or more processors 510 and memory 520. Main memory 520 stores, in part, instructions and data for execution by processor 510. Main memory 520 can store the executable code when in operation. The system 500 of FIGURE 5 further includes a mass storage device 530, portable storage medium drive(s) 540, output devices 550, user input devices 560, a graphics display 570, and peripheral devices 580.
[0046] The components shown in FIGURE 5 are depicted as being connected via a single bus 590. However, the components may be connected through one or more data transport means. For example, processor unit 510 and main memory 520 may be connected via a local microprocessor bus, and the mass storage device 530, peripheral device(s) 580, portable storage device 540, and display system 570 may be connected via one or more input/output (I/O) buses.
[0047] Mass storage device 530, which may be implemented with a magnetic disk drive or an optical disk drive, is a non-volatile storage device for storing data and instructions for use by processor unit 510. Mass storage device 530 can store the system software for implementing embodiments of the present invention for purposes of loading that software into main memory 520.
[0048] Portable storage device 540 operates in conjunction with a portable nonvolatile storage medium, such as a floppy disk, compact disk or Digital video disc, to input and output data and code to and from the computer system 500 of FIGURE 5. The system software for implementing embodiments of the present invention may be stored on such a portable medium and input to the computer system 500 via the portable storage device 540.
[0049] Input devices 560 provide a portion of a user interface. Input devices 560 may include an alpha-numeric keypad, such as a keyboard, for inputting alpha-numeric and other information, or a pointing device, such as a mouse, a trackball, stylus, or cursor direction keys. Additionally, the system 500 as shown in FIGURE 5 includes output devices 550. Examples of suitable output devices include speakers, printers, network interfaces, and monitors.
[0050] Display system 570 may include a liquid crystal display (LCD) or other suitable display device. Display system 570 receives textual and graphical information, and processes the information for output to the display device.
[0051] Peripherals 580 may include any type of computer support device to add additional functionality to the computer system. For example, peripheral device(s) 580 may include a modem or a router.
[0052] The components contained in the computer system 500 of FIGURE 5 are those typically found in computer systems that may be suitable for use with
embodiments of the present invention and are intended to represent a broad category of such computer components that are well known in the art. Thus, the computer system 500 of FIGURE 5 can be a personal computer, hand held computing device, telephone, mobile computing device, workstation, server, minicomputer, mainframe computer, or any other computing device. The computer can also include different bus
configurations, networked platforms, multi-processor platforms, etc. Various operating systems can be used including Unix, Linux, Windows, Macintosh OS, Android, and other suitable operating systems.
[0053] The computer system of FIGURE 5 may include additional elements commonly found in mobile devices such as smart phones and tablet computers which enable such devices to communicate with users, Wi-Fi networks, cellular networks, and so on. These elements may include antennas, radios, touch displays, keypads, NFC circuitry, and other components, though not illustrated in FIGURE 5. [0054] The foregoing detailed description of the technology herein has been presented for purposes of illustration and description. It is not intended to be exhaustive or to limit the technology to the precise form disclosed. Many modifications and variations are possible in light of the above teaching. The described embodiments were chosen in order to best explain the principles of the technology and its practical application to thereby enable others skilled in the art to best utilize the technology in various embodiments and with various modifications as are suited to the particular use contemplated. It is intended that the scope of the technology be defined by the claims appended hereto.

Claims

CLAIMS WHAT IS CLAIMED IS:
1. A method for tracking a task in a distributed business transaction, comprising: identifying a payload as part of a method executed on a server by an agent executing the server;
tracking a constructor of the payload by the agent to identify a task associated with the payload; and
correlating the payload and the task as part of a business transaction.
2. The method of claim 1, further comprising detecting that a thread running on an application on the server is not associated with a business transaction.
3. The method of claim 1, wherein identifying the payload includes collecting stack trace information for one or more threads.
4. The method of claim 3, wherein identifying the payload includes identifying a chain of calls from the stack trace information.
5. The method of claim 1, further comprising performing instrumentation of potential entry point methods in a call chain associated with the trace stack.
6. The method of claim 1, further comprising filtering a list of potential payloads to identify a payload for which a constructor is tracked.
7. The method of claim 1, wherein the potential entry point and task object are correlated after a user approves a proposed correlation of the potential entry point and task object.
8. The method of claim 1, further comprising:
determining there is no correlation between the payload and any task; and naming a business transaction after a part of a call chain associated with the payload.
9. A non-transitory computer readable storage medium having embodied thereon program, the program being executable by a processor to perform a method for trackin a task in a distribute business transaction, the method comprising:
identifying a payload as part of a method executed on a server by an agent executing the server;
tracking a constructor of the payload by the agent to identify a task associated with the payload; and
correlating the payload and the task as part of a business transaction.
10. The non-transitory computer readable storage medium of claim 9, further comprising detecting that a thread running on an application on the server is not associated with a business transaction.
11. The non-transitory computer readable storage medium of claim 9, wherein identifying the payload includes collecting stack trace information for one or more threads.
12. The non-transitory computer readable storage medium of claim 11, wherein identifying the payload includes identifying a chain of calls from the stack trace information.
13. The non-transitory computer readable storage medium of claim 9, further comprising performing instrumentation of potential entry point methods in a call chain associated with the trace stack.
14. The non-transitory computer readable storage medium of claim 9, further comprising filtering a list of potential payloads to identify a payload for which a constructor is tracked.
15. The non-transitory computer readable storage medium of claim 9, wherein the potential entry point and task object are correlated after a user approves a proposed correlation of the potential entry point and task object.
16. The non-transitory computer readable storage medium of claim 9, further comprising:
determining there is no correlation between the payload and any task; and naming a business transaction after a part of a call chain associated with the payload.
17. A system for tracking a task in a distributed business transaction, comprising: a server including a memory and a processor; and
one or more modules stored in the memory and executed by the processor to identify a payload as part of a method executed on a server by an agent executing the server, track a constructor of the payload by the agent to identify a task associated with the payload, and correlate the payload and the task as part of a business transaction.
18. The system of claim 17, the one or more modules executable to detect that a thread running on an application on the server is not associated with a business transaction.
19. The system of claim 17, wherein identifying the payload includes collecting stack trace information for one or more threads.
20. The system of claim 19, wherein identifying the payload includes identifying a chain of calls from the stack trace information.
21 The system of claim 17, the one or more modules executable to perform instrumentation of potential entry point methods in a call chain associated with the trace stack.
22. The system of claim 17, the one or more modules executable to filter a list of potential payloads to identify a payload for which a constructor is tracked.
23. The system of claim 17, wherein the potential entry point and task object are correlated after a user approves a proposed correlation of the potential entry point and task object.
24. The system of claim 17, the one or more modules executable to determine there is no correlation between the payload and any task and name a business transaction after a part of a call chain associated with the payload.
PCT/US2015/028609 2015-04-29 2015-04-30 Automatic task tracking WO2016175851A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CA2982272A CA2982272C (en) 2015-04-29 2015-04-30 Automatic task tracking
EP15890981.2A EP3289455A4 (en) 2015-04-29 2015-04-30 Automatic task tracking

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US14/699,776 2015-04-29
US14/699,776 US9912522B2 (en) 2015-04-29 2015-04-29 Automatic task tracking

Publications (1)

Publication Number Publication Date
WO2016175851A1 true WO2016175851A1 (en) 2016-11-03

Family

ID=57198629

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2015/028609 WO2016175851A1 (en) 2015-04-29 2015-04-30 Automatic task tracking

Country Status (4)

Country Link
US (2) US9912522B2 (en)
EP (1) EP3289455A4 (en)
CA (1) CA2982272C (en)
WO (1) WO2016175851A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018231295A1 (en) * 2017-06-13 2018-12-20 Western Digital Technologies, Inc. Rule-based monitoring engine with tracing capabilities for multi-threaded logging

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160323397A1 (en) * 2015-04-30 2016-11-03 AppDynamics Inc. Aysnchronous Custom Exit Points
US9838488B2 (en) * 2015-04-30 2017-12-05 Appdynamics Llc Agent asynchronous transaction monitor
CN108932184B (en) * 2018-06-21 2022-05-17 新华三云计算技术有限公司 Monitoring device and method
US10613894B1 (en) * 2018-08-15 2020-04-07 Lendingclub Corporation State analysis for one or more virtual machines
US20200394329A1 (en) * 2019-06-15 2020-12-17 Cisco Technology, Inc. Automatic application data collection for potentially insightful business values

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6349406B1 (en) * 1997-12-12 2002-02-19 International Business Machines Coporation Method and system for compensating for instrumentation overhead in trace data by computing average minimum event times
US20080243968A1 (en) * 2007-03-30 2008-10-02 Sap Ag Method and system for object age detection in garbage collection heaps
US20120260133A1 (en) * 2011-04-08 2012-10-11 Computer Associates Think, Inc. Visualizing Transaction Traces As Flows Through A Map Of Logical Subsystems
US20120304172A1 (en) 2011-04-29 2012-11-29 Bernd Greifeneder Method and System for Transaction Controlled Sampling of Distributed Hetereogeneous Transactions without Source Code Modifications
CN103365716A (en) * 2013-06-25 2013-10-23 华为技术有限公司 Data tracking method and device in business operation task and host machine
US20140278626A1 (en) * 2013-03-15 2014-09-18 Sap Ag Consistent Interface for Task Activity Business Object
US20140317592A1 (en) * 2006-02-02 2014-10-23 Rahul Roy-Chowdhury Enforcing Alignment Of Approved Changes And Deployed Changes In The Software Change Life-Cycle

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9167028B1 (en) * 2009-09-10 2015-10-20 AppDynamics, Inc. Monitoring distributed web application transactions
US8938533B1 (en) * 2009-09-10 2015-01-20 AppDynamics Inc. Automatic capture of diagnostic data based on transaction behavior learning
US20150067146A1 (en) * 2013-09-04 2015-03-05 AppDynamics, Inc. Custom correlation of a distributed business transaction

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6349406B1 (en) * 1997-12-12 2002-02-19 International Business Machines Coporation Method and system for compensating for instrumentation overhead in trace data by computing average minimum event times
US20140317592A1 (en) * 2006-02-02 2014-10-23 Rahul Roy-Chowdhury Enforcing Alignment Of Approved Changes And Deployed Changes In The Software Change Life-Cycle
US20080243968A1 (en) * 2007-03-30 2008-10-02 Sap Ag Method and system for object age detection in garbage collection heaps
US20120260133A1 (en) * 2011-04-08 2012-10-11 Computer Associates Think, Inc. Visualizing Transaction Traces As Flows Through A Map Of Logical Subsystems
US20120304172A1 (en) 2011-04-29 2012-11-29 Bernd Greifeneder Method and System for Transaction Controlled Sampling of Distributed Hetereogeneous Transactions without Source Code Modifications
US20140278626A1 (en) * 2013-03-15 2014-09-18 Sap Ag Consistent Interface for Task Activity Business Object
CN103365716A (en) * 2013-06-25 2013-10-23 华为技术有限公司 Data tracking method and device in business operation task and host machine

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP3289455A4

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2018231295A1 (en) * 2017-06-13 2018-12-20 Western Digital Technologies, Inc. Rule-based monitoring engine with tracing capabilities for multi-threaded logging
US10372466B2 (en) 2017-06-13 2019-08-06 Western Digital Technologies, Inc. Rule-based monitoring engine with tracing capabilities for multi-threaded logging

Also Published As

Publication number Publication date
US20160323362A1 (en) 2016-11-03
CA2982272A1 (en) 2016-11-03
US9912522B2 (en) 2018-03-06
US20180159724A1 (en) 2018-06-07
CA2982272C (en) 2023-05-09
EP3289455A4 (en) 2019-01-02
EP3289455A1 (en) 2018-03-07
US10084637B2 (en) 2018-09-25

Similar Documents

Publication Publication Date Title
US10084637B2 (en) Automatic task tracking
US10216527B2 (en) Automated software configuration management
US10298469B2 (en) Automatic asynchronous handoff identification
US9870303B2 (en) Monitoring and correlating a binary process in a distributed business transaction
US10216601B2 (en) Agent dynamic service
US9990214B2 (en) Dynamic agent delivery
US20170147483A1 (en) Tracking asynchronous entry points for an application
US10775751B2 (en) Automatic generation of regular expression based on log line data
US10191844B2 (en) Automatic garbage collection thrashing monitoring
US20170031740A1 (en) Naming of nodes in net framework
US20170034030A1 (en) Monitoring single content page application transitions
US10165074B2 (en) Asynchronous custom exit points
US9838488B2 (en) Agent asynchronous transaction monitor
US9998348B2 (en) Monitoring a business transaction utilizing PHP engines

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 15890981

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2982272

Country of ref document: CA

NENP Non-entry into the national phase

Ref country code: DE