跳到主要內容

臺灣博碩士論文加值系統

(216.73.217.165) 您好!臺灣時間:2026/05/20 07:14
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

: 
twitterline
研究生:蔡宗育
研究生(外文):Tsung-Yu Tsai
論文名稱:網頁伺服器最佳客戶端連線數量之研究
論文名稱(外文):GETTING AN OPTIMAL CONNECTION NUMBER OF A WEB SERVER
指導教授:湯政仁
指導教授(外文):Cheng-Jen Tang
學位類別:碩士
校院名稱:大同大學
系所名稱:通訊工程研究所
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:2010
畢業學年度:98
語文別:中文
論文頁數:111
中文關鍵詞:實體機器最佳客戶端連線數量電腦機房虛擬系統
外文關鍵詞:Physical MachineOptimal Connection NumberComputer RoomVirtual Machine
相關次數:
  • 被引用被引用:7
  • 點閱點閱:322
  • 評分評分:
  • 下載下載:73
  • 收藏至我的研究室書目清單書目收藏:0
近年來,隨著環保意識的抬頭,節能減碳的觀念逐漸受到重視,而電腦機房的能源消耗問題也成為重要的課題。因此,本篇論文在此提出取得最佳客戶端連線數量的架構設計,其內容包括CPU使用率與電流關係、連線數量與CPU使用率關係以及連線數量與反應時間關係,並採用ApacheBench進行壓力測試實驗,配合本論文所推導出的最佳連線數量定義式,找出網頁伺服器建構於不同硬體設備與系統架構上的最佳客戶端連線數量,作為啟動實體機器或虛擬系統的依據,使能源使用效率與可用性達到平衡。
除此之外,針對電腦機房空調的能源使用效率,本論文提出時段空調能源使用效率(SCPUE),並依照其定義結合論文中的實驗結果以及客戶端連線需求預測模組,推導出電腦機房空調電流之數學模型。提出電腦機房空調電流之數學模型的目的,是為了實現該數學模型於現實環境中的電腦機房(數據中心),依據數學模型的計算結果動態調整電腦機房(數據中心)之空調設備的電流量,提升電腦機房(數據中心)空調之能源使用效率。
Recently, the concept of energy efficiency and carbon reduction progressively gets more attention. And the energy inefficiency problem of computer room is an important issue. For this reason, this paper provides a framework design to get the optimal connection number of a web server. This includes getting the relation between CPU utilization and current, the relation between connection number and CPU utilization, and the relation between connection number and response time. And using ApacheBench and optimal connection number analysis derives from this paper to get the optimal connection number of a web server in deferent hardware equipment or system architecture. The optimal connection number as the condition for turn on physical machine or virtual machine. Eventually finds the balance between energy efficiency and availability.
Otherwise, this paper also provides Scheduled Cooling Power Usage Effectiveness (SCPUE). And according to the experiment result and forecasting models to get the math model of air-conditioner current in computer room. In the future, we can use the model to control the air-conditioner current to increase the energy efficiency of computer room.
致謝 I
Abstract II
摘要 III
目錄 IV
表目錄 X
第一章 緒論 1
1.1 動機與背景 1
1.2 本文目的 2
1.3 貢獻 2
1.4 章節組織 3
2.1 文獻探討 4
2.1.1 虛擬機器之節能控管機制 4
2.1.2 虛擬機器之動態節能控管 5
2.1.3 實體機器之動態節能控管 5
2.1.4 最佳客戶端連線數量 6
2.2 電腦機房能源指標 7
2.2.1 能源使用效率與數據中心基礎架構能效 8
2.2.2 數據中心生產力(DCP) 10
第三章 最佳連線數量設計 11
3.1 實驗工具簡介 11
3.1.1 Apache簡介 11
3.1.2 ApacheBench 12
3.1.2.1 ApacheBench簡介 12
3.1.2.2 ApacheBench原理 12
3.1.2.3 ApacheBench指令 14
3.1.3 Xen 16
3.1.3.1 Xen簡介 16
3.1.3.2 Xen架構 17
3.1.3.3 Xen效能 18
3.2 實驗方法 20
3.2.1 CPU使用率與電流關係之實驗設計 20
3.2.2 連線數量與CPU使用率關係之實驗設計 22
3.2.3 連線數量與反應時間關係之實驗設計 24
3.3 最佳連線數量定義 27
3.4 實驗架構 29
3.5 實驗對象 30
3.5.1 一般電腦 30
3.5.2 伺服器 30
3.5.3 Xen 31
3.5.4 壓力測試電腦 31
第四章 實驗結果與分析 32
4.1 一般電腦實驗結果與分析 32
4.1.1 CPU使用率與電流關係 32
4.1.2 連線數量與CPU使用率關係 34
4.1.3 連線數量與電流關係 35
4.1.4 連線數量與反應時間關係 36
4.1.5 最佳連線數量分析 39
4.2 伺服器實驗結果與分析 41
4.2.1 CPU使用率與電流關係 41
4.2.2 連線數量與CPU使用率關係 43
4.2.3 連線數量與電流關係 44
4.2.4 連線數量與反應時間關係 45
4.2.5 最佳連線數量分析 48
4.3 Xen實驗結果與分析 50
4.3.1 CPU使用率與電流關係 50
4.3.2 連線數量與CPU使用率關係 52
4.3.3 連線數量與電流關係 53
4.3.4 連線數量與反應時間關係 54
4.3.5 最佳連線數量分析 57
4.4 電腦機房空調電流之數學模型 59
第五章 結論與未來展望 63
5.1 結論 63
5.2 未來展望 64
參考文獻 65
附錄A 67
附錄B 68
附錄C 72
附錄D 76
附錄E 78
附錄F 86
附錄G 94
附錄H 96
附錄I 104
[1].“Server and Data Center Energy Efficiency,” EPA Report on Server and Data Center Energy Efficiency, 2007.
[2].Jim Gray, and Daniel P. Siewiorek,“High-availability computer systems,” Computer, September 1991.
[3].Dara Kusic, Jeffrey O. Kephart, James E. Hanson, Nagarajan Kandasamy, and Guofei Jiang,“Power and Performance Management of Virtualized Computing Environments Via Lookahead Control,”Autonomic Computing, 2008. ICAC '08, pp. 3-12, June 2008.
[4].Vinicius Petrucci, Orlando Loques, and Daniel Mossé,“Dynamic configuration support for power-aware virtualized server clusters,”WiP Session of the 21th Euromicro Conference on Real-Time Systems, 2009.
[5].Takayuki Imada, Mitsuhisa Sato, Yoshihiko Hotta, and Hideaki Kimura,“Power management of distributed web savers by controlling server power state and traffic prediction for QoS,”Parallel and Distributed Processing, 2008. IPDPS 2008, pp. 1-8, April 2008.
[6].Christian Belady“Green grid data center power efficiency metrics: PUE and DCIE,”Metrics & Measurements White Paper, 2008.
[7].Apache, http://httpd.apache.org/
[8].The Apache Software Foundation, http://www.apache.org/
[9].Lee James, Brent Ware,“Open Source Web Development with LAMP: Using Linux, Apache, MySQL, Perl, and PHP,”Addison Wesley, ISBN 0-201-77061-X, December 2002.
[10].Netcraft, http://news.netcraft.com/
[11].Wireshark, http://www.wireshark.org/
[12].Xen, http://www.xen.org/
[13].Paul Barham, Boris Dragovic, Keir Fraser, Steven Hand, Tim Harris, Alex Ho, Rolf Neugebar, Ian Pratt, and Andrew Warfield, “Xen and the Art of Virtualization,”ACM Symposium on Operating Systems Principles (SOSP), October 2003.
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top