天堂国产午夜亚洲专区-少妇人妻综合久久蜜臀-国产成人户外露出视频在线-国产91传媒一区二区三区

基于虛擬機(jī)架構(gòu)的云平臺(tái)可靠性驗(yàn)證方法研究

發(fā)布時(shí)間:2019-01-30 08:13
【摘要】:云計(jì)算已經(jīng)成為當(dāng)前信息技術(shù)的主要趨勢(shì)之一。云計(jì)算基于虛擬化技術(shù),可實(shí)現(xiàn)資源和規(guī)模的動(dòng)態(tài)調(diào)整,因而部署在其上的軟件的架構(gòu)、開(kāi)發(fā)技術(shù)、測(cè)試平臺(tái)和測(cè)試方法都顯著區(qū)別于傳統(tǒng)體系。隨著云環(huán)境下軟件代碼量和復(fù)雜度的不斷增加,軟件測(cè)試扮演著日益重要的作用。現(xiàn)有可靠性測(cè)試方案主要面向傳統(tǒng)的單機(jī)或節(jié)點(diǎn)相對(duì)少的分布式環(huán)境,大多基于所實(shí)現(xiàn)的測(cè)試平臺(tái)傳遞命令到待測(cè)節(jié)點(diǎn),再基于節(jié)點(diǎn)的狀態(tài)分析可靠性,并未充分考慮效率問(wèn)題和環(huán)境的變化。因此,在面對(duì)云環(huán)境時(shí),一方面,這些方案既無(wú)法高效地同時(shí)測(cè)試、分析成千上萬(wàn)的節(jié)點(diǎn),,也無(wú)法應(yīng)對(duì)其中復(fù)雜多變的網(wǎng)絡(luò)和軟硬件環(huán)境;另一方面,這些方案多預(yù)先集成某些測(cè)試模塊,不具有可擴(kuò)展性,無(wú)法全面測(cè)試、分析云環(huán)境的可靠性,其結(jié)果缺乏可信性和完備性。實(shí)現(xiàn)面向云環(huán)境的可靠性測(cè)試系統(tǒng)的高效性、可擴(kuò)展性和準(zhǔn)確性已成為一大挑戰(zhàn)。 云平臺(tái)可靠性測(cè)試系統(tǒng)(簡(jiǎn)稱(chēng)為CloudDTB, A Dependability Test Bed for CloudComputing Systems)基于伸縮性良好的零消息傳輸協(xié)議(ZMTP, Zero MessageTransport Protocol)在傳輸層和應(yīng)用層間實(shí)現(xiàn)了一個(gè)新的通訊中間件和一個(gè)支持異步I/O、高度封裝Socket的庫(kù),并基于該庫(kù)實(shí)現(xiàn)了一個(gè)高效、可靠的消息通信機(jī)制,以保證高效性和伸縮性;其次,采用基于安全殼(SSH, Secure Shell)協(xié)議和哈希的驗(yàn)證匹配技術(shù),CloudDTB可以在動(dòng)態(tài)多變的云環(huán)境中精確定位測(cè)試目標(biāo),保證準(zhǔn)確率;再次,借助自定義的掛載策略,CloudDTB可以方便的擴(kuò)展以支持多種測(cè)試場(chǎng)景,可擴(kuò)展性良好;最后,CloudDTB實(shí)現(xiàn)了一個(gè)支持多級(jí)日志的庫(kù)函數(shù)以詳細(xì)描述測(cè)試信息。 實(shí)驗(yàn)結(jié)果表明,CloudDTB擁有高效的通訊機(jī)制,平均每秒可以發(fā)送10萬(wàn)條、接收4萬(wàn)條單條大小為1KB的消息;伸縮性良好,支持對(duì)云環(huán)境內(nèi)的數(shù)千臺(tái)節(jié)點(diǎn)同時(shí)測(cè)試分析,定位的準(zhǔn)確率為100%;具有良好的可擴(kuò)展性,可以自主掛載不同的測(cè)試模塊、配置不同的測(cè)試用例;能夠生成詳細(xì)的測(cè)試描述信息。
[Abstract]:Cloud computing has become one of the main trends of information technology. Based on virtualization technology, cloud computing can realize dynamic adjustment of resources and scale, so the software architecture, development technology, test platform and test methods deployed on cloud computing are all different from traditional systems. With the increasing of software code and complexity in cloud environment, software testing plays an increasingly important role. The existing reliability testing schemes are mainly oriented to the traditional distributed environment of single machine or relatively few nodes, most of which are based on the test platform to transfer commands to the node to be tested, and then based on the status of the node to analyze the reliability. Efficiency issues and environmental changes have not been fully taken into account. Therefore, in the face of cloud environment, on the one hand, these schemes can not test and analyze thousands of nodes efficiently at the same time, nor can they cope with the complex and changeable network and hardware and software environment. On the other hand, these schemes integrate some test modules in advance, which are not extensible and can not be fully tested. The reliability of the cloud environment is analyzed, and the results lack credibility and completeness. It is a challenge to realize the high efficiency, expansibility and accuracy of the reliability testing system in the cloud environment. Cloud platform Reliability Test system (referred to as CloudDTB, A Dependability Test Bed for CloudComputing Systems) based on good scalability Zero message transfer Protocol (ZMTP,) Zero MessageTransport Protocol) implements a new communication middleware and an asynchronous I / O library between the transport layer and the application layer, and highly encapsulates the Socket library. Based on the library, it implements an efficient and reliable message communication mechanism. To ensure high efficiency and scalability; Secondly, by using the verification and matching technology based on containment (SSH, Secure Shell) protocol and hash, CloudDTB can accurately locate the test target in the dynamic and changeable cloud environment, and ensure the accuracy. Thirdly, with the help of the custom mount strategy, CloudDTB can be easily extended to support a variety of test scenarios. Finally, CloudDTB implements a library function supporting multi-level logs to describe test information in detail. The experimental results show that CloudDTB has an efficient communication mechanism, it can send 100000 messages per second on average and receive 40, 000 messages of 1KB size. It has good scalability, supports simultaneous testing and analysis of thousands of nodes in the cloud environment, and the accuracy of positioning is 100. It has good scalability, can mount different test modules independently and configure different test cases. Ability to generate detailed test description information.
【學(xué)位授予單位】:華中科技大學(xué)
【學(xué)位級(jí)別】:碩士
【學(xué)位授予年份】:2014
【分類(lèi)號(hào)】:TP311.53;TP393.09

