Large-scale clustered environments host numerous servers, sometimes on the order of thousands of servers or more. The servers may be implemented using various virtual devices such as containers, virtual machines, and the like. It may be difficult to monitor the health of the servers and manage traffic among the servers in these environments. For example, the health of a cluster of servers is determined from various factors such as individual server health, application health, and network connectivity. Conventional techniques for monitoring a group of servers and providing a network service typically involve instantiating a service provider (e.g., a monitoring service) on each application server in the cluster of servers. For clustered environments with a large number of nodes, such deployments are computationally expensive and power intensive. Thus, there is a need in the art for effective health monitoring and traffic management for large-scale clustered.
Some embodiments provide a novel method of performing health monitoring for resources associated with a global server load balancing (GSLB) system. This system is implemented by several domain name system (DNS) servers that perform DNS services for resources located at several geographically separate sites. The method identifies several different groupings of the resources. It then assigns the health monitoring of the different resource groups to different DNS servers. The method then configures each particular DNS server (1) to send health monitoring messages to the particular group of resources assigned to the particular DNS server, (2) to generate data by analyzing responses to the sent health monitoring messages, and (3) to distribute the generated data to the other DNS servers. The method in some embodiments is performed by a set of one or more controllers.
In some embodiments, the health monitoring is performed for resources that include load balancers that forward data messages to backend servers. The load balancers include different clusters of load balancers responsible for forwarding data message flows among different sets of backend servers located at different geographical sites. In some embodiments, each load balancer cluster is in the same geographical site as the set of backend servers to which it forwards data messages.
In other embodiments, the monitored resources include backend servers that process and respond to the data message flows. The DNS servers in some embodiments receive DNS requests for at least one application executed by each backend server, and in response to the DNS requests, provide network addresses to access the backend servers. The network addresses in some embodiments include different VIP (virtual Internet Protocol) addresses that direct the data message flows to different clusters of load balancers that distribute the load among the backend servers.
Some of the health-monitoring messages have formats that allow the load balancers to respond, while other health-monitoring messages have formats that require the backend servers to process the messages and respond. For instance, a load balancer responds to a simple ping message, while a backend server needs to respond to an https message directed to a particular operation of an application that is identified by a particular domain name address.
As mentioned above, each DNS server in some embodiments is configured to analyze responses to the health monitoring messages that it sends, to generate data based on this analysis, and to distribute the generated data to the other DNS servers. The generated data is used to identify a first set of resources that have failed, and/or a second set of resources that have poor operational performance (e.g., have operational characteristics that fail to meet desired operational metrics).
In some embodiments, each particular DNS server is configured to identify (e.g., to generate) statistics from responses that each particular resource sends to the health monitoring messages from the particular DNS server. Each time the DNS server generates new statistics for a particular resource, the DNS server in some embodiments aggregates the generated statistics with statistics it previously generated for the particular resource (e.g., by computing a weighted sum) over a duration of time. In some embodiments, each DNS server periodically distributes to the other DNS severs the statistics it identifies for the resources that are assigned to it. The DNS server directly distributes the statistics to the other DNS servers in some embodiments, while it distributes the statistics indirectly through the controller set in other embodiments.
The DNS servers in some embodiments analyze the generated and distributed statistics to assess the health of the monitored resources, and adjust the way they distribute the data message flows when they identify failed or poorly performing resources through their analysis. In some embodiments, the DNS servers are configured similarly to analyze the same set of statistics in the same way to reach the same conclusions. Instead of distributing generated statistics regarding a set of resources, the monitoring DNS server in other embodiments generates health metric data from the generated statistics, and distributes the health metric data to the other DNS servers.
The DNS servers in some embodiments are part of two or more DNS server clusters. In some embodiments, the different DNS clusters are in different datacenters, which can be in different geographical sites (e.g., different neighborhoods, different cities, different states, different countries, etc.). Also, in some embodiments, one or more DNS server clusters are in one or more private datacenters, while one or more other DNS server clusters are in one or more public datacenters.
To send its health monitoring messages, each DNS server has a resource selector and a health monitor in some embodiments. The resource selector of the DNS server specifies the resources to which the DNS server should send health monitoring messages. For instance, in some embodiments, the resource selector has a mapping table that associates different resources with different DNS servers, and consults this table to identify the resources to which the health monitor of its DNS server should send health monitoring messages. The mapping table in some embodiments is a hash lookup table (e.g., a hash wheel) that identifies different DNS servers for different ranges of hash values. The resource selector generates a hash value from the identifier of each resource and uses the generated hash value as an index into the hash lookup table to identify the DNS server for the resource.
The preceding Summary is intended to serve as a brief introduction to some embodiments of the invention. It is not meant to be an introduction or overview of all inventive subject matter disclosed in this document. The Detailed Description that follows and the Drawings that are referred to in the Detailed Description will further describe the embodiments described in the Summary as well as other embodiments. Accordingly, to understand all the embodiments described by this document, a full review of the Summary, the Detailed Description, the Drawings, and the Claims is needed. Moreover, the claimed subject matters are not to be limited by the illustrative details in the Summary, the Detailed Description, and the Drawings.
The novel features of the invention are set forth in the appended claims. However, for purposes of explanation, several embodiments of the invention are set forth in the following figures.
In the following detailed description of the invention, numerous details, examples, and embodiments of the invention are set forth and described. However, it will be clear and apparent to one skilled in the art that the invention is not limited to the embodiments set forth and that the invention may be practiced without some of the specific details and examples discussed.
Some embodiments provide a novel sharding method for performing health monitoring of resources associated with a global server load balancing (GSLB) system. The method of some embodiments partitions the responsibility for the monitoring the health of different groups of resources among several domain name system (DNS) servers that perform DNS services for resources located at several geographically separate sites.
In some embodiments, the controller set 205 performs the process 100. As shown, the process 100 starts by the controller set 205 identifying (at 105) several groupings 225 of the resources 215. The process 100 next assigns (at 110) the health monitoring of the different groups to different DNS service engines. In
The process 100 configures (at 115) each particular DNS service engine (1) to send health monitoring messages to the particular group of resources assigned to the particular DNS service engine, (2) to generate data by analyzing responses of the resources to the health monitoring messages, and (3) to distribute the generated data to the other DNS service engines.
In some embodiments, the resources 215 that are subjects of the health monitoring are the backend servers that process and respond to the data message flows from the machines 220. The DNS service engines 210 in some embodiments receive DNS requests from the machines 220 for at least one application executed by each of the backend servers, and in response to the DNS requests, provide network addresses to access the backend servers.
The network addresses in some embodiments include different VIP (virtual Internet Protocol) addresses that direct the data message flows to different clusters of load balancers that distribute the load among the backend servers. Each load balancer cluster in some embodiments is in the same geographical site as the set of backend servers to which it forwards data messages. In other embodiments, the load balancers are the resources that are subject of the health monitoring. In still other embodiments, the resources that are subject to the health monitoring include both the load balancers and the backend servers.
Different embodiments use different types of health monitoring messages. Several examples of such messages are described below including ping messages, TCP messages, UDP messages, https messages, and http messages. Some of these health-monitoring messages have formats that allow the load balancers to respond, while other health-monitoring messages have formats that require the backend servers to process the messages and respond. For instance, a load balancer responds to a simple ping message, while a backend server needs to respond to an https message directed to a particular function associated with a particular domain address.
As mentioned above, each DNS service engine 210 in some embodiments is configured to analyze responses to the health monitoring messages that it sends, to generate data based on this analysis, and to distribute the generated data to the other DNS service engines. In some embodiments, the generated data is used to identify a first set of resources that have failed, and/or a second set of resources that have poor operational performance (e.g., have operational characteristics that fail to meet desired operational metrics).
In some embodiments, each particular DNS service engine 210 is configured to identify (e.g., to generate) statistics from responses that each particular resource sends to the health monitoring messages from the particular DNS service engine. Each time the DNS service engine 210 generates new statistics for a particular resource, the DNS service engine in some embodiments aggregates the generated statistics with statistics it previously generated for the particular resource (e.g., by computing a weighted sum) over a duration of time. In some embodiments, each DNS service engine 210 periodically distributes to the other DNS severs the statistics it identifies for the resources that are assigned to it. Each DNS service engine 210 directly distributes the statistics that it generates to the other DNS service engines in some embodiments, while it distributes the statistics indirectly through the controller set 205 in other embodiments.
The DNS service engines in some embodiments analyze the generated and distributed statistics to assess the health of the monitored resources, and adjust the way they distribute the data message flows when they identify failed or poorly performing resources through their analysis. In some embodiments, the DNS service engines are configured similarly to analyze the same set of statistics in the same way to reach the same conclusions. Instead of distributing generated statistics regarding a set of resources, the monitoring DNS service engines in other embodiments generate health metric data from the generated statistics, and distribute the health metric data to the other DNS service engines.
A cluster of one or more controllers 310 are deployed in each datacenter 302-308. Each datacenter also has a cluster 315 of load balancers 317 to distribute the data message load across the backend application servers 305 in the datacenter. In this example, three datacenters 302, 304 and 308 also have a cluster 320 of DNS service engines 325 to perform DNS operations to process (e.g., to provide network addresses for domain names provided by) for DNS requests submitted by machines 330 inside or outside of the datacenters. In some embodiments, the DNS requests include requests for fully qualified domain name (FQDN) address resolutions.
Second, the private DNS resolver 365 selects one of the DNS clusters 320. This selection is random in some embodiments, while in other embodiments it is based on a set of load balancing criteria that distributes the DNS request load across the DNS clusters 320. In the example illustrated in
Third, the selected DNS cluster 320b resolves the domain name to an IP address. In some embodiments, each DNS cluster includes multiple DNS service engines 325, such as DNS service virtual machines (SVMs) that execute on host computers in the cluster's datacenter. When a DNS cluster 320 receives a DNS request, a frontend load balancer (not shown) in some embodiments selects a DNS service engine 325 in the cluster to respond to the DNS request, and forwards the DNS request to the selected DNS service engine. Other embodiments do not use a frontend load balancer, and instead have a DNS service engine serve as a frontend load balancer that selects itself or another DNS service engine in the same cluster for processing the DNS request.
The DNS service engine 325b that processes the DNS request then uses a set of criteria to select one of the backend server clusters 305 for processing data message flows from the machine 330 that sent the DNS request. The set of criteria for this selection in some embodiments (1) includes the health metrics that are generated from the health monitoring that the DNS service engines perform, or (2) is generated from these health metrics, as further described below. Also, in some embodiments, the set of criteria include load balancing criteria that the DNS service engines use to distribute the data message load on backend servers that execute application “A.”
In the example illustrated in
After getting the VIP address, the machine 330 sends one or more data message flows to the VIP address for a backend server cluster 305 to process. In this example, the data message flows are received by the local load balancer cluster 315c. In some embodiments, each load balancer cluster 315 has multiple load balancing engines 317 (e.g., load balancing SVMs) that execute on host computers in the cluster's datacenter.
When the load balancer cluster receives the first data message of the flow, a frontend load balancer (not shown) in some embodiments selects a load balancing service engine 317 in the cluster to select a backend server 305 to receive the data message flow, and forwards the data message to the selected load balancing service engine. Other embodiments do not use a frontend load balancer, and instead have a load balancing service engine in the cluster serve as a frontend load balancer that selects itself or another load balancing service engine in the same cluster for processing the received data message flow.
When a selected load balancing service engine 317 processes the first data message of the flow, this service engine uses a set of load balancing criteria (e.g., a set of weight values) to select one backend server from the cluster of backend servers 305c in the same datacenter 306. The load balancing service engine then replaces the VIP address with an actual destination IP (DIP) address of the selected backend server, and forwards the data message and subsequent data messages of the same flow to the selected back end server. The selected backend server then processes the data message flow, and when necessary, sends a responsive data message flow to the machine 330. In some embodiments, the responsive data message flow is through the load balancing service engine that selected the backend server for the initial data message flow from the machine 330.
Like the controllers 205, the controllers 310 facilitate the health-monitoring method that the GSLB system 300 performs in some embodiments. The controllers 310 perform the process 100 of
In some embodiments, the controllers 310 generate and update a hash wheel that associates different DNS service engines 325 with different load balancers 317 and/or backend servers 305 to monitor.
In some embodiments, the controllers 310 assign the different resources (e.g., load balancers 317 and/or backend servers 325) to the different DNS clusters 320, and have each cluster determines how to distribute the health monitoring load among its own DNS service engines. Still other embodiments use other techniques to shard the health monitoring responsibility among the different DNS service engines 325 and clusters 320.
In some embodiments, the controllers 310 also collect health-monitoring data that their respective DNS service engines 325 (e.g., the DNS service engines in the same datacenters as the controllers) generate, and distribute the health-monitoring data to other DNS service engines 325. In some embodiments, a first controller in a first datacenter distributes health-monitoring data to a set of DNS service engines in a second datacenter by providing this data to a second controller in the second datacenter to forward the data to the set of DNS service engines in the second datacenter. Even though
As shown, a first shard map 505 associates the .com FQDNs with the first pair of DNS service engines SE1 and SE2, and the .net FQDNs with the second pair of DNS service engines SE3 and SE4. Two second set shard maps 510a and 510b then associate each DNS service engine in the two DNS-server pairs to one of the nine applications. Specifically, the shard map 510a associates the DNS service engine SE1 to monitor App1 and App3, and DNS service engine SE2 to monitor App2 and App4, while the shard map 510b associates the DNS service engine SE3 to monitor App5, App7 and App9, and DNS service engine SE4 to monitor App6 and App8.
Each of the DNS service engines acts as a health monitoring (HM) proxy for one distributed application. As the HM proxy for its associated application, the DNS service engine sends health monitoring messages to the backend servers that execute its application, generates health monitoring data from the backend servers' responses to the its health monitoring messages, and then distributes health monitoring data to the other DNS service engines 605 directly or through one or more controllers.
Each DNS service engine sends health monitoring messages to the backend servers that execute the application of its cluster, generates health monitoring data from the backend servers' responses to the health monitoring messages, and then distributes health monitoring data to the other DNS service engines 1005 of its cluster and other clusters directly or through one or more controllers. In some embodiments, each cluster has one DNS service engine or controller aggregate the health monitoring data of the DNS service engines of that cluster, and then forward the aggregated health monitoring data to the other DNS service engines 605 of its cluster and other clusters.
In
As mentioned above, each DNS service engine in some embodiments has a resource selector and a health monitor that facilitate its health monitoring operation. The resource selector of the DNS service engine specifies the resources to which the DNS service engine should send health monitoring messages, while its health monitor sends the health monitoring messages to the resources identified by the resource selector.
Next, at 1210, the process 1200 uses a hash function to generate a hash value for the identifier selected at 1205. In some embodiments, the controller cluster configures the DNS service engines to use the same hash function for all the resources to monitor, or for all resources of a certain type or certain locale. After generating the hash value, the process 1200 uses (at 1215) the generated value as an index into the hash table that associates different DNS service engines with different ranges of hash values. In other words, the process (at 1215) identifies the lookup table hash range that contains the generated hash value, and identifies the DNS service engine specified for this hash range. As described above by reference to
At 1220, the process 1200 adds the resource identified at 1205 to a list of resource to monitor for the health monitor of its associated DNS service engine, when the DNS service engine identified at 1215 is the process' associated DNS service engine. In other words, the DNS service engine's resource selector directs its server's health monitor to monitor a resource identified at 1205, when the hash of this resource's identifier falls into a hash range of the lookup table that is identified with the resource selector's DNS service engine.
After 1225, the process determines whether it has examined all the resources that are on a list of resources for it to examine to identify their health monitoring DNS service engine. In some embodiments, the list of resources to examine just includes newly added resources, while including all the resources in other cases when the hash lookup table is updated. When the process has examined all the resources, it ends. Otherwise, it returns to 1205 to select an identifier of another resource to examine.
At 1310, the process 1300 receives responses to the health monitoring messages, or times out without receiving responses to these messages from one or more resources. Based on responses to health monitoring messages, the process 1300 generates (at 1315) statistics in some embodiments. For instance, in some embodiments, the process 1300 maintains (at 1315) an average response time for a resource to respond to health monitoring messages.
In these embodiments, each time the health monitor of the DNS service engine receives a HM response to an HM message from a resource, it identifies the time duration between sending the message and receiving the response, and blends this identified response time duration with a running response-time average that the health monitor maintains for the resource. For a particular resource, the health monitor computes the blended response time by computing a weighted sum of the response time measurements that it collects and stores over a duration of time in some embodiments. In other embodiments, for a resource, the health monitor simply computes the weighted sum of the response time that it identified for the resource at 1310 with the blended average that it previously computed and stored for the resource.
Next, at 1320, the process determines whether it has reached the time for sending another round of health monitoring messages to the resources on its list of resources to monitor. If so, it transitions to 1305 to repeat its operations. Otherwise, at 1325, the process determines whether it has reached the time to report the statistics that it has generated for its monitored set of resources. If not, it returns to 1320.
As mentioned above, each DNS service engine in some embodiments periodically distributes to the other DNS service engines the statistics it identifies for the resources that are assigned to it for health monitoring. Hence, when the process determines (at 1325) that it has reached the time to report the statistics, the process sends the health monitoring statistics that it has generated since its last reporting to the local controller or controller cluster in the same datacenter as its DNS service engine. The local controller or controller cluster then distributes these statistics (1) to other DNS service engines in the same datacenter as the local controller or controller cluster, and (2) to other controllers in other datacenters to forward to other DNS service engines in their respective datacenters. In other embodiments, the process 1300 directly distributes its statistics to the other DNS service engines in its DNS cluster, and/or other DNS clusters.
The DNS service engines in some embodiments analyze the generated and distributed statistics to assess the health of the monitored resources, and adjust the way they distribute the data message flows when they identify failed or poorly performing resources through their analysis. In some embodiments, the DNS service engines are configured similarly to analyze the same set of statistics in the same way to reach the same conclusions.
Instead of distributing generated statistics regarding a set of resources, the monitoring DNS service engine in other embodiments generates health metric data from the generated statistics, and distributes the health metric data to the other DNS service engines directly or indirectly through the controllers. Each DNS service engine analyzes the health metric data that it generates and that it receives from other DNS service engines, and based on this analysis, adjusts the way it distributes the data message flows when it identifies failed or poorly performing resources through its analysis.
In some embodiments, a DNS service engine adjusts its data message flow distribution by foregoing sending of data message flows to failed resources, and by reducing or eliminating the sending of data message flows to poorly performing resources (i.e., resource with poor health monitoring statistics). For instance, in the embodiments in which a DNS service engine uses a set of load balancing criteria to distribute the data message load across a number of resources, the DNS service engine adjusts its load balancing criteria based on the health monitoring statistics that are collected and shared by all the DNS service engines for the set of resources.
As mentioned above, different embodiments use different types of health monitoring messages, such as HTTP messages, HTTPs messages, ping messages, TCP messages, and UDP messages. Health monitoring messages have four configurable properties in some embodiments: (1) a frequency at which the health monitor initiates a resource check, (2) a maximum amount of time before the resource must return a valid response to the health monitor, (3) a number of consecutive health checks that must succeed before marking a down resource as operational again, and (4) a number of consecutive health checks that must fail before marking a function resource as being down.
Some embodiments use simple ping messages for health monitoring. In some embodiments, the ping health-monitoring messages are ICMP pings sent from the DNS service engines to the resources. Ping messages in some embodiments do not test the health of the applications executing on backend servers, but rather just measure the responsiveness of the resource to which the ping is directed. In some embodiments, the ping health monitor of the DNS service engine is configured to detect an anomaly with the resource only after a certain number (e.g., two or more) of successive ping messages fail to receive a response. This is because it is not uncommon for a response to a ping health-monitoring message to get dropped.
In some embodiments, the HTTP health-monitoring messages can be configured in four ways: (1) an HTTP request, (2) a specified range in which the resource is expected to return a response code within, (3) response data which is matched against the first 2 KB of data returned from the resource, and (4) a port that should be used for the health check. The HTTP request in some embodiments contains a method, a path, a version, a host, and a carriage return, and each of these components can be configured for the specific HM deployment.
In some embodiments, the HTTPs health-monitoring messages can be configured in the same four-ways as the HTTP health-monitoring messages. Some embodiments use HTTPs health monitoring messages for their HM deployments when the client machines and backend servers have to establish encrypted HTTPs connections that are load balanced by the DNS service engines and the local load balancing clusters. Some embodiments also use HTTPs health monitoring messages for their HM deployments when the client traffic arrives as HTTP or HTTPs communication, and a cluster of modules in the SDDC terminate the clients connections, establish secure connections to the destination backend servers, and pass along the client data messages along the secure connections.
Some embodiments use TCP health monitoring messages when the monitored application is a TCP application. The TCP health monitor wait for a TCP connection to be established. It then sends a request string, and waits for the resource to respond with the expected content. If no client request and resource response are configured, the resource in some embodiments will be marked as one with a successful TCP handshake.
The TCP health monitoring message can be configured in four ways in some embodiments: (1) a send string which is sent to the resource immediately after completing the TCP three-way handshake, (2) an expected resource response that is checked to determine whether it is contained within the first 2 KB of data returned by the resource, (3) a specified port for the health check, and (4) a half open option. When the half open option is used, the TCP health monitoring message in some embodiments also sends a SYN message. Upon receipt of an ACK message, the resource is marked up and the DNS service engine responds with an RST. In some embodiments, the TCP handshake is never fully completed. Hence, in these embodiments, the application health is not validated. The purpose of this monitor option is to identify potential applications that do not gracefully handle quick termination. By never completing the handshake, the application is not touched. No application logs are generated or application resources wasted setting up a connection from the health monitor.
Some embodiments send UDP health monitoring messages as UDP datagrams to the resources, and then match the responses of the resources against the expected response data. The UDP can be configured in three ways: (1) a send string, (2) an expected resource response that is checked to determine whether it is contained within the first 2 KB of data returned from the resource, and (3) a specified port for the health check.
When the HM deployments use HTTP, HTTPs, TCP and UDP health monitoring messages, some embodiments allow a resource to be marked as disabled through a custom resource response in a Maintenance Resource Response option. After a resource has been marked as disabled through this option, health checks in some embodiments will continue, and resources operate the same as if manually disabled, which means existing client flows are allowed to continue, but new flows are sent to other available resources. Once a resource stops responding with the maintenance string, some embodiments bring the resource back online, assuming that there is no other fault with the resource that needs to be resolved.
Many of the above-described features and applications are implemented as software processes that are specified as a set of instructions recorded on a computer readable storage medium (also referred to as computer readable medium). When these instructions are executed by one or more processing unit(s) (e.g., one or more processors, cores of processors, or other processing units), they cause the processing unit(s) to perform the actions indicated in the instructions. Examples of computer readable media include, but are not limited to, CD-ROMs, flash drives, RAM chips, hard drives, EPROMs, etc. The computer readable media does not include carrier waves and electronic signals passing wirelessly or over wired connections.
In this specification, the term “software” is meant to include firmware residing in read-only memory or applications stored in magnetic storage, which can be read into memory for processing by a processor. Also, in some embodiments, multiple software inventions can be implemented as sub-parts of a larger program while remaining distinct software inventions. In some embodiments, multiple software inventions can also be implemented as separate programs. Finally, any combination of separate programs that together implement a software invention described here is within the scope of the invention. In some embodiments, the software programs, when installed to operate on one or more electronic systems, define one or more specific machine implementations that execute and perform the operations of the software programs.
The bus 1405 collectively represents all system, peripheral, and chipset buses that communicatively connect the numerous internal devices of the computer system 1400. For instance, the bus 1405 communicatively connects the processing unit(s) 1410 with the read-only memory 1430, the system memory 1425, and the permanent storage device 1435.
From these various memory units, the processing unit(s) 1410 retrieve instructions to execute and data to process in order to execute the processes of the invention. The processing unit(s) may be a single processor or a multi-core processor in different embodiments. The read-only-memory (ROM) 1430 stores static data and instructions that are needed by the processing unit(s) 1410 and other modules of the computer system. The permanent storage device 1435, on the other hand, is a read-and-write memory device. This device is a non-volatile memory unit that stores instructions and data even when the computer system 1400 is off. Some embodiments of the invention use a mass-storage device (such as a magnetic or optical disk and its corresponding disk drive) as the permanent storage device 1435.
Other embodiments use a removable storage device (such as a floppy disk, flash drive, etc.) as the permanent storage device. Like the permanent storage device 1435, the system memory 1425 is a read-and-write memory device. However, unlike storage device 1435, the system memory is a volatile read-and-write memory, such as random access memory. The system memory stores some of the instructions and data that the processor needs at runtime. In some embodiments, the invention's processes are stored in the system memory 1425, the permanent storage device 1435, and/or the read-only memory 1430. From these various memory units, the processing unit(s) 1410 retrieve instructions to execute and data to process in order to execute the processes of some embodiments.
The bus 1405 also connects to the input and output devices 1440 and 1445. The input devices enable the user to communicate information and select commands to the computer system. The input devices 1440 include alphanumeric keyboards and pointing devices (also called “cursor control devices”). The output devices 1445 display images generated by the computer system. The output devices include printers and display devices, such as cathode ray tubes (CRT) or liquid crystal displays (LCD). Some embodiments include devices such as touchscreens that function as both input and output devices.
Finally, as shown in
Some embodiments include electronic components, such as microprocessors, storage and memory that store computer program instructions in a machine-readable or computer-readable medium (alternatively referred to as computer-readable storage media, machine-readable media, or machine-readable storage media). Some examples of such computer-readable media include RAM, ROM, read-only compact discs (CD-ROM), recordable compact discs (CD-R), rewritable compact discs (CD-RW), read-only digital versatile discs (e.g., DVD-ROM, dual-layer DVD-ROM), a variety of recordable/rewritable DVDs (e.g., DVD-RAM, DVD-RW, DVD+RW, etc.), flash memory (e.g., SD cards, mini-SD cards, micro-SD cards, etc.), magnetic and/or solid state hard drives, read-only and recordable Blu-Ray® discs, ultra-density optical discs, any other optical or magnetic media, and floppy disks. The computer-readable media may store a computer program that is executable by at least one processing unit and includes sets of instructions for performing various operations. Examples of computer programs or computer code include machine code, such as is produced by a compiler, and files including higher-level code that are executed by a computer, an electronic component, or a microprocessor using an interpreter.
While the above discussion primarily refers to microprocessor or multi-core processors that execute software, some embodiments are performed by one or more integrated circuits, such as application specific integrated circuits (ASICs) or field programmable gate arrays (FPGAs). In some embodiments, such integrated circuits execute instructions that are stored on the circuit itself.
As used in this specification, the terms “computer”, “server”, “processor”, and “memory” all refer to electronic or other technological devices. These terms exclude people or groups of people. For the purposes of the specification, the terms “display” or “displaying” mean displaying on an electronic device. As used in this specification, the terms “computer readable medium,” “computer readable media,” and “machine readable medium” are entirely restricted to tangible, physical objects that store information in a form that is readable by a computer. These terms exclude any wireless signals, wired download signals, and any other ephemeral or transitory signals.
While the invention has been described with reference to numerous specific details, one of ordinary skill in the art will recognize that the invention can be embodied in other specific forms without departing from the spirit of the invention. Thus, one of ordinary skill in the art would understand that the invention is not to be limited by the foregoing illustrative details, but rather is to be defined by the appended claims.
This application is a continuation application of U.S. patent application Ser. No. 16/746,785, filed Jan. 17, 2020, now published as U.S. Patent Publication 2020/0382584. U.S. patent application Ser. No. 16/746,785 claims the benefit of U.S. Provisional Patent Application 62/854,792, filed May 30, 2019. U.S. patent application Ser. No. 16/746,785, now published as U.S. Patent Publication 2020/0382584, is incorporated herein by reference.
Number | Name | Date | Kind |
---|---|---|---|
RE4814 | Madurell | Mar 1872 | E |
5109486 | Seymour | Apr 1992 | A |
5781703 | Desai et al. | Jul 1998 | A |
6148335 | Haggard et al. | Nov 2000 | A |
6449739 | Landan | Sep 2002 | B1 |
6515968 | Combar et al. | Feb 2003 | B1 |
6714979 | Brandt et al. | Mar 2004 | B1 |
6754706 | Swildens et al. | Jun 2004 | B1 |
6792458 | Muret et al. | Sep 2004 | B1 |
6792460 | Oulu et al. | Sep 2004 | B2 |
6901051 | Hou et al. | May 2005 | B1 |
6976090 | Ben-Shaul et al. | Dec 2005 | B2 |
6996778 | Rajarajan et al. | Feb 2006 | B2 |
7076695 | McGee et al. | Jul 2006 | B2 |
7130812 | Iyer et al. | Oct 2006 | B1 |
7246159 | Aggarwal et al. | Jul 2007 | B2 |
7353272 | Robertson et al. | Apr 2008 | B2 |
7430610 | Pace et al. | Sep 2008 | B2 |
7636708 | Garcea et al. | Dec 2009 | B2 |
7701852 | Hohn et al. | Apr 2010 | B1 |
7743380 | Seidman et al. | Jun 2010 | B2 |
7933988 | Nasuto et al. | Apr 2011 | B2 |
7990847 | Leroy et al. | Aug 2011 | B1 |
8032896 | Li et al. | Oct 2011 | B1 |
8112471 | Wei et al. | Feb 2012 | B2 |
8131712 | Thambidorai | Mar 2012 | B1 |
8412493 | Duchenay et al. | Apr 2013 | B2 |
8499066 | Zhang et al. | Jul 2013 | B1 |
8588069 | Todd et al. | Nov 2013 | B2 |
8856797 | Siddiqui et al. | Oct 2014 | B1 |
8874725 | Ganjam et al. | Oct 2014 | B1 |
8977728 | Martini | Mar 2015 | B1 |
9032078 | Beerse et al. | May 2015 | B2 |
9047648 | Lekutai et al. | Jun 2015 | B1 |
9071537 | Talla et al. | Jun 2015 | B2 |
9083710 | Yadav | Jul 2015 | B1 |
9210056 | Choudhary et al. | Dec 2015 | B1 |
9256452 | Suryanarayanan et al. | Feb 2016 | B1 |
9288193 | Gryb et al. | Mar 2016 | B1 |
9300552 | Dube et al. | Mar 2016 | B2 |
9300553 | Dube et al. | Mar 2016 | B2 |
9319343 | Khandelwal et al. | Apr 2016 | B2 |
9329915 | Chandrasekharapuram et al. | May 2016 | B1 |
9450700 | Tonder et al. | Sep 2016 | B1 |
9459980 | Arguelles | Oct 2016 | B1 |
9467476 | Shieh et al. | Oct 2016 | B1 |
9477784 | Bhave et al. | Oct 2016 | B1 |
9483286 | Basavaiah et al. | Nov 2016 | B2 |
9491164 | Fay et al. | Nov 2016 | B1 |
9495222 | Jackson | Nov 2016 | B1 |
9531614 | Nataraj et al. | Dec 2016 | B1 |
9535805 | Ananthanarayanan et al. | Jan 2017 | B2 |
9558465 | Arguelles et al. | Jan 2017 | B1 |
9571516 | Curcic et al. | Feb 2017 | B1 |
9608880 | Goodall | Mar 2017 | B1 |
9613120 | Kharatishvili et al. | Apr 2017 | B1 |
9626275 | Hitchcock et al. | Apr 2017 | B1 |
9674302 | Khalid et al. | Jun 2017 | B1 |
9680699 | Cohen et al. | Jun 2017 | B2 |
9692811 | Tajuddin et al. | Jun 2017 | B1 |
9697316 | Taylor et al. | Jul 2017 | B1 |
9712410 | Char et al. | Jul 2017 | B1 |
9716617 | Ahuja et al. | Jul 2017 | B1 |
9729414 | Oliveira et al. | Aug 2017 | B1 |
9749888 | Colwell et al. | Aug 2017 | B1 |
9798883 | Gil et al. | Oct 2017 | B1 |
9817699 | Stich et al. | Nov 2017 | B2 |
9830192 | Crouchman et al. | Nov 2017 | B1 |
9882830 | Taylor et al. | Jan 2018 | B2 |
9935829 | Miller et al. | Apr 2018 | B1 |
9959188 | Krishnan | May 2018 | B1 |
9967275 | Kolman et al. | May 2018 | B1 |
9979617 | Meyer et al. | May 2018 | B1 |
10003550 | Babcock et al. | Jun 2018 | B1 |
10015094 | Akers et al. | Jul 2018 | B1 |
10127097 | Talla et al. | Nov 2018 | B2 |
10148631 | Sokolov et al. | Dec 2018 | B1 |
10212041 | Rastogi et al. | Feb 2019 | B1 |
10237135 | Alabsi et al. | Mar 2019 | B1 |
10313211 | Rastogi et al. | Jun 2019 | B1 |
10372600 | Mathur | Aug 2019 | B2 |
10547521 | Roy et al. | Jan 2020 | B1 |
10594562 | Rastogi et al. | Mar 2020 | B1 |
10630543 | Wei et al. | Apr 2020 | B1 |
10693734 | Rastogi et al. | Jun 2020 | B2 |
10728121 | Chitalia et al. | Jul 2020 | B1 |
10873541 | Callau et al. | Dec 2020 | B2 |
10931548 | Iyer et al. | Feb 2021 | B1 |
10999168 | Gupta et al. | May 2021 | B1 |
11038839 | Vettaikaran et al. | Jun 2021 | B1 |
11038840 | Vettaikaran et al. | Jun 2021 | B1 |
11044180 | Rastogi et al. | Jun 2021 | B2 |
11171849 | Rastogi et al. | Nov 2021 | B2 |
11283697 | Rajagopalan et al. | Mar 2022 | B1 |
11290358 | Basavaiah et al. | Mar 2022 | B2 |
11411825 | Rastogi et al. | Aug 2022 | B2 |
11513844 | Aleti et al. | Nov 2022 | B1 |
11582120 | Basavaiah et al. | Feb 2023 | B2 |
11736372 | Rastogi et al. | Aug 2023 | B2 |
20020078150 | Thompson et al. | Jun 2002 | A1 |
20020198984 | Goldstein et al. | Dec 2002 | A1 |
20020198985 | Fraenkel et al. | Dec 2002 | A1 |
20030191837 | Chen | Oct 2003 | A1 |
20030236877 | Allan | Dec 2003 | A1 |
20040054680 | Kelley et al. | Mar 2004 | A1 |
20040064552 | Chong et al. | Apr 2004 | A1 |
20040103186 | Casati et al. | May 2004 | A1 |
20040143637 | Koning et al. | Jul 2004 | A1 |
20040243607 | Tummalapalli | Dec 2004 | A1 |
20050010578 | Doshi | Jan 2005 | A1 |
20050039104 | Shah et al. | Feb 2005 | A1 |
20050060574 | Klotz et al. | Mar 2005 | A1 |
20050108444 | Flauaus et al. | May 2005 | A1 |
20050120160 | Plouffe et al. | Jun 2005 | A1 |
20050172018 | Devine et al. | Aug 2005 | A1 |
20050188221 | Motsinger et al. | Aug 2005 | A1 |
20060167939 | Seidman et al. | Jul 2006 | A1 |
20060224725 | Bali et al. | Oct 2006 | A1 |
20060242282 | Mullarkey | Oct 2006 | A1 |
20060271677 | Mercier | Nov 2006 | A1 |
20070136331 | Hasan et al. | Jun 2007 | A1 |
20070226554 | Greaves et al. | Sep 2007 | A1 |
20080104230 | Nasuto et al. | May 2008 | A1 |
20080126534 | Mueller et al. | May 2008 | A1 |
20080183876 | Duvur et al. | Jul 2008 | A1 |
20090049524 | Farrell et al. | Feb 2009 | A1 |
20090154366 | Rossi | Jun 2009 | A1 |
20090199196 | Peracha | Aug 2009 | A1 |
20100030915 | Kiefer et al. | Feb 2010 | A1 |
20100077462 | Joffe et al. | Mar 2010 | A1 |
20100208742 | Kafle et al. | Aug 2010 | A1 |
20100279622 | Shuman et al. | Nov 2010 | A1 |
20100287171 | Schneider | Nov 2010 | A1 |
20100293296 | Hsu | Nov 2010 | A1 |
20110126111 | Gill et al. | May 2011 | A1 |
20110196890 | Pfeifle et al. | Aug 2011 | A1 |
20120101800 | Miao et al. | Apr 2012 | A1 |
20120110185 | Ganesan et al. | May 2012 | A1 |
20120131591 | Moorthi et al. | May 2012 | A1 |
20120254443 | Ueda | Oct 2012 | A1 |
20120254444 | Harchol-Balter et al. | Oct 2012 | A1 |
20120291099 | Grube et al. | Nov 2012 | A1 |
20130013953 | Eck et al. | Jan 2013 | A1 |
20130086230 | Guerra et al. | Apr 2013 | A1 |
20130086273 | Wray et al. | Apr 2013 | A1 |
20130151853 | Azzouz et al. | Jun 2013 | A1 |
20130179289 | Calder et al. | Jul 2013 | A1 |
20130179881 | Calder et al. | Jul 2013 | A1 |
20130179894 | Calder et al. | Jul 2013 | A1 |
20130179895 | Calder et al. | Jul 2013 | A1 |
20130211559 | Lawson et al. | Aug 2013 | A1 |
20130212257 | Murase et al. | Aug 2013 | A1 |
20130290538 | Gmach et al. | Oct 2013 | A1 |
20130326044 | Maldaner | Dec 2013 | A1 |
20130326623 | Kruglick | Dec 2013 | A1 |
20130343213 | Reynolds et al. | Dec 2013 | A1 |
20130346594 | Banerjee et al. | Dec 2013 | A1 |
20140006862 | Jain et al. | Jan 2014 | A1 |
20140032785 | Chaudhuri et al. | Jan 2014 | A1 |
20140059179 | Lam | Feb 2014 | A1 |
20140101226 | Khandekar et al. | Apr 2014 | A1 |
20140122725 | Batrouni et al. | May 2014 | A1 |
20140143406 | Malhotra et al. | May 2014 | A1 |
20140173675 | Ahmed et al. | Jun 2014 | A1 |
20140215058 | Vicat-Blanc et al. | Jul 2014 | A1 |
20140215621 | Xaypanya et al. | Jul 2014 | A1 |
20140229706 | Kuesel et al. | Aug 2014 | A1 |
20140280886 | Burns | Sep 2014 | A1 |
20140282160 | Zarpas | Sep 2014 | A1 |
20140304414 | Yengalasetti et al. | Oct 2014 | A1 |
20140344439 | Kempf et al. | Nov 2014 | A1 |
20140351226 | Christodorescu et al. | Nov 2014 | A1 |
20140373140 | Waters, Jr. et al. | Dec 2014 | A1 |
20150058265 | Padala et al. | Feb 2015 | A1 |
20150074679 | Fenoglio et al. | Mar 2015 | A1 |
20150081880 | Eaton et al. | Mar 2015 | A1 |
20150106325 | Cole et al. | Apr 2015 | A1 |
20150106523 | Cui et al. | Apr 2015 | A1 |
20150124640 | Chu et al. | May 2015 | A1 |
20150134831 | Hiroishi | May 2015 | A1 |
20150199219 | Kim et al. | Jul 2015 | A1 |
20150212829 | Kupershtok et al. | Jul 2015 | A1 |
20150244626 | Childress et al. | Aug 2015 | A1 |
20150278061 | Siciliano et al. | Oct 2015 | A1 |
20150288682 | Bisroev et al. | Oct 2015 | A1 |
20150293954 | Hsiao et al. | Oct 2015 | A1 |
20150295780 | Hsiao et al. | Oct 2015 | A1 |
20150295796 | Hsiao et al. | Oct 2015 | A1 |
20150358391 | Moon et al. | Dec 2015 | A1 |
20150370852 | Shastry et al. | Dec 2015 | A1 |
20150381558 | Tuliani | Dec 2015 | A1 |
20160036837 | Jain et al. | Feb 2016 | A1 |
20160064277 | Park et al. | Mar 2016 | A1 |
20160065609 | Yan | Mar 2016 | A1 |
20160087879 | Matsubara et al. | Mar 2016 | A1 |
20160094401 | Anwar et al. | Mar 2016 | A1 |
20160094410 | Anwar et al. | Mar 2016 | A1 |
20160094431 | Hall et al. | Mar 2016 | A1 |
20160094483 | Johnston et al. | Mar 2016 | A1 |
20160103717 | Dettori et al. | Apr 2016 | A1 |
20160105335 | Choudhary et al. | Apr 2016 | A1 |
20160125330 | Borah | May 2016 | A1 |
20160127204 | Ozaki et al. | May 2016 | A1 |
20160149832 | Liang et al. | May 2016 | A1 |
20160162701 | Rosenberg et al. | Jun 2016 | A1 |
20160164738 | Pinski et al. | Jun 2016 | A1 |
20160182399 | Zadka et al. | Jun 2016 | A1 |
20160217022 | Velipasaoglu et al. | Jul 2016 | A1 |
20160294701 | Batrouni et al. | Oct 2016 | A1 |
20160294722 | Bhatia et al. | Oct 2016 | A1 |
20160323197 | Guzman et al. | Nov 2016 | A1 |
20160323377 | Einkauf et al. | Nov 2016 | A1 |
20160359719 | Travostino | Dec 2016 | A1 |
20160378635 | Taylor et al. | Dec 2016 | A1 |
20170041386 | Bhat et al. | Feb 2017 | A1 |
20170063933 | Shieh et al. | Mar 2017 | A1 |
20170093986 | Kim et al. | Mar 2017 | A1 |
20170126792 | Halpern et al. | May 2017 | A1 |
20170134481 | DeCusatis et al. | May 2017 | A1 |
20170195090 | Boidol et al. | Jul 2017 | A1 |
20170295207 | Yu et al. | Oct 2017 | A1 |
20170324555 | Wu et al. | Nov 2017 | A1 |
20170331907 | Jagannath et al. | Nov 2017 | A1 |
20170344618 | Horowitz et al. | Nov 2017 | A1 |
20180004582 | Hallenstål | Jan 2018 | A1 |
20180007126 | Borst et al. | Jan 2018 | A1 |
20180018244 | Yoshimura et al. | Jan 2018 | A1 |
20180041408 | Dagum et al. | Feb 2018 | A1 |
20180041470 | Schultz et al. | Feb 2018 | A1 |
20180046482 | Karve et al. | Feb 2018 | A1 |
20180063193 | Chandrashekhar | Mar 2018 | A1 |
20180088935 | Church et al. | Mar 2018 | A1 |
20180089328 | Bath et al. | Mar 2018 | A1 |
20180136931 | Hendrich et al. | May 2018 | A1 |
20180239651 | Gong et al. | Aug 2018 | A1 |
20180287902 | Chitalia et al. | Oct 2018 | A1 |
20180302375 | Els | Oct 2018 | A1 |
20180309637 | Gill et al. | Oct 2018 | A1 |
20180335946 | Wu et al. | Nov 2018 | A1 |
20180367596 | Bache et al. | Dec 2018 | A1 |
20190014102 | Mathew et al. | Jan 2019 | A1 |
20190121672 | Ding et al. | Apr 2019 | A1 |
20190123970 | Rastogi et al. | Apr 2019 | A1 |
20190199790 | Yang | Jun 2019 | A1 |
20190238505 | Richards et al. | Aug 2019 | A1 |
20190297014 | Azgin et al. | Sep 2019 | A1 |
20200014594 | Lapiotis et al. | Jan 2020 | A1 |
20200136939 | Rastogi et al. | Apr 2020 | A1 |
20200136942 | Rastogi et al. | Apr 2020 | A1 |
20200142788 | Hu et al. | May 2020 | A1 |
20200169479 | Ireland | May 2020 | A1 |
20200218571 | Chen | Jul 2020 | A1 |
20200287794 | Rastogi et al. | Sep 2020 | A1 |
20200374039 | Rau et al. | Nov 2020 | A1 |
20200382390 | Basavaiah et al. | Dec 2020 | A1 |
20200382584 | Basavaiah et al. | Dec 2020 | A1 |
20210058453 | Balasubramanian et al. | Feb 2021 | A1 |
20210119923 | Brown et al. | Apr 2021 | A1 |
20210349749 | Guha | Nov 2021 | A1 |
20210373971 | Lu et al. | Dec 2021 | A1 |
20220141102 | Rastogi et al. | May 2022 | A1 |
20220147390 | Akinapelli et al. | May 2022 | A1 |
20220231949 | Ramaswamy et al. | Jul 2022 | A1 |
20220237203 | Das et al. | Jul 2022 | A1 |
20220286373 | Rajagopalan et al. | Sep 2022 | A1 |
20220353201 | Navali et al. | Nov 2022 | A1 |
20220368758 | Suri et al. | Nov 2022 | A1 |
20220400097 | Rao et al. | Dec 2022 | A1 |
20220400098 | Rao et al. | Dec 2022 | A1 |
20230018908 | Yue et al. | Jan 2023 | A1 |
20230024475 | Mandeyam et al. | Jan 2023 | A1 |
20230025679 | Mandeyam et al. | Jan 2023 | A1 |
20230052818 | Jain et al. | Feb 2023 | A1 |
Number | Date | Country |
---|---|---|
2011352884 | Jul 2013 | AU |
2607005 | Feb 2012 | CA |
2020086956 | Apr 2020 | WO |
Entry |
---|
Author Unknown, “Autoscaler,” Compute Engine—Google Cloud Platform, Jun. 29, 2015, 6 pages, retrieved at http://web.archive.org/web/20150629041026/https://cloud.google.com/compute/docs/autoscaler/. |
Author Unknown, “Autoscaling,” Aug. 20, 2015, 4 pages, Amazon Web Services, retrieved from http://web.archive.org/web/20150820193921/https://aws.amazon.com/autoscaling/. |
Author Unknown, “BPF, eBPF, XDP and Bpfilter . . . What are These Things and What do They Mean for the Enterprise?,” Apr. 16, 2018, 11 pages, Netronome, retrieved from https://www.netronome.com/blog/bpf-ebpf-xdp-and-bpfilter-what-are-these-things-and-what-do-they-mean-enterprise/. |
Catania, V., et al., “PMT: A Tool to Monitor Performances in Distributed Systems,” Proceedings of the 3rd IEEE International Symposium on High Performance Distributed Computing, Aug. 2-5, 1994, 8 pages, San Francisco, CA, USA. |
Davis, David, “Post #8—Understanding vCenter Operations Badges,” David Davis Blog, Apr. 29, 2014, 5 pages, retrieved from http://blogs.vmware.com/management/2014/04/david-davis-on-vcenter-operations-post-8-understanding-vcenter-operations-badges.html. |
De George, Andy, “How to Scale an Application,” Jun. 16, 2015, 8 pages, Github.com. |
Liu, Feng, et al., “Monitoring of Grid Performance Based on Agent,” 2007 2nd International Conference on Pervasive Computing and Applications, Jul. 26-27, 2007, 6 pages, IEEE, Birmingham, UK. |
Non-Published commonly Owned U.S. Appl. No. 16/905,571, filed Jun. 18, 2020, 40 pages, VMware, Inc. |
Sevcik, Peter, et al., “Apdex Alliance,” May 24, 2014, 5 pages, www.apdex.org. |
Wallace, Paul, et al., “Feature Brief: Stingray's Autoscaling Capability,” Brocade Community Forums, May 1, 2013, 5 pages, retrieved from http://community.brocade.com/t5/vADC-Docs/Feature-Brief-Stingray-s-Autoscaling-capability/ta-p/73843. |
Yar, Mohammed, et al., “Prediction Intervals for the Holt-Winters Forecasting Procedure,” International Journal of Forecasting, Month Unknown 1990, 11 pages, vol. 6, Issue 1, Elsevier Science Publishers B.V. |
Zhang, Xuehai, et al., “A Performance Study of Monitoring and Information Services for Distributed Systems,” Proceedings of the 12th IEEE International Symposium on High Performance Distributed Computing, Jun. 22-24, 2003, 12 pages, IEEE Computer Society, Washington, D.C., USA. |
Number | Date | Country | |
---|---|---|---|
20230171171 A1 | Jun 2023 | US |
Number | Date | Country | |
---|---|---|---|
62854792 | May 2019 | US |
Number | Date | Country | |
---|---|---|---|
Parent | 16746785 | Jan 2020 | US |
Child | 18102696 | US |