WO2009055752A2 - Model-driven, repository-based application monitoring system - Google Patents

Model-driven, repository-based application monitoring system Download PDF

Info

Publication number
WO2009055752A2
WO2009055752A2 PCT/US2008/081232 US2008081232W WO2009055752A2 WO 2009055752 A2 WO2009055752 A2 WO 2009055752A2 US 2008081232 W US2008081232 W US 2008081232W WO 2009055752 A2 WO2009055752 A2 WO 2009055752A2
Authority
WO
WIPO (PCT)
Prior art keywords
event
events
application
models
model
Prior art date
Application number
PCT/US2008/081232
Other languages
French (fr)
Other versions
WO2009055752A3 (en
Inventor
Erik B. Christensen
Igor Sedukhin
Amol Sudhakar Kulkarni
Mariusz G. Borsa
Haoran Andy Wu
Mandyam N. Kishore
Leo S. Vannelli Iii
Anubhav Dhoot
Original Assignee
Microsoft Corporation
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 Microsoft Corporation filed Critical Microsoft Corporation
Publication of WO2009055752A2 publication Critical patent/WO2009055752A2/en
Publication of WO2009055752A3 publication Critical patent/WO2009055752A3/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3604Software analysis for verifying properties of programs
    • G06F11/3612Software analysis for verifying properties of programs by runtime analysis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/10Requirements analysis; Specification techniques
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/35Creation or generation of source code model driven
    • 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
    • G06F9/54Interprogram communication
    • G06F9/542Event management; Broadcasting; Multicasting; Notifications
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/544Remote

Definitions

  • Computers and computing systems have affected nearly every aspect of modern living. Computers are generally involved in work, recreation, healthcare, transportation, entertainment, household management, etc.
  • Network connections may include, but are not limited to, connections via wired or wireless Ethernet, cellular connections, or even computer to computer connections through serial, parallel, USB, or other connections. Additionally, connections may include connections between entities on a common host, or connections of distributed applications to other distributed applications. The connections allow a computing system to access services at other computing systems and to quickly and efficiently receive application data from other computing system.
  • Often interconnected computer systems include large, complex and diverse implementations. Some applications in systems are multi-tiered and have many distributed components and subsystems some of which are long-running workflows and legacy or external systems.
  • One embodiment disclosed herein is directed to a method performed in a distributed computing environment.
  • the method includes acts for enabling events from applications.
  • the method includes declaratively defining an application model correlated to an application.
  • the application model describes operations of the application.
  • One or more event models correlated to the application model are declaratively defined.
  • the event models describe application execution locations where events are desired to be emitted in the execution of the application.
  • the applications are instrumented with instrumentation code to cause the application to emit events at the execution locations.
  • a method of processing events includes defining an application model.
  • the application model includes one or more observation models.
  • the observation models include a correlation of events to the observation model by defining instrumentation models in the application model.
  • the method further includes receiving an event.
  • the event is applied to the correlated observation model based on the correlation.
  • the event is processed according to the observation model.
  • Yet another embodiment includes a monitoring system.
  • the monitoring system includes a repository.
  • the repository includes models of applications.
  • the models of applications include instrumentation models correlated to application execution locations where events are desired to be emitted.
  • the system further includes drivers coupled to repository. The drivers are configured to instrument application code based on the correlation of instrumentation models to application execution locations.
  • Figure IA illustrates a modeling and event generation architecture
  • Figure IB illustrates event production and monitoring
  • Figure 1C illustrates application and observation models
  • Figure ID illustrates event processing on application nodes
  • Figure IE illustrates an example of monitoring services
  • Figure IF illustrates a multilevel event processing system
  • Figure 2 illustrates a method of enabling events
  • Figure 3 illustrates a method of processing events.
  • Embodiments herein may comprise a special purpose or general-purpose computer including various computer hardware, as discussed in greater detail below.
  • Some embodiments described herein provide services and frameworks to securely distribute, run, manage and operate on heterogeneous business process applications. Distributed applications are modeled declaratively and the models are stored in a repository. The framework executes commands to drive the applications through their software lifecycles.
  • Monitoring points, or event sources are defined and attached to the applications. This can be accomplished by declaratively defining event models and correlating the event models with application models. This correlation is then used to instrument application code, which enables collecting events from individual application modules and aggregating them to better understand the overall health and/or the aggregated relevant variables of an application. These events are recorded in one or more data stores and used to adaptively control application behavior and its runtime environment. Some embodiments may include a decentralized runtime that is designed to support large number of connected hosts that are geographically distributed.
  • Figure IA illustrates that tools 102 may be used to write declarative models 104 of composite applications to a repository 106.
  • Declarative models 104 describe applications in terms of composition of application parts 108 and connections between application parts 108 as well as configuration and mapping of application parts 108 to hosts 110 that will run them. Note that applications may be distributed such that in some embodiments, only parts 108 of the application are implemented on any given host 110.
  • Tools 102 send commands 114 to executive services 112.
  • Commands 114 are used to drive applications described by models 104 through their software lifecycles.
  • Commands 114 carry references to the models 104 to which they apply. For example "start application 'appl" is a kind of a command with a reference to the application "appl.”
  • Executive services 112 facilitate carrying out a submitted command 114 by executing a model-described workflow that provides variable part values, such as machine name on which the application is to be run or network port numbers where the applications will be accepting requests, to the identified model 104.
  • Executive services 112 may send more specific commands 116 to driver services 118.
  • Driver services 118 translates the models 104 into ready to execute application's parts 108, deploys them to the hosts 110 in response to proper executive services commands, and starts the applications.
  • the application's parts 108 include interceptors 103 which once the application is started will start emitting streams of events 111 and send them to monitoring services 120 with help of an event collector service 122.
  • the interceptors 103 emit events 111 with a destination identifier stored in a local interceptor configuration.
  • the destination identifier can be was produced by executive services 112 based on repository 106 stored connections between application event sources and monitoring applications. As will be discussed later herein, the destination identifier can identify a location where events 111 will be later processed.
  • each machine includes driver services 118 which has the event collector service 122.
  • the event collector service 122 serves as a sink for the events 111 emitted.
  • the event collector service 122 sorts the events by their destination, and sends them in batches to monitoring services 120 for processing.
  • Monitoring services 120 may perform any of a number of functions, such as in- memory aggregation on received event streams and storing resulting processed event streams to an event store 124. Alternatively, events streams may be passed on to another event destination.
  • processing may include functionality for using aggregated events to adaptively control the applications modeled by the application models 104.
  • a node may be a particular computer > ⁇ stem
  • processing maj be performed m ⁇ ide the e ⁇ onr eoljectoi semcc 122 of a computer system, before sending the ev ents ro the monitoring services 120. While a single monitoring services 120 and single event store 124 have been illustrated in Figure IA, multiple monitoring services and event stores may be used, as will be illustrated in more detail below. Additionally, aggregators and other system components may be distributed across multiple nodes.
  • Figure IB illustrates how existing application code may be instrumented to enable and activate event production and observation. For an application to produce events, it should be properly instrumented.
  • Figure IB illustrates that an application model 104 is declarative Iy defined.
  • the application model 104 includes declarative module descriptions 105, declarative instrumentation descriptions 107, and declarative observation descriptions 109.
  • instrumentation is accomplished by stopping the application, modifying the application model 104 by adding instrumentation models 107 including event sources or interceptors, and redeploying the application so that instrumentation 130 corresponding to the instrumentation models 107 is installed and configured at the application modules 129.
  • the application is then restarted. Once this is done, the events start flowing from the application to the event collector services 122.
  • a user can create a set of observation models 109 in the repository 106.
  • the observation models 109 can be connected to event sources defined on application models 104 as needed. Additionally, the observation models can be assigned to desired event processors such as the event aggregators 128a and 128b. Further, the observation models can be used to initiate deployment of new monitoring configurations. This can be done dynamically during runtime of applications, with no need to stop the applications to activate new observations. After a monitoring configuration is deployed and started according to an observation model 109, the events start being aggregated and stored into the event store 124. Observations may include functionality for evaluation of metrics, such as key performance indicators.
  • the observations performed at event aggregator 128a are directed to average latency, while the observations performed at event aggregator 128b are directed to quantifying messages per second. Other indicators, though not included here, may also be evaluated.
  • An application described by an application model 130 can emit events.
  • an instrumented application has an event source modeled by the event source model 132.
  • the types of events which the application can emit are represented by a collection of application event definitions 134, or event models, associated with an event source 132. These application event definitions 134 define the application specific events.
  • Examples of events that might be modeled for an e-commerce enterprise may include: "order processed”, “user error”, “invoice received”, etc. Events can be categorized as specific subtypes of events. For example, an event may be of a subtype category “Occurrence”, “Rate”, “Count”, “Duration”, etc. Statistics may be maintained with values corresponding to event categories for an event.
  • An event connection 136 specifies which event listener, represented by event listener 138 defined on a monitoring module 140, will be listening for events from an application's event source 132. Notably, event sources 132 can be connected to multiple event listeners 138.
  • the monitoring module 140 may not be aware up front of all possible event types it will be processing. As such, the monitoring module 140 may include a predefined abstract input event definition set 142 and a set of event mappings 144 which associate the application event definitions 134 with the input event definitions 142.
  • Event mappings 144 allow for assigning monitoring module specific meanings to the application events. For instance, the monitoring module 140 calculating the duration of some operation can define two input event definitions for the events it will be accepting. For example, the monitoring module 140 may define input event definitions: "Operation Start” and "Operation Stop.” In the present example, a monitored application emits two kinds of events - "Request Received” event and "Response Sent” events. By configuring event mappings of "Request Received” to "Operation Start” and “Response Sent” to "Operation Stop” events, the generic monitoring module 140, including a duration calculator, can now compute the durations of operations in application emitting arbitrary kinds of events. This allows for reusability of generic monitoring modules, and further allows for processing events from diverse sources.
  • a monitoring module configuration 146 may specify a type of event writer which will be used by the monitoring module 140 and the configuration of it. Such information may include, for example, event store location and connection options (including timeouts), size of event buffers, and buffering characteristics (including buffer flush intervals).
  • FIG. 1 An example of processing events on an application node is illustrated.
  • Application events are created on one or more computers where the monitored application runs, and gathered by an event collector 158. This is illustrated in Figure ID. Additionally, further details are included in United States Patent Application 11/844,177 titled “Monitoring Distributed Applications” filed on August 23, 2007, and incorporated herein by reference in its entirety.
  • the event- generating instrumentation 152 is configured for execution within the host 154 the application runs under.
  • This instrumentation 152 is created using interceptors which emit events 156 in response to some actions taken by the application, such as workflow activity execution or messaging endpoint receiving/sending a message, and monitors which can help with polling of current system values like performance counters.
  • the instrumentation is configured based on event source models attached to application models.
  • An application computer or node under control of the framework has an event collector 158 service.
  • the event collector 158 is tasked with collecting events emitted by applications and other event sources running on a node.
  • the event collector 158 forwards the events to the right event processor where the actual event processing will take place.
  • the event collector 158 may be configured based on models 104 in the repository 106 (See Figure IA).
  • the event connections 136 ( Figure 1C) between application parts models 130 and the monitoring module 140 models allow event collector 158 to determine the location of the event processor where the events should be sent.
  • each event type may be processed, in some embodiments, at different event processor nodes.
  • the event collector 158 performs event buffering and sends the events to event processors in batches for improving throughput.
  • the event collector 158 can also perform some initial preprocessing of events, like simple filtering, aggregation, logical composition, etc.
  • the event collector 158 may also reduce the number of connections from application nodes to event processor instances.
  • a model driven event processor 160 is a host controlling execution of monitoring applications.
  • the event processor 160 uses a configurator 162 to initialize the monitoring configuration.
  • the configurator 162 is invoked by a deployment/undeployment workflow running under the framework command processor to deploy/undeploy monitoring modules when the monitoring application gets deployed/undeployed.
  • the configurator 162 reads the monitoring applications models 164 from repository 106.
  • a monitoring application model 164 contains a set of monitoring modules models.
  • the monitoring applications are deployed the same way other user applications are deployed. In particular, applications may be deployed through lifecycle transitions workflows executed under control of the framework command processor.
  • the configurator 162 deploys each monitoring module assigned to an event processor 160 producing a runtime event handler 166 by instantiating the event handler object based on the monitoring module model 164.
  • Deployment of a monitoring module includes adding the event handler 166 to an event dispatcher's 168 event dispatch table, keyed by a reference to an event definition specified in monitoring modules' event mappings. This effectively creates a subscription through which events will be delivered to event handlers 166.
  • the monitoring module 140 (see Figure 1C) can be undeployed by deleting its corresponding event handler 166 from the dispatch table.
  • the event dispatcher 168 routes the events to event handlers 166 based on an event routing dispatch table which maps the input event type to a list of event handlers 166. For every event handler 166 in the list, a new work item gets queued to a thread pool, with the event for processing by the event handler 166. As such, events may be processed by event handlers 166 in parallel, taking advantage of multiple CPUs present in a system.
  • Some input events can be aggregated by single event handler 166 in memory before writing the resulting event output. This may result in event stream intensity reduction and allow for improved event processing performance.
  • Raw input events come as an input to the event handler 166, and are processed. The result of this processing is stored into a private event handler's in-memory data structure, which accumulates the data until enough events have been processed. When this occurs, an output aggregate event can be emitted. This may including passing events to an event handler's event writer.
  • An event writer may be an event store writer 170 which will store the processed event straight to an event store 124.
  • the event writer may be another kind of writer 172 which can pass the event to different components of the system, such as to another event processor, allowing for building a hierarchical event processing system.
  • the system can include multiple event processors 160 and multiple event stores 124. This, combined with in-memory event aggregation capability allows for configuring of scaled out event processing systems capable of handling very intensive event streams.
  • the sample multilevel event processing system can be implemented as depicted as in Figure IF.
  • Events in event store 124 have an identifier on the event source in application model it was generated from. This way, the Analytics tools can query the event store 124 and locate the events only related to particular applications, by filtering through list of application event sources, and produce useful reports and other visualizations.
  • FIG. 2 a method 200 is illustrated.
  • the method 200 illustrates acts for enabling events from applications.
  • Figure 2 illustrates that the method 200 includes declaratively defining an application model correlated to an application (act 202).
  • the application model describes operations of the application.
  • Figure IA illustrates example of application models
  • the method 200 further includes declaratively defining one or more event models correlated to the application model (act 202).
  • the event models describe application execution locations where events are desired to be emitted in the execution of the application.
  • the event models may be included, for example, in the instrumentation models 107 illustrated in Figure IB.
  • the method 200 further includes instrumenting the applications with instrumentation code to cause the application to emit events at the execution locations (act 206).
  • Figure IB illustrates instrumentation 130 associated with application modules 129.
  • the method 200 may further include generating events by driving the applications and causing the execution of the instrumentation code. These events are illustrated in one example at 111 in Figure IA.
  • the instrumentation code causes events emitted to include a reference to an application model corresponding to the event.
  • the event 111 illustrated in Figure IA may include a reference to the application model 104. This allows for the monitoring services 120 to apply the event to an observation model 109 stored in the repository 106 to facilitate how events are handled including aggregation, routing, and storage.
  • the method 200 may further include defining an aggregation point for events. Generated events are then routed to the aggregation point defined for the events. Defining an aggregation point for events may include defining a hierarchical event aggregation system where events aggregated at a number of aggregation point are aggregated at one or more higher level aggregation points. At the aggregation point, the events are manipulated. For example, manipulating events may include combining a number of events through logical or other operations. Manipulating events may include storing the events. [0054] Referring now to Figure 3, a method of processing events is illustrated.
  • the method 300 includes defining an application model, where the application model includes one or more observation models (act 302).
  • the observation models include a correlation of events to the observation model by defining instrumentation models in the application model.
  • the method 300 further includes receiving an event (act 304).
  • the monitoring services 120 may receive an event 111 from an application part 108.
  • the method 300 further includes applying the event to the correlated observation model based on the correlation (act 306).
  • the method 300 further includes processing the event according to the observation model (act 308).
  • processing the event according to the observation model includes storing the event.
  • processing the event according to the observation model includes aggregating events. Aggregating the events may include, for example, combining the events through logical or other operations.
  • processing the event according to the observation model includes processing the event in aggregators arranged hierarchically.
  • processing the event according to the observation model includes sending events to an aggregator based on the event type.
  • processing the event according to the observation model comprises monitoring events using a generic monitoring module where the generic monitoring module references an input event definition to correlate output from an event source with input to an event listener.
  • Embodiments may also include computer-readable media for carrying or having computer-executable instructions or data structures stored thereon.
  • Such computer-readable media can be any available media that can be accessed by a general purpose or special purpose computer.
  • Such computer-readable media can comprise RAM, ROM, EEPROM, CD-ROM or other optical disk storage, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to carry or store desired program code means in the form of computer-executable instructions or data structures and which can be accessed by a general purpose or special purpose computer.
  • Computer-executable instructions comprise, for example, instructions and data which cause a general purpose computer, special purpose computer, or special purpose processing device to perform a certain function or group of functions.

Abstract

Enabling and processing events. To enable events, an application model correlated to an application is declaratively defined. The application model describes operations of the application. One or more event models correlated to the application model are declaratively defined. The event models describe application execution locations where events are desired to be emitted in the execution of the application. Based on the correlation of the event models to the application models, the applications are instrumented with instrumentation code to cause the application to emit events at the execution locations. To process events an application model is defined. The application model includes one or more observation models. The observation models include a correlation of events to the observation model by defining instrumentation models in the application model. An event is received. The event is applied to the observation model based on the correlation. The event is processed according to the observation model.

Description

MODEL-DRIVEN, REPOSITORY-BASED APPLICATION MONITORING
SYSTEM
BACKGROUND
Background and Relevant Art
[0001] Computers and computing systems have affected nearly every aspect of modern living. Computers are generally involved in work, recreation, healthcare, transportation, entertainment, household management, etc.
[0002] Computing system functionality can be enhanced by a computing systems ability to be interconnected to other computing systems via network connections. Network connections may include, but are not limited to, connections via wired or wireless Ethernet, cellular connections, or even computer to computer connections through serial, parallel, USB, or other connections. Additionally, connections may include connections between entities on a common host, or connections of distributed applications to other distributed applications. The connections allow a computing system to access services at other computing systems and to quickly and efficiently receive application data from other computing system. [0003] Often interconnected computer systems include large, complex and diverse implementations. Some applications in systems are multi-tiered and have many distributed components and subsystems some of which are long-running workflows and legacy or external systems. The distributed nature of applications and variety of implementations creates a challenge to enable and maintain distributed application monitoring. Points of interest in applications which should be monitored are implemented in varying technologies. Producing and consuming the monitoring events may take significant amount of custom coding today. [0004] The subject matter claimed herein is not limited to embodiments that solve any disadvantages or that operate only in environments such as those described above. Rather, this background is only provided to illustrate one exemplary technology area where some embodiments described herein may be practiced.
BRIEF SUMMARY
[0005] One embodiment disclosed herein is directed to a method performed in a distributed computing environment. The method includes acts for enabling events from applications. The method includes declaratively defining an application model correlated to an application. The application model describes operations of the application. One or more event models correlated to the application model are declaratively defined. The event models describe application execution locations where events are desired to be emitted in the execution of the application. Based on the correlation of the event models to the application models, the applications are instrumented with instrumentation code to cause the application to emit events at the execution locations.
[0006] In another embodiment, a method of processing events is disclosed. The method includes defining an application model. The application model includes one or more observation models. The observation models include a correlation of events to the observation model by defining instrumentation models in the application model. The method further includes receiving an event. The event is applied to the correlated observation model based on the correlation. The event is processed according to the observation model. [0007] Yet another embodiment includes a monitoring system. The monitoring system includes a repository. The repository includes models of applications. The models of applications include instrumentation models correlated to application execution locations where events are desired to be emitted. The system further includes drivers coupled to repository. The drivers are configured to instrument application code based on the correlation of instrumentation models to application execution locations.
[0008] This Summary is provided to introduce a selection of concepts in a simplified form that are further described below in the Detailed Description. This Summary is not intended to identify key features or essential features of the claimed subject matter, nor is it intended to be used as an aid in determining the scope of the claimed subject matter.
[0009] Additional features and advantages will be set forth in the description which follows, and in part will be obvious from the description, or may be learned by the practice of the teachings herein. Features and advantages of the invention may be realized and obtained by means of the instruments and combinations particularly pointed out in the appended claims. Features of the present invention will become more fully apparent from the following description and appended claims, or may be learned by the practice of the invention as set forth hereinafter.
BRIEF DESCRIPTION OF THE DRAWINGS
[0010] In order to describe the manner in which the above-recited and other advantages and features can be obtained, a more particular description of the subject matter briefly described above will be rendered by reference to specific embodiments which are illustrated in the appended drawings. Understanding that these drawings depict only typical embodiments and are not therefore to be considered to be limiting in scope, embodiments will be described and explained with additional specificity and detail through the use of the accompanying drawings in which:
[0011] Figure IA illustrates a modeling and event generation architecture;
[0012] Figure IB illustrates event production and monitoring;
[0013] Figure 1C illustrates application and observation models;
[0014] Figure ID illustrates event processing on application nodes;
[0015] Figure IE illustrates an example of monitoring services;
[0016] Figure IF illustrates a multilevel event processing system;
[0017] Figure 2 illustrates a method of enabling events; and
[0018] Figure 3 illustrates a method of processing events.
DETAILED DESCRIPTION
[0019] Embodiments herein may comprise a special purpose or general-purpose computer including various computer hardware, as discussed in greater detail below. Some embodiments described herein provide services and frameworks to securely distribute, run, manage and operate on heterogeneous business process applications. Distributed applications are modeled declaratively and the models are stored in a repository. The framework executes commands to drive the applications through their software lifecycles.
[0020] Monitoring points, or event sources, are defined and attached to the applications. This can be accomplished by declaratively defining event models and correlating the event models with application models. This correlation is then used to instrument application code, which enables collecting events from individual application modules and aggregating them to better understand the overall health and/or the aggregated relevant variables of an application. These events are recorded in one or more data stores and used to adaptively control application behavior and its runtime environment. Some embodiments may include a decentralized runtime that is designed to support large number of connected hosts that are geographically distributed.
[0021] Referring now to Figure IA, an example embodiment is illustrated. Figure IA illustrates that tools 102 may be used to write declarative models 104 of composite applications to a repository 106. Declarative models 104 describe applications in terms of composition of application parts 108 and connections between application parts 108 as well as configuration and mapping of application parts 108 to hosts 110 that will run them. Note that applications may be distributed such that in some embodiments, only parts 108 of the application are implemented on any given host 110.
[0022] Tools 102 send commands 114 to executive services 112. Commands 114 are used to drive applications described by models 104 through their software lifecycles. Commands 114 carry references to the models 104 to which they apply. For example "start application 'appl" is a kind of a command with a reference to the application "appl."
[0023] Executive services 112 facilitate carrying out a submitted command 114 by executing a model-described workflow that provides variable part values, such as machine name on which the application is to be run or network port numbers where the applications will be accepting requests, to the identified model 104. Executive services 112 may send more specific commands 116 to driver services 118. Driver services 118 translates the models 104 into ready to execute application's parts 108, deploys them to the hosts 110 in response to proper executive services commands, and starts the applications.
[0024] The application's parts 108 include interceptors 103 which once the application is started will start emitting streams of events 111 and send them to monitoring services 120 with help of an event collector service 122. The interceptors 103 emit events 111 with a destination identifier stored in a local interceptor configuration. In one embodiment, the destination identifier can be was produced by executive services 112 based on repository 106 stored connections between application event sources and monitoring applications. As will be discussed later herein, the destination identifier can identify a location where events 111 will be later processed.
[0025] In one embodiment, each machine includes driver services 118 which has the event collector service 122. The event collector service 122 serves as a sink for the events 111 emitted. The event collector service 122 sorts the events by their destination, and sends them in batches to monitoring services 120 for processing. Monitoring services 120 may perform any of a number of functions, such as in- memory aggregation on received event streams and storing resulting processed event streams to an event store 124. Alternatively, events streams may be passed on to another event destination. In some embodiments, processing may include functionality for using aggregated events to adaptively control the applications modeled by the application models 104.
[0026] ! veil Ls enυtied by mtcreeptøhs H)J tan be processed, mcluώrs^ di.jyrcydiion or other processing, on the umc application node. In one embodiment. a node may be a particular computer >Λ stem In one embodiment, processing maj be performed mβide the e\onr eoljectoi semcc 122 of a computer system, before sending the ev ents ro the monitoring services 120. While a single monitoring services 120 and single event store 124 have been illustrated in Figure IA, multiple monitoring services and event stores may be used, as will be illustrated in more detail below. Additionally, aggregators and other system components may be distributed across multiple nodes.
[0027] Figure IB illustrates how existing application code may be instrumented to enable and activate event production and observation. For an application to produce events, it should be properly instrumented. Figure IB illustrates that an application model 104 is declarative Iy defined. The application model 104 includes declarative module descriptions 105, declarative instrumentation descriptions 107, and declarative observation descriptions 109.
[0028] For application modules 129 at the hosts 110, instrumentation is accomplished by stopping the application, modifying the application model 104 by adding instrumentation models 107 including event sources or interceptors, and redeploying the application so that instrumentation 130 corresponding to the instrumentation models 107 is installed and configured at the application modules 129. The application is then restarted. Once this is done, the events start flowing from the application to the event collector services 122.
[0029] A user can create a set of observation models 109 in the repository 106. The observation models 109 can be connected to event sources defined on application models 104 as needed. Additionally, the observation models can be assigned to desired event processors such as the event aggregators 128a and 128b. Further, the observation models can be used to initiate deployment of new monitoring configurations. This can be done dynamically during runtime of applications, with no need to stop the applications to activate new observations. After a monitoring configuration is deployed and started according to an observation model 109, the events start being aggregated and stored into the event store 124. Observations may include functionality for evaluation of metrics, such as key performance indicators. In the example illustrated, the observations performed at event aggregator 128a are directed to average latency, while the observations performed at event aggregator 128b are directed to quantifying messages per second. Other indicators, though not included here, may also be evaluated. [0030] Referring now to Figure 1C, an example of how monitoring of user applications by monitoring modules can be modeled in the repository 106 is illustrated. An application described by an application model 130 can emit events. In particular, an instrumented application has an event source modeled by the event source model 132. In the example illustrated in Figure 1C, the types of events which the application can emit are represented by a collection of application event definitions 134, or event models, associated with an event source 132. These application event definitions 134 define the application specific events. Examples of events that might be modeled for an e-commerce enterprise may include: "order processed", "user error", "invoice received", etc. Events can be categorized as specific subtypes of events. For example, an event may be of a subtype category "Occurrence", "Rate", "Count", "Duration", etc. Statistics may be maintained with values corresponding to event categories for an event.
[0031] An event connection 136 specifies which event listener, represented by event listener 138 defined on a monitoring module 140, will be listening for events from an application's event source 132. Notably, event sources 132 can be connected to multiple event listeners 138. [0032] The monitoring module 140 may not be aware up front of all possible event types it will be processing. As such, the monitoring module 140 may include a predefined abstract input event definition set 142 and a set of event mappings 144 which associate the application event definitions 134 with the input event definitions 142.
[0033] Event mappings 144 allow for assigning monitoring module specific meanings to the application events. For instance, the monitoring module 140 calculating the duration of some operation can define two input event definitions for the events it will be accepting. For example, the monitoring module 140 may define input event definitions: "Operation Start" and "Operation Stop." In the present example, a monitored application emits two kinds of events - "Request Received" event and "Response Sent" events. By configuring event mappings of "Request Received" to "Operation Start" and "Response Sent" to "Operation Stop" events, the generic monitoring module 140, including a duration calculator, can now compute the durations of operations in application emitting arbitrary kinds of events. This allows for reusability of generic monitoring modules, and further allows for processing events from diverse sources.
[0034] A monitoring module configuration 146 may specify a type of event writer which will be used by the monitoring module 140 and the configuration of it. Such information may include, for example, event store location and connection options (including timeouts), size of event buffers, and buffering characteristics (including buffer flush intervals).
[0035] Referring now to Figure ID, an example of processing events on an application node is illustrated. Application events are created on one or more computers where the monitored application runs, and gathered by an event collector 158. This is illustrated in Figure ID. Additionally, further details are included in United States Patent Application 11/844,177 titled "Monitoring Distributed Applications" filed on August 23, 2007, and incorporated herein by reference in its entirety.
[0036] When the application gets configured through drivers 150, the event- generating instrumentation 152 is configured for execution within the host 154 the application runs under. This instrumentation 152 is created using interceptors which emit events 156 in response to some actions taken by the application, such as workflow activity execution or messaging endpoint receiving/sending a message, and monitors which can help with polling of current system values like performance counters. The instrumentation is configured based on event source models attached to application models.
[0037] An application computer or node under control of the framework has an event collector 158 service. The event collector 158 is tasked with collecting events emitted by applications and other event sources running on a node. The event collector 158 forwards the events to the right event processor where the actual event processing will take place.
[0038] The event collector 158 may be configured based on models 104 in the repository 106 (See Figure IA). The event connections 136 (Figure 1C) between application parts models 130 and the monitoring module 140 models allow event collector 158 to determine the location of the event processor where the events should be sent. Notably, each event type may be processed, in some embodiments, at different event processor nodes.
[0039] In one embodiment, the event collector 158 performs event buffering and sends the events to event processors in batches for improving throughput. The event collector 158 can also perform some initial preprocessing of events, like simple filtering, aggregation, logical composition, etc. The event collector 158 may also reduce the number of connections from application nodes to event processor instances.
[0040] Referring now to Figure IE, an example of monitoring services is illustrated. A model driven event processor 160 is a host controlling execution of monitoring applications. When the event processor 160 starts, it uses a configurator 162 to initialize the monitoring configuration. Further, the configurator 162 is invoked by a deployment/undeployment workflow running under the framework command processor to deploy/undeploy monitoring modules when the monitoring application gets deployed/undeployed.
[0041] The configurator 162 reads the monitoring applications models 164 from repository 106. A monitoring application model 164 contains a set of monitoring modules models. The monitoring applications are deployed the same way other user applications are deployed. In particular, applications may be deployed through lifecycle transitions workflows executed under control of the framework command processor.
[0042] The configurator 162 deploys each monitoring module assigned to an event processor 160 producing a runtime event handler 166 by instantiating the event handler object based on the monitoring module model 164. Deployment of a monitoring module includes adding the event handler 166 to an event dispatcher's 168 event dispatch table, keyed by a reference to an event definition specified in monitoring modules' event mappings. This effectively creates a subscription through which events will be delivered to event handlers 166. Similarly, the monitoring module 140 (see Figure 1C) can be undeployed by deleting its corresponding event handler 166 from the dispatch table.
[0043] The event dispatcher 168 routes the events to event handlers 166 based on an event routing dispatch table which maps the input event type to a list of event handlers 166. For every event handler 166 in the list, a new work item gets queued to a thread pool, with the event for processing by the event handler 166. As such, events may be processed by event handlers 166 in parallel, taking advantage of multiple CPUs present in a system.
[0044] Some input events can be aggregated by single event handler 166 in memory before writing the resulting event output. This may result in event stream intensity reduction and allow for improved event processing performance. Raw input events come as an input to the event handler 166, and are processed. The result of this processing is stored into a private event handler's in-memory data structure, which accumulates the data until enough events have been processed. When this occurs, an output aggregate event can be emitted. This may including passing events to an event handler's event writer.
[0045] An event writer may be an event store writer 170 which will store the processed event straight to an event store 124. In alternative embodiments, the event writer may be another kind of writer 172 which can pass the event to different components of the system, such as to another event processor, allowing for building a hierarchical event processing system.
[0046] The system can include multiple event processors 160 and multiple event stores 124. This, combined with in-memory event aggregation capability allows for configuring of scaled out event processing systems capable of handling very intensive event streams. The sample multilevel event processing system can be implemented as depicted as in Figure IF.
[0047] Events in event store 124 have an identifier on the event source in application model it was generated from. This way, the Analytics tools can query the event store 124 and locate the events only related to particular applications, by filtering through list of application event sources, and produce useful reports and other visualizations.
[0048] For every application's regular entry point (like Web Service endpoint) it is possible to automatically generate default event source models and their corresponding observation applications which will cause every application deployed through executive services to have basic (default) set of monitoring present (i.e. events being emitted and processed ) at no additional development cost.
[0049] Referring now to Figure 2, a method 200 is illustrated. The method 200 illustrates acts for enabling events from applications. Figure 2 illustrates that the method 200 includes declaratively defining an application model correlated to an application (act 202). In the example illustrated, the application model describes operations of the application. Figure IA illustrates example of application models
104 defined declaratively and stored in a repository 106.
[0050] The method 200 further includes declaratively defining one or more event models correlated to the application model (act 202). The event models describe application execution locations where events are desired to be emitted in the execution of the application. The event models may be included, for example, in the instrumentation models 107 illustrated in Figure IB.
[0051] Based on the correlation of the event models to the application models, the method 200 further includes instrumenting the applications with instrumentation code to cause the application to emit events at the execution locations (act 206). Figure IB illustrates instrumentation 130 associated with application modules 129. [0052] The method 200 may further include generating events by driving the applications and causing the execution of the instrumentation code. These events are illustrated in one example at 111 in Figure IA. In one embodiment, the instrumentation code causes events emitted to include a reference to an application model corresponding to the event. Thus, for example, the event 111 illustrated in Figure IA may include a reference to the application model 104. This allows for the monitoring services 120 to apply the event to an observation model 109 stored in the repository 106 to facilitate how events are handled including aggregation, routing, and storage.
[0053] As alluded to above, the method 200 may further include defining an aggregation point for events. Generated events are then routed to the aggregation point defined for the events. Defining an aggregation point for events may include defining a hierarchical event aggregation system where events aggregated at a number of aggregation point are aggregated at one or more higher level aggregation points. At the aggregation point, the events are manipulated. For example, manipulating events may include combining a number of events through logical or other operations. Manipulating events may include storing the events. [0054] Referring now to Figure 3, a method of processing events is illustrated. The method 300 includes defining an application model, where the application model includes one or more observation models (act 302). The observation models include a correlation of events to the observation model by defining instrumentation models in the application model. [0055] The method 300 further includes receiving an event (act 304). For example, as illustrated in Figure IA, the monitoring services 120 may receive an event 111 from an application part 108. The method 300 further includes applying the event to the correlated observation model based on the correlation (act 306). [0056] The method 300 further includes processing the event according to the observation model (act 308). For example, in one embodiment, processing the event according to the observation model includes storing the event. In some embodiments, wherein processing the event according to the observation model includes aggregating events. Aggregating the events may include, for example, combining the events through logical or other operations.
[0057] In one embodiment, processing the event according to the observation model includes processing the event in aggregators arranged hierarchically. In another embodiment, processing the event according to the observation model includes sending events to an aggregator based on the event type. In yet another embodiment, processing the event according to the observation model comprises monitoring events using a generic monitoring module where the generic monitoring module references an input event definition to correlate output from an event source with input to an event listener.
[0058] Embodiments may also include computer-readable media for carrying or having computer-executable instructions or data structures stored thereon. Such computer-readable media can be any available media that can be accessed by a general purpose or special purpose computer. By way of example, and not limitation, such computer-readable media can comprise RAM, ROM, EEPROM, CD-ROM or other optical disk storage, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to carry or store desired program code means in the form of computer-executable instructions or data structures and which can be accessed by a general purpose or special purpose computer. When information is transferred or provided over a network or another communications connection (either hardwired, wireless, or a combination of hardwired or wireless) to a computer, the computer properly views the connection as a computer-readable medium. Thus, any such connection is properly termed a computer-readable medium. Combinations of the above should also be included within the scope of computer-readable media.
[0059] Computer-executable instructions comprise, for example, instructions and data which cause a general purpose computer, special purpose computer, or special purpose processing device to perform a certain function or group of functions. Although the subject matter has been described in language specific to structural features and/or methodological acts, it is to be understood that the subject matter defined in the appended claims is not necessarily limited to the specific features or acts described above. Rather, the specific features and acts described above are disclosed as example forms of implementing the claims. [0060] The present invention may be embodied in other specific forms without departing from its spirit or essential characteristics. The described embodiments are to be considered in all respects only as illustrative and not restrictive. The scope of the invention is, therefore, indicated by the appended claims rather than by the foregoing description. All changes which come within the meaning and range of equivalency of the claims are to be embraced within their scope.

