CA2780013C - Cloud computing monitoring and management system - Google Patents

Cloud computing monitoring and management system Download PDF

Info

Publication number
CA2780013C
CA2780013C CA2780013A CA2780013A CA2780013C CA 2780013 C CA2780013 C CA 2780013C CA 2780013 A CA2780013 A CA 2780013A CA 2780013 A CA2780013 A CA 2780013A CA 2780013 C CA2780013 C CA 2780013C
Authority
CA
Canada
Prior art keywords
application
cloud
monitoring
message
computing environment
Prior art date
Legal status (The legal status 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 status listed.)
Active
Application number
CA2780013A
Other languages
French (fr)
Other versions
CA2780013A1 (en
Inventor
Bradley Wheeler
Bryan Griffin
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Microsoft Technology Licensing LLC
Original Assignee
Microsoft Technology Licensing LLC
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 Technology Licensing LLC filed Critical Microsoft Technology Licensing LLC
Publication of CA2780013A1 publication Critical patent/CA2780013A1/en
Application granted granted Critical
Publication of CA2780013C publication Critical patent/CA2780013C/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F13/00Interconnection of, or transfer of information or other signals between, memories, input/output devices or central processing units
    • 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
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • 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/546Message passing systems or structures, e.g. queues

Abstract

A cloud computing monitoring system has an alert capturing system and a message transfer system that provides performance tracking and alert management to a local monitoring system. The alert capturing system may operate as part of a managed code framework and may capture and route alerts that may be transmitted to an operating system, as well as application exceptions and debugging information. A message queuing system may transmit the alerts to a local monitoring system, which may have a connector that subscribes to the cloud system's message queuing system.

Description

CLOUD COMPUTING MONITORING AND MANAGEMENT SYSTEM
Background [00011 Cloud computing is a computing paradigm that abstracts many aspects of a conventional computer. In a cloud environment, the hardware components may be abstracted into a hardware fabric. The hardware fabric may be many server computers located in one or more datacenters, and the datacenters may be geographically dispersed.
[00021 In many cloud environments, the conventional notion of an operating system may also be abstracted so that applications may operate in a runtime environment, but with limited access to operating system functions.
[00031 The cloud environment may execute applications in a manner that is highly scalable. A developer may provide an application to execute, and a management system may determine how much computing resources to allocate, the geographic location of those resources, and may determine which hardware platforms on which to execute the application. In some cases, an administrator may be able to determine some upper and lower limits to the computing resources, but the cloud management system may handle allocating the specific resources and managing the execution of the application.
[00041 Cloud environments may allow applications to scale up and down with load, as the cloud management system may allocate resources during high load periods and free up resources during low loads.
Summary [00051 A cloud computing monitoring system has an event capturing system and a message transfer system that provides performance tracking and alert management to a local monitoring system. The event capturing system may operate as part of a managed code framework and may capture and route alerts that may be transmitted to a monitoring system, as well as application exceptions and debugging information. A message queuing system may transmit the events to a local monitoring system, which may have a connector that subscribes to the cloud system's message queuing system. The monitoring system may be a framework or executable code library that can be linked to and called by the application.

[0005a] According to an aspect of the present invention, there is provided a computing system comprising: one or more computing devices of a hardware fabric configured to provide a cloud computing environment for executing a cloud application uploaded to the cloud computing environment by a customer; a monitoring framework implemented within the cloud computing environment and linked to the cloud application; and a message queuing system implemented within the cloud computing environment and used by the monitoring framework to communicate with a remote monitoring application that is operating on a computing device located within an information infrastructure of an enterprise, wherein: the monitoring framework is configured to collect performance information generated by the cloud application and provide the performance information to the message queuing system within the cloud computing environment; the message queuing system is configured to provide a subscription service for a plurality of message queues, encapsulate the performance information in a message that is compatible with the remote monitoring application operating on the computing device located within the information infrastructure of the enterprise, and store the message encapsulating the performance information in a particular message queue associated with the remote monitoring application; the remote monitoring application is configured to subscribe to the particular message queue and retrieve the message encapsulating the performance information from the particular message queue within the cloud computing environment over a wide area network; and the remote monitoring application is further configured to aggregate the performance information from the retrieved message with other performance information collected by the monitoring application from on-premise components that are located within the information infrastructure of the enterprise and monitored by the remote monitoring application.
[0005b] According to another aspect of the present invention, there is provided a method comprising: providing, by one or more computing devices of a hardware fabric, a cloud computing environment for executing a cloud application uploaded to the cloud computing environment by a customer; implementing a monitoring framework within the cloud computing environment; linking the monitoring framework to the cloud application within the cloud computing environment; implementing a message queuing system within the cloud computing environment, wherein the message queuing system is used by the monitoring la framework to communicate with a remote monitoring application that is operating on a computing device located within an information infrastructure of an enterprise; collecting, by the monitoring framework, performance information generated by the cloud application;
providing, by the monitoring framework, the performance information to the message queuing system within the cloud computing environment; providing, by the message queuing system, a subscription service for a plurality of message queues; encapsulating, by the message queuing system, the performance information in a message that is compatible with the remote monitoring application operating on the computing device located within the information infrastructure of the enterprise; and storing, by the message queuing system, the message encapsulating the performance information in a particular message queue associated with the remote monitoring application, wherein: the remote monitoring application is configured to subscribe to the particular message queue and retrieve the message encapsulating the performance information from the particular message queue within the cloud computing environment over a wide area network; and the remote monitoring application is further configured to aggregate the performance information from the retrieved message with other performance information collected by the monitoring application from on-premise components that are located within the information infrastructure of the enterprise and monitored by the remote monitoring application.
[0005c] According to still another aspect of the present invention, there is provided a computer-readable storage device storing computer-executable instructions that, when executed by one or more computing devices of a hardware fabric, perform a method comprising: providing, by the one or more computing devices of the hardware fabric, a cloud computing environment for executing a cloud application uploaded to the cloud computing environment by a customer; implementing a monitoring framework within the cloud computing environment; linking the monitoring framework to the cloud application within the cloud computing environment; implementing a message queuing system within the cloud computing environment, wherein the message queuing system is used by the monitoring framework to communicate with a remote monitoring application that is operating on a computing device located within an information infrastructure of an enterprise; collecting, by the monitoring framework, performance information generated by the cloud application;
lb providing, by the monitoring framework, the performance information to the message queuing system within the cloud computing environment; providing, by the message queuing system, a subscription service for a plurality of message queues; encapsulating, by the message queuing system, the performance information in a message that is compatible with the remote monitoring application operating on the computing device located within the information infrastructure of the enterprise; and storing, by the message queuing system, the message encapsulating the performance information in a particular message queue associated with the remote monitoring application, wherein: the remote monitoring application is configured to subscribe to the particular message queue and retrieve the message encapsulating the performance information from the particular message queue within the cloud computing environment over a wide area network; and the remote monitoring application is further configured to aggregate the performance information from the retrieved message with other performance information collected by the monitoring application from on-premise components that are located within the information infrastructure of the enterprise and monitored by the remote monitoring application.
[0006] 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 to limit the scope of the claimed subject matter.
1 c Brief Description of the Drawings [0007] In the drawings, [0008] FIGURE 1 is a diagram illustration of an embodiment showing a network environment in which a monitoring system may operate with a cloud computing environment.
[0009] FIGURE 2 is a timeline illustration of an embodiment showing a method of capturing, transmitting, and using monitored events.
100101 FIGURE 3 is a diagram illustration of an embodiment showing a cloud computing environment with a monitoring framework.
Detailed Description [0011] A cloud computing runtime environment may have a monitoring framework that includes executable routines for capturing and reporting errors, debugging information, performance information, status, and other information that may be transferred to a centralized monitoring application. The centralized monitoring application may collect information from multiple executing applications to provide alerting and management functions to administrators. In some embodiments, the monitoring application may be used in a network operations center for real time network and applications monitoring.
[0012] The monitoring framework may include functions for capturing information from an application and communicating that information to a monitoring application.
The monitoring framework may receive the information to transmit, prepare messages from the information, and transmit those messages to the monitoring system in a format that the monitoring system may consume. In some embodiments, a message queuing system may be used to transmit the messages to a monitoring system that has a connector or other mechanism by which the monitoring system may subscribe to the message queue.
[0013] The monitoring framework may be included in a runtime environment for a cloud computing environment in some embodiments. The runtime environment may be a managed code environment that may include real time linking, garbage collection, and other services. In some embodiments, the monitoring framework may be included in a software development kit or other predefined set of executables against which an application may be developed, tested, and deployed in a cloud environment.
[0014] Throughout this specification, like reference numbers signify the same elements throughout the description of the figures.
[0015] When elements are referred to as being "connected" or "coupled," the elements can be directly connected or coupled together or one or more intervening elements may also be
2 present. In contrast, when elements are referred to as being "directly connected" or "directly coupled," there are no intervening elements present.
[0016] The subject matter may be embodied as devices, systems, methods, and/or computer program products. Accordingly, some or all of the subject matter may be embodied in hardware and/or in software (including firmware, resident software, micro-code, state machines, gate arrays, etc.) Furthermore, the subject matter may take the form of a computer program product on a computer-usable or computer-readable storage medium having computer-usable or computer-readable program code embodied in the medium for use by or in connection with an instruction execution system. In the context of this document, a computer-usable or computer-readable medium may be any medium that can contain, store, communicate, propagate, or transport the program for use by or in connection with the instruction execution system, apparatus, or device.
[0017] The computer-usable or computer-readable medium may be for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, device, or propagation medium. By way of example, and not limitation, computer-readable media may comprise computer storage media and communication media.
[0018] Computer storage media includes volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer-readable instructions, data structures, program modules, or other data.
Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital versatile disks (DVD) or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and may be accessed by an instruction execution system. Note that the computer-usable or computer-readable medium can be paper or other suitable medium upon which the program is printed, as the program can be electronically captured via, for instance, optical scanning of the paper or other suitable medium, then compiled, interpreted, of otherwise processed in a suitable manner, if necessary, and then stored in a computer memory.
[0019] Communication media typically embodies computer-readable instructions, data structures, program modules or other data in a modulated data signal such as a carrier wave or other transport mechanism and includes any information delivery media.
The term "modulated data signal" can be defined as a signal that has one or more of its characteristics set or changed in such a manner as to encode information in the signal. By
3
4 PCT/US2010/055739 way of example, and not limitation, communication media includes wired media such as a wired network or direct-wired connection, and wireless media such as acoustic, RF, infrared and other wireless media. Combinations of any of the above-mentioned should also be included within the scope of computer-readable media.
100201 When the subject matter is embodied in the general context of computer-executable instructions, the embodiment may comprise program modules, executed by one or more systems, computers, or other devices. Generally, program modules include routines, programs, objects, components, data structures, and the like, that perform particular tasks or implement particular abstract data types. Typically, the functionality of the program modules may be combined or distributed as desired in various embodiments.
[0021] Figure 1 is a diagram of an embodiment 100, showing a cloud environment with a monitoring system. Embodiment 100 is a simplified example of a device with a monitoring system that may work in conjunction with applications in a cloud computing environment, where the cloud applications may use a monitoring framework to capture and transmit messages consumed by the monitoring application.
[0022] The diagram of Figure 1 illustrates functional components of a system.
In some cases, the component may be a hardware component, a software component, or a combination of hardware and software. Some of the components may be application level software, while other components may be operating system level components. In some cases, the connection of one component to another may be a close connection where two or more components are operating on a single hardware platform. In other cases, the connections may be made over network connections spanning long distances. Each embodiment may use different hardware, software, and interconnection architectures to achieve the described functions.
[0023] Embodiment 100 is an example of a monitoring system that may monitor cloud applications. The monitoring system may monitor many different devices, applications, and other components, then consolidate the status of the components into a user interface.
The monitoring system may be used to monitor the health and status of an enterprise's information technology infrastructure in a centralized manner.
[0024] The information infrastructure may include many different servers, services, applications, and other components. Some of the components may be local or on premise components, such as applications executing on the monitoring device as well as applications executing on devices within a local area network. Other components may be remote components, such as cloud applications.

[0025] Cloud computing environments have different variations. In one type of cloud computing environment, a virtual machine may be created and executed on a remote hardware fabric. The virtual machine may have an operating system or other function that may be configured and instrumented to interface with a monitoring system.
[0026] In another type of cloud computing environment, a hardware fabric may have multiple server devices that each have an operating system, and each may also have a cloud layer operating on top of the operating systems. The cloud layer may abstract the operating system from the application, and provide many automated management functions. The cloud layer may provide load balancing, redundancy, replication in different geographic areas, resource management, and other functions. In many implementations, the cloud layer may automatically manage the resources used to execute a cloud application.
[0027] Many cloud computing environments may implement a monitoring framework.
A
monitoring framework may be a set of functions that can be called by an application to capture information and transmit the information to a monitoring system. The monitoring framework may create messages that encapsulate the information to be transmitted, where the messages are compatible with a monitoring system both in format and delivery.
[0028] A device 102 may be used to monitor various components, including applications executed in a cloud environment. The device 102 may have a hardware platform 104 and various software components 106. The device 102 is illustrated as a standalone device on which a monitoring application may operate.
[0029] The hardware platform 104 may by a typical computing platform, such as a server or desktop computer. The hardware platform 104 may include a processor 108, random access memory 110, and nonvolatile storage 112. The hardware platform 104 may also include a network interface 114 as well as a user interface 116.
[0030] In many embodiments, the hardware platform 104 may be a server computer, but in other embodiments, the hardware platform 104 may be any type of computing device. For example, the hardware platform 104 may be a server computer, desktop computer, laptop computer, netbook computer, or other device. In some cases, the hardware platform 104 may be a mobile device, such as a personal digital assistant, portable computer, mobile telephone, or other mobile device.
[0031] The software components 106 may include an operating system 118 on which a monitoring application 120 may execute. The monitoring application 120 may have
5 several connectors 122 that may gather information from specific devices, applications, or other monitored components.
[0032] The monitoring application 120 may gather information from other components and aggregate the information into a user interface. In one use scenario, the monitoring application 120 may be used to monitor the performance, configuration, and use of hardware and software components within a company or other enterprise. The monitoring application 120 may alert an administrator when problems may come up on any of the monitored components, as well as give a status of the components. In many embodiments, the monitoring application 120 may provide real time or near-real time updates and status of the monitored components.
100331 In some embodiments, the monitoring application 120 may have a user interface 123 in which the status of the monitored components and any alerts may be presented.
The monitoring application 120 may use a messaging system to transmit alerts or other messages to various recipients using email, voicemail, or other mechanisms.
The alerts may be emergency messages, for example, that may be transmitted when an urgent event may be detected.
[0034] The monitoring application 120 may have several connectors 122. The connectors 122 may connect with various information sources to collect and gather information about monitored components. The information sources may be any application, function, device, or other component that may generate alerts, events, performance data, or other information that may be consumed by a monitoring application 120. The connectors 122 may be active functions that may request information from a source as well as passive functions that may receive information on a periodic basis or when the information is available.
[0035] An active connector 122 may periodically initiate data collection. In some embodiments, a connector 122 may transmit a request for information to a service that may return the information requested. In another embodiment, a connector 122 may contact a remote data storage device and download or retrieve data stored on the storage device.
[0036] A passive connector 122 may receive a transmission that may be initiated by another device or service. The other device or service may transmit messages or other forms of information to the connector 122 on a periodic basis or when there is information to transmit.
6 [0037] Some connectors 122 may subscribe to a message queue to receive information updates. A connector 122 may initiate a subscription by contacting a queuing system or other messaging system using a Uniform Resource Identifier (URI) or other identifier or address. In some embodiments, such a connector 122 may present credentials to the messaging system to be able to receive messages.
[0038] Some messaging systems may create several subscriptions to which one or more monitoring systems may subscribe. For example, a cloud application may have several subscriptions available, such as one for high priority alerts, another one for operational status, and another one for debugging information. In some cases, the monitoring application 120 may subscribe to one or more of the available subscriptions.
[0039] The monitoring application 120 may gather many different types of information from a monitored component. The information may include general status information, performance information, alerts and emergency status, debugging information, and other information. Some embodiments may have different mechanisms for handling different types of information, including different manners for gathering, storing, processing, and presenting the information.
[0040] Status information may indicate the current operational state of a component. The status information may be updated when a component may be started, paused, stopped, or have other state changes. In many cases, the status information may be provided on a real time or near-real time basis. The status information may be used to present high level overview of the various monitored components. For example, a dashboard view of a set of monitored applications may be presented with green icons for operational status and red icons for stopped or paused status. A single user interface may provide a current status for many different monitored components in an easy to scan user interface.
[0041] Performance information may include various summary or detailed statistics about the operation of a component. For a monitored hardware component, performance information may include processor usage, disk capacity, network activity, memory usage, and other information. For a monitored software application, performance information may include number of requests processed, amount of data transmitted, or other performance metrics. The type of performance information may differ with different types of applications. Some performance information may be real time information that may be transmitted and displayed in a time sensitive manner. Other performance information may be historical information that may be transmitted to the monitoring application 120 on a delayed basis.
7 [0042] The performance information may be summary statistics as well as detailed information used to generate the summary statistics. Some embodiments may transmit summary statistics in different manner than the detailed information. For example, the summary statistics may be updated frequently using a message notification system that pushes the summary statistics to the monitoring application 120 while the detailed information may be stored in a remote database and pulled by the monitoring application 120 when the information may be requested.
[0043] In some embodiments, the summary statistics may be generated by a monitoring framework from the detailed performance information. In other embodiments, the detailed performance information may be transmitted to the monitoring application 120 and the summary statistics may be generated by the monitoring application 120.
[0044] Alert and emergency information may include high priority messages that may be used to identify actions that may be taken. For example, an alert may be generated when the available storage space has decreased to a very low limit, or when a terminal error has occurred with an application. In some embodiments, alerts may be processed by the monitoring application 120 and transmitted to an administrator using email, voicemail, or other mechanism.
[0045] Debugging information may be information that may be used by a developer to track down and solve problems. Debugging information may be very detailed and very voluminous. For example, debugging information may include indicators when a function is called along with parameters that are passed into or out of the function.
[0046] In some embodiments, the information transmitted to the monitoring system 120 may be defined by both policies and configuration settings. A policy may be a high level definition of the information that may be collected and transmitted. Some embodiments may have hierarchical policies where child policies inherit properties from parent policies.
Configuration settings may include specific parameters, algorithms, or conditions that may be adjusted to determine which information to collect and transmit. Some embodiments may have other mechanisms for defining the information that may be collected and transmitted.
[0047] The monitoring application 120 may store the collected information in a history database 121. The history database 121 may contain information that was collected over a period of time. In some embodiments, the history database 121 may be used to generate summary statistics that may be displayed on the user interface 123, as well as detailed data that a user may display by drilling down into the information.
8 [0048] The monitoring application 120 may collect information from many different sources. The device 102 may be connected to a local area network 124 and to several devices 126 connected to the local area network 124. The devices 126 may have sources for information collected, managed, and displayed by the monitoring application 120.
[0049] The devices 126 may have a hardware platform 128, as well as an operating system 130 and various applications 132. The hardware platform 128 may be similar to the hardware platform 104 of device 102, and the devices 126 may be server computers, desktop computers, laptop computer, personal digital assistants, cellular telephones, network appliance, or any other computing device.
[0050] The applications 132 may have instrumentation 136 that may identify information to collect and cause the information to be stored in an event manager 134. The event manager 134 may be an application or operating system level function that collects various events that occur in the operating system 130 or applications 132 for administrative or other uses. A connector 138 may communicate with the connectors 122 to communicate information collected by the event manager 134 and transmit the information to the monitoring application 120.
[0051] The instrumentation 136 may be functions that are added to or called by the applications 132 to collect information. The instrumentation 136 may be routines that gather debugging information, performance information, status information, or other information. In some cases, the instrumentation 136 may monitor an application or operating system function to gather status, performance, and other information without being called directly by the application or operating system function.
[0052] A cloud computing environment 144 may also be monitored by the monitoring application. The device 102 may be connected to a local area network 124 to a gateway 140 to a wide area network 142. The wide area network 142 may be the Internet, for example. The cloud computing environment 144 may be connected to the Internet or wide area network 142.
[0053] The cloud computing environment 144 may have a hardware fabric 146 that is abstracted from a user, developer, or administrator. In many cases, a hardware fabric 146 may be a large datacenter or a group of large datacenters that may contain many hundreds, thousands, or even hundreds of thousands of computing devices. Many datacenters have redundant power sources, redundant network connections, and many failover mechanisms so that very high availability and very high uptimes are achieved.
9 [0054] The cloud computing environment 144 may include internal management systems that perform load balancing, clustering, and other functions that allow capacity to be allocated or de-allocated to certain processes or functions. In many cases, a cloud computing environment 144 may move certain processes or functions to specific geographical regions, transfer processes from one data center to another, move processes from one hardware platform to another, or perform other allocation processes without interaction with end users, developers, or administrators.
[0055] Some cloud computing environments may be shared environments, where a datacenter operator may offer cloud computing infrastructure for executing applications from many different customers. Each customer may have an application that is executed for that customer and is managed by the customer. Even though the application is managed by the customer, the underlying datacenter operations may be managed by the datacenter operator. The customer may use a monitoring framework to gather performance, status, debugging, and other information about their application separately from the monitoring and management operations that may be performed by the datacenter operator.
[0056] The cloud computing environment 144 may have a cloud layer abstraction 147 that may abstract instances 148 having a runtime environment 154. The cloud layer abstraction 147 may be a software layer that joins multiple hardware devices into a system where applications may be executed without the conventional notion of an operating system.
[0057] The runtime environment 154 may execute applications 158 using a runtime executor 156. The runtime executor 156 may perform linking and execution control of the applications 158, and the runtime environment 154 may provide additional management functions such as garbage collection, compilation, and other functions.
[0058] A monitoring framework 160 may be linked into and called by the applications 158. The monitoring framework 160 may be a set of functions that collect, process, and transmit information from the applications to a monitoring application 120.
[0059] In some embodiments, the monitoring framework 160 may use a message queuing system 162 to transmit information to the monitoring application 120. A
message queuing system 162 may collect messages from various sources and make the messages available to a subscriber. In some aspects, the message queuing system 162 may operate like an email or other message system where the messages may be gathered together in a queue that can be accessed when the recipient is ready to receive the messages.

[0060] The message queuing system 162 may have a subscription service by which a recipient may receive messages. An intended recipient may contact the message queuing system 162 to receive messages, and the messages may be pushed to the recipient or pulled by the recipient. In the case of the monitoring application 120, a connector 122 may be configured to subscribe to a message queue and communicate with the message queuing system 162 to receive information.
100611 Some message queuing systems may allow one and only one subscriber to a particular message queue. Other message queuing systems may permit multiple subscribers to a single queue.
[0062] In many embodiments, a cloud computing environment may have multiple instances 148 operating on many different physical machines and sometimes in many different datacenters that may be geographically dispersed around the globe.
In such embodiments, a message queuing system 162 may act as a central repository for any messages created by the various instances and allow a monitoring application 120 to monitor all of the various instances of the application 158 as a single group or unit.
[0063] In some embodiments, a subscriber may present credentials or may otherwise be authenticated to the message queuing system 162. The authentication may be performed in many different manners. In some cases, a connector 122 may obtain an authenticated token from an authentication mechanism 178 and present the authenticated token to the message queuing system 162 to subscribe.
[0064] Some cloud computing environments 144 may use a virtual machine paradigm.
Virtual machines 164 may have a virtual device 166 that may execute an operating system 167. Various applications 170 may execute within the operating system 167.
[0065] The virtual machine paradigm illustrated by the virtual machines 164 is different from the cloud layer abstraction of the instances 148 in that the operating system 167 may be exposed to, selectable by, and managed by the developer or administrator of the various applications. In the case of the instances 148, the operating system may not be accessed by the developer or administrator of the applications 158, but in the case of the virtual machines 164, the operating system 167 may be accessed by the developers or administrators of the applications 170.
[0066] The applications 170 may have instrumentation 172 and may access the monitoring framework 173. In some embodiments, the monitoring framework 173 may be the same as monitoring framework 160.

[0067] The monitoring framework 173 is illustrated as outputting information to a storage 174 in which various events 176 may be stored. The storage 174 may store information that may be pulled by a connector 122. The connector 122 may access the storage 174 to download the events 176 that may contain the information generated by the monitoring framework 173.
[0068] The storage 174 may illustrate a different transmission mechanism than the message queuing system 162. The message queuing system 162 may illustrate a mechanism by which information may be transmitted to a connector 122 using messages.
In many such systems, a message queuing system 162 may have many features that may facilitate communication and security. These may include authentication, encryption, message storage, and other features. The transmission mechanisms of the message queuing system 162 may be a push type transmission where the message queuing system 162 may transmit messages to the connector 122 when the messages are available. Some message queuing systems may allow the connector 122 to request messages and may act as a pull type transmission. The storage 174 may be pull type transmission where a connector 122 may contact the storage 174 to retrieve the events 176.
[0069] In some embodiments, a monitoring framework may use both a message queuing system and a storage mechanism for transmitting information. In some such embodiments, certain classifications or types of data may be transmitted using one mechanism while other types of data may be transmitted using the other. For example, a monitoring framework may transmit alerts and emergency messages using a message queuing system but may transmit debugging information using a storage mechanism.
[0070] Figure 2 is a timeline illustration of an embodiment 200 showing a method for generating, transmitting, and using information produced by an application.
Embodiment 200 illustrates the operations that may be performed by an application 202 in the left hand column, a monitoring framework 204 in the center column, and a monitoring application 206 in the right hand column. Embodiment 200 may illustrate some of the functions performed by applications 158 or 170, the monitoring frameworks 160 or 173, and the monitoring application 120 of embodiment 100.
[0071] Other embodiments may use different sequencing, additional or fewer steps, and different nomenclature or terminology to accomplish similar functions. In some embodiments, various operations or set of operations may be performed in parallel with other operations, either in a synchronous or asynchronous manner. The steps selected here were chosen to illustrate some principles of operations in a simplified form.

[0072] The application 202 may generate information in many different manners.
For example, the application 202 may throw an exception in block 208, start or stop a process in block 210, or generate performance data in block 212. Other examples may include generating debugging information, capturing a data value, or encountering a predefined condition. The information generated by an application 202 may be created within the application itself or as part of an instrumentation framework that may be linked to and called from the application executable.
[0073] Any of the information generated in blocks 208-212 may be used to generate an event in block 214. The event of block 214 may be the information that may be transmitted by the application 202 and may be consumed by the monitoring application 206. The event may be transmitted by the application 202 and received by the monitoring framework 204 in block 216.
[0074] The monitoring framework 204 may perform some processing to the event prior to transmitting the event to the monitoring application 206. The processing may include filtering the event in block 218 as well as aggregating the event.
[00751 The filtering in block 218 may classify the event and determine how the event may be handled based on the classification. For example, some events may be identified as high priority events and may be expedited to the monitoring application 206, while other events may be ignored based on a policy or configuration setting and not transferred at all.
[00761 If the event is not to be transmitted in block 220, the event may be stored in block 222. In some embodiments, the event may be stored in a data storage system so that the monitoring application 206 may pull the information from the data storage system at a later time. In some situations, the event may be discarded.
[0077] If the event is to be transmitted in block 220 and not aggregated in block 224, a message may be formatted in block 227 and the event may be transmitted in block 228.
[0078] If the event is to be aggregated in block 224, the event may be stored with other events for an aggregated transmission in block 226. An aggregated transmission may be performed in several manners. In one case, a set of events may be consolidated into a single message for transmission. Such events may be repeated instances of the same event or may be a group of similar or even unrelated events. In another case, an event that recurs multiple times may be consolidated into a single event that includes a count of the number of times the even occurred. For example, a known error event may be aggregated so that a single message may be transmitted after 100 occurrences of the event have been received.

[0079] The monitoring application 206 may receive the event in block 230.
Various mechanisms may be used to transmit the event in block 228 and receive the event in block 230. Such mechanisms include mechanisms that push events from the monitoring framework 204 to the monitoring application 206, as well as mechanisms that pull events from the monitoring framework 204 to the monitoring application 206. The mechanisms may include message queuing systems, data storage systems, and other communication mechanisms.
100801 After receiving the event in block 230, the event may be stored in block 232. The event may be classified in block 234 and if the event is a high importance event in block 236, an alert may be sent in block 238. If the event is not a high importance event in block 236, the event may be displayed in block 240.
[0081] Figure 3 is a diagram of an embodiment 300, showing a cloud environment with a monitoring system. Embodiment 300 is a simplified example of a runtime instance that may execute applications with a monitoring framework.
[0082] The diagram of Figure 3 illustrates functional components of a system.
In some cases, the component may be a hardware component, a software component, or a combination of hardware and software. Some of the components may be application level software, while other components may be operating system level components. In some cases, the connection of one component to another may be a close connection where two or more components are operating on a single hardware platform. In other cases, the connections may be made over network connections spanning long distances. Each embodiment may use different hardware, software, and interconnection architectures to achieve the described functions.
[0083] Embodiment 300 is an example of a system that may operate as a cloud computing environment. A hardware fabric 302 may operate a software fabric 304 that provides an abstracted cloud computing layer. The cloud computing layer may include a runtime environment 306 that may have multiple instances, such as the instances 148 illustrated in embodiment 100.
[0084] The runtime environment 306 may include an execution engine 310 that may execute the application 312 as managed code. In some embodiments, a compiler 314 may compile the application 312 from source code or intermediate code into executable code.
A linker 316 may link various frameworks, dynamic linked libraries, or other code elements to the application 312. Some embodiments may have the application 312 defined in an interpreted language.

[0085] The runtime environment 306 may include various managed code capabilities, such as dynamic linking, garbage collection 318, memory management, resource management, error capturing, and other features.
[0086] The application 312 may include instrumentation 320 that may identify and capture certain conditions, data, errors, performance metrics, or other events or information. The instrumentation 320 may call a monitoring framework 322 that may contain several functions. The monitoring framework 322 may process the information received from the application 312 and prepare the information to be transmitted to a monitoring system.
[0087] The monitoring framework 322 may have a receiving function 324 that may receive information from the application 312. The receiving function 324 may perform initial processing of the information, such as placing the received information into a format that may be used by the monitoring framework 322 for other functions as well as a format that may be used by a monitoring application. In some embodiments, the receiving function 324 may perform some handshaking with the application 312.
[0088] The receiving function 324 may gather other information in addition to the information received from the application 312. For example, the receiving function 324 may receive an error condition from the application 312. The receiving function 324 may gather other data, such as a timestamp, the values of some configuration settings, values of certain variables, or other information. The receiving function 324 may aggregate and organize the information into a format that may be used by other functions in the monitoring framework 322.
[0089] In some embodiments, the configuration settings 340 may indicate that the application 312 is operated in a debugging mode. A debugging mode may define a high level of debugging information that may be captured by the monitoring framework 322.
In some cases, the debugging mode may be a setting used by the monitoring framework 322 to capture a higher level of detail. In other cases, the application 312 may be executed in a debugging mode so that the application 312 generates a larger quantity of events or with a higher level of detail than a normal operation.
[0090] A classification function 326 may be part of the monitoring framework 322 and may operate to classify the event. The classification may be used in conjunction with policies 338 and configuration settings 340 to determine how the event may be handled.
Some events may be transmitted with high priority, while other events may be aggregated or even discarded.

[0091] A message generation function 328 may format the event and other information into a message that may be transported using a message queuing system 334 or stored in a data storage system 336.
[0092] A message aggregation function 330 may consolidate messages together into a single message. In some cases, multiple instances of a single message may be consolidated into a single message. In other cases, different messages may be grouped together into a single message.
[0093] A message transport function 332 may cause the message to be transported from the monitoring framework 322 to a monitoring application. The message transport function 332 may use the message queuing system 334, data storage system 336, or other mechanism to transport the message.
100941 In some embodiments, the monitoring framework 322 may be the same or similar to a monitoring framework that may be used for application development. When used for application development, the monitoring framework 322 may be incorporated into a local application development platform and compiled and linked with the application.
The application may be executed on a local device in debug or development mode so that a developer may test and refine the application. Once the application is ready to be deployed on the cloud, the application may be uploaded to the cloud and compiled and linked with the monitoring framework in the cloud.
[0095] The foregoing description of the subject matter has been presented for purposes of illustration and description. It is not intended to be exhaustive or to limit the subject matter to the precise form disclosed, and other modifications and variations may be possible in light of the above teachings. The embodiment was chosen and described in order to best explain the principles of the invention and its practical application to thereby enable others skilled in the art to best utilize the invention in various embodiments and various modifications as are suited to the particular use contemplated. It is intended that the appended claims be construed to include other alternative embodiments except insofar as limited by the prior art.

Claims (20)

CLAIMS:
1. A computing system comprising:
one or more computing devices of a hardware fabric configured to provide a cloud computing environment for executing a cloud application uploaded to the cloud computing environment by a customer;
a monitoring framework implemented within the cloud computing environment and linked to the cloud application; and a message queuing system implemented within the cloud computing environment and used by the monitoring framework to communicate with a remote monitoring application that is operating on a computing device located within an information infrastructure of an enterprise, wherein:
the monitoring framework is configured to collect performance information generated by the cloud application and provide the performance information to the message queuing system within the cloud computing environment;
the message queuing system is configured to provide a subscription service for a plurality of message queues, encapsulate the performance information in a message that is compatible with the remote monitoring application operating on the computing device located within the information infrastructure of the enterprise, and store the message encapsulating the performance information in a particular message queue associated with the remote monitoring application;
the remote monitoring application is configured to subscribe to the particular message queue and retrieve the message encapsulating the performance information from the particular message queue within the cloud computing environment over a wide area network;
and the remote monitoring application is further configured to aggregate the performance information from the retrieved message with other performance information collected by the monitoring application from on-premise components that are located within the information infrastructure of the enterprise and monitored by the remote monitoring application.
2. The computing system of claim 1, wherein the remote monitoring application presents an authentication token to subscribe to the message queue.
3. The computing system of claim 1, wherein the monitoring framework is included in a runtime environment for the cloud computing environment.
4. The computing system of claim 1, wherein the monitoring framework is dynamically linked to and called by the cloud application.
5. The computing system of claim 1, wherein:
the monitoring framework within the cloud computing environment is a runtime version of the monitoring framework, and the cloud application is uploaded from a development platform that includes a development version of the monitoring framework.
6. The computing system of claim 1, wherein:
the monitoring framework is configured to collect and store exceptions thrown by the cloud application; and the remote monitoring application is configured to generate alerts for the exceptions thrown by the cloud application.
7. The computing system of claim 1, wherein the monitoring framework is configured to collect and store debugging information generated when the cloud application is operated in a debugging mode.
8. The computing system of claim 1, wherein:

the cloud computing environment includes multiple instances of the cloud application; and the monitoring framework is configured to aggregate performance information generated by the multiple instances of the cloud application.
9. A method comprising:
providing, by one or more computing devices of a hardware fabric, a cloud computing environment for executing a cloud application uploaded to the cloud computing environment by a customer;
implementing a monitoring framework within the cloud computing environment;
linking the monitoring framework to the cloud application within the cloud computing environment;
implementing a message queuing system within the cloud computing environment, wherein the message queuing system is used by the monitoring framework to communicate with a remote monitoring application that is operating on a computing device located within an information infrastructure of an enterprise;
collecting, by the monitoring framework, performance information generated by the cloud application;
providing, by the monitoring framework, the performance information to the message queuing system within the cloud computing environment;
providing, by the message queuing system, a subscription service for a plurality of message queues;
encapsulating, by the message queuing system, the performance information in a message that is compatible with the remote monitoring application operating on the computing device located within the information infrastructure of the enterprise; and storing, by the message queuing system, the message encapsulating the performance information in a particular message queue associated with the remote monitoring application, wherein:
the remote monitoring application is configured to subscribe to the particular message queue and retrieve the message encapsulating the performance information from the particular message queue within the cloud computing environment over a wide area network;
and the remote monitoring application is further configured to aggregate the performance information from the retrieved message with other performance information collected by the monitoring application from on-premise components that are located within the information infrastructure of the enterprise and monitored by the remote monitoring application.
10. The method of claim 9, wherein the monitoring framework is included in a runtime environment for the cloud computing environment.
11. The method of claim 9, further comprising:
authenticating, by the message queuing system, a subscription request from the remote monitoring application, the subscription request for subscribing to the particular message queue.
12. The method of claim 9, wherein:
the monitoring framework within the cloud computing environment is a runtime version of the monitoring framework, and the cloud application is uploaded from a development platform that includes a development version of the monitoring framework.
13. The method of claim 9, wherein:

the monitoring framework is configured to collect and store exceptions thrown by the cloud application; and the remote monitoring application is configured to generate alerts for the exceptions thrown by the cloud application.
14. The method of claim 9, wherein the monitoring framework is configured to collect and store debugging information generated when the cloud application is operated in a debugging mode.
15. The method of claim 9, wherein:
the cloud computing environment includes multiple instances of the cloud application; and the monitoring framework is configured to aggregate performance information generated by the multiple instances of the cloud application.
16. A computer-readable storage device storing computer-executable instructions that, when executed by one or more computing devices of a hardware fabric, perform a method comprising:
providing, by the one or more computing devices of the hardware fabric, a cloud computing environment for executing a cloud application uploaded to the cloud computing environment by a customer;
implementing a monitoring framework within the cloud computing environment;
linking the monitoring framework to the cloud application within the cloud computing environment;
implementing a message queuing system within the cloud computing environment, wherein the message queuing system is used by the monitoring framework to communicate with a remote monitoring application that is operating on a computing device located within an information infrastructure of an enterprise;
collecting, by the monitoring framework, performance information generated by the cloud application;
providing, by the monitoring framework, the performance information to the message queuing system within the cloud computing environment;
providing, by the message queuing system, a subscription service for a plurality of message queues;
encapsulating, by the message queuing system, the performance information in a message that is compatible with the remote monitoring application operating on the computing device located within the information infrastructure of the enterprise; and storing, by the message queuing system, the message encapsulating the performance information in a particular message queue associated with the remote monitoring application, wherein:
the remote monitoring application is configured to subscribe to the particular message queue and retrieve the message encapsulating the performance information from the particular message queue within the cloud computing environment over a wide area network;
and the remote monitoring application is further configured to aggregate the performance information from the retrieved message with other performance information collected by the monitoring application from on-premise components that are located within the information infrastructure of the enterprise and monitored by the remote monitoring application.
17. The computer-readable storage device of claim 16, wherein:
the cloud computing environment includes multiple instances of the cloud application; and the monitoring framework is configured to aggregate performance information generated by the multiple instances of the cloud application.
18. The computer-readable storage device of claim 16, wherein:
the monitoring framework within the cloud computing environment is a runtime version of the monitoring framework, and the cloud application is uploaded from a development platform that includes a development version of the monitoring framework.
19. The computer-readable storage device of claim 16, wherein:
the monitoring framework is configured to collect and store exceptions thrown by the cloud application; and the remote monitoring application is configured to generate alerts for the exceptions thrown by the cloud application.
20. The computer-readable storage device of claim 16, wherein the monitoring framework is configured to collect and store debugging information generated when the cloud application is operated in a debugging mode.
CA2780013A 2009-12-12 2010-11-05 Cloud computing monitoring and management system Active CA2780013C (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US12/636,712 2009-12-12
US12/636,712 US8819701B2 (en) 2009-12-12 2009-12-12 Cloud computing monitoring and management system
PCT/US2010/055739 WO2011071624A2 (en) 2009-12-12 2010-11-05 Cloud computing monitoring and management system

Publications (2)

Publication Number Publication Date
CA2780013A1 CA2780013A1 (en) 2011-06-16
CA2780013C true CA2780013C (en) 2017-09-05

Family

ID=44144390

Family Applications (1)

Application Number Title Priority Date Filing Date
CA2780013A Active CA2780013C (en) 2009-12-12 2010-11-05 Cloud computing monitoring and management system

Country Status (7)

Country Link
US (1) US8819701B2 (en)
EP (1) EP2510653B1 (en)
JP (1) JP5677455B2 (en)
KR (1) KR101826368B1 (en)
CN (1) CN102652410B (en)
CA (1) CA2780013C (en)
WO (1) WO2011071624A2 (en)

Families Citing this family (135)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8813065B2 (en) 2010-04-26 2014-08-19 Vmware, Inc. Microcloud platform delivery system
US8572706B2 (en) 2010-04-26 2013-10-29 Vmware, Inc. Policy engine for cloud platform
US9772831B2 (en) 2010-04-26 2017-09-26 Pivotal Software, Inc. Droplet execution engine for dynamic server application deployment
US9448790B2 (en) 2010-04-26 2016-09-20 Pivotal Software, Inc. Rapid updating of cloud applications
US8627426B2 (en) * 2010-04-26 2014-01-07 Vmware, Inc. Cloud platform architecture
US9191236B2 (en) 2010-05-20 2015-11-17 International Business Machines Corporation Message broadcasting in a clustered computing environment
US9009663B2 (en) * 2010-06-01 2015-04-14 Red Hat, Inc. Cartridge-based package management
WO2012023050A2 (en) 2010-08-20 2012-02-23 Overtis Group Limited Secure cloud computing system and method
US8819168B2 (en) * 2010-12-14 2014-08-26 Microsoft Corporation Link expansion service
US8447894B2 (en) 2011-01-05 2013-05-21 Alibaba Group Holding Limited Upgrading an elastic computing cloud system
KR20120099951A (en) * 2011-03-02 2012-09-12 삼성전자주식회사 Method and system for providing after service of electronic device using mobile terminal
US9043767B2 (en) 2011-04-12 2015-05-26 Pivotal Software, Inc. Release management system for a multi-node application
ES2413562B1 (en) * 2011-07-01 2014-08-18 Telefónica, S.A. METHOD AND SYSTEM FOR MANAGING THE ALLOCATION OF RESOURCES IN SCALABLE DEPLOYMENTS
US9170798B2 (en) 2012-03-02 2015-10-27 Vmware, Inc. System and method for customizing a deployment plan for a multi-tier application in a cloud infrastructure
JP6329899B2 (en) * 2011-07-26 2018-05-23 オラクル・インターナショナル・コーポレイション System and method for cloud computing
US8661125B2 (en) 2011-09-29 2014-02-25 Microsoft Corporation System comprising probe runner, monitor, and responder with associated databases for multi-level monitoring of a cloud service
US9558048B2 (en) * 2011-09-30 2017-01-31 Oracle International Corporation System and method for managing message queues for multinode applications in a transactional middleware machine environment
US8447851B1 (en) * 2011-11-10 2013-05-21 CopperEgg Corporation System for monitoring elastic cloud-based computing systems as a service
US8918501B2 (en) 2011-11-10 2014-12-23 Microsoft Corporation Pattern-based computational health and configuration monitoring
US8935375B2 (en) * 2011-12-12 2015-01-13 Microsoft Corporation Increasing availability of stateful applications
US9251039B2 (en) 2012-02-17 2016-02-02 Microsoft Technology Licensing, Llc Remote debugging as a service
US9047133B2 (en) 2012-03-02 2015-06-02 Vmware, Inc. Single, logical, multi-tier application blueprint used for deployment and management of multiple physical applications in a cloud environment
US10031783B2 (en) 2012-03-02 2018-07-24 Vmware, Inc. Execution of a distributed deployment plan for a multi-tier application in a cloud infrastructure
US9052961B2 (en) 2012-03-02 2015-06-09 Vmware, Inc. System to generate a deployment plan for a cloud infrastructure according to logical, multi-tier application blueprint
CN102662815A (en) * 2012-03-12 2012-09-12 苏州萃智新技术开发有限公司 Cloud computing supervision and management system
US9152640B2 (en) * 2012-05-10 2015-10-06 Hewlett-Packard Development Company, L.P. Determining file allocation based on file operations
US8856341B2 (en) * 2012-05-31 2014-10-07 Hewlett-Packard Development Company, L.P. Balancing management duties in a cloud system
US9146840B2 (en) * 2012-06-15 2015-09-29 Cycle Computing, Llc Method and system for automatically detecting and resolving infrastructure faults in cloud infrastructure
US9348652B2 (en) 2012-07-02 2016-05-24 Vmware, Inc. Multi-tenant-cloud-aggregation and application-support system
US9047410B2 (en) 2012-07-18 2015-06-02 Infosys Limited Cloud-based application testing
GB2504491A (en) * 2012-07-30 2014-02-05 Ibm Remote debug service in a cloud environment
CN104521182B (en) 2012-08-08 2016-08-24 英派尔科技开发有限公司 The Real Time Compression method of data capture monitored for cloud and data center
US20140047099A1 (en) * 2012-08-08 2014-02-13 International Business Machines Corporation Performance monitor for multiple cloud computing environments
EP2912524B1 (en) * 2012-10-23 2017-09-06 Kortek Industries PTY LTD System and method for exchanging support data with a device having no physical user interface
US9647906B2 (en) * 2012-11-02 2017-05-09 Rockwell Automation Technologies, Inc. Cloud based drive monitoring solution
KR101494820B1 (en) * 2012-11-13 2015-02-23 주식회사 지벤파크 System for monitoring performance of cloud based virtual machine and method thereof
US20140149568A1 (en) * 2012-11-26 2014-05-29 Sap Ag Monitoring alerts in a computer landscape environment
US20140189127A1 (en) * 2012-12-27 2014-07-03 Anjaneya Reddy Chagam Reservation and execution image writing of native computing devices
CN103067502A (en) * 2012-12-31 2013-04-24 博彦科技(上海)有限公司 Hardware system for cloud development and testing
US9397902B2 (en) 2013-01-28 2016-07-19 Rackspace Us, Inc. Methods and systems of tracking and verifying records of system change events in a distributed network system
US9483334B2 (en) * 2013-01-28 2016-11-01 Rackspace Us, Inc. Methods and systems of predictive monitoring of objects in a distributed network system
US9813307B2 (en) 2013-01-28 2017-11-07 Rackspace Us, Inc. Methods and systems of monitoring failures in a distributed network system
CN103095533A (en) * 2013-02-22 2013-05-08 浪潮电子信息产业股份有限公司 Timed monitoring method in cloud calculating system platform
CN103118138B (en) * 2013-03-04 2016-02-10 中国信息安全测评中心 A kind of message queue method for stream processing based on cloud service
WO2014149053A1 (en) * 2013-03-22 2014-09-25 Empire Technology Development, Llc Instance monitor
CN104281520B (en) * 2013-07-10 2017-06-13 腾讯科技(深圳)有限公司 Tracking and method, the apparatus and system of debugging
US9197546B2 (en) 2013-08-06 2015-11-24 Oracle International Corporation System and method for providing a messaging cluster with hybrid partitions
US10348581B2 (en) * 2013-11-08 2019-07-09 Rockwell Automation Technologies, Inc. Industrial monitoring using cloud computing
US9391866B1 (en) * 2013-11-14 2016-07-12 Sprint Communication Company L.P. Method for qualitative analysis of system performance correlation factors
KR102201634B1 (en) * 2013-12-27 2021-01-12 엘지전자 주식회사 Terminal and operating method thereof
US9825949B2 (en) 2014-03-26 2017-11-21 Rockwell Automation Technologies, Inc. Device authentication to facilitate secure cloud management of industrial data
US9866635B2 (en) 2014-03-26 2018-01-09 Rockwell Automation Technologies, Inc. Unified data ingestion adapter for migration of industrial data to a cloud platform
US9971317B2 (en) 2014-03-26 2018-05-15 Rockwell Automation Technologies, Inc. Cloud-level industrial controller loop gain tuning based on industrial application type
US10095202B2 (en) * 2014-03-26 2018-10-09 Rockwell Automation Technologies, Inc. Multiple controllers configuration management interface for system connectivity
US10208947B2 (en) * 2014-03-26 2019-02-19 Rockwell Automation Technologies, Inc. Cloud-level analytics for boiler networks
US9843617B2 (en) 2014-03-26 2017-12-12 Rockwell Automation Technologies, Inc. Cloud manifest configuration management system
US9886012B2 (en) 2014-03-26 2018-02-06 Rockwell Automation Technologies, Inc. Component factory for human-machine interface migration to a cloud platform
US9838476B2 (en) 2014-03-26 2017-12-05 Rockwell Automation Technologies, Inc. On-premise data collection and ingestion using industrial cloud agents
US9614963B2 (en) 2014-03-26 2017-04-04 Rockwell Automation Technologies, Inc. Cloud-based global alarm annunciation system for industrial systems
US10623285B1 (en) 2014-05-09 2020-04-14 Amazon Technologies, Inc. Multi-mode health monitoring service
US10313225B1 (en) 2014-05-09 2019-06-04 Amazon Technologies, Inc. Scalable routing service
US9813379B1 (en) 2014-05-09 2017-11-07 Amazon Technologies, Inc. Virtual private gateways using compute instances
US20160021171A1 (en) * 2014-07-18 2016-01-21 Jive Communications, Inc. Datacenter event stream processing in a network-based communication system
US10044581B1 (en) 2015-09-29 2018-08-07 Amazon Technologies, Inc. Network traffic tracking using encapsulation protocol
US10291689B2 (en) 2014-08-20 2019-05-14 At&T Intellectual Property I, L.P. Service centric virtual network function architecture for development and deployment of open systems interconnection communication model layer 4 through layer 7 services in a cloud computing system
US9912529B2 (en) 2014-08-20 2018-03-06 International Business Machines Corporation Tenant-specific log for events related to a cloud-based service
US9800673B2 (en) 2014-08-20 2017-10-24 At&T Intellectual Property I, L.P. Service compiler component and service controller for open systems interconnection layer 4 through layer 7 services in a cloud computing system
US9473567B2 (en) 2014-08-20 2016-10-18 At&T Intellectual Property I, L.P. Virtual zones for open systems interconnection layer 4 through layer 7 services in a cloud computing system
US9742690B2 (en) 2014-08-20 2017-08-22 At&T Intellectual Property I, L.P. Load adaptation architecture framework for orchestrating and managing services in a cloud computing system
US9749242B2 (en) 2014-08-20 2017-08-29 At&T Intellectual Property I, L.P. Network platform as a service layer for open systems interconnection communication model layer 4 through layer 7 services
US9787499B2 (en) 2014-09-19 2017-10-10 Amazon Technologies, Inc. Private alias endpoints for isolated virtual networks
US9825881B2 (en) * 2014-09-30 2017-11-21 Sony Interactive Entertainment America Llc Methods and systems for portably deploying applications on one or more cloud systems
US20170262911A1 (en) * 2014-12-05 2017-09-14 Hewlett Packard Enterprise Development Lp Cloud service rating
US9906420B2 (en) 2014-12-22 2018-02-27 International Business Machines Corporation Dynamic boundary based monitoring and metering
WO2016114789A1 (en) * 2015-01-16 2016-07-21 Hewlett Packard Enterprise Development Lp Memory manager
US10912626B2 (en) 2015-02-18 2021-02-09 James R. Glidewell Dental Ceramics, Inc. Integrated digital workflow for providing dental restoration
US10650085B2 (en) 2015-03-26 2020-05-12 Microsoft Technology Licensing, Llc Providing interactive preview of content within communication
US10379889B2 (en) 2015-06-15 2019-08-13 Microsoft Technology Licensing, Llc Monitoring and reporting performance of collaboration services using a monitoring service native to the collaboration service
US10021196B1 (en) 2015-06-22 2018-07-10 Amazon Technologies, Inc. Private service endpoints in isolated virtual networks
CN105072161A (en) * 2015-07-20 2015-11-18 山东超越数控电子有限公司 Application program management system based on cloud computing
US10505881B2 (en) * 2015-09-23 2019-12-10 Amazon Technologies, Inc. Generating message envelopes for heterogeneous events
US10320644B1 (en) 2015-09-14 2019-06-11 Amazon Technologies, Inc. Traffic analyzer for isolated virtual networks
US10033602B1 (en) 2015-09-29 2018-07-24 Amazon Technologies, Inc. Network health management using metrics from encapsulation protocol endpoints
WO2017075594A1 (en) * 2015-10-29 2017-05-04 Datto, Inc. Apparatuses, methods, and systems for storage and analysis of saas data and non-saas data for businesses and other organizations
US10082955B2 (en) 2015-12-03 2018-09-25 International Business Machines Corporation Automated home memory cloud with key authenticator
US10250452B2 (en) 2015-12-14 2019-04-02 Microsoft Technology Licensing, Llc Packaging tool for first and third party component deployment
US10666517B2 (en) 2015-12-15 2020-05-26 Microsoft Technology Licensing, Llc End-to-end automated servicing model for cloud computing platforms
US10699211B2 (en) 2016-02-29 2020-06-30 Oracle International Corporation Supervised method for classifying seasonal patterns
US10331802B2 (en) 2016-02-29 2019-06-25 Oracle International Corporation System for detecting and characterizing seasons
US10867421B2 (en) 2016-02-29 2020-12-15 Oracle International Corporation Seasonal aware method for forecasting and capacity planning
US10885461B2 (en) 2016-02-29 2021-01-05 Oracle International Corporation Unsupervised method for classifying seasonal patterns
US9942787B1 (en) 2016-03-22 2018-04-10 Amazon Technologies, Inc. Virtual private network connection quality analysis
US9971675B2 (en) 2016-04-04 2018-05-15 International Business Machines Corporation Triggering debug processing within a scalable cloud environment
US10073906B2 (en) 2016-04-27 2018-09-11 Oracle International Corporation Scalable tri-point arbitration and clustering
US10198339B2 (en) 2016-05-16 2019-02-05 Oracle International Corporation Correlation-based analytic for time-series data
CN106201738B (en) * 2016-06-27 2020-09-29 北京小米移动软件有限公司 System broadcast calling method and device
US10635563B2 (en) 2016-08-04 2020-04-28 Oracle International Corporation Unsupervised method for baselining and anomaly detection in time-series data for enterprise systems
US11082439B2 (en) 2016-08-04 2021-08-03 Oracle International Corporation Unsupervised method for baselining and anomaly detection in time-series data for enterprise systems
US10223234B2 (en) 2016-08-15 2019-03-05 Microsoft Technology Licensing, Llc Monitoring a web application using an outside-in strategy
US10574558B1 (en) * 2016-09-09 2020-02-25 Equinix, Inc. Limiting alarms in an asset monitoring system
US10764255B2 (en) 2016-09-21 2020-09-01 Rockwell Automation Technologies, Inc. Secure command execution from a cloud monitoring system to a remote cloud agent
US10862777B2 (en) 2016-09-28 2020-12-08 Amazon Technologies, Inc. Visualization of network health information
US10243820B2 (en) 2016-09-28 2019-03-26 Amazon Technologies, Inc. Filtering network health information based on customer impact
US10917324B2 (en) 2016-09-28 2021-02-09 Amazon Technologies, Inc. Network health data aggregation service
US10911263B2 (en) 2016-09-28 2021-02-02 Amazon Technologies, Inc. Programmatic interfaces for network health information
US10241848B2 (en) 2016-09-30 2019-03-26 Microsoft Technology Licensing, Llc Personalized diagnostics, troubleshooting, recovery, and notification based on application state
US10476768B2 (en) * 2016-10-03 2019-11-12 Microsoft Technology Licensing, Llc Diagnostic and recovery signals for disconnected applications in hosted service environment
US10303582B2 (en) * 2016-10-25 2019-05-28 International Business Machines Corporation Facilitating debugging serverless applications via graph rewriting
US10560431B1 (en) 2016-12-05 2020-02-11 Amazon Technologies, Inc. Virtual private gateway for encrypted communication over dedicated physical link
US10452459B2 (en) 2016-12-09 2019-10-22 Microsoft Technology Licensing, Llc Device driver telemetry
US10467082B2 (en) 2016-12-09 2019-11-05 Microsoft Technology Licensing, Llc Device driver verification
US10915830B2 (en) 2017-02-24 2021-02-09 Oracle International Corporation Multiscale method for predictive alerting
US10949436B2 (en) 2017-02-24 2021-03-16 Oracle International Corporation Optimization for scalable analytics using time series models
US10817803B2 (en) 2017-06-02 2020-10-27 Oracle International Corporation Data driven methods and systems for what if analysis
US10394670B2 (en) * 2017-06-02 2019-08-27 Verizon Patent And Licensing Inc. High availability and disaster recovery system architecture
US10560404B2 (en) * 2017-06-14 2020-02-11 Citrix Systems, Inc. Real-time cloud-based messaging system
FR3067832B1 (en) * 2017-06-16 2022-12-23 Amadeus Sas PROVISION OF INTER-GROUP SERVICES
US11327473B2 (en) 2017-07-11 2022-05-10 Rockwell Automation Technologies, Inc. Dynamically reconfigurable data collection agent for fracking pump asset
US10482063B2 (en) 2017-08-14 2019-11-19 Rockwell Automation Technologies, Inc. Modular control manifest generator for cloud automation
US10416660B2 (en) 2017-08-31 2019-09-17 Rockwell Automation Technologies, Inc. Discrete manufacturing hybrid cloud solution architecture
CN107689925B (en) * 2017-09-28 2020-01-14 平安科技(深圳)有限公司 Load balancing optimization method and device based on cloud monitoring
US10496396B2 (en) 2017-09-29 2019-12-03 Oracle International Corporation Scalable artificial intelligence driven configuration management
CN108234659B (en) * 2018-01-08 2021-10-08 上海京像微电子有限公司 Data processing method, device and system
US11140020B1 (en) 2018-03-01 2021-10-05 Amazon Technologies, Inc. Availability-enhancing gateways for network traffic in virtualized computing environments
US10997517B2 (en) 2018-06-05 2021-05-04 Oracle International Corporation Methods and systems for aggregating distribution approximations
US10963346B2 (en) 2018-06-05 2021-03-30 Oracle International Corporation Scalable methods and systems for approximating statistical distributions
US10742517B2 (en) 2018-06-29 2020-08-11 International Business Machines Corporation Rapid testing of configuration changes in software defined infrastructure
US11138090B2 (en) 2018-10-23 2021-10-05 Oracle International Corporation Systems and methods for forecasting time series with variable seasonality
US10884815B2 (en) 2018-10-29 2021-01-05 Pivotal Software, Inc. Independent services platform
US10855548B2 (en) 2019-02-15 2020-12-01 Oracle International Corporation Systems and methods for automatically detecting, summarizing, and responding to anomalies
US11533326B2 (en) 2019-05-01 2022-12-20 Oracle International Corporation Systems and methods for multivariate anomaly detection in software monitoring
US11537940B2 (en) 2019-05-13 2022-12-27 Oracle International Corporation Systems and methods for unsupervised anomaly detection using non-parametric tolerance intervals over a sliding window of t-digests
US11887015B2 (en) 2019-09-13 2024-01-30 Oracle International Corporation Automatically-generated labels for time series data and numerical lists to use in analytic and machine learning systems
US10958523B1 (en) 2020-07-28 2021-03-23 Bank Of America Corporation Consistent deployment of monitoring configurations on multiple computing systems
US11188437B1 (en) 2020-07-30 2021-11-30 Bank Of America Corporation Remote deployment of monitoring agents on computing systems

Family Cites Families (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6018343A (en) * 1996-09-27 2000-01-25 Timecruiser Computing Corp. Web calendar architecture and uses thereof
JPH11122260A (en) * 1997-10-17 1999-04-30 Fujitsu Ltd Communication controller and its method
US7197561B1 (en) 2001-03-28 2007-03-27 Shoregroup, Inc. Method and apparatus for maintaining the status of objects in computer networks using virtual state machines
US7127507B1 (en) * 2001-09-27 2006-10-24 Sprint Communications Company L.P. Method and apparatus for network-level monitoring of queue-based messaging systems
JP4039195B2 (en) 2001-12-27 2008-01-30 富士ゼロックス株式会社 Network system
CN100463396C (en) 2001-12-27 2009-02-18 富士施乐株式会社 Network system, information management server and information management method
US20040122936A1 (en) * 2002-12-20 2004-06-24 Ge Mortgage Holdings, Llc Methods and apparatus for collecting, managing and presenting enterprise performance information
US7301907B2 (en) * 2005-01-06 2007-11-27 Telefonktiebolaget Lm Ericsson (Publ) Method of controlling packet flow
US7826376B1 (en) * 2005-01-25 2010-11-02 Symantec Operating Corporation Detection of network problems in a computing system
US7467388B2 (en) 2005-11-22 2008-12-16 Microsoft Corporation Monitoring message queues and starting processing applications
WO2007133308A2 (en) 2006-02-16 2007-11-22 United States Postal Service Centralized processing and management system
US8601467B2 (en) * 2006-10-03 2013-12-03 Salesforce.Com, Inc. Methods and systems for upgrading and installing application packages to an application platform
US8468244B2 (en) * 2007-01-05 2013-06-18 Digital Doors, Inc. Digital information infrastructure and method for security designated data and with granular data stores
US20080215726A1 (en) * 2007-03-02 2008-09-04 Spiceworks System and method for hardware and software monitoring with integrated resource acquisition
US20080319984A1 (en) * 2007-04-20 2008-12-25 Proscia James W System and method for remotely gathering information over a computer network
US8230386B2 (en) 2007-08-23 2012-07-24 Microsoft Corporation Monitoring distributed applications
US8108770B2 (en) * 2007-08-27 2012-01-31 Yahoo! Inc. Secure inter-module communication mechanism
JP4863125B2 (en) 2008-03-06 2012-01-25 日本電気株式会社 Operation management system and method, and program
US8239509B2 (en) 2008-05-28 2012-08-07 Red Hat, Inc. Systems and methods for management of virtual appliances in cloud-based network
US8849971B2 (en) * 2008-05-28 2014-09-30 Red Hat, Inc. Load balancing in cloud-based networks
US8543998B2 (en) * 2008-05-30 2013-09-24 Oracle International Corporation System and method for building virtual appliances using a repository metadata server and a dependency resolution service
US8943496B2 (en) * 2008-05-30 2015-01-27 Red Hat, Inc. Providing a hosted appliance and migrating the appliance to an on-premise environment
US10372490B2 (en) 2008-05-30 2019-08-06 Red Hat, Inc. Migration of a virtual machine from a first cloud computing environment to a second cloud computing environment in response to a resource or services in the second cloud computing environment becoming available
US9529689B2 (en) * 2009-11-30 2016-12-27 Red Hat, Inc. Monitoring cloud computing environments

Also Published As

Publication number Publication date
US8819701B2 (en) 2014-08-26
WO2011071624A2 (en) 2011-06-16
KR20120120220A (en) 2012-11-01
EP2510653B1 (en) 2018-12-26
EP2510653A2 (en) 2012-10-17
EP2510653A4 (en) 2014-01-22
CN102652410B (en) 2015-08-19
CA2780013A1 (en) 2011-06-16
US20110145836A1 (en) 2011-06-16
JP5677455B2 (en) 2015-02-25
CN102652410A (en) 2012-08-29
JP2013513860A (en) 2013-04-22
KR101826368B1 (en) 2018-02-06
WO2011071624A3 (en) 2011-09-22

Similar Documents

Publication Publication Date Title
CA2780013C (en) Cloud computing monitoring and management system
CN109714192B (en) Monitoring method and system for monitoring cloud platform
US8972787B2 (en) Dynamic collection of instrumentation data
US9432462B2 (en) Distributed metering and monitoring system
US9712410B1 (en) Local metrics in a service provider environment
US8966039B1 (en) End-to-end communication service monitoring and reporting
US9419917B2 (en) System and method of semantically modelling and monitoring applications and software architecture hosted by an IaaS provider
Trihinas et al. Jcatascopia: Monitoring elastically adaptive applications in the cloud
CN109075991A (en) Cloud verifying and test automation
US8959051B2 (en) Offloading collection of application monitoring data
US20170177461A1 (en) Dynamically identifying performance anti-patterns
CN108595316A (en) Life cycle management method, manager, equipment and the medium of Distributed Application
Kufel Tools for distributed systems monitoring
US7783743B1 (en) Methods and apparatus for processing electronic mail-related data
CN113452607A (en) Distributed link acquisition method and device, computing equipment and storage medium
US20170031743A1 (en) Quorum based distributed anomaly detection and repair
US9800489B1 (en) Computing system monitor auditing
US7743030B1 (en) Methods and apparatus for declarative log collection
US9218205B2 (en) Resource management in ephemeral environments
US7783752B2 (en) Automated role based usage determination for software system
US11461290B2 (en) System and method for run-time adaptable policy engine for heterogeneous managed entities
US10819598B1 (en) Metering multi-tenant, microservice architecture-based integration service in a cloud computing environment
US20220044144A1 (en) Real time model cascades and derived feature hierarchy
Eyers et al. Configuring large‐scale storage using a middleware with machine learning
JP5222346B2 (en) Information monitoring method

Legal Events

Date Code Title Description
EEER Examination request

Effective date: 20151028