CN104902001A - Method for load balancing of Web requests based on operating system virtualization - Google Patents

Method for load balancing of Web requests based on operating system virtualization Download PDF

Info

Publication number
CN104902001A
CN104902001A CN201510160526.0A CN201510160526A CN104902001A CN 104902001 A CN104902001 A CN 104902001A CN 201510160526 A CN201510160526 A CN 201510160526A CN 104902001 A CN104902001 A CN 104902001A
Authority
CN
China
Prior art keywords
server
cpu
service
memory
represent
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201510160526.0A
Other languages
Chinese (zh)
Other versions
CN104902001B (en
Inventor
黄彬彬
张雪鹏
俞东进
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hangzhou Dianzi University
Original Assignee
Hangzhou Dianzi University
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hangzhou Dianzi University filed Critical Hangzhou Dianzi University
Priority to CN201510160526.0A priority Critical patent/CN104902001B/en
Publication of CN104902001A publication Critical patent/CN104902001A/en
Application granted granted Critical
Publication of CN104902001B publication Critical patent/CN104902001B/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1001Protocols in which an application is distributed across nodes in the network for accessing one among a plurality of replicated servers
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Multi Processors (AREA)
  • Computer And Data Communications (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention discloses a method for load balancing of Web requests based on operating system virtualization. The method comprises the following steps of firstly, carrying out collection and normalization of server resource information; secondly, collecting dynamic information of a server and service instances; thirdly, computing final weights of service instance copies of all services according to the server resource information and the periodically-collected dynamic information; and lastly, distributing the requests through weighted round robin. According to the method, the phenomenon that the different service instance copies on one server simultaneously receive a large amount of Web requests due to the lower server load to cause the server overload can be effectively avoided, the load balancing between the service instance copies and the server is implemented, the concurrence capacity of a Web cluster system is improved, and the average response time of the requests is reduced.

Description

Load-balancing method is asked based on the virtualized Web of operating system
Technical field
The invention belongs to Web cluster load balance technical field, be specifically related to a kind of based on operating system virtualized Web request load-balancing method.
Background technology
Along with the fast development of the internet, applications such as social networks, ecommerce, the webserver is faced with the problem of following two aspects: (1) access number exponentially doubly increases; (2) transaction is more complicated.In order to tackle above problem, for user provides a high performance web services environment, distributed Web server system (Web cluster) is arisen at the historic moment, and in order to replace that there is high performance separate unit Web server.In Web cluster, every class services package is containing multiple Service Instance copy, and multiple Service Instance copies of same service are carried by multiple different server.In order to user's request reasonably, is balancedly assigned to different Service Instance copies, guarantee the load balance between each server and Service Instance copy, improve the concurrent capability of Web group system and the utilance of system resource, efficient load balancing is the key point of problem.
Tradition Web cluster carries Service Instance copy in units of physical machine or virtual machine, and according to load balancing, user's request is reasonably distributed to the physical machine or virtual machine that carry different Service Instance copy.But, along with the development of cloud computing technology, occur based on the base unit of operating system virtualized Docker container as a kind of carrying Service Instance newly.Because Docker employs the Intel Virtualization Technology based on operating system, therefore, compared with traditional virtual machine based on Full-virtualization, Docker can realize runtime system resource elasticity distribution function (namely when in Docker container without tasks carrying time, Docker container does not take cpu resource; When having a tasks carrying, Docker container takies required cpu resource according to its CPU weight size), improve the utilance of server resource.These new features of Docker, make the load balancing on traditional Web cluster no longer applicable, therefore, need to build and a kind ofly rational, balanced ask load-balancing method based on the virtualized Web of operating system.
Summary of the invention
The present invention is directed to the deficiencies in the prior art, provide a kind of based on operating system virtualized Web request load-balancing method.
The concrete steps of the inventive method are:
Step (1) sets up server resource state information list.In Web cluster, server set S is expressed as:
S={s 1,s 2,s 3,...,s j,...,s n}
Wherein s j(1≤j≤n) represents a certain server in Web cluster, and n represents the server sum that Web cluster comprises.Server s jtotal resource P jbe expressed as:
P j=(P j_cpu,P j_memory,P j_io,P j_network)
Wherein P j_cpurepresent server s jthe computing capability of CPU, P j_memoryrepresent server s jinternal memory disposal ability, P j_iorepresent server s jhard disk I/O ability, P j_networkrepresent server s jnetwork throughput.In order to the impact that the otherness eliminating server isomerism and variety classes resource is brought, adopt Max-Min method to server s jtotal resource P jvalue is normalized, server s jtotal resource normalized value PO jbe expressed as:
PO j=(PO j_cpu,PO j_memory,PO j_io,PO j_network)
Step (2) sets up the list of Service Instance resource state information.If the set of service F that Web cluster externally provides is expressed as:
F={f 1,f 2,f 3,...,f i,...f m}
Wherein f i(1≤i≤m) represents that i-th kind of service that cluster externally provides, m represent the type service sum that cluster provides.Service f icomprise multiple different Service Instance copy set F ibe expressed as:
F i={f i1,f i2,f i3,…,f ik,…,f il}
Wherein f ik(1≤k≤l) represents service f iexample copy, l represent service f iexample copy number.Service Instance f ikresource state information ST ikbe expressed as:
ST ik = ( L ik j , cpu _ share ik , memory ik _ total )
Wherein represent service f iexample copy f ikthe main frame s at place j, cpu_share ikrepresent service f iexample copy f ikcPU weights, service f iexample copy f ikmaximum can committed memory.
Step (3) is every T cycle time, and load-balanced server can the load information of Servers-all in this cycle time T in periodic collection Web cluster.Basic load information comprises:
Server s jcpu busy percentage:
CPU j=cpu busy time/(cpu busy time+cpu idle time)
Server s jhard disk I/O load:
IO j=hard disk IO the rush hour/(hard disk IO rush hour the+hard disk IO free time)
Server s joffered load:
Network j=(flowing into output flow in flow+cycle T in cycle T)/(cycle T * P j_network)
Server s jupper all example copy CPU weights number sums:
Σ ∀ f ik ∈ F i , L ik j ∈ s j cpu _ share ik j
Server s jupper service f iexample copy f ikmemory usage:
Memory ik j = memory ik _ used / memory ik _ total
Wherein memory ik_usedrepresent service f iexample copy f ikthe memory value used;
Step (4) load-balanced server is according to the server load information of collecting and existing service device and Service Instance state information, and calculating part is deployed in server s jon Service Instance f ikfinal weights and upgrade the value information of respective service example in weights list.
Weight ik j = α ik * PO j _ cpu * ( 1 - CPU j ) * cpu _ share ik j Σ ∀ f ik ∈ F i , L ik j ∈ s j cpu _ share ik j + β ik * PO j _ memory * ( 1 - Memory ik j ) + γ ik * PO j _ io * ( 1 - IO j ) + δ ik * PO j _ network * ( 1 - Network j )
Wherein α ik, β ik, γ ik, δ ikrepresent service f respectively ito CPU, internal memory, hard disk and network four different weights of giving of class resource, and the weights that the different Service Instance of same service is given this four classes resource are identical.Load-balanced server adopts the Web request of industry widely used Weighted Round Robin distribution respective service according to the weights size of each Service Instance.
Provided by the present inventionly ask load-balancing method to be made up of one group of functional module based on the virtualized Web of operating system, they comprise: static information collection module, Dynamic Information Gathering module, weight computing module and load distribution module.
Static information collection module collects the static information of server and Service Instance when load-balancing method initialization.The static information of server mainly comprises: the CPU computing capability P that in Web cluster, every station server is total j_cpu, internal memory disposal ability P j_memory, hard disk I/0 ability P j_io, network throughput capability P j_network.The static information of Service Instance mainly comprises: service f iservice Instance f ikplace main frame service f iservice Instance f ikcPU weights cpu_share ik, service f iservice Instance f ikmaximum can committed memory memory ik_total.When server in Web cluster or service are dynamically changed, in static information template, need the static information upgrading respective server or service.
Dynamic Information Gathering module mainly collects the state information of server and Service Instance dynamic change.Every T cycle time, Dynamic Information Gathering module can collect the state information of server and Service Instance dynamic change.Cause network burden to prevent information too frequent, cycle time, the value of T was set as 5-10 second according to statistics experience.In addition, when Service Instance is newly-increased or delete, Dynamic Information Gathering module also can perform collection action.The state information of collecting mainly comprises this cycle time of T server s jthe cpu busy percentage CPU of (1≤j≤n) j, hard disk I/O load IO j, offered load Network j, server s jthe CPU weights sum of upper all Service Instance copies server s jupper service f iexample copy f ikmemory usage
Weight computing module calculates the final weights of each Service Instance according to the information of collected server and Service Instance.
Load distribution module is according to the Service Instance weights of weight computing module gained, adopt Weight Round Robin algorithm, by more Web Requests routing to the larger Service Instance of weights, less service request is distributed to the less Service Instance of weights, reaches the load balancing between the different Service Instance of same service.
The method that the present invention proposes utilizes the feature that can realize the distribution of runtime system resource elasticity based on the virtualized Docker container of operating system, namely be proportionately distributed to the Docker container of carrying respective service example according to the large young pathbreaker's computational resource of Service Instance CPU weights, realize the load balancing between different Service Instance copy and server.The method by introducing the CPU weights of Service Instance further in Service Instance weight computing formula, thus avoids the situation that the Docker container that same server carries different Service Instance causes server load overweight to the harmful competition of place server residue computational resource.Compared with conventional method, the method of the invention effectively can avoid the different Service Instance copies on same server, because place server load is lower and receive the phenomenon that a large amount of Web request causes the overload of place server simultaneously, realize the load balancing between Service Instance copy and server, improve the concurrent capability of Web group system, reduce the average response time of request.
Accompanying drawing explanation
Fig. 1 is server in cluster, service, Service Instance copy relationship exemplary plot;
Fig. 2 is Dynamic Information Gathering flow chart.
Embodiment
Provided by the present inventionly load-balancing method embodiment is asked mainly to divide four steps based on the virtualized Web of operating system:
(1) server resource information and normalization; (2) server and Service Instance Dynamic Information Gathering (3) according to server resource information and periodic harvest to multidate information calculate the final weights of the Service Instance copy of all services; (4) by WRR dispense request.
(1) server resource information and normalization
Static information collection module collects the CPU computing capability P of every station server in Web cluster j_cpu, internal memory disposal ability P j_memory, hard disk I/0 ability P j_io, network throughput capability P j_networkfour resource informations.And the maximin calculating them is respectively as follows:
P max_cpu=max(P 1_cpu,P 2_cpu,…,P j_cpu,…,P n_cpu)
P min_cpu=min(P 1_cpu,P 2_cpu,…,P j_cpu,…,P n_cpu)
P max_memory=max(P 1_memory,P 2_memory,…,P j_memory,…,P n_memory)
P min_memory=min(P 1_memory,P 2_memory,…,P j_memory,…,P n_memory)
P max_io=max(P 1_io,P 2_io,…,P j_io,…,P n_io)
P min_io=min(P 1_io,P 2_io,…,P j_io,…,P n_io)
P max_network=max(P 1_network,P 2_network,…,P j_network,…,P n_network)
P min_network=min(P 1_network,P 2_network,…,P j_network,…,P n_network)
In order to the impact that the otherness eliminating server isomerism and variety classes resource is brought, adopt Max-Min method to server CPU computing capability P j_cpu, internal memory disposal ability P j_memory, hard disk I/0 ability P j_io, network throughput capability P j_networkfour resource informations are normalized operation, and use PO respectively j_cpu, PO j_memory, PO j_io, PO j_networkvalue corresponding after representing normalization.
CPU computing capability normalized value PO j_cpu:
PO j_cpu=(P j_cpu-P min_cpu)/(P max_cpu-P min_cpu)
Internal memory disposal ability normalized value P j_memory:
PO j_memory=(P j_memory-P min_memory)/(P max_memory-P min_memory)
Hard disk I/O ability normalized value PO j_io:
PO j_io=(P j_io-P min_io)/(P max_io-P min_io)
Network throughput capability normalized value P j_network:
PO j_network=(P j_network-P min_network)/(P max_network-P min_network)
(2) server and Service Instance Dynamic Information Gathering
Relation in Web cluster between server, service and Service Instance copy as shown in Figure 1.In FIG, s in Web cluster 1, s 2, s 3three physical machine run f 1, f 2, f 38 Service Instance copies (f in Fig. 1 of three services 11, f 12, f 21, f 22, f 23, f 31, f 32, f 33).Every T cycle time, eight the Service Instance copies of the Dynamic Information Gathering flow process of Dynamic Information Gathering module according to Fig. 2 to three servers in Fig. 1 and three services carry out Dynamic Information Gathering, are then recalculated the weights of the Service Instance copy of all services by weight computing module.In addition, when Service Instance is newly-increased or delete, Dynamic Information Gathering module also can perform collection action and the weights of calculation services example copy again.
The information spinner of Dynamic Information Gathering module collection will comprise: cycle time T time server s jthe cpu busy percentage CPU of (1≤j≤n) j, hard disk I/O load IO j, offered load Network j, server s jthe CPU weights sum of upper all Service Instance copies server s jupper service f iexample copy f ikmemory usage
(3) Service Instance copy weight computing
According to calculating collected server and Service Instance multidate information in the server resource normalized value of gained and step (2) in step (1), calculating part is deployed in server s jon Service Instance f ikfinal weights
Weight ik j = [ α ik , β ik , γ ik , δ ik ] * PO j _ cpu * ( 1 - CPU j ) * cpu _ share ik Σ ∀ f ik ∈ F i , L ik j ∈ s j cpu _ share ik j PO j _ memory * ( 1 - Memory ik j ) PO j _ io * ( 1 - IO j ) PO j _ network * ( 1 - Network j )
(4) by WRR dispense request
After saying that weight results upgrades according to the Service Instance weights of (3) step gained, load distribution module adopts Weight Round Robin algorithm, the Web of same service request is balancedly distributed to the different Service Instance copies of this service, thus realizes the load balancing between different instances copy and server.

Claims (1)

1. ask load-balancing method based on the virtualized Web of operating system, it is characterized in that the method comprises the steps:
Step (1). set up server resource state information list; In Web cluster, server set S is expressed as:
S={s 1,s 2,s 3,…,s j,…,s n}
Wherein s jrepresent a certain server in Web cluster, 1≤j≤n, n represents the server sum that Web cluster comprises; Server s jtotal resource P jbe expressed as:
P j=(P j_cpu,P j_memory,P j_io,P j_network)
Wherein P j_cpurepresent server s jthe computing capability of CPU, P j_memoryrepresent server s jinternal memory disposal ability, P j_iorepresent server s jhard disk I/O ability, P j_networkrepresent server s jnetwork throughput; Adopt Max-Min method to server s jtotal resource P jvalue is normalized, server s jtotal resource normalized value PO jbe expressed as:
PO j=(PO j_cpu,PO j_memory,PO j_io,PO j_network)
Step (2). set up the list of Service Instance resource state information; If the set of service F that Web cluster externally provides is expressed as:
F={f 1,f 2,f 3,…,f i,…,f m}
Wherein f irepresent that i-th kind of service that cluster externally provides, 1≤i≤m, m represent the type service sum that cluster provides; Service f icomprise multiple different Service Instance copy set F ibe expressed as:
F i={f i1,f i2,f i3,…,f ik,…,f il}
Wherein f ikrepresent service f iexample copy, 1≤k≤l, l represent service f iexample copy number; Service Instance f ikresource state information ST ikbe expressed as:
ST ik = ( L ik j , cpu _ share ik , memory ik _ total )
Wherein represent service f iexample copy f ikthe main frame s at place j, cpu_share ikrepresent service f iexample copy f ikcPU weights, memory ik_totalrepresent service f iexample copy f ikmaximum can committed memory;
Step (3). every T cycle time, load-balanced server can the load information of Servers-all in this cycle time T in periodic collection Web cluster; Basic load information comprises:
Server s jcpu busy percentage:
CPU j=cpu busy time/(cpu busy time+cpu idle time)
Server s jhard disk I/O load:
IO j=hard disk IO the rush hour/(hard disk IO rush hour the+hard disk IO free time)
Server s joffered load:
Network j=(flowing into output flow in flow+cycle T in cycle T)/(cycle T * P j_network)
Server s jupper all example copy CPU weights number sums:
Σ ∀ f ik ∈ F i , L ik j ∈ s j cpu _ share ik j
Server s jupper service f iexample copy f ikmemory usage:
Memory ik j = memory ik _ used / memory ik _ total
Wherein memory ik_usedrepresent service f iexample copy f ikthe memory value used;
Step (4). load-balanced server is according to the server load information of collecting and existing service device and Service Instance state information, and calculating part is deployed in server s jon Service Instance f ikfinal weights and upgrade the value information of respective service example in weights list:
Weight ik j = α ik * PO j _ cpu * ( 1 - CPU j ) * cpu _ share ik j Σ ∀ f ik ∈ F i , L ik j ∈ s j cpu _ share ik j + β ik * PO j _ memory * ( 1 - Memory ik j ) + γ ik * PO j _ io * ( 1 - IO j ) + δ ik * PO j _ network * ( 1 - Network j )
Wherein α ik, β ik, γ ik, δ ikrepresent service f respectively ito CPU, internal memory, hard disk and network four different weights of giving of class resource, and the weights that the different Service Instance of same service is given this four classes resource are identical; Load-balanced server adopts the Web request of Weighted Round Robin distribution respective service according to the weights size of each Service Instance.
CN201510160526.0A 2015-04-07 2015-04-07 Web request load-balancing method based on operating system virtualization Expired - Fee Related CN104902001B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510160526.0A CN104902001B (en) 2015-04-07 2015-04-07 Web request load-balancing method based on operating system virtualization

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510160526.0A CN104902001B (en) 2015-04-07 2015-04-07 Web request load-balancing method based on operating system virtualization

Publications (2)

Publication Number Publication Date
CN104902001A true CN104902001A (en) 2015-09-09
CN104902001B CN104902001B (en) 2018-04-06

Family

ID=54034397

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510160526.0A Expired - Fee Related CN104902001B (en) 2015-04-07 2015-04-07 Web request load-balancing method based on operating system virtualization

Country Status (1)

Country Link
CN (1) CN104902001B (en)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105407162A (en) * 2015-11-27 2016-03-16 国云科技股份有限公司 Cloud computing Web application resource load balancing algorithm based on SLA service grade
CN106612310A (en) * 2015-10-23 2017-05-03 腾讯科技(深圳)有限公司 A server scheduling method, apparatus and system
CN106850834A (en) * 2017-03-01 2017-06-13 郑州云海信息技术有限公司 A kind of service request method and apparatus and load equalizer
CN106919450A (en) * 2015-12-24 2017-07-04 华为技术有限公司 resource adjusting method and device
CN107483531A (en) * 2017-06-20 2017-12-15 华迪计算机集团有限公司 A kind of mass data high concurrent, which receives, solves method and system
CN107508884A (en) * 2017-08-24 2017-12-22 北京仿真中心 A kind of sharing method of the simulation model based on SOA
CN108063814A (en) * 2017-12-15 2018-05-22 杭州迪普科技股份有限公司 A kind of load-balancing method and device
CN108632394A (en) * 2018-08-13 2018-10-09 北京奇艺世纪科技有限公司 A kind of web cluster load balancing method of adjustment and device
CN109040283A (en) * 2018-08-23 2018-12-18 上海海事大学 A kind of modified load-balancing algorithm based on difference reaction type
CN110233866A (en) * 2018-03-06 2019-09-13 中国移动通信集团广东有限公司 A kind of load-balancing method and load balancer
CN111625355A (en) * 2020-05-21 2020-09-04 慧众行知科技(北京)有限公司 Service balance control method and system on server
CN113596149A (en) * 2021-07-28 2021-11-02 马上消费金融股份有限公司 Flow control method, device, equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1972311A (en) * 2006-12-08 2007-05-30 华中科技大学 A stream media server system based on cluster balanced load
WO2011035608A1 (en) * 2009-09-23 2011-03-31 中兴通讯股份有限公司 Data query system and constructing method thereof and corresponding data query method
CN102223419A (en) * 2011-07-05 2011-10-19 北京邮电大学 Virtual resource dynamic feedback balanced allocation mechanism for network operation system
CN102394929A (en) * 2011-10-31 2012-03-28 广东电子工业研究院有限公司 Conversation-oriented cloud computing load balancing system and method therefor
US20140280925A1 (en) * 2009-04-15 2014-09-18 Accenture Global Services Limited Method And System For Client-Side Scaling Of Web Server Farm Architectures In A Cloud Data Center

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1972311A (en) * 2006-12-08 2007-05-30 华中科技大学 A stream media server system based on cluster balanced load
US20140280925A1 (en) * 2009-04-15 2014-09-18 Accenture Global Services Limited Method And System For Client-Side Scaling Of Web Server Farm Architectures In A Cloud Data Center
WO2011035608A1 (en) * 2009-09-23 2011-03-31 中兴通讯股份有限公司 Data query system and constructing method thereof and corresponding data query method
CN102223419A (en) * 2011-07-05 2011-10-19 北京邮电大学 Virtual resource dynamic feedback balanced allocation mechanism for network operation system
CN102394929A (en) * 2011-10-31 2012-03-28 广东电子工业研究院有限公司 Conversation-oriented cloud computing load balancing system and method therefor

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106612310A (en) * 2015-10-23 2017-05-03 腾讯科技(深圳)有限公司 A server scheduling method, apparatus and system
CN105407162B (en) * 2015-11-27 2018-11-06 国云科技股份有限公司 A kind of cloud computing Web application resource load-balancing methods based on the SLA grades of service
CN105407162A (en) * 2015-11-27 2016-03-16 国云科技股份有限公司 Cloud computing Web application resource load balancing algorithm based on SLA service grade
CN106919450B (en) * 2015-12-24 2020-11-17 华为技术有限公司 Resource adjusting method and device
CN106919450A (en) * 2015-12-24 2017-07-04 华为技术有限公司 resource adjusting method and device
CN106850834A (en) * 2017-03-01 2017-06-13 郑州云海信息技术有限公司 A kind of service request method and apparatus and load equalizer
CN107483531A (en) * 2017-06-20 2017-12-15 华迪计算机集团有限公司 A kind of mass data high concurrent, which receives, solves method and system
CN107508884A (en) * 2017-08-24 2017-12-22 北京仿真中心 A kind of sharing method of the simulation model based on SOA
CN107508884B (en) * 2017-08-24 2021-04-02 北京仿真中心 SOA-based simulation model sharing method
CN108063814A (en) * 2017-12-15 2018-05-22 杭州迪普科技股份有限公司 A kind of load-balancing method and device
CN108063814B (en) * 2017-12-15 2021-09-21 杭州迪普科技股份有限公司 Load balancing method and device
CN110233866A (en) * 2018-03-06 2019-09-13 中国移动通信集团广东有限公司 A kind of load-balancing method and load balancer
CN110233866B (en) * 2018-03-06 2021-12-07 中国移动通信集团广东有限公司 Load balancing method and load balancer
CN108632394A (en) * 2018-08-13 2018-10-09 北京奇艺世纪科技有限公司 A kind of web cluster load balancing method of adjustment and device
CN109040283A (en) * 2018-08-23 2018-12-18 上海海事大学 A kind of modified load-balancing algorithm based on difference reaction type
CN111625355A (en) * 2020-05-21 2020-09-04 慧众行知科技(北京)有限公司 Service balance control method and system on server
CN113596149A (en) * 2021-07-28 2021-11-02 马上消费金融股份有限公司 Flow control method, device, equipment and storage medium

Also Published As

Publication number Publication date
CN104902001B (en) 2018-04-06

Similar Documents

Publication Publication Date Title
CN104902001A (en) Method for load balancing of Web requests based on operating system virtualization
CN110851529B (en) Calculation power scheduling method and related equipment
US11314551B2 (en) Resource allocation and scheduling for batch jobs
CN110262899B (en) Monitoring component elastic expansion method and device based on Kubernetes cluster and controlled terminal
CN105718364B (en) Resource capability dynamic assessment method is calculated in a kind of cloud computing platform
CN103338228B (en) Cloud computing load balancing dispatching algorithms based on double weighting Smallest connection algorithms
CN103401939B (en) Load balancing method adopting mixing scheduling strategy
Kong et al. Virtual machine resource scheduling algorithm for cloud computing based on auction mechanism
Vijayakumar et al. Dynamic resource provisioning for data streaming applications in a cloud environment
CN102567080B (en) Virtual machine position selection system facing load balance in cloud computation environment
CN104881325A (en) Resource scheduling method and resource scheduling system
CN102854968B (en) Real-time energy consumption metering method of virtual machine
CN103297499B (en) Scheduling method and system based on cloud platform
CN109032801A (en) A kind of request scheduling method, system and electronic equipment and storage medium
CN103713956A (en) Method for intelligent weighing load balance in cloud computing virtualized management environment
CN101938416A (en) Cloud computing resource scheduling method based on dynamic reconfiguration virtual resources
CN101944045B (en) Method for distributing parallel discrete event simulation objects based on community characteristics
CN105373432B (en) A kind of cloud computing resource scheduling method based on virtual resource status predication
CN106125888B (en) The efficient power-economizing method of the utilization of resources in cloud data center based on virtual machine (vm) migration
CN102223419A (en) Virtual resource dynamic feedback balanced allocation mechanism for network operation system
CN102339233A (en) Cloud computing centralized management platform
CN107070965B (en) Multi-workflow resource supply method under virtualized container resource
CN105404549A (en) Yarn architecture-based virtual machine scheduling system
CN105607943A (en) Dynamic deployment mechanism of virtual machine in cloud environment
CN115827237A (en) Storm task scheduling method based on cost performance

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
CF01 Termination of patent right due to non-payment of annual fee

Granted publication date: 20180406

CF01 Termination of patent right due to non-payment of annual fee