【相似文獻(xiàn)】

相關(guān)期刊論文 前10條

1 曹曉剛;;Java虛擬機(jī)的10年[J];程序員;2005年07期

2 宋韜;盤(pán)細(xì)平;羅元柯;倪國(guó)軍;;Java虛擬機(jī)在嵌入式DSP系統(tǒng)上的實(shí)現(xiàn)[J];計(jì)算機(jī)應(yīng)用與軟件;2007年04期

3 劉黎波;;Java虛擬機(jī)攔截原理研究[J];科技風(fēng);2008年21期

4 劉治波;;Java虛擬機(jī)簡(jiǎn)析[J];濟(jì)南職業(yè)學(xué)院學(xué)報(bào);2008年01期

5 郝帥;;Java虛擬機(jī)中相關(guān)技術(shù)的探討[J];成功(教育);2008年08期

6 李霞;;系統(tǒng)虛擬機(jī)關(guān)鍵技術(shù)研究[J];微型電腦應(yīng)用;2010年03期

7 鄭曉瓏;孔挺;;虛擬機(jī)的安全風(fēng)險(xiǎn)與管理[J];硅谷;2010年16期

8 李學(xué)昌;平淡;;為速度而戰(zhàn),虛擬機(jī)內(nèi)外兼修[J];電腦愛(ài)好者;2010年18期

9 王惠萍;張海龍;馮帆;王建華;;Java虛擬機(jī)使用及優(yōu)化[J];計(jì)算機(jī)與網(wǎng)絡(luò);2010年21期

10 鄭婷婷;武延軍;賀也平;;云計(jì)算環(huán)境下的虛擬機(jī)快速克隆技術(shù)[J];計(jì)算機(jī)工程與應(yīng)用;2011年13期

