JP5742125B2 - プログラム、情報生成装置及び情報生成方法 - Google Patents
プログラム、情報生成装置及び情報生成方法 Download PDFInfo
- Publication number
- JP5742125B2 JP5742125B2 JP2010164248A JP2010164248A JP5742125B2 JP 5742125 B2 JP5742125 B2 JP 5742125B2 JP 2010164248 A JP2010164248 A JP 2010164248A JP 2010164248 A JP2010164248 A JP 2010164248A JP 5742125 B2 JP5742125 B2 JP 5742125B2
- Authority
- JP
- Japan
- Prior art keywords
- application
- virtual machine
- information
- performance
- virtual
- 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.)
- Expired - Fee Related
Links
- 238000000034 method Methods 0.000 title claims description 37
- 238000012545 processing Methods 0.000 claims description 6
- 238000012795 verification Methods 0.000 description 83
- 238000009434 installation Methods 0.000 description 13
- 238000010586 diagram Methods 0.000 description 12
- 230000010365 information processing Effects 0.000 description 11
- 238000005259 measurement Methods 0.000 description 10
- 230000006870 function Effects 0.000 description 9
- 238000004891 communication Methods 0.000 description 3
- 238000001514 detection method Methods 0.000 description 2
- 230000000694 effects Effects 0.000 description 2
- 239000004973 liquid crystal related substance Substances 0.000 description 1
- 230000002250 progressing effect Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/455—Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
- G06F9/45533—Hypervisors; Virtual machine monitors
- G06F9/45558—Hypervisor-specific management and integration aspects
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/44—Arrangements for executing specific programs
- G06F9/455—Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
- G06F9/45533—Hypervisors; Virtual machine monitors
- G06F9/45558—Hypervisor-specific management and integration aspects
- G06F2009/4557—Distribution of virtual machine instances; Migration and load balancing
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Debugging And Monitoring (AREA)
Description
図1は本実施の形態に係るシステムの全体構成を示す模式図である。図1に示しシステムは、アプリケーションのデプロイ先での動作を検証する検証装置10、及びアプリケーションのデプロイ対象である情報処理装置20を含む。
なお、図1に示した例では、1つの物理マシン21に対して3つの仮想マシン22a〜22cを備える構成としたが、物理マシン及び仮想マシンの台数は上記に限定されるものでなく、本システムの管理者又は情報処理装置20のユーザが適宜設定し得るものである。
制御部11は、記憶部12から本願のプログラム121を読み込んで実行することにより、上述したハードウェア各部の動作を制御し、本願の検証装置として機能させる。
一方、物理マシンのリソースの値は、情報処理装置20が備えるハードウェアによって規定される値であり、仮想マシンのリソースの値と同様に、CPUのクロック数、ディスクサイズ、メモリサイズ等が含まれる。物理マシンのパフォーマンスデータは、物理マシンが動作している間のリソースの使用状況を表し、メモリ使用量、ディスクサイズ、CPU使用率、ディスクビジー率等が含まれる。
予想使用リソースを確保できない場合には(S16:NO)、検証部14は、表示部16に検証結果を表示する(S22)。ここでは、リソースを確保できないため、アプリケーションの導入が不可である旨の検証結果を表示する。
なお、図11では同一アプリケーションが導入された物理マシン及び仮想マシンの情報を示したが、検索されたアプリケーションが類似アプリケーションである場合、同一アプリケーションと同様にして、類似アプリケーションが導入された仮想マシンの情報と、物理マシンの情報とがS20で取得される。
S432で、同一アプリケーションのディスクビジー率gが90%以上であるか、若しくは、ディスクドライブ型番が同一でないと判断した場合(S432:NO)、又はS433でシステム要求数を取得した場合(S433)、検証部14は、CPU使用率、ディスクIO負荷、メモリ使用量のそれぞれについて結果を収集し、記憶する(S434)。
システム運用者や管理者は、表示部16に表示された検証結果に基づき、アプリケーションの導入の可否を決定することができる。また、検証結果の1つ以上の項目(例えば、CPU使用率)に対して閾値を設定しておき、検証部14が、検証結果で得た値と閾値とを比較することにより、導入の可否を判定し、システム運用者や管理者に通知する構成としてもよい。
更に、検証装置10が、検証に必要な物理マシンや仮想マシンの情報を自動的に収集し、検証を行うため、システム運用者や管理者がリリース作業に費やす作業負担を軽減することができる。また、システム運用者や管理者による作業を大幅に削減することできるため、迅速かつ少ないリソースでサービスの提供が可能となる。
複数の仮想計算機と、各仮想計算機の負荷を計測する計測部とを備える実計算機から、前記計測部が計測した負荷に係る情報を取得する第1の取得部、
前記複数の仮想計算機のうち所定の仮想計算機に新たに導入するアプリケーションに関する情報を取得する第2の取得部、
該第2の取得部が取得した情報に基づき、前記アプリケーションを前記所定の仮想計算機に導入した際の該所定の仮想計算機の負荷についての予測値を算出する算出部、及び
前記第1の取得部が取得した情報と該算出部が算出した予測値とを比較し、比較結果を出力する出力部
を備えることを特徴とする情報提供装置。
前記アプリケーションと同一又は類似のアプリケーションを導入した他の仮想計算機を検索する検索部を更に備え、
前記出力部が、
前記他の仮想計算機の負荷と前記算出部が算出した予測値とを比較し、比較結果を出力する
ことを特徴とする付記1に記載の情報提供装置。
前記計測部が、
所定期間毎に各仮想計算機の負荷を計測し、
前記出力部が、
前記他の仮想計算機の負荷が最も高い期間の負荷と前記算出部が算出した予測値とを比較し、比較結果を出力する
ことを特徴とする付記1又は付記2に記載の情報提供装置。
前記比較結果に基づいて、前記アプリケーションの導入の可否を判断する判断部を更に備えることを特徴とする付記1から付記3の何れか1つに記載の情報提供装置。
前記検索部は、前記他の仮想計算機の負荷が近似するアプリケーションを類似のアプリケーションとして検索するようにしてあることを特徴とする付記2に記載の情報提供装置。
複数の仮想計算機と、各仮想計算機の負荷を計測する計測部とを備える実計算機から、前記計測部が計測した負荷に係る情報を取得し、
前記複数の仮想計算機のうち所定の仮想計算機に新たに導入するアプリケーションに関する情報を取得し、
取得した前記アプリケーションに関する情報に基づき、該アプリケーションを前記所定の仮想計算機に導入した際の該所定の仮想計算機の負荷についての予測値を算出し、
算出した予測値と前記実計算機から取得した負荷に係る情報とを比較し、比較結果を出力する
ことを特徴とする情報提供方法。
コンピュータに、
複数の仮想計算機と、各仮想計算機の負荷を計測する計測部とを備える実計算機から、前記計測部が計測した負荷に係る情報を取得し、
前記複数の仮想計算機のうち所定の仮想計算機に新たに導入するアプリケーションに関する情報を取得し、
取得した前記アプリケーションに関する情報に基づき、該アプリケーションを前記所定の仮想計算機に導入した際の該所定の仮想計算機の負荷についての予測値を算出し、
算出した予測値と前記実計算機から取得した負荷に係る情報とを比較し、比較結果を出力すること
を実行させるプログラム。
11 制御部
12 記憶部
13 情報取得部
14 検証部
15 操作部
16 表示部
17 操作部
121 プログラム
122 管理用DB
Claims (5)
- コンピュータに、
実計算機上で動作する複数の仮想計算機の1つである第1の仮想計算機に対する、第1のアプリケーションの導入要求に関する情報を受け付け、
取得した前記複数の仮想計算機に導入されたアプリケーションに関する情報に基づき、前記第1のアプリケーションまたは前記第1のアプリケーションに類似する類似アプリケーションの導入実績のある仮想計算機の有無を判別し、
前記第1のアプリケーションまたは前記類似アプリケーションの導入実績のある第2の仮想計算機が存在する場合に、取得した前記第1の仮想計算機および前記第2の仮想計算機の性能に関する情報、前記第2の仮想計算機における前記第1のアプリケーションまたは前記類似アプリケーションの動作時リソースに関する情報、および、前記実計算機の性能に関する情報に基づき、前記第1の仮想計算機における前記第1のアプリケーションの動作に関する、前記第2の仮想計算機における前記第1アプリケーションまたは前記類似アプリケーションの動作性能と対応付けられた動作性能情報を算出する、
処理を実行させることを特徴とするプログラム。 - 請求項1記載のプログラムであって、前記第2の仮想計算機における前記第1のアプリケーションまたは前記類似アプリケーションの動作タイミングに関する情報に基づき、前記第1の仮想計算機における前記第1のアプリケーションの動作に関する前記動作性能情報を算出する、ことを特徴とするプログラム。
- 請求項1または請求項2記載のプログラムであって、前記第1の仮想計算機における前記第1のアプリケーションの動作に関する前記動作性能情報に基づき、前記第1の仮想計算機に対する前記第1のアプリケーションの導入可否を判定する、ことを特徴とするプログラム。
- 実計算機上で動作する複数の仮想計算機の1つである第1の仮想計算機に対する、第1のアプリケーションの導入要求に関する情報を受け付ける受付部と、
前記複数の仮想計算機に導入されたアプリケーションに関する情報、前記複数の仮想計算機の性能に関する情報、前記複数の仮想計算機におけるアプリケーションの動作時リソースに関する情報、および、前記実計算機の性能に関する情報を取得する取得部と、
該取得部が取得した前記複数の仮想計算機に導入されたアプリケーションに関する情報に基づき、前記第1のアプリケーションまたは前記第1のアプリケーションに類似する類似アプリケーションの導入実績のある仮想計算機の有無を判別する判別部と、
前記第1のアプリケーションまたは前記類似アプリケーションの導入実績のある第2の仮想計算機が存在する場合に、前記取得部が取得した前記第1の仮想計算機および前記第2の仮想計算機の性能に関する情報、前記第2の仮想計算機における前記第1のアプリケーションまたは前記類似アプリケーションの動作時リソースに関する情報、および、前記実計算機の性能に関する情報に基づき、前記第1の仮想計算機における前記第1のアプリケーションの動作に関する、前記第2の仮想計算機における前記第1アプリケーションまたは前記類似アプリケーションの動作性能と対応付けられた動作性能情報を算出する算出部と
を備える情報生成装置。 - 実計算機上で動作する複数の仮想計算機の1つである第1の仮想計算機に対する、第1のアプリケーションの導入要求に関する情報を受け付け、
取得した前記複数の仮想計算機に導入されたアプリケーションに関する情報に基づき、前記第1のアプリケーションまたは前記第1のアプリケーションに類似する類似アプリケーションの導入実績のある仮想計算機の有無を判別し、
前記第1のアプリケーションまたは前記類似アプリケーションの導入実績のある第2の仮想計算機が存在する場合に、取得した前記第1の仮想計算機および前記第2の仮想計算機の性能に関する情報、前記第2の仮想計算機における前記第1のアプリケーションまたは前記類似アプリケーションの動作時リソースに関する情報、および、前記実計算機の性能に関する情報に基づき、前記第1の仮想計算機における前記第1のアプリケーションの動作に関する、前記第2の仮想計算機における前記第1アプリケーションまたは前記類似アプリケーションの動作性能と対応付けられた動作性能情報を算出する、
処理をコンピュータが実行する情報生成方法。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2010164248A JP5742125B2 (ja) | 2010-07-21 | 2010-07-21 | プログラム、情報生成装置及び情報生成方法 |
US13/184,069 US8756600B2 (en) | 2010-07-21 | 2011-07-15 | Judging apparatus, method, and recording medium of program for estimating the effect of deployment of an application in a virtual machine environment |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2010164248A JP5742125B2 (ja) | 2010-07-21 | 2010-07-21 | プログラム、情報生成装置及び情報生成方法 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2012027614A JP2012027614A (ja) | 2012-02-09 |
JP5742125B2 true JP5742125B2 (ja) | 2015-07-01 |
Family
ID=45494600
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2010164248A Expired - Fee Related JP5742125B2 (ja) | 2010-07-21 | 2010-07-21 | プログラム、情報生成装置及び情報生成方法 |
Country Status (2)
Country | Link |
---|---|
US (1) | US8756600B2 (ja) |
JP (1) | JP5742125B2 (ja) |
Families Citing this family (15)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8490092B2 (en) | 2011-07-06 | 2013-07-16 | Microsoft Corporation | Combined live migration and storage migration using file shares and mirroring |
US9116803B1 (en) * | 2011-09-30 | 2015-08-25 | Symantec Corporation | Placement of virtual machines based on page commonality |
DE102012217202B4 (de) * | 2011-10-12 | 2020-06-18 | International Business Machines Corporation | Verfahren und System zum Optimieren des Platzierens virtueller Maschinen in Cloud-Computing-Umgebungen |
US9223607B2 (en) * | 2012-01-17 | 2015-12-29 | Microsoft Technology Licensing, Llc | System for replicating or migrating virtual machine operations log by throttling guest write iOS based on destination throughput |
US9600206B2 (en) | 2012-08-01 | 2017-03-21 | Microsoft Technology Licensing, Llc | Request ordering support when switching virtual disk replication logs |
US9608933B2 (en) * | 2013-01-24 | 2017-03-28 | Hitachi, Ltd. | Method and system for managing cloud computing environment |
JP5807732B2 (ja) * | 2013-04-09 | 2015-11-10 | 日本電気株式会社 | 性能予測装置、性能予測方法および性能予測プログラム |
JP6079476B2 (ja) * | 2013-06-26 | 2017-02-15 | 富士通株式会社 | 分析支援プログラム、分析支援装置、および分析支援方法 |
JP6495645B2 (ja) * | 2014-12-19 | 2019-04-03 | 株式会社東芝 | リソース制御装置、方法、及びプログラム |
JP6669172B2 (ja) | 2015-07-03 | 2020-03-18 | 富士通株式会社 | 仮想マシン管理プログラム,仮想マシン管理装置および仮想マシン管理方法 |
JP6771874B2 (ja) * | 2015-09-16 | 2020-10-21 | キヤノン株式会社 | 情報処理装置、その制御方法及びプログラム |
CN107608781B (zh) * | 2016-07-11 | 2021-06-22 | 华为技术有限公司 | 一种负载预测方法、装置以及网元 |
US10528374B2 (en) | 2016-08-25 | 2020-01-07 | International Business Machines Corporation | Volume management by virtual machine affiliation auto-detection |
CN107885545B (zh) * | 2017-10-31 | 2021-06-01 | Oppo广东移动通信有限公司 | 应用管理方法、装置、存储介质及电子设备 |
WO2022018466A1 (en) * | 2020-07-22 | 2022-01-27 | Citrix Systems, Inc. | Determining server utilization using upper bound values |
Family Cites Families (18)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2005149283A (ja) * | 2003-11-18 | 2005-06-09 | Hitachi Ltd | 情報処理システム、情報処理システムの制御方法及びプログラム |
US8336054B2 (en) * | 2006-07-20 | 2012-12-18 | Hewlett-Packard Development Company, L. P. | System and method for allocating capacity of shared resources to a workload |
US8112756B2 (en) * | 2006-07-20 | 2012-02-07 | Hewlett-Packard Development Company, L.P. | System and method for evaluating a workload and its impact on performance of a workload manager |
WO2007148371A1 (ja) * | 2006-06-19 | 2007-12-27 | Nec Corporation | 仮想マシンのための性能管理システムと性能管理方法 |
US8046765B2 (en) * | 2006-07-25 | 2011-10-25 | Hewlett-Packard Development Company, L.P. | System and method for determining allocation of resource access demands to different classes of service based at least in part on permitted degraded performance |
US20080082976A1 (en) | 2006-09-29 | 2008-04-03 | Matthias Steinwagner | Usage of virtualization software for shipment of software products |
US20080104589A1 (en) * | 2006-11-01 | 2008-05-01 | Mccrory Dave Dennis | Adaptive, Scalable I/O Request Handling Architecture in Virtualized Computer Systems and Networks |
US8046767B2 (en) * | 2007-04-30 | 2011-10-25 | Hewlett-Packard Development Company, L.P. | Systems and methods for providing capacity management of resource pools for servicing workloads |
US8543711B2 (en) * | 2007-04-30 | 2013-09-24 | Hewlett-Packard Development Company, L.P. | System and method for evaluating a pattern of resource demands of a workload |
JP2009116380A (ja) * | 2007-11-01 | 2009-05-28 | Nec Corp | 仮想サーバ移動制御装置、仮想サーバ移動制御方法およびプログラム |
JP4724730B2 (ja) * | 2008-04-09 | 2011-07-13 | 株式会社日立製作所 | 情報処理システムの運用管理方法、運用管理プログラム、および運用管理装置、ならびに情報処理システム |
JP5047870B2 (ja) | 2008-04-17 | 2012-10-10 | 株式会社日立製作所 | マスタ管理システム、マスタ管理方法、およびマスタ管理プログラム |
US9244732B2 (en) * | 2009-08-28 | 2016-01-26 | Vmware, Inc. | Compensating threads for microarchitectural resource contentions by prioritizing scheduling and execution |
WO2010050335A1 (ja) * | 2008-10-27 | 2010-05-06 | 株式会社 日立製作所 | リソース管理方法と組込み装置 |
EP2343649B1 (en) * | 2008-10-30 | 2017-10-25 | Hitachi, Ltd. | Operation management apparatus of information processing system |
US9021046B2 (en) * | 2010-01-15 | 2015-04-28 | Joyent, Inc | Provisioning server resources in a cloud resource |
US8433802B2 (en) * | 2010-01-26 | 2013-04-30 | International Business Machines Corporation | System and method for fair and economical resource partitioning using virtual hypervisor |
US8434088B2 (en) * | 2010-02-18 | 2013-04-30 | International Business Machines Corporation | Optimized capacity planning |
-
2010
- 2010-07-21 JP JP2010164248A patent/JP5742125B2/ja not_active Expired - Fee Related
-
2011
- 2011-07-15 US US13/184,069 patent/US8756600B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
US20120023493A1 (en) | 2012-01-26 |
JP2012027614A (ja) | 2012-02-09 |
US8756600B2 (en) | 2014-06-17 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5742125B2 (ja) | プログラム、情報生成装置及び情報生成方法 | |
US10225333B2 (en) | Management method and apparatus | |
US7849180B2 (en) | Load balanced storage provisioning | |
Lo et al. | Dynamic management of TurboMode in modern multi-core chips | |
Carlson et al. | Barrierpoint: Sampled simulation of multi-threaded applications | |
Apparao et al. | Characterization & analysis of a server consolidation benchmark | |
KR100992209B1 (ko) | 데이터 처리 시스템 상에서 소프트웨어 제품의 사용량을 측정하는 방법 | |
US20120226478A1 (en) | Promotion of performance parameters in distributed data processing environment | |
JP4572251B2 (ja) | 計算機システム、計算機システムの障害の予兆検知方法及びプログラム | |
RU2015114568A (ru) | Автоматизированное профилирование использования ресурса | |
US9336055B2 (en) | Apparatus and method for predicting processing performance | |
US20190108088A1 (en) | Compute resource monitoring system and method associated with benchmark tasks and conditions | |
JP2014032674A (ja) | 仮想マシンのリソース配置システム及びその方法 | |
JP2020003929A (ja) | 運用管理装置、移動先推奨方法及び移動先推奨プログラム | |
US9880879B1 (en) | Identifying task instance outliers based on metric data in a large scale parallel processing system | |
WO2017123271A1 (en) | Performance-based migration among data storage devices | |
US8555290B2 (en) | Apparatus and method for dynamic control of the number of simultaneously executing tasks based on throughput | |
JP2005135130A (ja) | 負荷監視条件決定プログラム,負荷監視条件決定システム,負荷監視条件決定方法および負荷監視プログラム | |
Agelastos et al. | Continuous whole-system monitoring toward rapid understanding of production HPC applications and systems | |
US9535704B2 (en) | System and method to quantify digital data sharing in a multi-threaded execution | |
Willnecker et al. | Optimization of deployment topologies for distributed enterprise applications | |
US12056478B2 (en) | Application hosting, monitoring, and management within a container hosting environment | |
Bartalos et al. | Green web services: Models for energy-aware web services and applications | |
US20220222164A1 (en) | Computer-readable recording medium storing information collection program, information collection method, and information processing apparatus | |
JP5342660B2 (ja) | 管理システム及びシステム管理方法及びプログラム |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20130507 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20140206 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20140225 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20140428 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20141007 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20141205 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20150407 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20150420 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5742125 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
LAPS | Cancellation because of no payment of annual fees |