Claims

CLAIMSWhat is claimed is:
1. In a distributed computing environment, a method of enabling events from applications, the method comprising; declaratively defining an application model correlated to an application, the application model describing operations of the application; declaratively defining one or more event models correlated to the application model, the event models describing application execution locations where events are desired to be emitted in the execution of the application; based on the correlation of the event models to the application models, instrumenting the applications with instrumentation code to cause the application to emit events at the execution locations.
2. The method of claim 1, further comprising emitting events by driving the applications and causing the execution of the instrumentation code.
3. The method of claim 2, further comprising using emitted events to adaptively control the application.
4. The method of claim 1, wherein the instrumentation code causes events emitted to include a reference to an application model corresponding to the event.
5. The method of claim 1 , further comprising: defining an aggregation point for events; and routing the generated events to the aggregation point defined for the event.
6. The method of claim 5, wherein defining an aggregation point for events comprises defining a hierarchical event aggregation system where events aggregated at a plurality of aggregation point are aggregated at a higher level aggregation point.
7. The method of claim 5, wherein defining an aggregation point for events comprises defining an aggregation point that is distributed across a plurality of nodes.
8. The method of claim 5, wherein at the aggregation point, the events are manipulated.
9. The method of claim 8, wherein manipulating events comprises combining a plurality of events through logical operations.
10. The method of claim 8, wherein manipulating events comprises storing the events.
11. The method of claim 8, wherein manipulating events comprises generating key performance indicators from aggregated events.
12. A method of processing events comprising; defining an application model, wherein the application model includes one or more observation models, wherein the observation models comprise a correlation of events to the observation model by defining instrumentation models in the application model; receiving an event; applying the event to the correlated observation model based on the correlation; and processing the event according to the observation model.
13. The method of claim 12, wherein processing the event according to the observation model comprises storing the event.
14. The method of claim 12, wherein processing the event according to the observation model comprises aggregating events.
15. The method of claim 14, wherein aggregating the events comprises combining the events through logical operations.
16. The method of claim 12, wherein processing the event according to the observation model comprises processing the event in aggregators arranged hierarchically.
17. The method of claim 12, wherein processing the event according to the observation model comprises sending events to an aggregator based on the event type.
18. The method of claim 12, wherein processing the event according to the observation model comprises monitoring events using a generic monitoring module wherein the generic monitoring module references an input event definition to correlate output from an event source with input to an event listener.
19. A monitoring system comprising : a repository, wherein the repository comprises models of applications, wherein the models of applications include instrumentation models correlated to application execution locations where events are desired to be emitted; and drivers coupled to repository, wherein the drivers are configured to instrument application code based on the correlation of instrumentation models to application execution locations.
20. The system of claim 19, further comprising one or more event processors configured to receive events from an intrumented application.
21. The system of claim 20, wherein at least one of the one or more event processors is configured to aggregate events.
22. The system of claim 21 , wherein at least one of the one or more event processors belongs to a hierarchical event aggregation structure.
23. The system of claim 19, further comprising one or more event stores configured to store events.
PCT/US2008/081232 2007-10-26 2008-10-26 Model-driven, repository-based application monitoring system WO2009055752A2 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US11/925,326 US7814198B2 (en) 2007-10-26 2007-10-26 Model-driven, repository-based application monitoring system
US11/925,326 2007-10-26

