This application is based upon and claims priority from prior U.S. patent application Ser. No. 13/966,792, filed on Aug. 14, 2013, now [allowed], the entire disclosure of which is herein incorporated by reference in its entirety.
The present invention generally relates to cloud computing, and more specifically to managing the admission of virtual machines in a cloud environment with dynamic resource demands.
In a Cloud or computing cluster system managing the utilization of computer resources with effective admission control policies is essential. Admission control policies ensure that sufficient resources are available in a cluster to provide fail-over protection and to ensure that virtual machine resource reservations are respected. If the additional computer resources are not reserved, the power-on attempt fails and the fail-over protections cannot be realized. Hence, admission control policies reserve resources to ensure robustness for a potential fail-over and successful power-on procedures.
Each resource in a physical machine in the Cloud system has an over-utilization threshold. When this threshold is exceeded and the resources are over-utilized for longer periods of time, operations of physical machines may be interrupted or migration may become necessary. Over-utilization threshold is the maximum acceptable utilization percentage for a resource. As an example, if the over-utilization threshold is 90%, it is assumed that the operations will not be interrupted, as long as the resource utilization remains below 90%. In addition to over-utilization threshold, the likelihood of the resource being over-utilized is another parameter to be considered for the purpose of admission control. The second threshold is the percentage of time that the over-utilization can be tolerated. In other words, the likelihood of finding the resource over-utilized. Note that the over-utilization threshold can be exceeded for short periods of time. If the likelihood of fail-over or the virtual machine power-on is negligible, exceeding the over-utilization threshold may be tolerated.
Admission control policies adopt admission criteria by which admission control schema accepts or rejects a request to be placed in the Cloud. In general, admission control schemas are either parameter-based or measurement-based. Parameter-based admission control schemas are based on apriori knowledge of the input requests and provide for deterministic guarantees for uninterrupted Cloud operations. Examples of this type of admission control schemas include admitting a VM request based on its resource demand characteristics, such as maximum resource demand or average resource demand. Parameter-based schemas are easy to implement and guarantee Cloud operations under worst-case assumptions. A measurement-based admission control schema, on the other hand, utilizes the estimated resource utilization of physical machines in addition to input VM request parameters. In this case, the utilization of a resource is characterized by its stochastic properties and a probabilistic bound can be defined for the potential interruptions of Cloud operations. The probability density function (pdf) of the utilization of a resource is the convolution of all the resource demands of the accepted requests that utilize that resource. In such aggregation of independent resource demands, the probability that the aggregate utilization will reach the sum of the peak demand is infinitesimally small. Using the pdf of the aggregated resource utilization in admission criteria provides for probabilistic guarantees. That is, instead of providing deterministic bound for the worst case scenarios, measurement-based admission control policies guarantee a bound on the probability of over-utilization. In mathematical terms, resource k is stable if its utilization, Uk, satisfies the following constraint,
P(Uk>Uko)≦εo (1)
where Uo is the over-utilization threshold and εo is the probabilistic bound on over-utilization.
We consider the problem of admitting sets of, possibly heterogeneous, virtual machines (VMs) with stochastic resource demands onto physical machines (PMs) in a Cloud environment. The objective is to achieve a specified quality-of-service related to the probability of resource over-utilization in an uncertain loading condition, while minimizing the rejection probability of VM requests. We introduce a method which relies on approximating the probability distribution of the total resource demand on PMs and estimating the probability of over-utilization. We compare our method to two simple admission policies: admission based on maximum demand and admission based on average demand. We investigate the efficiency of the results of using our method on a simulated Cloud environment where we analyze the effects of various parameters (commitment factor, coefficient of variation etc.) on the solution for highly variate demands.
Disclosed is an automated system and method for managing requests for an additional virtual machine. The method begins with operating at least one virtual machine accessing at least one computer resource associated with at least one physical machine within a computing cluster. One or more non-deterministic virtual machine requests for the computer resource are received. An over-utilization of the computer resource as a probability distribution function is modeled. In one example, the probability distribution function is a Beta distribution function to represent a one of a plurality of probability distribution functions. Next, an additional virtual machine on the physical machine associated with the computer resource is added in response to a probability of a utilization of the computer resource being less than a probalistic bound on the over-utilization of the computer resource. Otherwise, the additional virtual machine is not added. The probability distribution function is automatically updated in response to an additional non-deterministic virtual machine request, a change in the utilization of the computer resource by the virtual machine, a change in the utilization of the computer resource by any additional virtual machine which has been added, or a combination thereof. Likewise, based on the probability distribution function being updated, reevaluating the admission of the additional virtual machine on the physical machine associated with the computer.
In one example, the probability of the utilization of the computer resource is less than an over-utilization threshold Uk* is given by FZ
In another example, a maximum number of allowed concurrent computer resource requests in a policy for the physical machine is given by a minimum of a supreme subset of independent computational resource requests and the probability of the utilization of the computer resource. The maximum number of allowed concurrent computer resource requests Nmax in a policy is given by
where sup is a supremum subset and n is a sum of independent kth computer resource request.
In yet another example, an over commitment placement policy with a maximum value of demand is given by
and a value of κ is solved by using Nmax, where, Dkmax is a maximum demand on computer resource k, and, Ck is a capacity for the computer resource k.
In still another example, an under commitment policy with an average value of demand is given by
and a value of θ is solved by using Nmax, where Dkmax is a maximum demand on computer resource k, and, Ck is a capacity for the computer resource k.
The accompanying figures wherein reference numerals refer to identical or functionally similar elements throughout the separate views, and which together with the detailed description below are incorporated in and form part of the specification, serve to further illustrate various embodiments and to explain various principles and advantages all in accordance with the present invention, in which:
As required, detailed embodiments are disclosed herein; however, it is to be understood that the disclosed embodiments are merely examples and that the systems and methods described below can be embodied in various forms. Therefore, specific structural and functional details disclosed herein are not to be interpreted as limiting, but merely as a basis for the claims and as a representative basis for teaching one skilled in the art to variously employ the present subject matter in virtually any appropriately detailed structure and function. Further, the terms and phrases used herein are not intended to be limiting, but rather, to provide an understandable description of the concepts.
The description of the present invention has been presented for purposes of illustration and description, but is not intended to be exhaustive or limited to the invention in the form disclosed. Many modifications and variations will be apparent to those of ordinary skill in the art without departing from the scope and spirit of the invention. The embodiment was chosen and described in order to best explain the principles of the invention and the practical application, and to enable others of ordinary skill in the art to understand the invention for various embodiments with various modifications as are suited to the particular use contemplated.
The terminology used herein is for the purpose of describing particular embodiments only and is not intended to be limiting of the invention. As used herein, the singular forms “a”, “an” and “the” are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will be further understood that the terms “comprises” and/or “comprising,” when used in this specification, specify the presence of stated features, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof.
The behavior of various admission control policies under dynamic resource demand is investigated. Introduced is a method for configuring admission control policies against over-utilization. A measurement-based admission control policy for the Cloud is described by approximating the pdf of the aggregated resource utilization using the first and second moments. Then, we employ (1) as the admission criterion to decide if the statistical properties of an arriving VM request will likely to drive the physical machine into over-utilization. Thus, we enforce an admission criterion that guarantees a bound on the probability of over-utilization. We compare the performance of two parameter-based admission control policies against a measurement-based control policy that we introduce. We also show how to configure the parameter-based admission control policies by using the probabilistic bound of the measurement-based policy. Note that parameter-based approaches provide a deterministic bound against worst case scenarios and their admission criteria do not change with the variations of resource demand. We also show how much parameter-based control policies are sensitive to variations in dynamic resource demand. Novelty includes the use of stochastic properties of resources for managing resource utilization.
We describe the problem formulation in Section 1.0. Two parameter-based and one measurement-based admission control policies are introduced in Section 2.0. In Section 3.0 we describe how to configure the admission control criteria to reduce the likelihood of over-utilization. Our simulation results are presented in Section 4.0. Section 5.0 discusses the Choice of Beta Distribution and Section 6.0 the parameters of the Beta distribution. Section 7.0 discusses adding a VM. The Distribution of the number of requests accommodated in the Cloud is discussed in Section 8.0. High level flow charts are discussed in Section 9.0. Other techniques are reviewed in Section 10 followed by conclusions in Section 11.0. Section 12.0 is an explanation of a generalized Cloud computing environment in which the claimed invention may be practiced.
Turning now to
Consider p homogenous PMs with K different resources with each having capacity Ck, subjected to a stream of homogenous requests with a Poisson arrival process with rate λ and a generally distributed lifetime with mean τ. A request has a demand Dk for resource k that is generally distributed with distribution function FD
ρk=λτμD
Let Zkn denote the sum of n independent kth resource demands. Given that Zkn=n Dk, the mean of Zkn is E[Zkn]=n μD
The same notations can be extended to a system that is subjected to heterogeneous requests. A request type is characterized by the amount of demand for resources. A request is classified to type i=1, 2, . . . , l, where l is the number of types. Let the system consist of, as before, p homogenous PMs with each having Ck capacity for the resource type k. A type i request has a demand of Dik for the resource k with mean and standard deviation of μD
ρik=λiτiμD
The total mean offered load for resource k is:
ρk=Σi=1lρik=Σi=1lλiτiμD
Let n=(n1, n2, . . . , nl) denote the number of requests of each of the l types in the system. Given n, the sum of independent kth resource demands in the heterogenous system, Zkn is given by, Zkn=Σi=1l ni Dik where ni represents the number of type i requests. The mean of Zkn is E[Zkn]=Σi=1l ni μD
An admission controller admits a request into the Cloud based on some policy (
In this section, for the sake of simplicity, we detail the description of policies for homogenous system only. In section 4, we show how these policies can be extended to a heterogeneous system without loss of generality. In parameter based admission control policies, the maximum number of requests that can be accommodated by the Cloud for each resource k is denoted by Nkmax. Let n be the number of requests in the PM at the time admission policy is applied. Thus, a request is admitted to a PM if n<Nkmax and is rejected for that particular PM otherwise. If a request cannot be placed to any of the PMs, it is rejected from the Cloud. By using the resulting request rejection probability δ, the mean utilization of kth resource
We consider three policies from the class of admission policies described above. The first two admission control policies are parameter based and the third one is measurement based.
Details of these three different admission policies are explained below.
2.1 Policy 1: Admission Based on the Max. Value of Demand with a Commitment Factor
In this admission control policy, the maximum demand values for the resources are taken into account for admission decision. Let us denote this policy with 1(κ,Dkmax), where κ is the commitment factor for all types of resources and Dkmax is the maximum value of the demand for resource type k. The respective maximum allowed concurrent requests Nmax(1) in a PM for this admission policy is
Here K is the number of resources a request is demanding in a physical machine, PM. This policy accepts requests to a PM as long as the total number of requests in the PM is less than or equal to Nmax(1) at the time of admission. Nmax(1) is the maximum number of requests that can be accommodated without over-committing any of the resources beyond κ.
In this policy, the commitment factor, κ is used to prevent the under-utilization of a resource on a PM. Since the accepted requests are not always demanding their maximum value, selecting κ>1 reduces under-utilization. The performance of the Cloud depends on selecting the κ value properly. As long as the requests are demanding less than their maximum value, particular PM is guaranteed to function properly with κ=1. This selection, however, will cause under-utilization of the resources. On the other hand, if the VMs that are accepted to that PM demand their maximum values and when κ>1, then resources on PM face an over-utilization since total demand exceeds the resource capacity. This problem causes “crashing” on the physical machine if particular resource is a memory. Higher the κ values, the more likely for 1 to accept VMs thus more likely to over-utilize a resource on a PM.
Note that selecting a value for κ provides a deterministic bound on the number of requests to be accepted. In order to utilize the resources effectively, κ value needs to be adjusted against the stochastic variations of resource utilization. In practice, it is not common to change the κ values frequently.
2.2 Policy 2: Admission Based on the Avg. Value of the Demand with Commitment Factor
In this admission policy, the average demand of a VM request is taken into account for admission decision. Let us denote this policy with 2(θ,μD
In this admission control schema, requests are accepted to a PM as long as the total number of requests in the PM is less than or equal to Nmax(2) at the time of admission.
The commitment factor, θ is used to prevent the over-utilization of resources on a PM since the accepted requests do not always demand their average value. This factor helps to maintain the utilization of resources on a PM to be under an upper limit for the times when the admitted requests demand higher than their average value. Usually, θ is selected as: 0<θ<1. Smaller the θ value, it is more likely to reject the requests thus less likely to over-utilize resources on a PM.
Note that Nmax(2) is a deterministic bound. As in the case of 1, the parameter of 2, θ, needs to be adjusted when the demand at a particular instance is different from the average demand, μD
In this admission policy, dynamic nature of a demand for a resource is represented with its mean, μD
Uk: kth resource utilization of PM where k≦K
μk: Mean of Uk
σk: Standard deviation of Uk
We approximate the probability distribution function (pdf) of Uk as a Beta distribution since Beta distribution is a good approximation for the maximum entropy probability distribution for all classes of distributions with the same first and second moments (see Section 6 entitled “Parameters Of The Beta Distribution” for the reasoning of this assumption). Beta distribution is a family of continuous probability distributions defined on the interval [0,1] by two positive shape parameters, denoted by α and β. Hence, we also characterize the utilization Uk with two parameters, α and β, associated with the first and second moments of Uk. For more information on Beta distribution, see Section 7 entitled “Adding A VM”.
Admission criterion for Policy 3, 3 (Uk*, εk, μk, σk), utilizes Uk*, εk, μk and σk to make an admission decision. Here Uk* is the over-utilization threshold, εk is the probabilistic bound on over-utilization, μk and σk are the estimated mean and the standard deviation of the measured utilization of resource k after the request arrival. The admission criterion for Policy 3 is given by
F
Z
(Uk*)≧(1−εk) (8)
If equation (8) is not satisfied with the new request arrival, the request is rejected. It is important to note that equation (8) can be also written as FZ
The respective maximum allowed concurrent requests Nmax(3) in a PM for Policy 3 is expressed as:
Here Ukε[0,1] is the utilization of resource k and Uk˜Beta(αk,βk). As described in Appendix B, the corresponding αk and βk values are found from the estimated mean and variance values of the utilization of resource k in the PM as:
where
F
Z
(Uk,αk,βk)=B(Uk,αk,βk)/B(αk,βk) (12)
where B is the Beta function. Note that Nmax(3) is not a deterministic bound, but it changes as the mean and the variance of the utilization change dynamically. Unlike 1 and 2, 3 does not need to be adjusted, since 3 is dynamically adjusted with the measured statistical properties of resource utilization. The predefined thresholds for Uk* and εk are set by the Cloud manager depending on the specifications of the physical machine.
So far, we have obtained maximum allowed concurrent requests Nmax(k) in a physical machine for each policy as:
The first two are deterministic bounds for the number of concurrent requests that can be accommodated in the Cloud and the third one is a probabilistic bound. The first bound guarantees accommodation in the Cloud for requests with maximum demand Dkmax on resource k with a commitment factor κ. Similarly, the second bound guarantees accommodation in the Cloud for requests with the average demand μD
For the same request arrival process, all three policies perform the same when Nmax(1)=Nmax(2)=Nmax(3). In this case, the rejection rate, as well as the overload factor, will be the same for all policies. As the statistical characteristics of PM resource utilization change, the over-utilization probability in Policy 3 remains below εk. This is not the case for Policy 1 and 2. Regardless, over-utilization probabilities for the first two policies can be controlled by configuring κ and θ values using the measured resource utilization statistics and Nmax(3).
Let the estimated mean and standard deviation of utilization be
F
Z
(Uk*,αk*,βk*)=Pr(Uk>Uk*). (13)
Here αk* and βk* are found from the estimated mean and variance,
Assume that the resource utilization demand for all independent arrival requests have the same mean and variance, μ and σ, the probability of over-utilization for N concurrent requests is given by
F
Z
(Uk*,αk(N),βk(N))=Pr(Uk(N)>Uk*). (14)
Here Uk(N) is the resource utilization of N concurrent requests for the resource k. The parameters of the beta function αk(N) and βk(N) are obtained from (10) and (11) by substituting
Since 3 considers the dynamic demand, it can be used to tune the parameters of the other policies. This forces the system to run with same rejection rate, thus with the same overload factor for all three policies. As the probability distribution function of requests, FZ
We have also shown how to compute the distribution of the number of requested arrivals in the Cloud by using independent arrival assumptions in Section 6.0 entitled “Distribution Of the Number Of Requests Accommodated in The Cloud” below. This approximation may be useful to estimate the under-utilization probabilities.
For the heterogeneous case, admission controller still admits a request into a PM based on n, the number of requests in the PM at the time of admission policy (φ) is applied. Denote the resulting request rejection probability by δi, and the mean utilization of kth resource by
The three policies that are described before are still applicable in the heterogeneous system with some modifications. The Nmax value that is calculated by policies now have a list of arrays where each array contains feasible combination of acceptable numbers of each type of VMs. Let Nmaxj represent one of the possible combination of feasible maximum vector for different types of VMs such that Nmaxj={n1, . . . , nl}, where ni represents the number of allowed type i requests in the PM and there is a total of l types of requests. The
Let the policies be now adjusted per request type i such that; 1(κ,Dikmax), 2(θ,μD
By using the relationships between upper limits and Diks, we can write the list of
We consider a Cloud with 15 PMs, each with a CPU capacity of 80 cores. There are two types of VM requests, small and large depending on their size hence we are working with a heterogeneous system. A small VM requires 2 CPU cores and a large VM requires 10 CPU cores on average. The variation in demand is characterized by the coefficient of variation with respect to demand and is in the range of 0.5 to 5 with 0.5 increments. The over-utilization threshold for CPU is set to 95% and it is not allowed for the utilization to violate this threshold more than 1% of time.
We simulate the above system, starting from an empty system, leading up to an offered loading of 95% average PM CPU utilization. VM requests arrive as a Poisson process and the lifetime of a VM is exponentially distributed in such a way to maintain the 95% average load. The mix of small and large VMs is governed by a Bernoulli process with probabilities 0.3 and 0.7, respectively.
We implemented the three policies under study. First, we investigated the impact of the parameters of the policy on its performance. Then, we compared the behavior of the policies with respect to demand variation. Later, we showed how to configure parameter based policies by using Policy 3.
In order to compare the performances of parameter-based policies 1 and 2 in terms of utilization we vary tunable parameters and observe the behavior of mean utilization. For 1(κ,Dkmax), we varied κ from 1 to 10 with increments of 0.5 for three different Dmax values: {4,20}, {8,40}, {20,100}, where each tuple represents the value of Dmax for small and large VMs, respectively. We obtained the rejection rates from the simulator and calculated the mean utilization using (16). As depicted in
For 2(θ,μD
3, on the other hand, is not parameter-based and it ensures the given quality-of-service and keeps the utilization below the desired level based on the measured resource utilization statistics.
In 1 and 2, resource demand variations are not taken into account in selecting the policy parameters. In this section, we investigate the impact of variation in CPU demand on probability of over-utilization with respect to fixed parameters of 1 and 2.
For 1, we fixed the commitment factor, κ, to {2,5,8,10} for various levels of fixed DCPUmax: {4,20}, {8,40}, {20,100} values. We obtained the average number of accepted requests from the simulator and calculated the convoluted probability distribution function as described in section 2.
Similarly, in 2, as the coefficient of demand variation increases, the probability of over-utilization increases regardless of the commitment factor, θ.
Since 3 is a measurement-based policy, it always ensures that the probability of over-utilization is under ε, which is 0.01 for this specific example, regardless of changes in coefficient of variation.
Unlike 1 and 2, 3 monitors the system and makes the acceptance decision based on the state of the Cloud in terms of over-utilization probability. Not only it ensures the stability of the Cloud but also it can be used to tune the parameters of 1 and 2 to keep the over-utilization probability under ε threshold. The relationship between 3 and other policies is described in the next section.
As previous experiments indicate, admissions with 1 and 2 with fixed parameters will under-perform as the coefficient of variation of demand changes, whereas 3 always ensures the required quality-of-service for the Cloud. The commitment factor, κ, for 1 and θ for 2 need to be adjusted as the variation in the CPU demand changes in order to maintain the quality-of-service on over-utilization. One can use the probability of over-utilization function for 3 to adjust the parameters of the other two policies. We obtained the average number of accepted requests by 3 from the simulator and used (??) to obtain various κ values for different levels of variations.
Similarly, admissions under 2 is not responsive to changes in coefficient of variation unless the commitment factor, θ, is adjusted.
We select a probability distribution for the utilization of resource k, Uk, from the first and second moments of the distribution. In general, when given the first few moments of a probability distribution, the most likely distribution function is the one that maximizes entropy. As an example, given a mean of 0.6 and a standard deviation of 0.2 for a distribution in [0,1], we plot the distribution which maximizes entropy in
Beta distribution is a family of continuous probability distributions defined on the interval [0,1] by two positive parameters, denoted by α and β with following probability density function:
where B is the beta function. Hence, we also characterize the utilization x with two parameters, α and β, associated with the first and second moments of x. First moment of the beta distribution: Using the method of moments estimator, the sample mean
From (18) and (19), α and β are solved in terms of population mean and variance as:
For the estimated α and β values, the cumulative distribution function can be expressed in terms of incomplete beta function F(x;α,β) as:
Here, (22) gives the xth percentile of the beta distribution. As an example, the 90th percentile of the resource utilization is expressed as F(0.9,α,β)=l0.9(α,β) which is the probability that the utilization is below 90%.
The impact of a virtual machine to a physical machine can be measured by how much the likelihood of exceeding the over-utilization threshold is increased. If μ and σ are the first and second moments of the utilization demand, respectively, on resource Rk by the new arrival, then the new mean and variance value for resource utilization after the arrival is found as:
2′
=
2+σ2 (24)
Here, we assume that the utilization demand of the newly arriving VM is independent of the utilization of the physical machine. The probability density function for the new utilization is characterized by α′ and β′ values associated with the new mean and variance values. If the contribution of a virtual machine to the first and second moments of a resource changes the α and β values to α′ and β′, then the increase in the 90th percentile due to this particular virtual machine is found as: l0.9(α,β)−l0.9(α′,β′). As an example if the newly presented virtual machine reduces the 90% percentile of the utilization from l0.9(α,β)=0.25 to l0.9(α′,β;)=0.20, then it is 5% more likely that the resource utilization will go over 90% utilization with the new arrival. This is the impact of a virtual machine on a physical machine.
Given an Nmax we can evaluate the stationary distribution of the number of requests in the system by noting that the equivalent model is that of an M/G/m/m loss queuing system, where m=|PM|×Nmax. In particular, in the case of exponentially distributed lifetimes, we have an M/M/m/m loss queue whose stationary distribution is given by
and π0 is given by the normalizing constant
The average occupancy is given by
n=0
m
nπ
n. (27)
Thus, given Nmax, we have the average utilization of resource k as:
and the rejection probability
δ=πN
Define an overload factor η(Uk*)=Pr[Uk>U*]. Since Uk=N Dk, then by conditioning on N we get
An optional step 1016, shown in broken lines may be used to calculate Nmax. wherein the maximum number of allowed concurrent computer resource requests Nmax in a policy is given by
where sup is a supremum subset and n is a sum of independent kth computer resource request. The supremum (sup) of a subset S of a totally or partially ordered set T is the least element of T that is greater than or equal to all elements of S. In our description it is the nth virtual machine that violates the acceptance condition for Policy 3 above. That is a condition is the probability of overutilization is above the epsilon for the first time. For example, assume k=1 and let's say we accepted 5 VMs so far without violating the condition and our condition is still valid. When the 6th VM comes, the condition is violated. The Nmax is 6 for this specific example. Any number of Vm's greater than 6 is going to violate the over utilization probability condition for that one resource.
The maximum allowed VMs on a PM for one resource is given by Section 3.0 above {sup{n|FZ
This may be used to limit the addition of new virtual machines or in conjunction with other policies e.g. maximum number of allowed concurrent computer resource requests in a policy for the physical machine is given by a minimum of a supreme subset of independent computational resource requests and the probability of the utilization of the computer resource.
Since we also capture more than one resource type, we calculate (1) for each resource type (we have k resource types) and pick the minimum of all since the minimum of them will be the bottleneck resource that determines the Nmax(3)=minK{sup{n|FZ
The dynamic aspect of updating the probability distribution function is shown in step 1018. For example in response to at least one of 1) an additional non-deterministic virtual machine request; 2) a change in the utilization of the computer resource by the virtual machine; 3) a change in the utilization of the computer resource by any additional virtual machine which has been added, the process continues to loop back to step 1006.
In another optional step, Nmax can then be used with either an over-commitment placement polity or a under commitment placement policy or both in step 1020. The process end in step 1022.
The problem of admission control in data centers, and in the Cloud in general, has been addressed from different angles. In a data center that is subjected to a stream of VM requests of different types is considered. Due to the large size of the problem, an approximate dynamic programming technique is proposed. The allocation of VMs on PMs is performed assuming a fixed demand of resources. But, in practice, the demand varies over time, suggesting the inclusion of the variability in demand when admitting a VM. This variability in CPU usage enabled the overbooking of resources.
In the area of task allocation in distributed systems, the variability in resource demand has also been addressed. In a genetic algorithm is employed to dynamically schedule heterogeneous tasks on heterogeneous processors. A different approach is proposed in that is based on annealing models and simulated annealing.
Fundamentally, admission control is similar in many ways to loss systems. In such systems, a collection of resources with some capacities are provided to a stream of requests, where each request specifies its resource demand. Typically, the resource demand is fixed. Even in this case, and given Poisson arrivals of requests and generally distributed request residence times, the probabilistic analysis, say to evaluate the loss probability, which corresponds to the rejection rate in admission control, is challenging due to the need to compute a normalizing constant. To overcome this challenge, asymptotic approximations have been obtained for load factors that correspond to light, critical, and overload conditions.
Back to the Cloud computing environment, there the variability in demand depends on the nature of the resource. For example, for the CPU resource on a PM, the total CPU demand of all VMs hosted on that CPU may very well exceed 100%. This will simply result in congestion and degraded performance. However, for the memory resource, such an overload is unacceptable since it may lead to crashing. Hence, a method for estimating the probability of overload is crucial in deciding on admitting a VM into the system. And, that is exactly one of the novelties of the present invention.
It is understood in advance that although this disclosure includes a detailed description on cloud computing, implementation of the teachings recited herein are not limited to a cloud computing environment. Rather, embodiments of the present invention are capable of being implemented in conjunction with any other type of computing environment now known or later developed.
Cloud computing is a model of service delivery for enabling convenient, on-demand network access to a shared pool of configurable computing resources (e.g. networks, network bandwidth, servers, processing, memory, storage, applications, virtual machines, and services) that can be rapidly provisioned and released with minimal management effort or interaction with a provider of the service. This cloud model may include at least five characteristics, at least three service models, and at least four deployment models.
Characteristics are as follows:
On-demand self-service: a cloud consumer can unilaterally provision computing capabilities, such as server time and network storage, as needed automatically without requiring human interaction with the service's provider.
Broad network access: capabilities are available over a network and accessed through standard mechanisms that promote use by heterogeneous thin or thick client platforms (e.g., mobile phones, laptops, and PDAs).
Resource pooling: the provider's computing resources are pooled to serve multiple consumers using a multi-tenant model, with different physical and virtual resources dynamically assigned and reassigned according to demand. There is a sense of location independence in that the consumer generally has no control or knowledge over the exact location of the provided resources but may be able to specify location at a higher level of abstraction (e.g., country, state, or datacenter).
Rapid elasticity: capabilities can be rapidly and elastically provisioned, in some cases automatically, to quickly scale out and rapidly released to quickly scale in. To the consumer, the capabilities available for provisioning often appear to be unlimited and can be purchased in any quantity at any time.
Measured service: cloud systems automatically control and optimize resource use by leveraging a metering capability at some level of abstraction appropriate to the type of service (e.g., storage, processing, bandwidth, and active user accounts). Resource usage can be monitored, controlled, and reported providing transparency for both the provider and consumer of the utilized service.
Service Models are as follows:
A cloud computing environment is service oriented with a focus on statelessness, low coupling, modularity, and semantic interoperability. At the heart of cloud computing is an infrastructure comprising a network of interconnected nodes.
Referring now to
In cloud computing node 1210 there is a computer system/server 1212, which is operational with numerous other general purpose or special purpose computing system environments or configurations. Examples of well-known computing systems, environments, and/or configurations that may be suitable for use with computer system/server 1212 include, but are not limited to, personal computer systems, server computer systems, thin clients, thick clients, handheld or laptop devices, multiprocessor systems, microprocessor-based systems, set top boxes, programmable consumer electronics, network PCs, minicomputer systems, mainframe computer systems, and distributed cloud computing environments that include any of the above systems or devices, and the like.
Computer system/server 1212 may be described in the general context of computer system executable instructions, such as program modules, being executed by a computer system. Generally, program modules may include routines, programs, objects, components, logic, data structures, and so on that perform particular tasks or implement particular abstract data types. Computer system/server 1212 may be practiced in distributed cloud computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed cloud computing environment, program modules may be located in both local and remote computer system storage media including memory storage devices.
As shown in
Bus 1218 represents one or more of any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, and a processor or local bus using any of a variety of bus architectures. By way of example, and not limitation, such architectures include Industry Standard Architecture (ISA) bus, Micro Channel Architecture (MCA) bus, Enhanced ISA (EISA) bus, Video Electronics Standards Association (VESA) local bus, and Peripheral Component Interconnect (PCI) bus.
Computer system/server 1212 typically includes a variety of computer system readable media. Such media may be any available media that is accessible by computer system/server 1212, and it includes both volatile and non-volatile media, removable and non-removable media.
System memory 1228 can include computer system readable media in the form of volatile memory, such as random access memory (RAM) 1230 and/or cache memory 1232. Computer system/server 1212 may further include other removable/non-removable, volatile/non-volatile computer system storage media. By way of example only, storage system 1234 can be provided for reading from and writing to a non-removable, non-volatile magnetic media (not shown and typically called a “hard drive”). Although not shown, a magnetic disk drive for reading from and writing to a removable, non-volatile magnetic disk (e.g., a “floppy disk”), and an optical disk drive for reading from or writing to a removable, non-volatile optical disk such as a CD-ROM, DVD-ROM or other optical media can be provided. In such instances, each can be connected to bus 1218 by one or more data media interfaces. As will be further depicted and described below, memory 1228 may include at least one program product having a set (e.g., at least one) of program modules that are configured to carry out the functions of embodiments of the invention.
Program/utility 1240, having a set (at least one) of program modules 1242, may be stored in memory 1228 by way of example, and not limitation, as well as an operating system, one or more application programs, other program modules, and program data. Each of the operating system, one or more application programs, other program modules, and program data or some combination thereof, may include an implementation of a networking environment. Program modules 1242 generally carry out the functions and/or methodologies of embodiments of the invention as described herein. Computer system/server 1212 may also communicate with one or more external devices 14 such as a keyboard, a pointing device, a display 1224, etc.; one or more devices that enable a user to interact with computer system/server 1212; and/or any devices (e.g., network card, modem, etc.) that enable computer system/server 1212 to communicate with one or more other computing devices. Such communication can occur via Input/Output (I/O) interfaces 22. Still yet, computer system/server 1212 can communicate with one or more networks such as a local area network (LAN), a general wide area network (WAN), and/or a public network (e.g., the Internet) via network adapter 1220. As depicted, network adapter 1220 communicates with the other components of computer system/server 1212 via bus 1218. It should be understood that although not shown, other hardware and/or software components could be used in conjunction with computer system/server 1212. Examples, include, but are not limited to: microcode, device drivers, redundant processing units, external disk drive arrays, RAID systems, tape drives, and data archival storage systems, etc.
Referring now to
Referring now to
Hardware and software layer 1460 includes hardware and software components. Examples of hardware components include mainframes, in one example IBM® zSeries® systems; RISC (Reduced Instruction Set Computer) architecture based servers, in one example IBM pSeries® systems; IBM xSeries® systems; IBM BladeCenter® systems; storage devices; networks and networking components. Examples of software components include network application server software, in one example IBM WebSphere® application server software; and database software, in one example IBM DB2® database software. (IBM, zSeries, pSeries, xSeries, BladeCenter, WebSphere, and DB2 are trademarks of International Business Machines Corporation registered in many jurisdictions worldwide).
Virtualization layer 1462 provides an abstraction layer from which the following examples of virtual entities may be provided: virtual servers; virtual storage; virtual networks, including virtual private networks; virtual applications and operating systems; and virtual clients.
In one example, management layer 1364 may provide the functions described below. Resource provisioning provides dynamic procurement of computing resources and other resources that are utilized to perform tasks within the cloud computing environment. Metering and Pricing provide cost tracking as resources are utilized within the cloud computing environment, and billing or invoicing for consumption of these resources. In one example, these resources may comprise application software licenses. Security provides identity verification for cloud consumers and tasks, as well as protection for data and other resources. User portal provides access to the cloud computing environment for consumers and system administrators. Service level management provides cloud computing resource allocation and management such that required service levels are met. Service Level Agreement (SLA) planning and fulfillment provide pre-arrangement for, and procurement of, cloud computing resources for which a future requirement is anticipated in accordance with an SLA.
Workloads layer 1466 provides examples of functionality for which the cloud computing environment may be utilized. Examples of workloads and functions which may be provided from this layer include: mapping and navigation; software development and lifecycle management; virtual classroom education delivery; data analytics processing; transaction processing; and the software or algorithm for managing the utilization of the resources in the cloud in accordance with the feature invention.
As will be appreciated by one skilled in the art, aspects of the present invention may be embodied as a system, method, or computer program product. Accordingly, aspects of the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment (including firmware, resident software, micro-code, etc.) or an embodiment combining software and hardware aspects that may all generally be referred to herein as a “circuit,” “module” or “system.” Furthermore, aspects of the present invention may take the form of a computer program product embodied in one or more computer readable medium(s) having computer readable program code embodied thereon.
Any combination of one or more computer readable medium(s) may be utilized. The computer readable medium may be a computer readable signal medium or a computer readable storage medium. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. More specific examples (a non-exhaustive list) of the computer readable storage medium would include the following: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a random access memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or Flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this document, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device.
A computer readable signal medium may include a propagated data signal with computer readable program code embodied therein, for example, in baseband or as part of a carrier wave. Such a propagated signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device.
Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to wireless, wireline, optical fiber cable, RF, etc., or any suitable combination of the foregoing.
Computer program code for carrying out operations for aspects of the present invention may be written in any combination of one or more programming languages, including an object oriented programming language such as Java, Smalltalk, C++ or the like and conventional procedural programming languages, such as the “C” programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the latter scenario, the remote computer may be connected to the user's computer through any type of network, including a local area network (LAN) or a wide area network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet Service Provider).
Aspects of the present invention have been discussed above with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems) and computer program products according to various embodiments of the invention. It will be understood that each block of the flowchart illustrations and/or block diagrams, and combinations of blocks in the flowchart illustrations and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer readable medium that can direct a computer, other programmable data processing apparatus, or other devices to function in a particular manner, such that the instructions stored in the computer readable medium produce an article of manufacture including instructions which implement the function/act specified in the flowchart and/or block diagram block or blocks.
The computer program instructions may also be loaded onto a computer, other programmable data processing apparatus, or other devices to cause a series of operational steps to be performed on the computer, other programmable apparatus or other devices to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide processes for implementing the functions/acts specified in the flowchart and/or block diagram block or blocks.
The description of the present application has been presented for purposes of illustration and description, but is not intended to be exhaustive or limited to the invention in the form disclosed. Many modifications and variations will be apparent to those of ordinary skill in the art without departing from the scope and spirit of the invention. The embodiment was chosen and described in order to best explain the principles of the invention and the practical application, and to enable others of ordinary skill in the art to understand the invention for various embodiments with various modifications as are suited to the particular use contemplated.
Number | Date | Country | |
---|---|---|---|
Parent | 13966792 | Aug 2013 | US |
Child | 15086755 | US |