相關(guān)會(huì)議論文 前10條

1 孟廣平;;虛擬機(jī)漂移網(wǎng)絡(luò)連接方法探討[A];中國(guó)計(jì)量協(xié)會(huì)冶金分會(huì)2011年會(huì)論文集[C];2011年

2 段翼真;王曉程;;可信安全虛擬機(jī)平臺(tái)的研究[A];第26次全國(guó)計(jì)算機(jī)安全學(xué)術(shù)交流會(huì)論文集[C];2011年

3 李明宇;張倩;呂品;;網(wǎng)絡(luò)流量感知的虛擬機(jī)高可用動(dòng)態(tài)部署研究[A];2014第二屆中國(guó)指揮控制大會(huì)論文集(上)[C];2014年

4 林紅;;Java虛擬機(jī)面向數(shù)字媒體的應(yīng)用研究[A];計(jì)算機(jī)技術(shù)與應(yīng)用進(jìn)展——全國(guó)第17屆計(jì)算機(jī)科學(xué)與技術(shù)應(yīng)用(CACIS)學(xué)術(shù)會(huì)議論文集(上冊(cè))[C];2006年

5 楊旭;彭一明;刑承杰;李若淼;;基于VMware vSphere 5虛擬機(jī)的備份系統(tǒng)實(shí)現(xiàn)[A];中國(guó)高等教育學(xué)會(huì)教育信息化分會(huì)第十二次學(xué)術(shù)年會(huì)論文集[C];2014年

6 沈敏虎;查德平;劉百祥;趙澤宇;;虛擬機(jī)網(wǎng)絡(luò)部署與管理研究[A];中國(guó)高等教育學(xué)會(huì)教育信息化分會(huì)第十次學(xué)術(shù)年會(huì)論文集[C];2010年

7 李英壯;廖培騰;孫夢(mèng);李先毅;;基于云計(jì)算的數(shù)據(jù)中心虛擬機(jī)管理平臺(tái)的設(shè)計(jì)[A];中國(guó)高等教育學(xué)會(huì)教育信息化分會(huì)第十次學(xué)術(shù)年會(huì)論文集[C];2010年

8 朱欣焰;蘇科華;毛繼國(guó);龔健雅;;GIS符號(hào)虛擬機(jī)及實(shí)現(xiàn)方法研究[A];《測(cè)繪通報(bào)》測(cè)繪科學(xué)前沿技術(shù)論壇摘要集[C];2008年

9 于洋;陳曉東;俞承芳;李旦;;基于FPGA平臺(tái)的虛擬機(jī)建模與仿真[A];2007'儀表,自動(dòng)化及先進(jìn)集成技術(shù)大會(huì)論文集(一)[C];2007年

10 丁濤;郝沁汾;張冰;;內(nèi)核虛擬機(jī)調(diào)度策略的研究與分析[A];'2010系統(tǒng)仿真技術(shù)及其應(yīng)用學(xué)術(shù)會(huì)議論文集[C];2010年

相關(guān)重要報(bào)紙文章 前10條

1 ;虛擬機(jī)的生與死[N];網(wǎng)絡(luò)世界;2008年

2 本報(bào)記者 卜娜;高性能Java虛擬機(jī)將在中國(guó)云市場(chǎng)釋能[N];中國(guó)計(jì)算機(jī)報(bào);2012年

3 本報(bào)記者 邱燕娜;如何告別虛擬機(jī)管理煩惱[N];中國(guó)計(jì)算機(jī)報(bào);2012年

4 ;首批通過(guò)云計(jì)算產(chǎn)品虛擬機(jī)管理測(cè)評(píng)名單[N];中國(guó)電子報(bào);2014年

5 申琳;虛擬機(jī)泛濫 系統(tǒng)安全怎么辦[N];中國(guó)計(jì)算機(jī)報(bào);2008年

6 Tom Henderson邋沈建苗 編譯;虛擬機(jī)管理的五大問(wèn)題[N];計(jì)算機(jī)世界;2008年

7 盆盆;真實(shí)的虛擬機(jī)[N];中國(guó)電腦教育報(bào);2004年