Publications (2)

Publication Number Publication Date
WO2009055752A2 true WO2009055752A2 (en) 2009-04-30
WO2009055752A3 WO2009055752A3 (en) 2009-06-25

Family

ID=40580427

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2008/081232 WO2009055752A2 (en) 2007-10-26 2008-10-26 Model-driven, repository-based application monitoring system

Country Status (2)

Country Link
US (1) US7814198B2 (en)
WO (1) WO2009055752A2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP4024215A1 (en) * 2020-12-30 2022-07-06 BlackBerry Limited Method for marshalling events in a publish-subscribe system

Families Citing this family (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7970892B2 (en) 2007-06-29 2011-06-28 Microsoft Corporation Tuning and optimizing distributed systems with declarative models
US8099720B2 (en) 2007-10-26 2012-01-17 Microsoft Corporation Translating declarative models
US7974939B2 (en) 2007-10-26 2011-07-05 Microsoft Corporation Processing model-based commands for distributed applications
US8051332B2 (en) * 2008-07-15 2011-11-01 Avicode Inc. Exposing application performance counters for .NET applications through code instrumentation
US9104794B2 (en) * 2008-07-15 2015-08-11 Microsoft Technology Licensing, Llc Automatic incremental application dependency discovery through code instrumentation
US20100262557A1 (en) * 2009-04-14 2010-10-14 Ferreira Rodrigo C Systems, methods, and apparatus for guiding users in process-driven environments
US8473783B2 (en) * 2010-11-09 2013-06-25 International Business Machines Corporation Fault tolerance in distributed systems
US9081893B2 (en) 2011-02-18 2015-07-14 Microsoft Technology Licensing, Llc Dynamic lazy type system
US9274919B2 (en) * 2011-04-29 2016-03-01 Dynatrace Software Gmbh Transaction tracing mechanism of distributed heterogenous transactions having instrumented byte code with constant memory consumption and independent of instrumented method call depth
US20130332240A1 (en) * 2012-06-08 2013-12-12 University Of Southern California System for integrating event-driven information in the oil and gas fields
US10484490B2 (en) 2017-10-05 2019-11-19 Bank Of America Corporation Multicomputer processing of user data with centralized event control
US11163633B2 (en) 2019-04-24 2021-11-02 Bank Of America Corporation Application fault detection and forecasting

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040078461A1 (en) * 2002-10-18 2004-04-22 International Business Machines Corporation Monitoring storage resources used by computer applications distributed across a network
US20050091227A1 (en) * 2003-10-23 2005-04-28 Mccollum Raymond W. Model-based management of computer systems and distributed applications
US20050165906A1 (en) * 1997-10-06 2005-07-28 Mci, Inc. Deploying service modules among service nodes distributed in an intelligent network

Family Cites Families (132)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4751635A (en) 1986-04-16 1988-06-14 Bell Communications Research, Inc. Distributed management support system for software managers
US5423003A (en) 1994-03-03 1995-06-06 Geonet Limited L.P. System for managing network computer applications
US5809266A (en) 1994-07-29 1998-09-15 Oracle Corporation Method and apparatus for generating reports using declarative tools
US5655081A (en) 1995-03-08 1997-08-05 Bmc Software, Inc. System for monitoring and managing computer resources and applications across a distributed computing environment using an intelligent autonomous agent architecture
EP0733972B1 (en) 1995-03-22 2003-07-09 Sun Microsystems, Inc. Method and apparatus for managing relationships among objects in a distributed object environment
EP0733967B1 (en) 1995-03-24 2005-02-09 Hewlett-Packard Company, A Delaware Corporation Methods and apparatus for monitoring events and implementing corrective action in a multi-entity computer system
US5764241A (en) 1995-11-30 1998-06-09 Microsoft Corporation Method and system for modeling and presenting integrated media with a declarative modeling language for representing reactive behavior
US6662205B1 (en) 1996-10-01 2003-12-09 International Business Machines Corporation Scaleable and extensible system management architecture with dataless endpoints
US5937388A (en) 1996-12-05 1999-08-10 Hewlett-Packard Company System and method for performing scalable distribution of process flow activities in a distributed workflow management system
US6247056B1 (en) 1997-02-03 2001-06-12 Oracle Corporation Method and apparatus for handling client request with a distributed web application server
US6225995B1 (en) 1997-10-31 2001-05-01 Oracle Corporaton Method and apparatus for incorporating state information into a URL
US6026404A (en) 1997-02-03 2000-02-15 Oracle Corporation Method and system for executing and operation in a distributed environment
US6710786B1 (en) 1997-02-03 2004-03-23 Oracle International Corporation Method and apparatus for incorporating state information into a URL
US5958010A (en) 1997-03-20 1999-09-28 Firstsense Software, Inc. Systems and methods for monitoring distributed applications including an interface running in an operating system kernel
US6055363A (en) 1997-07-22 2000-04-25 International Business Machines Corporation Managing multiple versions of multiple subsystems in a distributed computing environment
US6334114B1 (en) 1997-10-31 2001-12-25 Oracle Corporation Method and apparatus for performing transactions in a stateless web environment which supports a declarative paradigm
US6330717B1 (en) 1998-03-27 2001-12-11 Sony Corporation Of Japan Process and system for developing an application program for a distributed adaptive run-time platform
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
US6728748B1 (en) 1998-12-01 2004-04-27 Network Appliance, Inc. Method and apparatus for policy based class of service and adaptive service level management within the context of an internet and intranet
US6279009B1 (en) 1998-12-04 2001-08-21 Impresse Corporation Dynamic creation of workflows from deterministic models of real world processes
US6336217B1 (en) 1998-12-30 2002-01-01 International Business Machines Corporation Systems, methods and computer program products for end-to-end software development process automation
US20020135611A1 (en) 1999-03-04 2002-09-26 Trevor Deosaran Remote performance management to accelerate distributed processes
US6430576B1 (en) 1999-05-10 2002-08-06 Patrick Gates Distributing and synchronizing objects
US6618719B1 (en) 1999-05-19 2003-09-09 Sybase, Inc. Database system with methodology for reusing cost-based optimization decisions
US6662356B1 (en) 1999-06-30 2003-12-09 Microsoft Corporation Application program interface for transforming heterogeneous programs
US6640241B1 (en) * 1999-07-19 2003-10-28 Groove Networks, Inc. Method and apparatus for activity-based collaboration by a computer system equipped with a communications manager
US6718535B1 (en) 1999-07-30 2004-04-06 Accenture Llp System, method and article of manufacture for an activity framework design in an e-commerce based environment
US6715145B1 (en) 1999-08-31 2004-03-30 Accenture Llp Processing pipeline in a base services pattern environment
US6477665B1 (en) 1999-08-31 2002-11-05 Accenture Llp System, method, and article of manufacture for environment services patterns in a netcentic environment
WO2001025914A2 (en) 1999-10-01 2001-04-12 Accenture Llp. Operations architectures for netcentric computing systems
JP3738624B2 (en) 1999-10-26 2006-01-25 日本電気株式会社 Distributed application control system, control method, and recording medium recording program
AU2001227857A1 (en) 2000-01-14 2001-07-24 Saba Software, Inc. Method and apparatus for a business applications management system platform
US6938256B2 (en) 2000-01-18 2005-08-30 Galactic Computing Corporation System for balance distribution of requests across multiple servers using dynamic metrics
US6654783B1 (en) * 2000-03-30 2003-11-25 Ethergent Corporation Network site content indexing method and associated system
US6687735B1 (en) 2000-05-30 2004-02-03 Tranceive Technologies, Inc. Method and apparatus for balancing distributed applications
US7392210B1 (en) 2000-04-07 2008-06-24 Jpmorgan Chase Bank, N.A. Workflow management system and method
US20020038217A1 (en) 2000-04-07 2002-03-28 Alan Young System and method for integrated data analysis and management
US7310801B2 (en) 2000-04-27 2007-12-18 Microsoft Corporation Servicing a component-based software product throughout the software product lifecycle
US6854069B2 (en) 2000-05-02 2005-02-08 Sun Microsystems Inc. Method and system for achieving high availability in a networked computer system
US6922685B2 (en) 2000-05-22 2005-07-26 Mci, Inc. Method and system for managing partitioned data resources
US7171654B2 (en) 2000-05-25 2007-01-30 The United States Of America As Represented By The Secretary Of The Navy System specification language for resource management architecture and corresponding programs therefore
US7685239B2 (en) 2000-06-28 2010-03-23 Canon Kabushiki Kaisha Image communication apparatus, image communication method, and memory medium
AU2001288644A1 (en) 2000-09-01 2002-04-08 International Interactive Commerce, Ltd. System, method, uses, products, program products, and business methods for distributed internet and distributed network services
US20030154266A1 (en) 2000-09-01 2003-08-14 Mark Bobick Server system and method for discovering digital assets in enterprise information systems
US6920458B1 (en) 2000-09-22 2005-07-19 Sas Institute Inc. Model repository
US6907395B1 (en) 2000-10-24 2005-06-14 Microsoft Corporation System and method for designing a logical model of a distributed computer system and deploying physical resources according to the logical model
US6915338B1 (en) 2000-10-24 2005-07-05 Microsoft Corporation System and method providing automatic policy enforcement in a multi-computer service application
AU2002228739A1 (en) 2000-10-27 2002-05-06 Entigen Corporation Integrating heterogeneous data and tools
US7174359B1 (en) 2000-11-09 2007-02-06 International Business Machines Corporation Apparatus and methods for sequentially scheduling a plurality of commands in a processing environment which executes commands concurrently
US7600014B2 (en) 2000-11-16 2009-10-06 Symantec Corporation Method and system for monitoring the performance of a distributed application
US7020869B2 (en) 2000-12-01 2006-03-28 Corticon Technologies, Inc. Business rules user interface for development of adaptable enterprise applications
US6931644B2 (en) 2000-12-21 2005-08-16 International Business Machines Corporation Hierarchical connected graph model for implementation of event management design
WO2002057917A2 (en) 2001-01-22 2002-07-25 Sun Microsystems, Inc. Peer-to-peer network computing platform
US20020111841A1 (en) 2001-02-09 2002-08-15 International Business Machines Corporation Controlling commands in workflow management systems
US20020147962A1 (en) 2001-02-12 2002-10-10 International Business Machines Corporation Method and system for incorporating legacy applications into a distributed data processing environment
US6801818B2 (en) 2001-03-14 2004-10-05 The Procter & Gamble Company Distributed product development
ES2333697T3 (en) 2001-04-05 2010-02-26 Inpeco Ip Ltd. METHOD FOR THE MANAGEMENT OF WORK CELL SYSTEMS BASED ON AN AUTOMATION MANAGEMENT SYSTEM.
US6934702B2 (en) 2001-05-04 2005-08-23 Sun Microsystems, Inc. Method and system of routing messages in a distributed search network
US6948151B2 (en) 2001-06-29 2005-09-20 International Business Machines Corporation System and method for dynamic packaging of component objects
US20050155042A1 (en) 2001-07-02 2005-07-14 Michael Kolb Component-based system for distributed applications
US7055143B2 (en) 2001-07-10 2006-05-30 Microsoft Corporation System and methods for providing a declarative syntax for specifying SOAP-based web services
US7660886B2 (en) 2001-09-27 2010-02-09 International Business Machines Corporation Apparatus and method of representing real-time distributed command execution status across distributed systems
US20030135384A1 (en) 2001-09-27 2003-07-17 Huy Nguyen Workflow process method and system for iterative and dynamic command generation and dynamic task execution sequencing including external command generator and dynamic task execution sequencer
US7035930B2 (en) 2001-10-26 2006-04-25 Hewlett-Packard Development Company, L.P. Method and framework for generating an optimized deployment of software applications in a distributed computing environment using layered model descriptions of services and servers
US7085837B2 (en) 2001-12-04 2006-08-01 International Business Machines Corporation Dynamic resource allocation using known future benefits
WO2003050674A1 (en) 2001-12-07 2003-06-19 Dbase, Inc. Drag-and-drop dynamic distributed object model
CA2476314A1 (en) 2002-02-07 2003-08-14 Think-Dynamics Inc. Method and system for managing resources in a data center
US20030195763A1 (en) 2002-04-11 2003-10-16 International Business Machines Corporation Method and system for managing a distributed workflow
US7130881B2 (en) 2002-05-01 2006-10-31 Sun Microsystems, Inc. Remote execution model for distributed application launch and control
US7219351B2 (en) 2002-05-30 2007-05-15 Oracle International Corporation Multi-view conversion system and method for exchanging communications between heterogeneous applications
US7240325B2 (en) 2002-09-11 2007-07-03 International Business Machines Corporation Methods and apparatus for topology discovery and representation of distributed applications and services
US6847970B2 (en) 2002-09-11 2005-01-25 International Business Machines Corporation Methods and apparatus for managing dependencies in distributed systems
US7096311B2 (en) 2002-09-30 2006-08-22 Innopath Software, Inc. Updating electronic files using byte-level file differencing and updating algorithms
US20040088350A1 (en) * 2002-10-31 2004-05-06 General Electric Company Method, system and program product for facilitating access to instrumentation data in a heterogeneous distributed system
CA2412747A1 (en) 2002-11-26 2004-05-26 Cognos Incorporated System and method for monitoring business performance
US20040148370A1 (en) 2003-01-23 2004-07-29 Electronic Data Systems Corporation System and method for composing, configuring, deploying, and managing services using a graphical user interface
US7168077B2 (en) 2003-01-31 2007-01-23 Handysoft Corporation System and method of executing and controlling workflow processes
US7072807B2 (en) 2003-03-06 2006-07-04 Microsoft Corporation Architecture for distributed computing system and automated design, deployment, and management of distributed applications
WO2004081762A2 (en) 2003-03-12 2004-09-23 Lammina Systems Corporation Method and apparatus for executing applications on a distributed computer system
US20040187140A1 (en) 2003-03-21 2004-09-23 Werner Aigner Application framework
DE10331873B4 (en) 2003-07-14 2022-09-01 Robert Bosch Gmbh Method for monitoring distributed software
US7590643B2 (en) 2003-08-21 2009-09-15 Microsoft Corporation Systems and methods for extensions and inheritance for units of information manageable by a hardware/software interface system
US7503043B2 (en) 2003-09-05 2009-03-10 International Business Machines Corporation Method of building dynamic installation packages using a declarative authoring tool
US20050071737A1 (en) 2003-09-30 2005-03-31 Cognos Incorporated Business performance presentation user interface and method for presenting business performance
US20050074003A1 (en) 2003-10-02 2005-04-07 Ball David Alexander Distributed software architecture for implementing BGP
EP1678645B1 (en) 2003-10-27 2019-10-02 Hitachi Vantara Corporation Policy-based management of a redundant array of independent nodes
US20050120106A1 (en) 2003-12-02 2005-06-02 Nokia, Inc. System and method for distributing software updates to a network appliance
US7454496B2 (en) 2003-12-10 2008-11-18 International Business Machines Corporation Method for monitoring data resources of a data processing network
US20050137839A1 (en) 2003-12-19 2005-06-23 Nikolai Mansurov Methods, apparatus and programs for system development
US20050188075A1 (en) 2004-01-22 2005-08-25 International Business Machines Corporation System and method for supporting transaction and parallel services in a clustered system based on a service level agreement
US7822662B2 (en) 2004-03-29 2010-10-26 Microsoft Corporation Key performance indicator system and method
US8271541B2 (en) 2004-03-31 2012-09-18 Fusionops Corporation Method and apparatus for developing composite applications
US7079010B2 (en) 2004-04-07 2006-07-18 Jerry Champlin System and method for monitoring processes of an information technology system
US7376534B2 (en) 2004-05-21 2008-05-20 Bea Systems, Inc. Watches and notifications
US7370296B2 (en) 2004-05-25 2008-05-06 International Business Machines Corporation Modeling language and method for address translation design mechanisms in test generation
US7747641B2 (en) 2004-07-09 2010-06-29 Microsoft Corporation Modeling sequence and time series data in predictive analytics
US7716253B2 (en) 2004-07-09 2010-05-11 Microsoft Corporation Centralized KPI framework systems and methods
US7467078B2 (en) 2004-07-16 2008-12-16 Agilent Technologies Inc. Portable distributed application framework
US20060070066A1 (en) 2004-09-30 2006-03-30 Grobman Steven L Enabling platform network stack control in a virtualization platform
US7561673B2 (en) 2004-09-30 2009-07-14 Microsoft Corporation Integration of speech services with telecommunications
US7631291B2 (en) 2004-10-01 2009-12-08 Microsoft Corporation Declarative representation for an extensible workflow model
US8032863B2 (en) 2004-11-18 2011-10-04 Parasoft Corporation System and method for global group reporting
US20060130047A1 (en) 2004-11-30 2006-06-15 Microsoft Corporation System and apparatus for software versioning
US7451435B2 (en) 2004-12-07 2008-11-11 Microsoft Corporation Self-describing artifacts and application abstractions
US20060155738A1 (en) 2004-12-16 2006-07-13 Adrian Baldwin Monitoring method and system
KR20060082353A (en) 2005-01-12 2006-07-18 와이더댄 주식회사 System and method for providing and handling executable web content
US20070050446A1 (en) 2005-02-01 2007-03-01 Moore James F Managing network-accessible resources
US7770151B2 (en) 2005-04-07 2010-08-03 International Business Machines Corporation Automatic generation of solution deployment descriptors
US7979520B2 (en) 2005-04-15 2011-07-12 Microsoft Corporation Prescriptive architecture recommendations
JP4372043B2 (en) 2005-05-12 2009-11-25 株式会社ソニー・コンピュータエンタテインメント Command execution control device, command execution instruction device, and command execution control method
US7757213B2 (en) 2005-05-18 2010-07-13 Microsoft Corporation Aggregation-based management of a distributed business process application
EP1729213A1 (en) 2005-05-30 2006-12-06 Honda Research Institute Europe GmbH Development of parallel/distributed applications
US7761851B2 (en) 2005-05-31 2010-07-20 International Business Machines Corporation Computer method and system for integrating software development and deployment
US20070005281A1 (en) 2005-05-31 2007-01-04 David Haggerty Systems and Methods Providing Reusable Test Logic
US7359824B2 (en) 2005-06-29 2008-04-15 International Business Machines Corporation Systems and methods for a distributed execution environment with per-command environment management
US7454492B2 (en) 2005-08-26 2008-11-18 International Business Machines Corporation Method and apparatus for configuring and modeling server information in an enterprise tooling environment
US20070050237A1 (en) 2005-08-30 2007-03-01 Microsoft Corporation Visual designer for multi-dimensional business logic
US7818714B2 (en) 2005-09-15 2010-10-19 Microsoft Corporation Integration of process and workflows into a business application framework
US7430559B2 (en) 2005-09-21 2008-09-30 Microsoft Corporation Generalized idempotent requests
FR2891077B1 (en) 2005-09-22 2008-12-12 Xcalia Sa SYSTEM FOR IMPLEMENTING A BUSINESS APPLICATION.
US8407610B2 (en) 2005-09-30 2013-03-26 Sap Portals Israel Ltd. Executable and declarative specification for graphical user interfaces
US7941309B2 (en) 2005-11-02 2011-05-10 Microsoft Corporation Modeling IT operations/policies
US7512707B1 (en) 2005-11-03 2009-03-31 Adobe Systems Incorporated Load balancing of server clusters
WO2007072501A2 (en) 2005-12-19 2007-06-28 Mphasis Bfl Limited A system and a methodology for providing integrated business performance management platform
US8122427B2 (en) 2006-01-04 2012-02-21 Microsoft Corporation Decentralized system services
US20070174228A1 (en) 2006-01-17 2007-07-26 Microsoft Corporation Graphical representation of key performance indicators
US20070179823A1 (en) 2006-01-30 2007-08-02 Kumar Bhaskaran Observation modeling
US7869585B2 (en) 2006-03-17 2011-01-11 Microsoft Corporation Declarations for transformations within service sequences
US8793584B2 (en) 2006-05-24 2014-07-29 International Business Machines Corporation Customizable user interface wrappers for web applications
US8095923B2 (en) 2006-06-29 2012-01-10 Augusta Systems, Inc. System and method for deploying and managing intelligent nodes in a distributed network
US20080244423A1 (en) 2007-03-28 2008-10-02 Sap Ag Melting groups
US8015281B2 (en) 2008-04-21 2011-09-06 Microsoft Corporation Dynamic server flow control in a hybrid peer-to-peer network

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050165906A1 (en) * 1997-10-06 2005-07-28 Mci, Inc. Deploying service modules among service nodes distributed in an intelligent network
US20040078461A1 (en) * 2002-10-18 2004-04-22 International Business Machines Corporation Monitoring storage resources used by computer applications distributed across a network
US20050091227A1 (en) * 2003-10-23 2005-04-28 Mccollum Raymond W. Model-based management of computer systems and distributed applications

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP4024215A1 (en) * 2020-12-30 2022-07-06 BlackBerry Limited Method for marshalling events in a publish-subscribe system
US11483412B2 (en) 2020-12-30 2022-10-25 Blackberry Limited Method for marshalling events in a publish-subscribe system

Also Published As

Publication number Publication date
US7814198B2 (en) 2010-10-12
US20090112559A1 (en) 2009-04-30
WO2009055752A3 (en) 2009-06-25

Similar Documents

Publication Publication Date Title
US7814198B2 (en) Model-driven, repository-based application monitoring system
US9916232B2 (en) Methods and systems of distributed tracing
KR101626174B1 (en) Data center programming model
US8601458B2 (en) Profile-driven data stream processing
CN104794047B (en) Method and system for correlation analysis of performance indicators
US9542291B2 (en) Self-monitoring event-based system and method
US20150213087A1 (en) Scaling framework for querying
US9755942B2 (en) Method and system for monitoring conditions in a dynamic network environment
US10116534B2 (en) Systems and methods for WebSphere MQ performance metrics analysis
US9521004B2 (en) Methods and systems of generating a billing feed of a distributed network
US10498817B1 (en) Performance tuning in distributed computing systems
US20140115153A1 (en) Apparatus for monitoring data distribution service (dds) and method thereof
SG193420A1 (en) Method and system for dynamically tagging metrics data
JP2023046248A (en) Metrics and security-based accelerator service rescheduling and auto-scaling using programmable network device
US20210406053A1 (en) Rightsizing virtual machine deployments in a cloud computing environment
US8819239B2 (en) Distributed resource management systems and methods for resource management thereof
González et al. Addressing QoS issues in service based systems through an adaptive ESB infrastructure
US10122602B1 (en) Distributed system infrastructure testing
US20100269119A1 (en) Event-based dynamic resource provisioning
Berthold et al. Visualizing parallel functional program runs: Case studies with the eden trace viewer
WO2020163120A1 (en) Efficient scaling of a container-based application in a distributed computing system
Rak et al. Chase: An autonomic service engine for cloud environments
US20230280996A1 (en) Application hosting, monitoring, and management within a container hosting environment
Rathfelder et al. Predictive modelling of peer-to-peer event-driven communication in component-based systems
Volk et al. Towards intelligent management of very large computing systems

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: 08840841

Country of ref document: EP

Kind code of ref document: A2

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 08840841

Country of ref document: EP

Kind code of ref document: A2