资源描述:
《基于cs架构的服务器集群系统负载均衡方案研究》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、基于C/S架构的服务器集群系统负载均衡方案研究ResearchonLoadBalancingSchedulingStrategyinServerClusterSystemBasedonC/SStructure领域:软件工程作者姓名:宋浩指导教师:于瑞国副教授企业导师:孙提高级工程师天津大学软件学院二零一五年十二月摘要服务器集群在互联网社会中扮演着越来越重要的角色,负载均衡算法则是服务器集群性能与可用性的关键因素。论文分析了集群系统的现状和现有负载均衡算法的优缺点,提出了一个基于C/S架构的服务器集群系统的负载均衡解决方案。主要完成的工
2、作包括:(1)在Linux虚拟服务器(LVS)集群的基础之上,对LVS原有的负载均衡算法进行了改进,提出了一种动态自适应负载均衡算法。加入了对CPU、内存、磁盘IO、带宽等系统开销的计算,提高了节点负载计算的准确度。(2)提出一个新的客户端调度算法,在调度器压力过大或崩溃的时候,客户端自动开启辅助调度功能,提升系统的可靠性和吞吐量。(3)通过搭建具体的集群环境,使用压测工具对系统进行压力测试。经过测试,该负载均衡方案取得了很好的效果。关键词:Linux,LVS,服务器,集群,负载均衡IABSTRACTServerclusterplay
3、samoreandmoreimportantroleintheInternetsociety,loadbalancingalgorithmisserverclusteringperformanceandavailabilityofthekeyfactors.Inthispaper,weanalyzedthepresentsituationoftheclustersystemandtheadvantagesanddisadvantagesofexistingloadbalancingalgorithm,proposedaservercl
4、ustersystembasedonC/Sarchitectureofloadbalancingsolutions.Themainworkincludes:(1)IntheLinuxvirtualserver(LVS),onthebasisofclusterontheLVSexistingloadbalancingalgorithmisimproved,andadynamicadaptiveloadbalancingalgorithmisproposed.JoinedtotheCPU,memory,diskIO,calculateth
5、esystemoverhead,suchasbandwidth,improvetheaccuracyofthenodeserverloadcalculation.(2)Anewclientschedulingalgorithm,atthetimeofloadbalancestressorcrash,theclientautomaticallyopensupportschedulingfunction,improvethesystemreliabilityandthroughput.(3)Throughconstructingaspec
6、ificclusterenvironment,usingthepressuremeasuringtooltoconductstresstestsonthesystem.Afterthetest,theloadbalancingschemehasachievedgoodeffect.KEYWORDS:Linux,LVS,Server,Cluster,LoadbalancingII目录第一章绪论.........................................................................
7、..............................................................11.1课题背景..............................................................................................................................11.2国内外研究现状...............................................................
8、...................................................21.3研究内容...................................................