8 本版編輯 綜合 編譯整理 田夢(mèng);管理好虛擬機(jī)的全生命周期[N];計(jì)算機(jī)世界;2008年

9 李婷;中國(guó)研制出全球最快反病毒虛擬機(jī)[N];人民郵電;2009年

10 張弛;虛擬機(jī)遷移走向真正自由[N];網(wǎng)絡(luò)世界;2010年

相關(guān)博士學(xué)位論文 前10條

1 宋翔;多核虛擬環(huán)境的性能及可伸縮性研究[D];復(fù)旦大學(xué);2014年

2 王桂平;云環(huán)境下面向可信的虛擬機(jī)異常檢測(cè)關(guān)鍵技術(shù)研究[D];重慶大學(xué);2015年

3 周真;云平臺(tái)下運(yùn)行環(huán)境感知的虛擬機(jī)異常檢測(cè)策略及算法研究[D];重慶大學(xué);2015年

4 郭芬;面向虛擬機(jī)的云平臺(tái)資源部署與調(diào)度研究[D];華南理工大學(xué);2015年

5 周傲;高可靠云服務(wù)供應(yīng)關(guān)鍵技術(shù)研究[D];北京郵電大學(xué);2015年

6 代煒琦;云計(jì)算執(zhí)行環(huán)境可信構(gòu)建關(guān)鍵技術(shù)研究[D];華中科技大學(xué);2015年

7 劉圣卓;面向虛擬集群的鏡像存儲(chǔ)與傳輸優(yōu)化[D];清華大學(xué);2015年

8 陳彬;分布環(huán)境下虛擬機(jī)按需部署關(guān)鍵技術(shù)研究[D];國(guó)防科學(xué)技術(shù)大學(xué);2010年

9 劉海坤;虛擬機(jī)在線遷移性能優(yōu)化關(guān)鍵技術(shù)研究[D];華中科技大學(xué);2012年

10 劉謙;面向云計(jì)算的虛擬機(jī)系統(tǒng)安全研究[D];上海交通大學(xué);2012年

相關(guān)碩士學(xué)位論文 前10條

1 潘飛;負(fù)載相關(guān)的虛擬機(jī)放置策略研究[D];杭州電子科技大學(xué);2011年

2 王建一;混合型桌面云高可用性研究與實(shí)現(xiàn)[D];華南理工大學(xué);2015年

3 周衡;云計(jì)算環(huán)境下虛擬機(jī)優(yōu)化調(diào)度策略研究[D];河北大學(xué);2015年

4 羅仲皓;基于OpenStack的私有云計(jì)算平臺(tái)的設(shè)計(jì)與實(shí)現(xiàn)[D];華南理工大學(xué);2015年

5 李子堂;面向負(fù)載均衡的虛擬機(jī)動(dòng)態(tài)遷移優(yōu)化研究[D];遼寧大學(xué);2015年

6 張煜;基于OpenStack的“實(shí)驗(yàn)云”平臺(tái)的研究與開(kāi)發(fā)[D];西南交通大學(xué);2015年

7 曾文琦;面向應(yīng)用服務(wù)的云規(guī)模虛似機(jī)性能監(jiān)控與負(fù)載分析技術(shù)研究[D];復(fù)旦大學(xué);2013年

8 施繼成;面向多核處理器的虛擬機(jī)性能優(yōu)化[D];復(fù)旦大學(xué);2014年

9 游井輝;基于虛擬機(jī)動(dòng)態(tài)遷移的資源調(diào)度策略研究[D];華南理工大學(xué);2015年

10 方良英;云平臺(tái)的資源優(yōu)化管理研究與實(shí)現(xiàn)[D];南京師范大學(xué);2015年



本文編號(hào):2417931

資料下載
論文發(fā)表

本文鏈接:http://sikaile.net/guanlilunwen/ydhl/2417931.html


Copyright(c)文論論文網(wǎng)All Rights Reserved | 網(wǎng)站地圖 |

版權(quán)申明:資料由用戶(hù)eaf41***提供,本站僅收錄摘要或目錄,作者需要?jiǎng)h除請(qǐng)E-mail郵箱bigeng88@qq.com