JP2015138432A - Performance prediction device, performance model generation method and program - Google Patents

Performance prediction device, performance model generation method and program Download PDF

Info

Publication number
JP2015138432A
JP2015138432A JP2014010103A JP2014010103A JP2015138432A JP 2015138432 A JP2015138432 A JP 2015138432A JP 2014010103 A JP2014010103 A JP 2014010103A JP 2014010103 A JP2014010103 A JP 2014010103A JP 2015138432 A JP2015138432 A JP 2015138432A
Authority
JP
Japan
Prior art keywords
performance model
unit
performance
virtual machine
measurement target
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
JP2014010103A
Other languages
Japanese (ja)
Other versions
JP5871018B2 (en
Inventor
絵梨子 沼田
Eriko Numata
絵梨子 沼田
大地 木村
Daichi Kimura
大地 木村
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.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP2014010103A priority Critical patent/JP5871018B2/en
Publication of JP2015138432A publication Critical patent/JP2015138432A/en
Application granted granted Critical
Publication of JP5871018B2 publication Critical patent/JP5871018B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)
  • Stored Programmes (AREA)

Abstract

PROBLEM TO BE SOLVED: To attain a performance prediction device for more suitably predicting a performance of a virtualization system.SOLUTION: A performance prediction device comprises: first performance model generation means for generating a performance model of the first virtual machine respectively on the basis of information about an application of each of first virtual machines of a first application unit capable of obtaining information about an application; second performance model generation means for letting a second application unit including a second virtual machine unable to obtain information about an application running on a virtual machine and hardware unit as a measurement object unit, and generating a performance model of a measurement object unit on the basis of a result of measuring the measurement object unit as the measurement object; and synthesis means for generating a performance model of s system by synthesis processing of using an output value in the performance model of one unit as an input value in the performance model of the other unit with respect to the performance model of each first virtual machine and the performance model of the measurement object unit.

Description

本発明は、性能予測装置、性能モデル生成方法およびプログラムに関する。   The present invention relates to a performance prediction apparatus, a performance model generation method, and a program.

コンピュータの仮想化技術は、物理マシンを用いて1または複数の仮想的なマシン(仮想マシン)を動作させる。このような動作を行う環境を有するシステムを仮想化システムと呼ぶ。   In the computer virtualization technology, one or a plurality of virtual machines (virtual machines) are operated using a physical machine. A system having an environment for performing such an operation is called a virtualized system.

このような仮想化システムを用いる場合、物理マシンを構成するハードウェアリソースにおいて、リソース競合や仮想マシンモニタのエミュレーションが発生する。ここで、ハードウェアリソースとは、例えば、当該物理マシンが有するCPU(Central Processing Unit)、記憶装置、メモリ等である。リソース競合とは、例えば、複数トランザクションの同時実行によって発生するハードウェアリソースの競合のことである。また、仮想マシンモニタのエミュレーションとは、仮想マシンモニタが同時に複数の仮想マシンの仮想ハードウェアに対しエミュレートすることである。   When such a virtualization system is used, resource conflicts and virtual machine monitor emulation occur in hardware resources constituting the physical machine. Here, the hardware resources are, for example, a CPU (Central Processing Unit), a storage device, a memory, and the like that the physical machine has. The resource contention is, for example, hardware resource contention caused by simultaneous execution of a plurality of transactions. The virtual machine monitor emulation means that the virtual machine monitor simultaneously emulates virtual hardware of a plurality of virtual machines.

非特許文献1には、エミュレーションやリソース競合に関して、物理マシンにおいて動作する仮想マシンが1台増える毎に、CPU性能が劣化すること、その劣化が当該仮想マシンにおいて実行されるシステムの性能に影響を及ぼすことが記載されている。   In Non-Patent Document 1, regarding emulation and resource contention, each time one virtual machine operating on a physical machine increases, the CPU performance deteriorates, and the deterioration affects the performance of a system executed on the virtual machine. Is described.

一般に、物理マシンにおいて動作する仮想マシンの台数が増加すれば、その物理マシンを構成するハードウェアの環境をエミュレートする仮想マシンモニタの動作は複雑になると想定される。そして、仮想マシンモニタの動作が複雑になれば、仮想マシンの性能も低下すると考えられる。したがって、仮想化システムの性能予測には、オーバヘッドやリソース競合に対する考慮、および、複数の仮想マシンが動作する状況における性能の予測が必要である。   In general, if the number of virtual machines operating in a physical machine increases, it is assumed that the operation of a virtual machine monitor that emulates the hardware environment that constitutes the physical machine becomes complicated. If the operation of the virtual machine monitor becomes complicated, the performance of the virtual machine is considered to deteriorate. Therefore, in order to predict the performance of a virtualized system, it is necessary to consider overhead and resource contention and to predict the performance in a situation where a plurality of virtual machines operate.

このような仮想化システムの性能予測方法として、性能モデルを用いる方法がある。ここで、性能モデルとは、仮想化システムへの入力を用いて、性能予測の対象である仮想化システム(対象システム)の性能を予測するモデルである。性能モデルの典型的な例としては、例えば、待ち行列や回帰モデルが挙げられる。このように性能予測に用いる性能モデルの生成方法として、以下に述べる主に2種類の方法が挙げられる。   As a performance prediction method of such a virtual system, there is a method using a performance model. Here, the performance model is a model that predicts the performance of a virtualization system (target system) that is a target of performance prediction using an input to the virtualization system. Typical examples of performance models include queues and regression models. As described above, there are mainly two types of methods for generating a performance model used for performance prediction.

その方法とは、(1)対象システムの動作を模倣した性能モデルを生成する方法と、(2)対象システムへの入力値と、その入力値に対応する出力値とに基づいて、統計処理や機械学習を利用して、性能モデルを生成する方法である。   The method includes (1) a method for generating a performance model imitating the operation of the target system, and (2) a statistical process based on an input value to the target system and an output value corresponding to the input value. This is a method for generating a performance model using machine learning.

まず、(1)対象システムの動作を模倣した性能モデルを生成する方法について説明する。以降、この性能モデルの生成方法を「ホワイトボックスアプローチ」と称する。ホワイトボックスアプローチは、性能モデルの生成に際して、対象システムの動作の詳細(例えば、設計情報等)が明確であることを必要とする。つまり、ホワイトボックスアプローチは、対象システムの動作が明確であれば、他のシステムに置き換えた場合においても、性能モデルを容易に生成できる。   First, (1) a method for generating a performance model imitating the operation of the target system will be described. Hereinafter, this method of generating a performance model is referred to as a “white box approach”. The white box approach requires that details of the operation of the target system (for example, design information) be clear when generating a performance model. In other words, if the operation of the target system is clear, the white box approach can easily generate a performance model even when the target system is replaced with another system.

このような特徴を有するホワイトボックスアプローチによって性能モデルを生成する方法の例が、非特許文献2、特許文献2から5に記載されている。   Non-Patent Document 2 and Patent Documents 2 to 5 describe examples of a method for generating a performance model by a white box approach having such characteristics.

非特許文献2には、待ち行列理論に基づいて、オーバヘッドを考慮した性能モデルを生成する方法が記載されている。   Non-Patent Document 2 describes a method for generating a performance model considering overhead based on queuing theory.

特許文献2には、コンピュータシステムにおけるワークロード毎の測定された応答時間に基づいて、クラス毎の平均サービス需要を推定し、推定した平均サービス需要とワークロードの特徴に基づいてコンピュータシステムの待ち行列モデルを生成する方法が記載されている。   Patent document 2 estimates the average service demand for each class based on the measured response time for each workload in the computer system, and queues the computer system based on the estimated average service demand and the characteristics of the workload. A method for generating a model is described.

特許文献3には、ストレージ仮想化技術を用いたストレージシステムの各構成要素のモデルを用いて、各モデルのモデル情報に基づいて、ストレージ仮想化装置のモデル化を行い、性能評価を行う方法が記載されている。つまり、特許文献3によれば、モデル化されたストレージ仮想化装置(ストレージ仮想化装置の性能モデル)は、ホワイトボックスアプローチを利用して生成されている。   Patent Document 3 discloses a method for performing performance evaluation by modeling a storage virtualization apparatus based on model information of each model using a model of each component of a storage system using storage virtualization technology. Have been described. That is, according to Patent Document 3, the modeled storage virtualization apparatus (performance model of the storage virtualization apparatus) is generated using a white box approach.

特許文献4には、物理的なシステムの性能を算出する規則に基づいて、データフローのモデルと仮想サーバモデルとの対応関係の情報、および、仮想サーバモデルのオブジェクトと物理サーバモデルのオブジェクトとの対応関係の情報から性能評価モデルを生成する方法が記載されている。   Patent Document 4 discloses, based on a rule for calculating the performance of a physical system, information on a correspondence relationship between a data flow model and a virtual server model, and a virtual server model object and a physical server model object. A method for generating a performance evaluation model from correspondence information is described.

特許文献5には、階層的な競合資源を持つシステムを、上位層(ソフトウェア部分)と下位層(ハードウェア部分)とに分け、階層ごとに生成した性能評価値を、システム全体の性能評価値とする方法が記載されている。この際、特許文献5では、階層ごとの性能評価値を算出するために使用する近似システム(性能モデル)は、ホワイトボックスアプローチを用いて生成されている。   In Patent Document 5, a system having hierarchical competitive resources is divided into an upper layer (software part) and a lower layer (hardware part), and the performance evaluation value generated for each layer is used as the performance evaluation value of the entire system. Is described. At this time, in Patent Document 5, an approximate system (performance model) used to calculate a performance evaluation value for each layer is generated using a white box approach.

次に、(2)対象システムへの入力値と、その入力値に対応する出力値とに基づいて、統計処理や機械学習を利用して、性能モデルを生成する方法について説明する。以降、このような性能モデルの生成方法を、「ブラックボックスアプローチ」と称する。ブラックボックスアプローチは、実測値を基にモデルを生成する。   Next, (2) a method for generating a performance model using statistical processing and machine learning based on an input value to the target system and an output value corresponding to the input value will be described. Hereinafter, this method of generating a performance model is referred to as a “black box approach”. The black box approach generates a model based on actual measurements.

ブラックボックスアプローチによって性能モデルを生成する方法の例が、非特許文献3および特許文献6に記載されている。   Non-Patent Document 3 and Patent Document 6 describe examples of a method for generating a performance model by a black box approach.

非特許文献3には、単体の仮想マシンが、仮想マシンモニタにおいて動作している状態における実測値と、線形モデルとを用いて、性能モデルを生成することが記載されている。   Non-Patent Document 3 describes that a single virtual machine generates a performance model using an actually measured value in a state where the virtual machine is operating in a virtual machine monitor and a linear model.

特許文献6には、予め収集した負荷データと構成データとに基づいて仮想マシンのオーバヘッドを算出し、負荷データとオーバヘッドとを用いて、負荷を再生する仮想化システムが記載されている。つまり、特許文献6に記載の仮想化システムは、性能評価を行うために負荷を発生させる。つまり、特許文献6の技術では、実際の運用環境に近い負荷条件の仮想マシン(性能モデル)を、実際の負荷データを利用して生成している。   Patent Document 6 describes a virtualization system that calculates the overhead of a virtual machine based on load data and configuration data collected in advance, and regenerates the load using the load data and overhead. That is, the virtualization system described in Patent Document 6 generates a load for performing performance evaluation. That is, in the technique of Patent Document 6, a virtual machine (performance model) having a load condition close to an actual operation environment is generated using actual load data.

そして、上述した2種類の生成方法を用いて生成された性能モデルを用いた性能予測方法の例が、特許文献1に記載されている。   An example of a performance prediction method using a performance model generated using the two types of generation methods described above is described in Patent Document 1.

特許文献1によれば、予め測定された複数のソフトウェア・コンポーネントのシステム資源使用量から、トランザクションのシステム資源使用量を予測する。そして、特許文献1に記載のシステム性能予測方式では、上記システム性能予測モデルに、予測したシステム資源使用量を入力することにより、当該対象システム全体の性能予測を行う。   According to Patent Document 1, a system resource usage amount of a transaction is predicted from system resource usage amounts of a plurality of software components measured in advance. In the system performance prediction method described in Patent Document 1, the predicted performance of the entire target system is predicted by inputting the predicted system resource usage into the system performance prediction model.

また、仮想化システムの性能予測値算出装置に、オーバヘッドを含んだ性能予測関数や性能モデルを用いる技術が特許文献7に記載されている。   Patent Document 7 discloses a technique that uses a performance prediction function or performance model including overhead in a performance predicted value calculation device of a virtualized system.

特開2004−220453号公報JP 2004-220453 A 特開2011−086295号公報JP 2011-086295 A 特開2006−146354号公報JP 2006-146354 A 特開2012−146015号公報JP 2012-146015 A 特開2000−029753号公報JP 2000-029753 A 特開2010−128866号公報JP 2010-128866 A 特開2010−009160号公報JP 2010-009160 A

網代育大、田中淳裕、「仮想計算機環境における資源管理オーバヘッドの評価」、情報処理学会研究報告.EVA,[システム評価]、一般社団法人情報処理学会、2006年6月、Vol.2006、No.66、p.17−22Ajishiro Ikudai, Tanaka Akihiro, "Evaluation of resource management overhead in virtual machine environment", IPSJ research report. EVA, [System Evaluation], Information Processing Society of Japan, June 2006, Vol. 2006, no. 66, p. 17-22 Febricio Benevenuto、他6名、「Performance Models for Virtualized Applications」、Frontiers of High Performance Computing and Networking - ISPA 2006 Workshops、Springer Berlin Heidelberg、2006年、Vol.4331、p.427−439Febricio Benevenuto and 6 others, “Performance Models for Virtualized Applications”, Frontiers of High Performance Computing and Networking-ISPA 2006 Workshops, Springer Berlin Heidelberg, 2006, Vol. 4331, p. 427-439 Lei Lu、他5名、「Untangling Mixed Informantion to Calibrate Resource Utilization in Virtual Machines」、Proceeding of the 8th ACM international conference on Autonomic computing (ICAC '11)、ACM、2011年、p.151−160Lei Lu and five others, “Untangling Mixed Informantion to Calibrate Resource Utilization in Virtual Machines”, Proceeding of the 8th ACM international conference on Autonomic computing (ICAC '11), ACM, 2011, p. 151-160

仮想化システムにおいて、物理マシンのハードウェアを複数台の仮想マシンで共有する場合がある。この複数台の仮想マシンの中には、例えば、仮想マシンの管理者が、当該仮想化システムを使用する利用者と異なる等の理由により、仮想マシンの設計情報等を入手できないものが含まれる可能性がある。   In a virtualization system, physical machine hardware may be shared by a plurality of virtual machines. Among the plurality of virtual machines, for example, a virtual machine administrator may not be able to obtain virtual machine design information, for example, because it is different from the user who uses the virtualization system. There is sex.

しかしながら、このような仮想化システムの性能を予測する場合には、上記のような設計情報等を入手できない仮想マシンについても考慮する必要がある。   However, when predicting the performance of such a virtualization system, it is necessary to consider virtual machines for which design information and the like as described above cannot be obtained.

また、物理マシンのハードウェアリソースが、第3者が管理するものである場合には、当該ハードウェアリソースの情報(ハードウェアリソース情報)が入手できない可能性がある。   Further, when the hardware resource of the physical machine is managed by a third party, there is a possibility that the information on the hardware resource (hardware resource information) cannot be obtained.

特許文献1の技術では、測定することにより得られた性能データを、待ち行列のパラメータ値として用いることにより、システム全体の性能を予測している。しかしながら、特許文献1の技術では、設計情報等を入手できない仮想マシンを考慮した仮想化システムの性能予測は行われていない。   In the technique of Patent Document 1, the performance data obtained by measurement is used as a parameter value of a queue to predict the performance of the entire system. However, in the technique of Patent Document 1, performance prediction of a virtualization system is not performed in consideration of a virtual machine for which design information or the like cannot be obtained.

また、非特許文献2および特許文献2〜5に記載の技術では、上述したホワイトボックスアプローチで性能モデルを作成している。このような技術では、設計情報等を入手できない仮想マシンや、ハードウェアリソース情報が入手できないハードウェアリソースが、どのような動作をするのかわからない。したがって、上記技術では、設計情報等を入手できない仮想マシンを含む仮想化システムの性能モデルを作成することができない。   In the techniques described in Non-Patent Document 2 and Patent Documents 2 to 5, a performance model is created by the white box approach described above. With such a technique, it is not known what operation a virtual machine for which design information or the like cannot be obtained or a hardware resource for which hardware resource information cannot be obtained. Therefore, with the above technology, it is not possible to create a performance model of a virtualization system including a virtual machine for which design information or the like cannot be obtained.

また、特許文献6では、ホストOS(Operating System)において複数の仮想マシンが動作する状況を作り出し、その状況において、ゲストOSにおいて動作する評価対象アプリケーションの実測による性能予測を行う。しかし、特許文献6では、実測値による性能予測を行っているため、仮想マシンのスペックが変更された場合は、変更毎に当該評価対象アプリケーションを用いて実測しなければならない。したがって、特許文献6の技術では、設計情報等を入手できない仮想マシンが含まれる場合や、その場合のハードウェアリソース情報が入手できない場合は、追加された仮想マシンのアプリケーションを単独で実行することが難しい。そのため、変更毎にすべての仮想マシンに対し、実測しなおす必要があり、手間がかかってしまう。   Further, in Patent Document 6, a situation where a plurality of virtual machines operate in a host OS (Operating System) is created, and performance prediction is performed by actually measuring an evaluation target application operating in the guest OS. However, in Patent Document 6, since performance prediction is performed based on actual measurement values, when the specifications of the virtual machine are changed, the evaluation target application must be actually measured for each change. Therefore, in the technique of Patent Document 6, if a virtual machine for which design information or the like cannot be obtained is included, or hardware resource information in that case cannot be obtained, an application of the added virtual machine can be executed alone. difficult. For this reason, it is necessary to re-measure all virtual machines for every change, which is troublesome.

また、特許文献7に記載の技術においても、設計情報等を入手できない仮想マシンを考慮した仮想化システムの性能予測は行われていない。   In the technique described in Patent Document 7, the performance prediction of the virtualization system in consideration of a virtual machine for which design information or the like cannot be obtained is not performed.

本発明は、上記課題に鑑みてなされたものであり、その目的は、仮想化システムの性能をより好適に予測することが可能な性能予測装置を実現することにある。   The present invention has been made in view of the above problems, and an object thereof is to realize a performance prediction apparatus capable of predicting the performance of a virtualization system more appropriately.

本発明の一態様に係る性能予測装置は、情報処理システムの性能を予測するための性能予測装置であって、前記情報処理システムは、仮想マシン上で動作するアプリケーションに関する情報が入手可能な、1または複数の第1の仮想マシンを含む第1アプリケーション部と、仮想マシン上で動作するアプリケーションに関する情報が入手できない、1または複数の第2の仮想マシンを含む第2アプリケーション部と、ハードウェア部と、を有する仮想化システムであり、前記性能予測装置は、前記第1アプリケーション部の各前記第1の仮想マシンの前記アプリケーションに関する情報に基づいて、前記第1の仮想マシンの性能モデルを夫々生成する第1の性能モデル生成手段と、前記第2アプリケーション部、並びに、前記ハードウェア部を計測対象部として計測した結果に基づいて、前記計測対象部の性能モデルを生成する第2の性能モデル生成手段と、前記第1アプリケーション部の各前記第1の仮想マシンの性能モデルと、前記計測対象部の性能モデルとに対し、一方の部の性能モデルにおける出力値を、他方の部の性能モデルにおける入力値として利用する合成処理により、該2部間の依存関係が反映された、前記情報処理システムの性能モデルを生成するシステム性能モデル合成手段と、を備える。   A performance prediction apparatus according to an aspect of the present invention is a performance prediction apparatus for predicting the performance of an information processing system, and the information processing system is capable of obtaining information on an application operating on a virtual machine. Alternatively, a first application unit including a plurality of first virtual machines, a second application unit including one or a plurality of second virtual machines for which information relating to an application running on the virtual machine cannot be obtained, and a hardware unit The performance prediction device generates a performance model of the first virtual machine based on information related to the application of each of the first virtual machines of the first application unit, respectively. First performance model generation means, the second application unit, and the hardware unit Based on the result measured as the measurement target unit, second performance model generation means for generating a performance model of the measurement target unit, the performance model of each first virtual machine of the first application unit, and the measurement The information in which the dependency relationship between the two parts is reflected by the synthesis process using the output value in the performance model of one part as the input value in the performance model of the other part with respect to the performance model of the target part System performance model synthesis means for generating a performance model of the processing system.

本発明の一態様に係る性能モデル生成方法は、情報処理システムの性能を予測するための性能予測装置における性能モデル生成方法であって、前記情報処理システムは、仮想マシン上で動作するアプリケーションに関する情報が入手可能な、1または複数の第1の仮想マシンを含む第1アプリケーション部と、仮想マシン上で動作するアプリケーションに関する情報が入手できない、1または複数の第2の仮想マシンを含む第2アプリケーション部と、ハードウェア部と、を有する仮想化システムであり、前記性能モデル生成方法は、前記第1アプリケーション部の各前記第1の仮想マシンの前記アプリケーションに関する情報に基づいて、前記第1の仮想マシンの性能モデルを夫々生成し、前記第2アプリケーション部並びに前記ハードウェア部を計測対象部とし、当該計測対象部を計測対象として計測した結果に基づいて、前記計測対象部の性能モデルを生成し、前記第1アプリケーション部の各前記第1の仮想マシンの性能モデルと、前記計測対象部の性能モデルとに対し、一方の部の性能モデルにおける出力値を、他方の部の性能モデルにおける入力値として利用することにより、該2部間の依存関係が反映された、前記情報処理システムの性能モデルを生成する。   A performance model generation method according to an aspect of the present invention is a performance model generation method in a performance prediction apparatus for predicting the performance of an information processing system, wherein the information processing system is information related to an application operating on a virtual machine. A first application unit that includes one or more first virtual machines, and a second application unit that includes one or more second virtual machines for which information about applications running on the virtual machines is not available And the hardware part, wherein the performance model generation method uses the first virtual machine based on information about the application of each of the first virtual machines of the first application part. Each performance model is generated, and the second application unit and the hardware are generated. A performance model of the measurement target unit is generated based on the measurement result of the measurement target unit as a measurement target, and the performance model of each first virtual machine of the first application unit And the dependency between the two parts is reflected by using the output value in the performance model of one part as the input value in the performance model of the other part with respect to the performance model of the measurement target part And generating a performance model of the information processing system.

本発明の一態様に係るプログラムは、情報処理システムの性能を予測するための性能予測装置を含むコンピュータに実行させるプログラムであって、前記情報処理システムは、仮想マシン上で動作するアプリケーションに関する情報が入手可能な、1または複数の第1の仮想マシンを含む第1アプリケーション部と、仮想マシン上で動作するアプリケーションに関する情報が入手できない、1または複数の第2の仮想マシンを含む第2アプリケーション部と、ハードウェア部と、を有する仮想化システムであり、前記プログラムは、前記第1アプリケーション部の各前記第1の仮想マシンの前記アプリケーションに関する情報に基づいて、前記第1の仮想マシンの性能モデルを夫々生成する処理と、前記第2アプリケーション部並びに前記ハードウェア部を計測対象部とし、当該計測対象部を計測対象として計測した結果に基づいて、前記計測対象部の性能モデルを生成する処理と、前記第1アプリケーション部の各前記第1の仮想マシンの性能モデルと、前記計測対象部の性能モデルとに対し、一方の部の性能モデルにおける出力値を、他方の部の性能モデルにおける入力値として利用する合成処理により、該2部間の依存関係が反映された、前記情報処理システムの性能モデルを生成する処理と、をコンピュータに実行させる。   A program according to an aspect of the present invention is a program that is executed by a computer including a performance prediction device for predicting the performance of an information processing system, and the information processing system includes information related to an application that operates on a virtual machine. A first application unit that includes one or more first virtual machines that are available; a second application unit that includes one or more second virtual machines for which information about an application running on the virtual machine is not available; And a hardware unit, wherein the program determines a performance model of the first virtual machine based on information about the application of each of the first virtual machines of the first application unit. Each of the generated processes, the second application unit, and the A process that generates a performance model of the measurement target unit based on a result of measurement using the measurement target unit as a measurement target, and the first virtual machine of the first application unit. The dependency relationship between the two parts is obtained by a synthesis process in which the output value in the performance model of one part is used as the input value in the performance model of the other part of the performance model and the performance model of the measurement target part. The reflected processing for generating the performance model of the information processing system is executed by a computer.

本発明によれば、仮想化システムの性能をより好適に予測することができる。   According to the present invention, the performance of the virtualization system can be predicted more appropriately.

本発明の第1の実施の形態に係る、仮想化システムの性能を予測するための性能予測装置の機能構成の一例を示すブロック図である。It is a block diagram which shows an example of a function structure of the performance prediction apparatus for predicting the performance of a virtualization system based on the 1st Embodiment of this invention. 本発明の第1の実施の形態に係る、仮想化システムの前提条件を概念的に説明するための図である。It is a figure for demonstrating notionally the precondition of the virtualization system based on the 1st Embodiment of this invention. 第1の実施の形態に係る性能予測装置の性能予測モデル合成部が行う合成処理を概念的に説明するための図である。It is a figure for demonstrating notionally the synthetic | combination process which the performance prediction model synthetic | combination part of the performance prediction apparatus which concerns on 1st Embodiment performs. 第1の実施の形態に係る計測対象部性能モデルが出力する性能指標を例示する図である。It is a figure which illustrates the performance parameter | index which the measurement object part performance model which concerns on 1st Embodiment outputs. 本発明の第2の実施の形態に係る、仮想化システムの性能を予測するための性能予測装置の機能構成の一例を示すブロック図である。It is a block diagram which shows an example of a function structure of the performance prediction apparatus for predicting the performance of a virtualization system based on the 2nd Embodiment of this invention. 本発明の第2の実施の形態に係る性能予測装置による性能モデル生成処理の流れの一例を示すフローチャートである。It is a flowchart which shows an example of the flow of the performance model production | generation process by the performance prediction apparatus which concerns on the 2nd Embodiment of this invention. 本発明の第2の実施の形態において、計測対象部性能モデルの生成処理の流れの一例を示すフローチャートである。In the 2nd Embodiment of this invention, it is a flowchart which shows an example of the flow of a production | generation process of a measurement object part performance model. 本発明の第2の実施の形態において、システム性能モデル合成部の合成処理の流れの一例を示すフローチャートである。In the 2nd Embodiment of this invention, it is a flowchart which shows an example of the flow of a synthetic | combination process of a system performance model synthetic | combination part. 本発明の第2の実施の形態において、システム性能モデル合成部の合成処理を概念的に説明するための図である。In the 2nd Embodiment of this invention, it is a figure for demonstrating notionally the synthetic | combination process of a system performance model synthetic | combination part. 本発明の各実施の形態を実現可能なコンピュータ(情報処理装置)のハードウェア構成を例示的に説明する図である。It is a figure which illustrates illustartively the hardware constitutions of the computer (information processing apparatus) which can implement | achieve each embodiment of this invention.

<第1の実施の形態>
本発明の第1の実施の形態について、図面を参照して詳細に説明する。
<First Embodiment>
A first embodiment of the present invention will be described in detail with reference to the drawings.

図1は、本実施の形態に係る、仮想化システムの性能を予測するための性能予測装置の機能構成の一例を示すブロック図である。図1に示す通り、性能予測装置1は、仮想化システム2と通信可能に接続されている。仮想化システム2は、性能予測装置1が性能を予測する対象(以下、対象システム、または、仮想化環境とも呼ぶ)である。性能予測装置1と仮想化システム2との接続方法には、例えば、インターネットやLAN(Local Area Network)等の一般的な通信手段を採用することができる。よって、本実施の形態では、係る通信手段に関する詳細な説明は省略する。   FIG. 1 is a block diagram illustrating an example of a functional configuration of a performance prediction apparatus for predicting the performance of a virtualization system according to the present embodiment. As shown in FIG. 1, the performance prediction device 1 is connected to the virtualization system 2 so as to be communicable. The virtualization system 2 is a target for which the performance prediction device 1 predicts performance (hereinafter also referred to as a target system or a virtual environment). As a connection method between the performance prediction apparatus 1 and the virtualization system 2, for example, general communication means such as the Internet or a LAN (Local Area Network) can be employed. Therefore, in the present embodiment, detailed description regarding such communication means is omitted.

なお、本実施の形態に係る仮想化システム(仮想化環境)2は、仮想化技術を用いて構築された情報処理システムの一例として説明を行う。   The virtualization system (virtualized environment) 2 according to the present embodiment will be described as an example of an information processing system constructed using a virtualization technology.

仮想化システム2には、複数の仮想マシンが含まれる。複数の仮想マシンには、例えば、仮想マシンの管理者が仮想化システム2を使用する利用者と異なる等の理由により、当該仮想マシンの設計情報等を入手できないものが含まれる。つまり、本実施の形態に係る仮想化システムは、動作が明確なアプリケーションが実行される、1または複数の仮想マシンと、動作が不明なアプリケーションが実行される、1または複数の仮想マシンとが、同じ物理マシンを共有している構成である。以下、前者の仮想マシンを、第1の仮想マシンまたは予測対象仮想マシン、とも呼ぶ。また、後者の仮想マシンを、第2の仮想マシン、動作不明仮想マシンまたは予測対象外仮想マシンとも呼ぶ。   The virtualization system 2 includes a plurality of virtual machines. The plurality of virtual machines include, for example, those in which design information of the virtual machine cannot be obtained due to reasons such as the administrator of the virtual machine being different from the user using the virtualization system 2. That is, the virtualization system according to the present embodiment includes one or more virtual machines in which an application with a clear operation is executed and one or more virtual machines in which an application with an unknown operation is executed. The configuration shares the same physical machine. Hereinafter, the former virtual machine is also referred to as a first virtual machine or a prediction target virtual machine. The latter virtual machine is also referred to as a second virtual machine, an operation unknown virtual machine, or a non-predicted virtual machine.

(仮想化システム2)
ここで、図2を参照して、本実施の形態に係る仮想化システム2の概念について説明する。図2は、本発明の第1の実施の形態に係る、一般的な仮想化システムを概念的に説明する図である。
(Virtualization system 2)
Here, the concept of the virtualization system 2 according to the present embodiment will be described with reference to FIG. FIG. 2 is a diagram conceptually illustrating a general virtualization system according to the first embodiment of the present invention.

図2では、仮想化システム2を、一例として、モノリシック・ハイパーバイザ型で構築している。ただし、仮想化システム2の構成方法は、仮想マシンモニタがホストOS(Operating System)において動作するホストOS型や、仮想マシンモニタが仮想化環境を提供するための最低限の機能しか持たないマイクロカーネル・ハイパーバイザ型でもよい。即ち、仮想化システム2の構成方法は、一つの物理マシンにおいて、仮想マシンが動作できる環境が実現できる方法であれば、何れの方法でも採用することができる。   In FIG. 2, the virtualization system 2 is constructed as a monolithic hypervisor type as an example. However, the configuration method of the virtualization system 2 is a host OS type in which the virtual machine monitor operates in a host OS (Operating System), or a microkernel having a minimum function for the virtual machine monitor to provide a virtual environment. -A hypervisor type may be used. That is, the configuration method of the virtualization system 2 can be adopted by any method as long as it can realize an environment in which a virtual machine can operate in one physical machine.

本実施の形態における仮想化システム2は、一般的な仮想化システムと同様に、仮想マシン(第1の仮想マシン201、第2の仮想マシン301)と、仮想マシンモニタ(ハイパーバイザ)202と、物理マシンのハードウェア203という3層をなす。仮想マシン(201、301)は、図2に示すように、M台(Mは0を除く自然数)の第1の仮想マシン201と、N台(Nは0を除く自然数)の第2の仮想マシン301とであり、台数は限定されない。個々の仮想マシン(201、301)は、図2に例示するように、ゲストOS環境を提供すると共に、1つ以上の任意のアプリケーション(AP)を実行することができる。   The virtualization system 2 in the present embodiment is similar to a general virtualization system in that a virtual machine (first virtual machine 201, second virtual machine 301), a virtual machine monitor (hypervisor) 202, Three layers of hardware 203 of the physical machine are formed. As shown in FIG. 2, the virtual machines (201, 301) are M (M is a natural number excluding 0) first virtual machines 201 and N (N is a natural number excluding 0) second virtual machines. The number of machines is not limited. Each virtual machine (201, 301) can provide a guest OS environment and execute one or more arbitrary applications (AP) as illustrated in FIG.

ここで、第1の仮想マシン201は、動作が明確なアプリケーションが実行される仮想マシンであり、第2の仮想マシン301は、動作が不明なアプリケーションが実行される仮想マシンである。つまり、本実施の形態における第1の仮想マシン201は、第1の仮想マシン201上で動作するアプリケーションに関する情報が入手可能な仮想マシンである。なお、本実施の形態では、第1の仮想マシン201は、仮想マシンの設計情報などの詳細が入手できる仮想マシンであるとも言う。同様に、第2の仮想マシン301は、第2の仮想マシン301上で動作するアプリケーションに関する情報が入手できない仮想マシンであり、第2の仮想マシン301を、詳細が入手できない仮想マシン、第3者が所有している仮想マシン、であるともいう。   Here, the first virtual machine 201 is a virtual machine on which an application with a clear operation is executed, and the second virtual machine 301 is a virtual machine on which an application with an unknown operation is executed. In other words, the first virtual machine 201 in the present embodiment is a virtual machine from which information relating to an application running on the first virtual machine 201 can be obtained. In the present embodiment, the first virtual machine 201 is also referred to as a virtual machine from which details such as virtual machine design information can be obtained. Similarly, the second virtual machine 301 is a virtual machine for which information relating to an application running on the second virtual machine 301 cannot be obtained, and the second virtual machine 301 is a virtual machine for which details cannot be obtained. It is said that it is a virtual machine owned by.

そして、本実施の形態では、このような3層構造をなす仮想化システム(対象システム)2を、図2において破線で囲まれた、以下の(a)および(b)の2層(2階層)として取り扱う。すなわち、
(a)仮想マシンモニタ202と、物理マシンのハードウェア203とによって構成されるハードウェア層205、
(b)仮想マシン(201、301)によって構成されるアプリケーション層204。
In this embodiment, the virtualization system (target system) 2 having such a three-layer structure is represented by the following two layers (a) and (b) (two layers) surrounded by a broken line in FIG. ). That is,
(A) a hardware layer 205 including a virtual machine monitor 202 and physical machine hardware 203;
(B) An application layer 204 configured by virtual machines (201, 301).

このうち、性能予測装置1によって仮想化システム2の性能を予測する際に、アプリケーション層204に含まれる仮想マシンが、第1の仮想マシン201のみである場合、その仮想化システム2は2部で構成されている、と定義する。そして、本実施の形態では、以下の構造をなす仮想化システム2を、3部と定義する。すなわち、
(1)仮想マシンモニタ202と、物理マシンのハードウェア203とによって構成されるハードウェア部300(ハードウェア層205)、
(2)1または複数の第1の仮想マシン201によって構成される第1アプリケーション部400、
(3)1または複数の第2の仮想マシン301によって構成される第2アプリケーション部500。
Among these, when the performance prediction device 1 predicts the performance of the virtualization system 2, when the virtual machine included in the application layer 204 is only the first virtual machine 201, the virtualization system 2 includes two copies. It is defined that it is configured. In this embodiment, the virtualization system 2 having the following structure is defined as three parts. That is,
(1) a hardware unit 300 (hardware layer 205) configured by a virtual machine monitor 202 and physical machine hardware 203;
(2) a first application unit 400 configured by one or more first virtual machines 201,
(3) A second application unit 500 including one or more second virtual machines 301.

つまり、2層構造として取り扱う仮想化システム2の性能を予測する際に、本実施の形態に係る性能予測装置1は、仮想化システム2が3部で構成されている、と定義する。そして、性能予測装置1は、このような定義を前提として、仮想化システム2の性能を予測するための性能モデルを生成する。ここで、性能予測装置1への定義の仕方としては、例えば、第1の仮想マシン201を第1アプリケーション部400と関連づけて登録し、第2の仮想マシン301を第2アプリケーション部500と関連付けて登録し、仮想マシンモニタ202と物理マシンのハードウェア203とをハードウェア部300と関連付けて登録すればよい。   That is, when predicting the performance of the virtualization system 2 handled as a two-layer structure, the performance prediction apparatus 1 according to the present embodiment defines that the virtualization system 2 is configured by three parts. And the performance prediction apparatus 1 produces | generates the performance model for predicting the performance of the virtualization system 2 on the assumption of such a definition. Here, as a method of definition in the performance prediction apparatus 1, for example, the first virtual machine 201 is registered in association with the first application unit 400, and the second virtual machine 301 is associated with the second application unit 500. The virtual machine monitor 202 and the physical machine hardware 203 may be registered in association with the hardware unit 300.

また、図2において一点鎖線で囲んだ、ハードウェア部300と第2アプリケーション部500とをまとめて、計測対象部501と呼ぶ。   In addition, the hardware unit 300 and the second application unit 500 surrounded by a one-dot chain line in FIG. 2 are collectively referred to as a measurement target unit 501.

(性能予測装置1)
性能予測装置1は、図1に示す通り、計測対象部性能モデル生成部(第2の性能モデル生成部)3と、仮想マシン性能モデル生成部(第1の性能モデル生成部)4と、システム性能モデル合成部5と、を備えている。
(Performance prediction device 1)
As shown in FIG. 1, the performance prediction apparatus 1 includes a measurement target unit performance model generation unit (second performance model generation unit) 3, a virtual machine performance model generation unit (first performance model generation unit) 4, a system And a performance model synthesis unit 5.

本実施の形態における性能モデルの生成には、少なくとも、システムの動作の詳細を模倣する性能モデルを作成するホワイトボックスアプローチと、性能予測対象のシステムの実測値により性能モデルを構築するブラックボックスアプローチとを用いることとする。性能モデルの生成には、例えば、待ち行列理論や回帰分析手法などを採用することができる。なお、本実施の形態における性能モデル生成方法は、一般的な手法を採用するため、詳細な説明を省略する。   The generation of the performance model in the present embodiment includes at least a white box approach for creating a performance model that imitates the details of the system operation, and a black box approach for constructing a performance model based on the actual measurement values of the performance prediction target system. Will be used. For the generation of the performance model, for example, a queuing theory or a regression analysis method can be employed. In addition, since the performance model generation method in this Embodiment employ | adopts a general method, detailed description is abbreviate | omitted.

計測対象部性能モデル生成部3は、第2の仮想マシン301が動作する場合の仮想化システム2を計測した結果(実測値)に基づいて、計測対象部501に対する計測対象部性能モデル(図3における310)を生成する。より具体的には、計測対象部性能モデル生成部3は、第2アプリケーション部500、並びに、ハードウェア部300からなる計測対象部501を計測対象として計測した結果に基づいて、上述したブラックボックスアプローチによって、計測対象部501の性能モデルを生成する。   The measurement target unit performance model generation unit 3 performs the measurement target unit performance model for the measurement target unit 501 (FIG. 3) based on the measurement result (actual measurement value) of the virtualization system 2 when the second virtual machine 301 operates. 310). More specifically, the measurement target unit performance model generation unit 3 performs the black box approach described above based on the measurement result of the measurement target unit 501 including the second application unit 500 and the hardware unit 300 as a measurement target. Thus, a performance model of the measurement target unit 501 is generated.

本実施の形態において、ブラックボックスアプローチによる性能モデルの生成(モデル生成とも呼ぶ)とは、上述したとおり、任意のシステムへの入力値と、その入力値に対応する出力値とに基づいて、統計処理や機械学習によって性能モデルを生成する手法である。ブラックボックスアプローチによるモデル生成手法では、例えば、回帰分析やニューラルネットワーク、遺伝的アルゴリズムを用いることができる。なお、上記モデル生成手法は、これに限定されるものではなく、同様のアプローチ方法が実現できる手法であればよい。   In the present embodiment, generation of a performance model by the black box approach (also referred to as model generation) is based on an input value to an arbitrary system and an output value corresponding to the input value as described above. This is a technique for generating a performance model by processing or machine learning. In the model generation method based on the black box approach, for example, regression analysis, neural network, or genetic algorithm can be used. The model generation method is not limited to this, and may be any method that can realize the same approach method.

なお、計測対象部性能モデル生成部3は、月次、日次、所定の時間毎等に、計測対象部性能モデル(310)を生成してもよい。なお、本実施の形態においては、計測対象部501を、仮想化システム影響部とも呼ぶ。   The measurement target unit performance model generation unit 3 may generate the measurement target unit performance model (310) monthly, daily, every predetermined time, or the like. In the present embodiment, the measurement target unit 501 is also referred to as a virtualization system influence unit.

計測対象部性能モデル生成部3は、生成した性能モデル(計測対象部性能モデル310)をシステム性能モデル合成部5に供給する。   The measurement target unit performance model generation unit 3 supplies the generated performance model (measurement target unit performance model 310) to the system performance model synthesis unit 5.

仮想マシン性能モデル生成部4は、仮想化システム2の第1アプリケーション部400の各第1の仮想マシン201において動作するアプリケーションに関する情報に基づいて、上述したホワイトボックスアプローチによって、各仮想マシンの性能モデル(図3における仮想マシン性能モデル410)を生成する。つまり、仮想マシン性能モデル生成部4は、仮想化システム2における仮想マシンのアプリケーションの動作が明確な場合は、当該仮想マシン毎に性能モデルを生成する。   The virtual machine performance model generation unit 4 performs the performance model of each virtual machine by the above-described white box approach based on the information regarding the application that operates in each first virtual machine 201 of the first application unit 400 of the virtualization system 2. (Virtual machine performance model 410 in FIG. 3) is generated. That is, when the operation of the virtual machine application in the virtualization system 2 is clear, the virtual machine performance model generation unit 4 generates a performance model for each virtual machine.

上記第1の仮想マシン201のアプリケーションとは、オペレータ等の操作に応じて、第1の仮想マシン201上で実行されるアプリケーションであって、当該アプリケーションの動作の詳細が入手できるアプリケーションである。   The application of the first virtual machine 201 is an application that is executed on the first virtual machine 201 in response to an operation of an operator or the like, and the details of the operation of the application can be obtained.

本実施の形態において、ホワイトボックスアプローチによるモデル生成とは、上述したとおり、任意のシステムの設計情報を基に当該任意のシステムの動作を模倣した性能モデルを生成する手法である。ホワイトボックスアプローチによるモデル生成手法では、例えば、待ち行列理論やペトリネットを用いることができる。なお、上記モデル生成手法は、これに限定されるものではなく、同様のアプローチ方法が実現できる手法であればよい。   In the present embodiment, the model generation by the white box approach is a method of generating a performance model imitating the operation of an arbitrary system based on the design information of the arbitrary system as described above. In the model generation method based on the white box approach, for example, queuing theory or Petri net can be used. The model generation method is not limited to this, and may be any method that can realize the same approach method.

仮想マシン性能モデル生成部4は、生成した性能モデル(仮想マシン性能モデル410)をシステム性能モデル合成部5に供給する。   The virtual machine performance model generation unit 4 supplies the generated performance model (virtual machine performance model 410) to the system performance model synthesis unit 5.

システム性能モデル合成部5は、計測対象部性能モデル生成部3から、性能モデル(計測対象部性能モデル310)を受信する。また、システム性能モデル合成部5は、仮想マシン性能モデル生成部4から、性能モデル(仮想マシン性能モデル410)を受信する。そして、システム性能モデル合成部5は、上記性能モデルにおいて、一方の性能モデルにおける出力値を、もう一方の性能モデルへの入力値として利用する合成処理を行う。この合成処理により、計測対象部性能モデル(310)と、第1アプリケーション部の仮想マシン毎の仮想マシン性能モデル(410)との間の依存関係が反映された、仮想化システム2の性能モデル(システム性能モデル510)を生成する。以下、本実施の形態において、計測対象部性能モデル(310)と、第1アプリケーション部の仮想マシン毎の性能モデル(410)との間の依存関係を考慮した性能モデルの生成処理を、合成(合成処理)と称することがある。   The system performance model synthesis unit 5 receives a performance model (measurement target unit performance model 310) from the measurement target unit performance model generation unit 3. Further, the system performance model synthesis unit 5 receives a performance model (virtual machine performance model 410) from the virtual machine performance model generation unit 4. Then, the system performance model combining unit 5 performs a combining process using the output value in one performance model as an input value to the other performance model in the performance model. Through this synthesis process, the performance model of the virtualization system 2 that reflects the dependency between the measurement target unit performance model (310) and the virtual machine performance model (410) for each virtual machine of the first application unit ( A system performance model 510) is generated. Hereinafter, in the present embodiment, the performance model generation processing considering the dependency between the measurement target unit performance model (310) and the performance model (410) for each virtual machine of the first application unit is combined ( (Combining process).

システム性能モデル合成部5の処理について、図3を参照して、更に詳細に説明する。   The processing of the system performance model synthesis unit 5 will be described in more detail with reference to FIG.

一般的に仮想化システムにおいて、仮想マシンは、物理マシンのハードウェアリソースを利用することによってアプリケーションを実行する。そのため、ハードウェア部300と、第1の仮想マシン201および第2の仮想マシン301との間には依存関係がある。つまり、仮想マシン(201、301)と、ハードウェア部300との間を別々に分けた状態では、性能を予測すべき対象である仮想化システム2の性能を、好適に予測することはできない。   Generally, in a virtualization system, a virtual machine executes an application by using hardware resources of a physical machine. Therefore, there is a dependency relationship between the hardware unit 300 and the first virtual machine 201 and the second virtual machine 301. That is, in a state where the virtual machines (201, 301) and the hardware unit 300 are separately provided, the performance of the virtualization system 2 that is a target for which performance should be predicted cannot be predicted appropriately.

そのため、本実施の形態に係る性能予測装置1のシステム性能モデル合成部5は、計測対象部性能モデル生成部3によって生成された性能モデル(計測対象部性能モデル310)と、仮想マシン性能モデル生成部4によって生成された、第1アプリケーション部400の各第1の仮想マシン201の性能モデル(仮想マシン性能モデル410)とを用いて、仮想化システム2の性能モデル(システム性能モデル510)を生成する。これにより、仮想化システム2の性能予測を可能とする。   Therefore, the system performance model synthesis unit 5 of the performance prediction apparatus 1 according to the present embodiment generates a performance model (measurement target unit performance model 310) generated by the measurement target unit performance model generation unit 3 and virtual machine performance model generation. Using the performance model (virtual machine performance model 410) of each first virtual machine 201 of the first application unit 400 generated by the unit 4, a performance model (system performance model 510) of the virtualization system 2 is generated To do. Thereby, the performance prediction of the virtualization system 2 is enabled.

図3は、システム性能モデル合成部5が行う合成処理を概念的に説明するための図である。   FIG. 3 is a diagram for conceptually explaining the combining process performed by the system performance model combining unit 5.

まず、システム性能モデル合成部5は、第1の仮想マシン201にリクエストが入力されるのに応じて、第1アプリケーション部400の各仮想マシン性能モデル410に、ハードウェアリソースへのリソース要求60を生成させる。そして、システム性能モデル合成部5は、第1アプリケーション部400の各仮想マシン性能モデル410によって生成された、ハードウェア部300のハードウェアリソースへのリソース要求60を、計測対象部性能モデル310に入力する。ここで、ハードウェアリソースへのリソース要求60は、ハードウェアリソースを第1アプリケーション部400の各仮想マシン性能モデル410がどのように使用するかに関する情報を含む。   First, the system performance model synthesis unit 5 sends a resource request 60 to the hardware resource to each virtual machine performance model 410 of the first application unit 400 in response to a request being input to the first virtual machine 201. Generate. Then, the system performance model synthesis unit 5 inputs the resource request 60 for the hardware resource of the hardware unit 300 generated by each virtual machine performance model 410 of the first application unit 400 to the measurement target unit performance model 310. To do. Here, the resource request 60 for the hardware resource includes information regarding how each virtual machine performance model 410 of the first application unit 400 uses the hardware resource.

そして、システム性能モデル合成部5は、計測対象部性能モデル310に入力されたリソース要求60に応じて、計測対象部性能モデル310に性能を予測することが可能な性能指標(後述する、図9に図示する性能指標604に相当)を、算出させる。   Then, the system performance model synthesis unit 5 responds to the resource request 60 input to the measurement target unit performance model 310, and a performance index (to be described later, FIG. 9) that can predict the performance of the measurement target unit performance model 310. Is equivalent to the performance index 604 shown in FIG.

ここで、計測対象部性能モデル310は、上記性能指標として、例えば、月、日、時刻の単位で、ハードウェアリソースの使用率、TAT(Turn Aroud Time)、スループット等を採用してもよい。上記性能指標を、図4に例示する。図4は、本実施の形態における計測対象部性能モデル310が算出する性能指標を例示する図である。図4に示す例では、時間を変化させた場合(8時から2時間毎、18時からは、18時から8時までを1つの単位とする)の「TAT(ms:ミリ秒)」「CPU使用率(%)」、「スループット(tps:トランザクション数毎秒)」、の平均値を表す。そして、システム性能モデル合成部5は、計測対象部性能モデル310が算出した、例えば、図4に示すような性能指標を、オペレータ等に提供する。なお、オペレータ等への提供方法は、図示しない表示手段を用いて提供する構成であってもよいが、本発明はこれに限定されるものではない。   Here, the measurement target unit performance model 310 may employ, for example, the usage rate of hardware resources, TAT (Turn Around Time), throughput, and the like in units of month, day, and time as the performance index. The performance index is illustrated in FIG. FIG. 4 is a diagram illustrating a performance index calculated by the measurement target unit performance model 310 according to the present embodiment. In the example shown in FIG. 4, “TAT (ms: milliseconds)” “when the time is changed (every 2 hours from 8 o'clock, and from 18:00 to 18:00 as one unit)” It represents the average value of “CPU usage rate (%)” and “throughput (tps: number of transactions per second)”. Then, the system performance model synthesis unit 5 provides the performance index calculated by the measurement target unit performance model 310, for example, as shown in FIG. In addition, although the structure provided using the display means which is not shown in figure may be sufficient as the provision method to an operator etc., this invention is not limited to this.

計測対象部性能モデル310において、入力されたリソース要求60に応じた処理が完了すると、システム性能モデル合成部5は、当該リソース要求に対応する処理完了通知61を、計測対象部性能モデル310に発行させる。そして、システム性能モデル合成部5は、第1アプリケーション部400の各仮想マシン性能モデル410に、処理完了通知61を入力する。なお、計測対象部性能モデル310と仮想マシン性能モデル410との間の相互的なやり取りは、仮想化システム2に入力された命令(処理プロセス)が完了するまで続ける。   When the process according to the input resource request 60 is completed in the measurement target unit performance model 310, the system performance model synthesis unit 5 issues a process completion notification 61 corresponding to the resource request to the measurement target unit performance model 310. Let Then, the system performance model composition unit 5 inputs a processing completion notification 61 to each virtual machine performance model 410 of the first application unit 400. Note that the mutual exchange between the measurement target unit performance model 310 and the virtual machine performance model 410 continues until the command (processing process) input to the virtualization system 2 is completed.

即ち、本実施の形態に係る性能予測装置1のシステム性能モデル合成部5は、第1アプリケーション部400の仮想マシン性能モデル410と、計測対象部501の計測対象部性能モデル310とに対し、一方の部の性能モデルにおける出力値を、他方の部の性能モデルの入力値として利用する合成処理を行う。この様な構成によって、システム性能モデル合成部5は、2部間の依存関係が反映された、仮想化システム2のシステム性能モデル510(例えば、上述した性能指標)を生成する。   That is, the system performance model synthesis unit 5 of the performance prediction apparatus 1 according to the present embodiment is different from the virtual machine performance model 410 of the first application unit 400 and the measurement target unit performance model 310 of the measurement target unit 501. A synthesis process is performed in which the output value in the performance model of the part is used as the input value of the performance model of the other part. With such a configuration, the system performance model synthesizing unit 5 generates a system performance model 510 (for example, the above-described performance index) of the virtualization system 2 in which the dependency between the two parts is reflected.

(効果)
本実施の形態に係る仮想化システム2は、上述したとおり、仮想マシン上で動作するアプリケーションに関する情報が入手可能な、1または複数の第1の仮想マシン201を含む第1アプリケーション部400と、仮想マシン上で動作するアプリケーションに関する情報が入手できない、1または複数の第2の仮想マシン301を含む第2アプリケーション部500と、ハードウェア部300と、を有する。
(effect)
As described above, the virtualization system 2 according to the present embodiment includes a first application unit 400 including one or more first virtual machines 201 that can obtain information on an application running on a virtual machine, a virtual It has the 2nd application part 500 containing the 1 or several 2nd virtual machine 301 and the hardware part 300 which cannot obtain the information regarding the application which operate | moves on a machine.

このような仮想化システム2の性能を予測するための性能予測装置1によれば、より好適に、仮想化システム2の性能を予測することができる。   According to the performance prediction apparatus 1 for predicting the performance of the virtualization system 2 as described above, the performance of the virtualization system 2 can be predicted more preferably.

なぜならば、本実施の形態に係る性能予測装置1が、計測対象部性能モデル生成部3と、仮想マシン性能モデル生成部4と、システム性能モデル合成部5と、を備えているからである。   This is because the performance prediction device 1 according to the present embodiment includes the measurement target unit performance model generation unit 3, the virtual machine performance model generation unit 4, and the system performance model synthesis unit 5.

仮想マシン性能モデル生成部4は、第1アプリケーション部400の各第1の仮想マシン201のアプリケーションに関する情報に基づいて、第1の仮想マシン201の性能モデル(仮想マシン性能モデル410)を夫々生成する。計測対象部性能モデル生成部3は、第2アプリケーション部500並びにハードウェア部300を計測対象部501とし、計測対象部501を計測対象として計測した結果に基づいて、計測対象部501の性能モデル(計測対象部性能モデル310)を生成する。また、システム性能モデル合成部5は、仮想マシン性能モデル410と、計測対象部性能モデル310とに対し、一方の部の性能モデルにおける出力値を、他方の部の性能モデルにおける入力値として利用する合成処理により、該2部間の依存関係が反映された、仮想化システム2の性能モデルを(システム性能モデル510)生成する。   The virtual machine performance model generation unit 4 generates a performance model (virtual machine performance model 410) of the first virtual machine 201 based on information related to the application of each first virtual machine 201 of the first application unit 400. . The measurement target unit performance model generation unit 3 uses the second application unit 500 and the hardware unit 300 as the measurement target unit 501, and based on the measurement result of the measurement target unit 501 as the measurement target, the performance model of the measurement target unit 501 ( A measurement target part performance model 310) is generated. Further, the system performance model synthesis unit 5 uses the output value in the performance model of one part as the input value in the performance model of the other part for the virtual machine performance model 410 and the measurement target part performance model 310. Through the synthesis process, a performance model of the virtualization system 2 (system performance model 510) reflecting the dependency between the two parts is generated.

したがって、本実施の形態に係る性能予測装置1は、係るシステム性能モデル510を用いて、仮想化システム2の性能を好適に予測できる。   Therefore, the performance prediction apparatus 1 according to the present embodiment can appropriately predict the performance of the virtualization system 2 using the system performance model 510.

また、本実施の形態における性能予測装置1は、ホワイトボックスアプローチを採用して、第1アプリケーション部400で動作する第1の仮想マシン201で実行されるアプリケーション情報を用いて、第1の仮想マシン201毎に仮想マシン性能モデル410を生成する。第1アプリケーション部400において複数台の第1の仮想マシン201が動作する環境において、例えば、第1の仮想マシン201の追加や削除といった仮想マシンの構成の変更があった場合について説明する。この時、仮想マシン性能モデル生成部4は、追加/削除された第1の仮想マシン201の仮想マシン性能モデル410を追加/削除することにより、第1アプリケーション部400に対する性能モデルを作成することができる。よって、本実施の形態によれば、ブラックボックスアプローチを採用した場合に必要となる、第1の仮想マシン201の台数に応じて仮想化システム2を計測し直すといった、手間を要しない。   In addition, the performance prediction apparatus 1 according to the present embodiment adopts a white box approach, and uses the first virtual machine using application information executed by the first virtual machine 201 that operates in the first application unit 400. A virtual machine performance model 410 is generated for each 201. In the environment where a plurality of first virtual machines 201 operate in the first application unit 400, a case will be described in which there is a change in the configuration of the virtual machine, such as addition or deletion of the first virtual machine 201, for example. At this time, the virtual machine performance model generation unit 4 can create a performance model for the first application unit 400 by adding / deleting the virtual machine performance model 410 of the added / deleted first virtual machine 201. it can. Therefore, according to the present embodiment, there is no need for the trouble of re-measurement of the virtualization system 2 according to the number of the first virtual machines 201, which is necessary when the black box approach is adopted.

また、本実施の形態における性能予測装置1は、ブラックボックスアプローチを用いて、計測対象部性能モデル310を生成する。このため、(a)動作が複雑な物理ハードウェアの各構成要素についての動作や仕様が不明確な場合、(b)予測対象外である仮想マシンや、詳細が入手できない仮想マシンが物理マシン上で動作している場合、または、(c)第3者が管理する基盤上を何台の仮想マシンと共有しているか情報が入手できない場合の何れであっても、計測対象部性能モデル生成部3は、計測対象部性能モデル310を生成することができる。即ち、ブラックボックスアプローチを採用することにより、計測対象部性能モデル生成部3は、ホワイトボックスアプローチのように、システムやアプリケーションの動作を明確に把握する必要がないので、計測対象部性能モデル310を好適に生成することができる。したがって、第2の仮想マシン301のエミュレーションや、物理マシンのハードウェア203におけるリソース競合の詳細、または第2の仮想マシン301上で実行されるアプリケーションの詳細が入手できない場合でも、計測対象部性能モデル生成部3は、詳細を明示的に記述することなく、これらが及ぼす性能への影響が正しく考慮された計測対象部性能モデル310を生成できる。   Moreover, the performance prediction apparatus 1 in the present embodiment generates the measurement target part performance model 310 using the black box approach. For this reason, (a) when the operation or specification of each component of physical hardware with complex operations is unclear, (b) a virtual machine that is not subject to prediction or a virtual machine whose details cannot be obtained is on the physical machine. Or (c) the performance model generation unit to be measured, regardless of whether (c) information on how many virtual machines are shared by the third party is not available. 3 can generate the measurement target part performance model 310. In other words, by adopting the black box approach, the measurement target unit performance model generation unit 3 does not need to clearly grasp the operation of the system or application unlike the white box approach. It can generate suitably. Therefore, even if the emulation of the second virtual machine 301, the details of resource contention in the hardware 203 of the physical machine, or the details of the application executed on the second virtual machine 301 are not available, the measurement target unit performance model The generation unit 3 can generate the measurement target unit performance model 310 in which the influence on the performance exerted by these components is correctly considered without explicitly describing details.

そして、本実施の形態におけるシステム性能モデル合成部5は、第1アプリケーション部400における各第1の仮想マシン201の仮想マシン性能モデル410と、計測対象部性能モデル310とを利用する合成処理により、これらの各部間の依存性を考慮したシステム性能モデル510を生成する。即ち、本実施の形態によれば、このように生成されたシステム性能モデル510を用いて、仮想化システム2の性能を好適に予測することができる。   Then, the system performance model synthesis unit 5 in the present embodiment performs a synthesis process using the virtual machine performance model 410 of each first virtual machine 201 and the measurement target unit performance model 310 in the first application unit 400, A system performance model 510 is generated in consideration of the dependency between these parts. That is, according to the present embodiment, it is possible to suitably predict the performance of the virtualization system 2 using the system performance model 510 generated in this way.

<第2の実施の形態>
次に、上述した第1の実施の形態に係る性能予測装置1を基本とする第2の実施の形態について説明する。なお、説明の便宜上、前述した第1の実施の形態で説明した図面に含まれる部材と同じ機能を有する部材については、同じ符号を付し、その説明を省略する。なお、本実施の形態において、性能予測装置10が性能を予測する対象となる仮想化システムは、第1の実施の形態と同様、図2に例示した3部(ハードウェア部300、第1アプリケーション部400、および、第2アプリケーション部500)により構成されることを前提条件とする。
<Second Embodiment>
Next, a second embodiment based on the performance prediction device 1 according to the first embodiment described above will be described. For convenience of explanation, members having the same functions as those included in the drawings described in the first embodiment described above are given the same reference numerals, and descriptions thereof are omitted. In this embodiment, the virtualization system for which the performance prediction apparatus 10 predicts performance is the same as the first embodiment in the three parts (hardware unit 300, first application, etc.) illustrated in FIG. And the second application unit 500).

(性能予測装置10)
図5は、本発明の第2の実施の形態に係る、仮想化システム2の性能を予測するための性能予測装置10の機能構成を示すブロック図である。図5に示す通り、性能予測装置10は、入力内容指定部30と、情報収集部31と、計測対象部性能モデル生成部32と、記憶部41と、仮想マシン性能モデル特定部42と、システム性能モデル合成部50と、を備えている。
(Performance prediction device 10)
FIG. 5 is a block diagram showing a functional configuration of the performance prediction apparatus 10 for predicting the performance of the virtualization system 2 according to the second embodiment of the present invention. As shown in FIG. 5, the performance prediction apparatus 10 includes an input content specification unit 30, an information collection unit 31, a measurement target unit performance model generation unit 32, a storage unit 41, a virtual machine performance model identification unit 42, a system And a performance model synthesis unit 50.

なお、本実施の形態においては、記憶部41が性能予測装置10の内部に構成されていることを例に説明を行うが、記憶部41は、性能予測装置10の外部の記憶装置などによって実現されてもよい。この場合、仮想マシン性能モデル特定部42は、上記記憶装置を参照すればよい。   In the present embodiment, the storage unit 41 is described as an example configured inside the performance prediction device 10, but the storage unit 41 is realized by a storage device outside the performance prediction device 10 or the like. May be. In this case, the virtual machine performance model specifying unit 42 may refer to the storage device.

また、本実施の形態における性能予測装置10は、第1の実施の形態と同様に、仮想化システム2と通信可能に接続されている。また、性能予測装置10は、オペレータ等9からの指示を受け付けるように構成されている。   Further, the performance prediction apparatus 10 in the present embodiment is connected to the virtualization system 2 so as to be communicable as in the first embodiment. Further, the performance prediction apparatus 10 is configured to receive an instruction from an operator 9 or the like.

(入力内容指定部30)
入力内容指定部30は、オペレータ等9に対するユーザインタフェース(UI、マンマシン)としての機能を有する。オペレータ等9は、仮想化システム2に関する実測値を計測する際、入力内容指定部30を用いて、計測に関連する内容を指定することができる。よって、入力内容指定部30を用いたオペレータ等9による入力操作により、仮想化システム2には、仮想化システム2の実測値(各リソースの使用率、スループット、TAT等)の計測に関わる設定値、計測期間(月次や日時、時刻等)、計測等の実行命令に関する内容が指定される。
(Input content specifying unit 30)
The input content designation unit 30 has a function as a user interface (UI, man machine) for the operator 9 or the like. The operator or the like 9 can specify the content related to the measurement using the input content specifying unit 30 when measuring the actual measurement value related to the virtualization system 2. Therefore, by the input operation by the operator 9 or the like 9 using the input content specifying unit 30, the virtualization system 2 causes the setting values related to the measurement of the actual measurement values (usage rate of each resource, throughput, TAT, etc.) of the virtualization system 2. , The measurement period (monthly, date and time, time, etc.), and the contents related to the execution command such as measurement are specified.

なお、入力内容指定部30に対し、オペレータ等9による入力(指定)が行われることを例に説明を行ったが、本発明はこれに限定されない。入力内容指定部30に対し、LANやインターネットを介したサーバ等の外部装置からの命令が入力されてもよい。   The input content specifying unit 30 has been described as an example of input (designation) by the operator 9 or the like, but the present invention is not limited to this. A command from an external device such as a server via a LAN or the Internet may be input to the input content specifying unit 30.

また、入力内容指定部30は、指定された内容(入力内容)を、仮想化システム2に入力(設定)する。具体的には、入力内容指定部30は、オペレータ等9の操作によって入力された、仮想化システム2の計測に関わる設定値、計測期間(月次や日時、時刻等)、計測指示を示す命令等を、仮想化システム2に設定する。これにより、仮想化システム2は、入力内容指定部30によって入力された情報に基づいて、仮想化システム2の計測を行う。   Further, the input content specifying unit 30 inputs (sets) the specified content (input content) to the virtualization system 2. Specifically, the input content specifying unit 30 is a command indicating a setting value, a measurement period (monthly, date, time, etc.) related to measurement of the virtualization system 2 and a measurement instruction, which are input by an operation of the operator 9 or the like. Are set in the virtualization system 2. Thereby, the virtualization system 2 measures the virtualization system 2 based on the information input by the input content specifying unit 30.

なお、上記入力を用いて、仮想化システム2から出力される実測値であって、計測の結果で得られた実測値は、計測対象部性能モデル生成部32による計測対象部性能モデル310の生成に利用される。   The actual measurement value output from the virtualization system 2 using the above input, and the actual measurement value obtained as a result of the measurement is generated by the measurement target unit performance model generation unit 32 by the measurement target unit performance model 310. Used for

仮想化システム2における実測値の計測は、後述するシステム性能モデル合成部50による合成処理に先立って行われてもよい。計測の内容としては、ハードウェア部300上で第2の仮想マシン301がN台稼働している状態(Nは0を含む自然数)で、月次、日次や時刻毎などシステムの使用頻度の傾向が異なる時間軸上の単位毎での、ベンチマークソフトを用いたベンチマークテストが挙げられる。このベンチマークソフトは、例えば、CPU、記憶装置、通信ネットワーク等のように、仮想化システム2に関係する各種のハードウェアリソースに負荷を与えられることが可能な処理をさせるソフトウェア(コンピュータ・プログラム)であってもよい。本実施の形態においては、ベンチマークソフトとして、特定のハードウェアリソースの負荷状況を再現できる任意のソフトウェア(コンピュータ・プログラム)を採用するとするが、本発明はこれに限定されるものではない。仮想化システム2における実測値の計測方法は、一般的な手順を採用することができるので、本実施の形態における詳細な説明は省略する。   The measurement of the actual measurement value in the virtualization system 2 may be performed prior to synthesis processing by the system performance model synthesis unit 50 described later. The contents of the measurement include a state in which N second virtual machines 301 are operating on the hardware unit 300 (N is a natural number including 0), and the usage frequency of the system such as monthly, daily, or every time. Benchmark test using benchmark software for each unit on the time axis with different trends. This benchmark software is software (computer program) that performs processing that can load various hardware resources related to the virtualization system 2, such as a CPU, a storage device, a communication network, and the like. There may be. In this embodiment, arbitrary software (computer program) that can reproduce the load situation of a specific hardware resource is adopted as benchmark software. However, the present invention is not limited to this. Since the measurement method of the actual measurement value in the virtualization system 2 can adopt a general procedure, detailed description in this embodiment is omitted.

(情報収集部31)
情報収集部31は、仮想化システム2に対して計測された実測値を収集する。ここで、実測値とは、入力内容指定部30からの入力内容に応じて実行される仮想化システム2に関するベンチマークテストにおける入力値と、その入力値に対する出力値との対をなす情報である。情報収集部31は、仮想化システム2から上述した実測値として、仮想化システム2への入力値と、その入力値に対応する出力値とを収集する。
(Information collection unit 31)
The information collection unit 31 collects actual measurement values measured for the virtualization system 2. Here, the actual measurement value is information that makes a pair of an input value in a benchmark test related to the virtualization system 2 executed according to the input content from the input content specifying unit 30 and an output value corresponding to the input value. The information collection unit 31 collects an input value to the virtualization system 2 and an output value corresponding to the input value as the actual measurement values described above from the virtualization system 2.

ここで、入力値とは、仮想化システム2を構成する各ハードウェアリソースに対する要求(ハードウェア資源の使用方法に関する情報を含んだ情報)を含んでいる。   Here, the input value includes a request for each hardware resource constituting the virtualization system 2 (information including information on how to use the hardware resource).

なお、情報収集部31は、この入力値を、仮想化システム2から収集する構成について、説明を行ったが、本発明はこれに限定されるものではない。情報収集部31は、上記入力値を、入力内容指定部30から収集する構成であってもよい。   In addition, although the information collection part 31 demonstrated the structure which collects this input value from the virtualization system 2, this invention is not limited to this. The information collecting unit 31 may be configured to collect the input value from the input content specifying unit 30.

また、入力値に対応する出力値とは、例えば、各ハードウェアリソースの使用率やスループット、TAT等である。   The output value corresponding to the input value is, for example, the usage rate, throughput, TAT, etc. of each hardware resource.

情報収集部31は、収集した実測値を、ハードウェア部300と第2の仮想マシン301を含む第2アプリケーション部500とを併せた計測対象部501の性能モデルである計測対象部性能モデル310に入力可能である。   The information collection unit 31 adds the collected actual measurement values to the measurement target unit performance model 310 that is a performance model of the measurement target unit 501 including the hardware unit 300 and the second application unit 500 including the second virtual machine 301. It is possible to input.

更に、情報収集部31は、HDD(Hard Disk Drive)等のコンピュータ読み取り可能な記憶媒体(例えば、記憶部41)に、収集した実測値(即ち、仮想化システム2への入力値と、その入力値に対応する出力値)を記憶する機能を有する。また、情報収集部31は、これらの情報を収集が終了(入力内容指定部30が指定した計測が完了)したことを契機に、収集した実測値を、計測対象部性能モデル生成部32に供給する。   Further, the information collection unit 31 stores the collected measured values (that is, the input values to the virtualization system 2 and the input values) in a computer-readable storage medium (for example, the storage unit 41) such as an HDD (Hard Disk Drive). Output value corresponding to the value). Further, the information collection unit 31 supplies the collected actual measurement value to the measurement target unit performance model generation unit 32 when the collection of the information is completed (measurement specified by the input content specification unit 30 is completed). To do.

(計測対象部性能モデル生成部32)
計測対象部性能モデル生成部32は、第1の実施の形態における計測対象部性能モデル生成部3と同様の処理を行う。計測対象部性能モデル生成部32は、情報収集部31から入力された情報(上述した実測値)に基づいて、ブラックボックスアプローチにより、計測対象部性能モデル310を生成する。
(Measurement target part performance model generation part 32)
The measurement target unit performance model generation unit 32 performs the same processing as the measurement target unit performance model generation unit 3 in the first embodiment. The measurement target unit performance model generation unit 32 generates the measurement target unit performance model 310 by the black box approach based on the information (the above-described actual measurement value) input from the information collection unit 31.

実測値は、上述したとおり、仮想化システム2への入力値と、その入力値に対応する出力値とを含む。入力値は、上述したとおり、リソース要求(ハードウェア資源の使用方法に関する情報を含んだ情報)を含むデータである。出力値は、各リソースの使用率、スループットやTAT等を表すデータである。これらの入出力値は、月次や日次、時刻毎に収集されたデータである。計測対象部性能モデル生成部32は、これらの入出力値を用いて、例えば、ニューラルニューラルネットワーク、遺伝的アルゴリズム、多項式関数、回帰分析等の演算処理によって計測対象部性能モデル310を生成する。ただし、本発明において、計測対象部性能モデル310の生成方法は、これらの演算処理に限定されず、実測値を用いた同様のアプローチによって計測対象部性能モデル310を実現する方法であればよい。   As described above, the actual measurement value includes an input value to the virtualization system 2 and an output value corresponding to the input value. As described above, the input value is data including a resource request (information including information on how to use hardware resources). The output value is data representing the usage rate, throughput, TAT, and the like of each resource. These input / output values are data collected every month, every day, and every time. The measurement target part performance model generation unit 32 generates a measurement target part performance model 310 by using arithmetic operations such as a neural neural network, a genetic algorithm, a polynomial function, and regression analysis using these input / output values. However, in the present invention, the generation method of the measurement target part performance model 310 is not limited to these calculation processes, and any method may be used as long as the measurement target part performance model 310 is realized by a similar approach using actually measured values.

そして、計測対象部性能モデル生成部32は、生成した計測対象部性能モデル310を、システム性能モデル合成部50に供給する。   Then, the measurement target unit performance model generation unit 32 supplies the generated measurement target unit performance model 310 to the system performance model synthesis unit 50.

(記憶部41)
記憶部41は、例えば、コンピュータ読み取り可能な記憶媒体であるハードディスク装置で実現される記憶手段である。記憶部41は、性能モデル群40を記憶している。
(Storage unit 41)
The storage unit 41 is a storage unit realized by, for example, a hard disk device that is a computer-readable storage medium. The storage unit 41 stores a performance model group 40.

記憶部41に記憶された性能モデル群40は、第1アプリケーション部400において動作する第1の仮想マシン201で実行されるアプリケーションの設計情報等を用いて生成される。また、性能モデル群40は、仮想マシン性能モデル410として特定可能な候補である。つまり、性能モデル群40は、第1アプリケーション部400第1の仮想マシン201において動作するアプリケーションの振る舞いを模倣した構成を有するモデルの集合である。   The performance model group 40 stored in the storage unit 41 is generated using design information of an application executed in the first virtual machine 201 operating in the first application unit 400. The performance model group 40 is a candidate that can be specified as the virtual machine performance model 410. That is, the performance model group 40 is a set of models having a configuration imitating the behavior of an application operating in the first application unit 400 and the first virtual machine 201.

本実施の形態において、性能モデル群40をなす個々の仮想マシン性能モデル410は、第1の実施の形態において説明した仮想マシン性能モデル410と同様に、上述したホワイトボックスアプローチによって生成される。本実施の形態においては、性能予測装置10は、例えば、性能モデル群40を構成する仮想マシン性能モデルを、後述するシステム性能モデル合成部50による合成処理に先立って、ホワイトボックスアプローチを用いた一般的な手順により求めてもよい。なお、以下では、仮想マシン性能モデル410が、ホワイトボックスアプローチを用いて生成されたものとして説明を行う。   In the present embodiment, the individual virtual machine performance models 410 forming the performance model group 40 are generated by the above-described white box approach, similarly to the virtual machine performance model 410 described in the first embodiment. In the present embodiment, for example, the performance prediction apparatus 10 uses, for example, a general method that uses a white box approach to a virtual machine performance model constituting the performance model group 40 prior to synthesis processing by the system performance model synthesis unit 50 described later. It may be obtained by a general procedure. In the following description, it is assumed that the virtual machine performance model 410 is generated using the white box approach.

つまり、記憶部41は、ホワイトボックスアプローチを用いて生成された第1アプリケーション部400の第1の仮想マシン201において動作する可能性のあるアプリケーションの仮想マシン性能モデル410を1または複数、記憶している。   That is, the storage unit 41 stores one or a plurality of virtual machine performance models 410 of applications that may operate in the first virtual machine 201 of the first application unit 400 generated using the white box approach. Yes.

性能モデル群40には、第1の仮想マシン201で実行されるアプリケーションの設計情報に従って、例えば、待ち行列やペトリネットなどを利用して生成した性能モデルを採用することができる。なお、本実施の形態における、性能モデル群40の生成方法は、上記に限定されない。性能モデル生成方法は、入力に対する解析計算やシミュレーション等の予め決められた手順で出力が決定される、という任意の方法を採用してもよい。
(仮想マシン性能モデル特定部42)
仮想マシン性能モデル特定部42は、オペレータ等9に対するユーザインタフェース(UI、マンマシン)としての機能を有する。オペレータ等9は、仮想マシン性能モデル特定部42を用いて、第1アプリケーション部400にて実行される、第1の仮想マシン201において動作するアプリケーションに関する情報等を指定することができる。仮想マシン性能モデル特定部42を用いたオペレータ等9による入力操作により、仮想マシン性能モデル特定部42は、その入力内容に対応するまたは一致する仮想マシン性能モデル410を、性能モデル群40から特定し、取得する。
For the performance model group 40, for example, a performance model generated using a queue, a Petri net, or the like according to the design information of the application executed on the first virtual machine 201 can be adopted. In addition, the production | generation method of the performance model group 40 in this Embodiment is not limited above. As the performance model generation method, any method may be employed in which the output is determined by a predetermined procedure such as analysis calculation or simulation for the input.
(Virtual machine performance model specifying unit 42)
The virtual machine performance model specifying unit 42 has a function as a user interface (UI, man machine) for the operator 9 or the like. The operator or the like 9 can specify information related to an application operating on the first virtual machine 201 executed by the first application unit 400 using the virtual machine performance model specifying unit 42. By the input operation by the operator 9 using the virtual machine performance model specifying unit 42, the virtual machine performance model specifying unit 42 specifies the virtual machine performance model 410 corresponding to or matching the input content from the performance model group 40. ,get.

具体的には、仮想マシン性能モデル特定部42は、オペレータ等9の操作に応じて、第1の仮想マシン201にて動作するアプリケーションに関する情報に基づいて記憶部41を参照する。そして、仮想マシン性能モデル特定部42は、性能モデル群40中から、上記アプリケーションに関する情報に関連付けられた、特定の仮想マシン性能モデル410を特定する。そして、仮想マシン性能モデル特定部42は、記憶部41から、特定した仮想マシン性能モデル410を取得する。   Specifically, the virtual machine performance model specifying unit 42 refers to the storage unit 41 based on information related to an application operating on the first virtual machine 201 in accordance with an operation of the operator 9 or the like. Then, the virtual machine performance model specifying unit 42 specifies a specific virtual machine performance model 410 associated with the information related to the application from the performance model group 40. Then, the virtual machine performance model specifying unit 42 acquires the specified virtual machine performance model 410 from the storage unit 41.

また、仮想マシン性能モデル特定部42は、上記取得した仮想マシン性能モデル410を、システム性能モデル合成部50に供給する。   Further, the virtual machine performance model specifying unit 42 supplies the acquired virtual machine performance model 410 to the system performance model synthesis unit 50.

ここで、オペレータ等9から指示された情報(入力内容)とは、第1アプリケーション部400にて実行される各第1の仮想マシン201において実行されるアプリケーションに関する情報である。   Here, the information (input contents) instructed by the operator 9 or the like is information related to an application executed in each first virtual machine 201 executed by the first application unit 400.

そして、入力内容に対応する仮想マシン性能モデル410とは、性能を予測すべき対象となる第1の仮想マシン201毎のアプリケーション内容を表す。このアプリケーション内容は、当該第1の仮想マシン201毎に異なる。したがって、第1の仮想マシン201が第1アプリケーション部400において3台稼働している場合、仮想マシン性能モデル特定部42は、それら3台の第1の仮想マシン201におけるアプリケーションの情報にマッチする仮想マシン性能モデル410を、夫々、性能モデル群40(記憶部41)から取り出す必要がある。   The virtual machine performance model 410 corresponding to the input content represents the application content for each first virtual machine 201 that is a target whose performance is to be predicted. The contents of this application differ for each first virtual machine 201. Therefore, when three first virtual machines 201 are operating in the first application unit 400, the virtual machine performance model specifying unit 42 matches virtual application information in the three first virtual machines 201. It is necessary to take out the machine performance model 410 from the performance model group 40 (storage unit 41).

なお、仮想マシン性能モデル410の特定は、第1の仮想マシン201においてオペレータ等9が稼働を希望する所望のアプリケーションに関する情報と同じ内容のアプリケーション情報を用いて予め生成された仮想マシン性能モデル410を、性能モデル群40の中から、オペレータ等9が、例えば、人的操作によって選択してもよい。   The virtual machine performance model 410 is specified by using a virtual machine performance model 410 generated in advance using application information having the same contents as the information related to a desired application that the operator 9 desires to operate in the first virtual machine 201. The operator 9 or the like may be selected from the performance model group 40 by, for example, a human operation.

なお、仮想マシン性能モデル特定部42に対し、オペレータ等9による入力(指定)が行われることを例に説明を行ったが、本発明はこれに限定されない。仮想マシン性能モデル特定部42に対し、LANやインターネットを介したサーバ等の外部装置から必要な情報が入力されてもよい。
(システム性能モデル合成部50)
システム性能モデル合成部50は、計測対象部性能モデル生成部32にて生成された計測対象部性能モデル310と、仮想マシン性能モデル特定部42にて特定された仮想マシン性能モデル410とを合成することにより、仮想化システム2のシステム性能モデル510を生成する。本実施の形態におけるシステム性能モデル510の生成方法は、第1の実施の形態と同様である。システム性能モデル合成部50は、例えば、入力内容指定部30および/または仮想マシン性能モデル特定部42に対するオペレータ等の操作を契機に、合成処理を実行してもよい。
Note that although description has been made by taking as an example that input (designation) by the operator 9 or the like is performed on the virtual machine performance model specifying unit 42, the present invention is not limited to this. Necessary information may be input to the virtual machine performance model specifying unit 42 from an external device such as a server via a LAN or the Internet.
(System performance model synthesis unit 50)
The system performance model combining unit 50 combines the measurement target unit performance model 310 generated by the measurement target unit performance model generating unit 32 and the virtual machine performance model 410 specified by the virtual machine performance model specifying unit 42. As a result, the system performance model 510 of the virtualization system 2 is generated. The method for generating the system performance model 510 in the present embodiment is the same as that in the first embodiment. For example, the system performance model synthesis unit 50 may execute the synthesis process in response to an operation of an operator or the like on the input content specification unit 30 and / or the virtual machine performance model identification unit 42.

即ち、性能予測装置10は、システム性能モデル合成部50が生成するシステム性能モデル510を用いることにより、各仮想マシンへのリクエスト内容を基に、仮想化システム2の性能を予測した結果である性能指標を算出することができる。オペレータ等9は、このような性能指標を、例えば、ディスプレイ等を介して参照することにより、仮想化システム2の性能を予測できる。   In other words, the performance prediction apparatus 10 uses the system performance model 510 generated by the system performance model synthesis unit 50 to perform the performance that is a result of predicting the performance of the virtualization system 2 based on the request contents to each virtual machine. An index can be calculated. The operator 9 can predict the performance of the virtualization system 2 by referring to such a performance index via, for example, a display.

(性能モデル生成処理)
次に、性能予測装置10が行う性能モデル生成処理について、図6から図9を参照して説明する。
(Performance model generation process)
Next, the performance model generation process performed by the performance prediction apparatus 10 will be described with reference to FIGS.

図6は、本発明の第2の実施の形態に係る性能予測装置10による性能モデル生成処理の概要を示すフローチャートである。図6に示す通り、性能予測装置10は、以下のステップS101からステップS103の動作を行う。   FIG. 6 is a flowchart showing an outline of the performance model generation process by the performance prediction apparatus 10 according to the second exemplary embodiment of the present invention. As shown in FIG. 6, the performance prediction apparatus 10 performs the following operations from step S101 to step S103.

ステップS101:計測対象部性能モデル生成部32が、仮想化システム2のハードウェア部300と第2アプリケーション部500とを併せた計測対象部501に対する性能モデル(計測対象部性能モデル310)を生成する処理を行う。なお、この計測対象部性能モデル310の生成処理については、図面を変えて説明を行う。   Step S101: The measurement target unit performance model generation unit 32 generates a performance model (measurement target unit performance model 310) for the measurement target unit 501 that combines the hardware unit 300 and the second application unit 500 of the virtualization system 2. Process. The generation process of the measurement target part performance model 310 will be described with reference to different drawings.

ステップS102:仮想マシン性能モデル特定部42が、オペレータ等9の操作に応じて、記憶部41の性能モデル群40から仮想マシン性能モデル410を特定し、記憶部41から取得する。具体的には、まず、仮想マシン性能モデル特定部42は、対象となる第1の仮想マシン201にて動作するアプリケーションに関する情報を用いて、記憶部41を参照する。ここで、対象となる第1の仮想マシン201とは、仮想化システム2において動作する、詳細が入手できる仮想マシン(第1の仮想マシン201)である。そして、仮想マシン性能モデル特定部42は、記憶部41に記憶されている性能モデル群40から、上記情報に対応する(合致する)仮想マシン性能モデル410を特定し、当該特定した仮想マシン性能モデル410を取得する。   Step S102: The virtual machine performance model specifying unit 42 specifies the virtual machine performance model 410 from the performance model group 40 of the storage unit 41 and acquires it from the storage unit 41 in accordance with the operation of the operator 9 or the like. Specifically, first, the virtual machine performance model specifying unit 42 refers to the storage unit 41 using information related to an application running on the target first virtual machine 201. Here, the target first virtual machine 201 is a virtual machine (first virtual machine 201) that operates in the virtualization system 2 and for which details can be obtained. Then, the virtual machine performance model specifying unit 42 specifies a virtual machine performance model 410 corresponding to (matching) the above information from the performance model group 40 stored in the storage unit 41, and the specified virtual machine performance model 410 is acquired.

なお、ステップS101とS102とは同時に実行されてもよいし、逆順で実行されてもよい。   Note that steps S101 and S102 may be executed simultaneously or in reverse order.

ステップS103:システム性能モデル合成部50が、ステップS101にて生成された計測対象部性能モデル310と、ステップS102にて特定された1または複数の仮想マシン性能モデル410とを用いて、合成処理を実行する。これにより、仮想化システム2の性能を予測するための性能モデルが生成される。この合成処理の結果として得た性能モデル(性能予測値)は、システム性能モデル合成部50の出力値である。システム性能モデル合成部50の処理(合成処理)については、図面を変えて説明する。   Step S103: The system performance model combining unit 50 performs a combining process using the measurement target unit performance model 310 generated in Step S101 and the one or more virtual machine performance models 410 specified in Step S102. Run. Thereby, a performance model for predicting the performance of the virtualization system 2 is generated. The performance model (performance predicted value) obtained as a result of the synthesis process is an output value of the system performance model synthesis unit 50. The processing (synthesizing process) of the system performance model combining unit 50 will be described with reference to different drawings.

図7は、上述したステップS101における、計測対象部性能モデル310の生成処理の流れの一例を示すフローチャートである。図7に示す通り、計測対象部性能モデル310の生成処理では、以下のステップS201からステップS203の処理が行われる。   FIG. 7 is a flowchart showing an example of the flow of processing for generating the measurement target part performance model 310 in step S101 described above. As shown in FIG. 7, in the generation process of the measurement target part performance model 310, the following processes from step S201 to step S203 are performed.

ステップS201:入力内容指定部30が、オペレータ等9の操作を契機に、仮想化システム2に計測を開始させる。そして、仮想化システム2は、仮想化システム2の計測を行う。   Step S201: The input content specifying unit 30 causes the virtualization system 2 to start measurement in response to the operation of the operator 9 or the like. Then, the virtualization system 2 performs measurement of the virtualization system 2.

ステップS202:情報収集部31が、ステップS201にて行われた仮想化システム2の計測によって出力される実測値を収集する。この実測値は、ハードウェア部300における第2の仮想マシン301の動作の影響を含んだ、例えば、月次や日時、時刻毎の、各リソースの使用率、スループット、TAT等のハードウェア部300、並びに、第2アプリケーション部500の各第2の仮想マシン301の状態を表す情報である。情報収集部31は、収集した実測値(ステップS201にて、仮想化システム2に入力された入力値とその入力値に対応する出力値)を、計測対象部性能モデル生成部32に供給する。   Step S202: The information collection unit 31 collects actual measurement values output by the measurement of the virtualization system 2 performed in step S201. The actual measurement value includes the influence of the operation of the second virtual machine 301 in the hardware unit 300. For example, the hardware unit 300 such as the usage rate, throughput, and TAT of each resource for each month, date, and time. , And information indicating the state of each second virtual machine 301 of the second application unit 500. The information collection unit 31 supplies the collected measured values (the input value input to the virtualization system 2 and the output value corresponding to the input value in step S201) to the measurement target unit performance model generation unit 32.

ステップS203:計測対象部性能モデル生成部32が、情報収集部31から供給された実測値を用いて、ブラックボックスアプローチにより、計測対象部性能モデル310を生成する。これにより計測対象部性能モデル310の生成処理を終了する。   Step S203: The measurement target unit performance model generation unit 32 generates the measurement target unit performance model 310 by the black box approach using the actual measurement value supplied from the information collection unit 31. Thereby, the generation process of the measurement target part performance model 310 is ended.

図8は、上述したステップS103における、システム性能モデル合成部50が行う合成処理の流れの一例を示すフローチャートである。また、図9は、システム性能モデル合成部50が行う合成処理を概念的に説明するための図である。図8に示す通り、システム性能モデル合成部50の合成処理では、以下のステップS301からステップS307の処理が行われる。   FIG. 8 is a flowchart showing an example of the flow of the synthesis process performed by the system performance model synthesis unit 50 in step S103 described above. FIG. 9 is a diagram for conceptually explaining the synthesis process performed by the system performance model synthesis unit 50. As shown in FIG. 8, in the synthesis process of the system performance model synthesis unit 50, the following processes from step S301 to step S307 are performed.

ステップS301:システム性能モデル合成部50が、第1アプリケーション部400の各仮想マシン性能モデル410に、図9に示すリクエスト(600、601)を入力する。   Step S301: The system performance model composition unit 50 inputs the request (600, 601) shown in FIG. 9 to each virtual machine performance model 410 of the first application unit 400.

ステップS302:システム性能モデル合成部50が、仮想マシン性能モデル410に対し、ステップS301にて入力されたリクエストに従って、リソース要求(602、603)を生成させる。本実施の形態において、リソース要求(602、603)は、例えば、第1の仮想マシン201を構成するプロセスが、どのハードウェアリソースを、どのように使用するかについての情報を含んだデータである。本実施の形態におけるリソース要求(602、603)は、上述した第1の実施の形態におけるリソース要求60と同様のものである。   Step S302: The system performance model composition unit 50 causes the virtual machine performance model 410 to generate resource requests (602, 603) according to the request input in step S301. In this embodiment, the resource request (602, 603) is, for example, data including information about which hardware resource is used by the process that configures the first virtual machine 201 and how it is used. . The resource request (602, 603) in the present embodiment is the same as the resource request 60 in the first embodiment described above.

ステップS303:システム性能モデル合成部50が、ステップS302にて仮想マシン性能モデル410に生成させたリソース要求(602、603)を、計測対象部性能モデル310に入力する。   Step S303: The system performance model synthesis unit 50 inputs the resource request (602, 603) generated by the virtual machine performance model 410 in Step S302 to the measurement target unit performance model 310.

ステップS304:システム性能モデル合成部50が、ステップS303にて入力したリソース要求(602、603)を、計測対象部性能モデル310を用いて処理する。   Step S304: The system performance model synthesis unit 50 processes the resource request (602, 603) input in step S303 using the measurement target unit performance model 310.

ステップS305:システム性能モデル合成部50が、ステップS304における処理が完了したことを表す処理完了通知(605、606)を、計測対象部性能モデル310から仮想マシン性能モデル410に入力する。処理完了通知(605、606)が計測対象部性能モデル310から出力される際、システム性能モデル合成部50は、計測対象部性能モデル310により算出した性能指標(例えば、リソース使用率、TAT等)604を、計測対象部性能モデル310から出力する。この出力のタイミングは、任意のタイミングで算出してよい。具体的には、システム性能モデル合成部50は、例えば、処理完了通知(605、606)を出力するときに性能指標604を算出してもよく、オペレータ等9が決めた時間ごとに算出してもよい。   Step S305: The system performance model synthesis unit 50 inputs a process completion notification (605, 606) indicating that the process in step S304 is completed from the measurement target unit performance model 310 to the virtual machine performance model 410. When the processing completion notification (605, 606) is output from the measurement target unit performance model 310, the system performance model synthesis unit 50 calculates the performance index (for example, resource usage rate, TAT, etc.) calculated by the measurement target unit performance model 310. 604 is output from the measurement target part performance model 310. The output timing may be calculated at an arbitrary timing. Specifically, for example, the system performance model synthesis unit 50 may calculate the performance index 604 when outputting the processing completion notification (605, 606), or may calculate the performance index 604 every time determined by the operator 9 or the like. Also good.

ステップS306:システム性能モデル合成部50は、第1アプリケーション部400が出力する未処理のリソース要求の有無を確認する。未処理のリソース要求が第1アプリケーション部400に残っている場合(ステップS306にてYES)、システム性能モデル合成部50は、処理をステップS303に戻す。全てのリソース要求の処理が完了した場合(ステップS306にてNO)、システム性能モデル合成部50は、処理をステップS307に進める。即ち、ステップS303からステップS306までの各ステップからなるループは、第1アプリケーション部400におけるリソース要求が無くなるまで繰り返される。   Step S306: The system performance model synthesis unit 50 checks whether there is an unprocessed resource request output by the first application unit 400. If an unprocessed resource request remains in first application unit 400 (YES in step S306), system performance model combining unit 50 returns the process to step S303. If processing of all resource requests has been completed (NO in step S306), system performance model composition unit 50 advances the process to step S307. That is, a loop including steps from step S303 to step S306 is repeated until there is no resource request in the first application unit 400.

ステップS307:ステップS306にて全てのリソース要求の処理が完了したと判断すると、システム性能モデル合成部50は、各仮想マシン性能モデル410から、処理済みリクエスト(607、608)を出力する。   Step S307: If it is determined in step S306 that all resource requests have been processed, the system performance model composition unit 50 outputs processed requests (607, 608) from each virtual machine performance model 410.

これにより、オペレータ等9は、システム性能モデル合成部50が算出した、第1アプリケーション部400の各仮想マシン性能モデル410および計測対象部性能モデル310の計算結果(性能指標604等)を用いて、仮想化システム2の性能を予測することができる。   Thereby, the operator 9 or the like 9 uses the calculation results (performance index 604 and the like) of the virtual machine performance model 410 and the measurement target unit performance model 310 of the first application unit 400 calculated by the system performance model synthesis unit 50. The performance of the virtualization system 2 can be predicted.

なお、ステップS307にて出力される処理済みリクエストは、対応するリクエストに対する処理が終了した後、すなわち、ステップS305の後に出力されるものであってもよい。   Note that the processed request output in step S307 may be output after the processing for the corresponding request is completed, that is, after step S305.

図9は、図5に示すシステム性能モデル合成部50における、システム性能モデル510の合成方法を概念的に表した図である。図9に第1アプリケーション部400においては、第1の仮想マシン201毎に用意した仮想マシン性能モデル410に対して、それぞれリクエスト(600、601)が入力される。入力されたリクエストは、その後、待ち行列を用いて処理され、処理済みリクエスト(607、608)として出力される。ここで、仮想マシン性能モデル410は、第1アプリケーション部400において実行されるアプリケーションの動作を模倣したモデルである。   FIG. 9 is a diagram conceptually showing a method of synthesizing the system performance model 510 in the system performance model synthesizing unit 50 shown in FIG. In the first application unit 400 in FIG. 9, requests (600, 601) are input to the virtual machine performance model 410 prepared for each first virtual machine 201. The input request is then processed using a queue and output as processed requests (607, 608). Here, the virtual machine performance model 410 is a model imitating the operation of the application executed in the first application unit 400.

即ち、オペレータ等9の操作により、第1アプリケーション部400の仮想マシン性能モデル410には、リクエスト(600、601)が入力される。ここで、リクエスト(600、601)は、各仮想マシン性能モデル410を用いたシミュレーションのために、模擬的に作成したデータである。このデータの内容は、各ソフトウェア資源への負荷や、ハードウェアリソースの利用タイミング等を表す。   That is, the request (600, 601) is input to the virtual machine performance model 410 of the first application unit 400 by the operation of the operator 9 or the like. Here, the request (600, 601) is data created in a simulated manner for the simulation using each virtual machine performance model 410. The contents of this data represent the load on each software resource, the use timing of hardware resources, and the like.

本実施の形態において、複数の第1の仮想マシン201が動作している場合、図9に例示する通り、当該複数の第1の仮想マシン201の夫々に対応する仮想マシン性能モデル410の夫々に対して、リクエストを入力する。個々のリクエストは、同時、または、例えば、オペレータ等9が指定した時間差をおいて、各仮想マシン性能モデル410へ入力される。   In the present embodiment, when a plurality of first virtual machines 201 are operating, as illustrated in FIG. 9, each of the virtual machine performance models 410 corresponding to each of the plurality of first virtual machines 201 is used. On the other hand, a request is input. Individual requests are input to each virtual machine performance model 410 at the same time or at a time difference designated by an operator 9 or the like, for example.

図9に示す例の場合、リクエスト(600、601)が第1アプリケーション部400の仮想マシン性能モデル410に入力されると、仮想マシン性能モデル410は、当該リクエストに対応する処理を行った後、処理済みリクエスト(607、608)を、処理結果として出力する。   In the case of the example illustrated in FIG. 9, when a request (600, 601) is input to the virtual machine performance model 410 of the first application unit 400, the virtual machine performance model 410 performs processing corresponding to the request, Processed requests (607, 608) are output as processing results.

システム性能モデル合成部50は、第1アプリケーション部400の仮想マシン性能モデル410を用いて、入力されたリクエスト(600、601)から、当該リクエストが求める処理に必要なリソース要求(602、603)を生成する。本実施の形態においては、例えば、リソース要求(602、603)は、各仮想マシン性能モデル410に入力されたリクエストを処理するために必要なハードウェア部300を構成するリソース(ハードウェアリソース)に対して、特定の処理を要求する命令である。ここで、ハードウェア部300を構成するリソースは、例えば、CPU、記憶装置(HDD)、通信ネットワーク(NIC:Network Interface Card)等である。   The system performance model synthesizing unit 50 uses the virtual machine performance model 410 of the first application unit 400 to generate a resource request (602, 603) necessary for processing required by the request from the input request (600, 601). Generate. In the present embodiment, for example, the resource request (602, 603) is a resource (hardware resource) constituting the hardware unit 300 necessary for processing the request input to each virtual machine performance model 410. On the other hand, it is an instruction for requesting a specific process. Here, the resources configuring the hardware unit 300 are, for example, a CPU, a storage device (HDD), a communication network (NIC: Network Interface Card), and the like.

システム性能モデル合成部50は、第1アプリケーション部400にて生成されたハードウェアリソースへのリソース要求(602、603)を、計測対象部501に入力する。計測対象部501に入力されたリソース要求(602、603)は、計測対象部性能モデル310によって処理される。システム性能モデル合成部50は、計測対象部性能モデル310による処理が完了した後に、処理完了通知(605、606)を、計測対象部501から第1アプリケーション部400に対して出力する。処理完了通知(605、606)は、上述した第1の実施の形態における、リソース要求に関する処理完了通知61(図3)に相当する。   The system performance model synthesis unit 50 inputs the resource request (602, 603) to the hardware resource generated by the first application unit 400 to the measurement target unit 501. The resource request (602, 603) input to the measurement target unit 501 is processed by the measurement target unit performance model 310. The system performance model synthesis unit 50 outputs a process completion notification (605, 606) from the measurement target unit 501 to the first application unit 400 after the processing by the measurement target unit performance model 310 is completed. The processing completion notifications (605, 606) correspond to the processing completion notification 61 (FIG. 3) regarding the resource request in the first embodiment described above.

システム性能モデル合成部50は、計測対象部501の計測対象部性能モデル310を用いて、リソース要求(602、603)に対する処理において算出した性能指標604を、計測対象部性能モデル310から出力する。性能指標604は、例えば、各リソースの使用率やTAT等の情報を含んでもよい。   The system performance model synthesizing unit 50 outputs, from the measurement target unit performance model 310, the performance index 604 calculated in the processing for the resource request (602, 603) using the measurement target unit performance model 310 of the measurement target unit 501. The performance index 604 may include information such as the usage rate of each resource and TAT, for example.

システム性能モデル合成部50は、計測対象部501が出力した処理完了通知(605、606)を第1アプリケーション部400が受け取った後、処理済みリクエスト(607、608)を、各仮想マシン性能モデル410から出力する。   After the first application unit 400 receives the processing completion notification (605, 606) output from the measurement target unit 501, the system performance model synthesis unit 50 sends the processed requests (607, 608) to the virtual machine performance models 410. Output from.

なお、第1アプリケーション部400が計測対象部501に対してリソース要求(602、603)を出力(発行)してから、計測対象部501から処理完了通知(605、606)が第1アプリケーション部400に入力されるまでの時間(期間)を、仮想マシン性能モデル410の処理時間(処理所要時間)PTとする。処理時間PTは、第1アプリケーション部400から出力されたリソース要求(602、603)が計測対象部501に入力されてから、計測対象部501が第1アプリケーション部400に対して処理完了通知(605、606)を出力するまでの時間(期間)と捉えることもできる。   Note that after the first application unit 400 outputs (issues) the resource request (602, 603) to the measurement target unit 501, a process completion notification (605, 606) is sent from the measurement target unit 501 to the first application unit 400. The time (period) until it is input to the virtual machine performance model 410 is defined as the processing time (processing required time) PT of the virtual machine performance model 410. Regarding the processing time PT, after the resource request (602, 603) output from the first application unit 400 is input to the measurement target unit 501, the measurement target unit 501 notifies the first application unit 400 of processing completion (605). 606) can be regarded as the time (period) until output.

以上の各ステップで算出された性能指標等を用いて、システム性能モデル合成部50は、仮想化システム2の性能予測に関する情報を、オペレータ等9に提供する。   Using the performance index and the like calculated in the above steps, the system performance model synthesis unit 50 provides information related to performance prediction of the virtualization system 2 to the operator 9 and the like.

すなわち、第1アプリケーション部400の第1の仮想マシン201において動作する特定の仮想マシン性能モデル410により置き換えることにより、仮想マシン性能モデル410の入出力の関係性に基づいて、オペレータ等9は、仮想化システム2の性能を予測することができる。このため、オペレータ等9は、仮想マシン性能モデル410への入力値であるリクエスト(600、601)と、当該リクエストに対する処理時間PTとの関係性を用いて、仮想化システム2全体の性能を予測することができる。   That is, by replacing with the specific virtual machine performance model 410 operating in the first virtual machine 201 of the first application unit 400, the operator 9 and the like 9 The performance of the system 2 can be predicted. Therefore, the operator 9 predicts the performance of the entire virtualization system 2 by using the relationship between the request (600, 601) that is an input value to the virtual machine performance model 410 and the processing time PT for the request. can do.

また、計測対象部501を置き換えた計測対象部性能モデル310に対する入力と出力との関係に基づいて、オペレータ等9は、計測対象部501の性能を予測することができる。このため、オペレータ等9は、計測対象部性能モデル310への入力値であるリソース要求(602、603)と、出力値である性能指標604との関係性を用いて、計測対象部501の性能を予測することができる。   Further, the operator 9 and the like 9 can predict the performance of the measurement target unit 501 based on the relationship between the input and output to the measurement target unit performance model 310 in which the measurement target unit 501 is replaced. For this reason, the operator 9 uses the relationship between the resource request (602, 603) that is an input value to the measurement target unit performance model 310 and the performance index 604 that is an output value, and the performance of the measurement target unit 501. Can be predicted.

これにより、オペレータ等9は、仮想化システム2全体の性能を予測できる。   Thereby, the operator 9 can predict the performance of the entire virtualization system 2.

図8および図9を用いて説明したとおり、システム性能モデル合成部50の合成処理において得られる値(情報)は、以下の通りである。すなわち、
(a)各仮想マシン性能モデル410に入力されたリクエスト(600、601)、
(b)各仮想マシン性能モデル410により生成された計測対象部性能モデル310へのリソース要求(602、603)、
(c)計測対象部性能モデル310により算出された性能指標604、
(d)処理所有時間。
As described with reference to FIGS. 8 and 9, values (information) obtained in the synthesis process of the system performance model synthesis unit 50 are as follows. That is,
(A) Request (600, 601) input to each virtual machine performance model 410,
(B) Resource request (602, 603) to the measurement target unit performance model 310 generated by each virtual machine performance model 410,
(C) a performance index 604 calculated by the measurement target part performance model 310;
(D) Processing ownership time.

なお、システム性能モデル合成部50は、システム性能モデル510として、上記(c)および(d)の少なくとも何れかを出力する構成であってもよい。また、システム性能モデル合成部50は、上記(c)および/または(d)に加え、(a)および/または(b)を出力する構成であってもよい。   The system performance model combining unit 50 may be configured to output at least one of (c) and (d) as the system performance model 510. The system performance model synthesis unit 50 may be configured to output (a) and / or (b) in addition to the above (c) and / or (d).

すなわち、計測対象部性能モデル310を用いることで、システム性能モデル合成部50は、性能を予測すべき対象である仮想化システム2へのリクエストの内容を基に、性能指標604を算出することができる。従って、オペレータ等9は、上述した各算出値を参照することにより、システム性能モデル510を用いて、仮想化システム2の性能を予測することができる。   That is, by using the measurement target unit performance model 310, the system performance model synthesis unit 50 can calculate the performance index 604 based on the content of the request to the virtualization system 2 that is the target for which the performance is to be predicted. it can. Accordingly, the operator 9 and the like 9 can predict the performance of the virtualization system 2 using the system performance model 510 by referring to the calculated values described above.

なお、本実施の形態の性能予測装置10は、第1の実施の形態における仮想マシン性能モデル生成部4の代わりに、仮想マシン性能モデル特定部42を備える構成について説明を行った。しかし、本実施の形態に係る性能予測装置10は、図5に示した構成に、更に、第1の実施の形態における仮想マシン性能モデル生成部4を備える構成であってもよい。   In addition, the performance prediction apparatus 10 of this Embodiment demonstrated the structure provided with the virtual machine performance model specific | specification part 42 instead of the virtual machine performance model production | generation part 4 in 1st Embodiment. However, the performance prediction apparatus 10 according to the present exemplary embodiment may be configured to further include the virtual machine performance model generation unit 4 in the first exemplary embodiment in addition to the configuration illustrated in FIG.

(効果)
以上のように、本実施の形態に係る性能予測装置10は、仮想化システム2の構成をハードウェア部300、第1アプリケーション部400、第2アプリケーション部500と定義する。そして、性能予測装置10は、ハードウェア部300および第2アプリケーション部500からなる計測対象部501の計測対象部性能モデル310と、第1アプリケーション部400の仮想マシン性能モデル410とを生成する。さらに、性能予測装置10は、当該各部の依存関係が反映された仮想化システム2のシステム性能モデル510を生成する。これにより、仮想化システム2の性能を予測することができる。したがって、本実施の形態に係る性能予測装置10は、仮想化システム2において、詳細が入手できない仮想マシンが複数動作している場合であっても、仮想化システム2の性能を好適に予測することが可能である。
(effect)
As described above, the performance prediction apparatus 10 according to the present embodiment defines the configuration of the virtualization system 2 as the hardware unit 300, the first application unit 400, and the second application unit 500. Then, the performance prediction apparatus 10 generates a measurement target unit performance model 310 of the measurement target unit 501 including the hardware unit 300 and the second application unit 500 and a virtual machine performance model 410 of the first application unit 400. Furthermore, the performance prediction apparatus 10 generates a system performance model 510 of the virtualization system 2 in which the dependency relationship between the respective units is reflected. Thereby, the performance of the virtualization system 2 can be predicted. Therefore, the performance prediction apparatus 10 according to the present embodiment suitably predicts the performance of the virtualization system 2 even when a plurality of virtual machines whose details are not available are operating in the virtualization system 2. Is possible.

<ハードウェアの構成例>
ここで、上述した各実施の形態に係る性能予測装置を実現可能なハードウェアの構成例について説明する。上述した性能予測装置(1、10)は、専用の装置として実現してもよいが、コンピュータ(情報処理装置)を用いて実現してもよい。
<Example of hardware configuration>
Here, a configuration example of hardware capable of realizing the performance prediction apparatus according to each embodiment described above will be described. The performance prediction devices (1, 10) described above may be realized as a dedicated device, but may be realized using a computer (information processing device).

図10は、本発明の各実施の形態を実現可能なコンピュータ(情報処理装置)のハードウェア構成を例示する図である。   FIG. 10 is a diagram illustrating a hardware configuration of a computer (information processing apparatus) capable of realizing each embodiment of the present invention.

図10に示した情報処理装置(コンピュータ)100のハードウェアは、CPU11、通信インタフェース(I/F)12、入出力ユーザインタフェース13、ROM(Read Only Memory)14、RAM(Random Access Memory)15、記憶装置17、及びコンピュータ読み取り可能な記憶媒体19のドライブ装置18を備え、これらがバス16を介して接続された構成を有する。入出力ユーザインタフェース13は、入力デバイスの一例であるキーボードや、出力デバイスとしてのディスプレイ等のマンマシンインタフェースである。通信インタフェース13は、上述した各実施の形態に係る装置(図1、図5)が、外部装置と、通信ネットワーク200を介して通信するための一般的な通信手段である。係るハードウェア構成において、CPU11は、各実施の形態に係る性能予測装置(1、10)を実現する情報処理装置100について、全体の動作を司る。   The hardware of the information processing apparatus (computer) 100 shown in FIG. 10 includes a CPU 11, a communication interface (I / F) 12, an input / output user interface 13, a ROM (Read Only Memory) 14, a RAM (Random Access Memory) 15, A storage device 17 and a drive device 18 of a computer-readable storage medium 19 are provided, and these are connected via a bus 16. The input / output user interface 13 is a man-machine interface such as a keyboard which is an example of an input device and a display as an output device. The communication interface 13 is a general communication means for the devices according to the above-described embodiments (FIGS. 1 and 5) to communicate with an external device via the communication network 200. In the hardware configuration, the CPU 11 governs the overall operation of the information processing apparatus 100 that realizes the performance prediction apparatuses (1, 10) according to the embodiments.

上述した各実施の形態を例に説明した本発明は、例えば、上記各実施の形態において説明した処理を実現可能なプログラム(コンピュータ・プログラム)を、図10に示す情報処理装置100に対して供給した後、そのプログラムを、CPU11に読み出して実行することによって達成される。なお、係るプログラムは、例えば、上記各実施の形態の説明において参照したフローチャート(図6、図7、図8)に記載した各種処理や、或いは、図1、図5に示したブロック図において当該装置内に示した各部(各ブロック)を実現可能なプログラムであってもよい。   The present invention described by taking each of the above-described embodiments as an example supplies, for example, a program (computer program) capable of realizing the processing described in each of the above-described embodiments to the information processing apparatus 100 illustrated in FIG. Then, the program is achieved by reading the program to the CPU 11 and executing it. Note that the program is, for example, the various processes described in the flowcharts (FIGS. 6, 7, and 8) referred to in the description of the above embodiments, or the block diagrams shown in FIGS. It may be a program capable of realizing each unit (each block) shown in the apparatus.

また、情報処理装置100内に供給されたプログラムは、読み書き可能な一時記憶メモリ(15)またはハードディスクドライブ等の不揮発性の記憶装置(17)に格納されてもよい。即ち、記憶装置17において、プログラム群17Aは、例えば、上述した各実施の形態における性能予測装置(1、10)内に示した各部の機能を実現可能なプログラムである。また、各種の記憶情報17Bは、例えば、上述した各実施の形態における第1アプリケーション部400の性能モデル群40や、仮想化システム2に関する実測値等である。ただし、情報処理装置100へのプログラムの実装に際して、個々のプログラム・モジュールの構成単位は、ブロック図(図1、図5)に示した各ブロックの区分けには限定されず、当業者が実装に際して適宜選択してよい。   The program supplied to the information processing apparatus 100 may be stored in a readable / writable temporary storage memory (15) or a non-volatile storage device (17) such as a hard disk drive. That is, in the storage device 17, the program group 17 </ b> A is a program that can realize the function of each unit shown in the performance prediction devices (1, 10) in the above-described embodiments, for example. Further, the various types of stored information 17B are, for example, the performance model group 40 of the first application unit 400 and the actual measurement values related to the virtualization system 2 in the above-described embodiments. However, when the program is installed in the information processing apparatus 100, the structural unit of each program module is not limited to the division of each block shown in the block diagrams (FIG. 1 and FIG. 5), and those skilled in the art can implement the program unit. You may select suitably.

また、前記の場合において、当該装置内へのプログラムの供給方法は、CD−ROM、フラッシュメモリ等のコンピュータ読み取り可能な各種の記録媒体(19)を介して当該装置内にインストールする方法や、インターネット等の通信回線(200)を介して外部よりダウンロードする方法等のように、現在では一般的な手順を採用することができる。そして、このような場合において、本発明は、係るコンピュータ・プログラムを構成するコード(プログラム群17A)或いは係るコードが格納された記憶媒体(19)によって構成されると捉えることができる。   In the above case, the program can be supplied to the apparatus by a method of installing in the apparatus via various computer-readable recording media (19) such as CD-ROM and flash memory, and the Internet. Currently, a general procedure can be adopted, such as a method of downloading from the outside via the communication line (200). In such a case, the present invention can be understood to be configured by a code (program group 17A) constituting the computer program or a storage medium (19) in which the code is stored.

以上、本発明を、上述した模範的な実施の形態およびその実施例に適用した例として説明した。しかしながら、本発明の技術的範囲は、上述した各実施の形態及び実施例に記載した範囲には限定されない。当業者には、係る実施の形態に対して多様な変更または改良を加えることが可能であることは明らかである。そのような場合、係る変更または改良を加えた新たな実施の形態も、本発明の技術的範囲に含まれ得る。そしてこのことは、特許請求の範囲に記載した事項から明らかである。   In the above, this invention was demonstrated as an example applied to exemplary embodiment mentioned above and its Example. However, the technical scope of the present invention is not limited to the scope described in the above-described embodiments and examples. It will be apparent to those skilled in the art that various modifications and improvements can be made to the embodiment. In such a case, new embodiments to which such changes or improvements are added can also be included in the technical scope of the present invention. This is clear from the matters described in the claims.

なお、上述した実施の形態の一部または全部は、以下の付記のようにも記載されうる。しかしながら、上述した実施の形態により例示的に説明した本発明は、以下には限られない。   In addition, a part or all of the above-described embodiments can be described as the following supplementary notes. However, the present invention described by way of example with the above-described embodiments is not limited to the following.

(付記1)情報処理システムの性能を予測するための性能予測装置であって、前記情報処理システムは、仮想マシン上で動作するアプリケーションに関する情報が入手可能な、1または複数の第1の仮想マシンを含む第1アプリケーション部と、仮想マシン上で動作するアプリケーションに関する情報が入手できない、1または複数の第2の仮想マシンを含む第2アプリケーション部と、ハードウェア部と、を有する仮想化システムであり、前記性能予測装置は、前記第1アプリケーション部の各前記第1の仮想マシンの前記アプリケーションに関する情報に基づいて、前記第1の仮想マシンの性能モデルを夫々生成する第1の性能モデル生成手段と、前記第2アプリケーション部、並びに、前記ハードウェア部を計測対象部として計測した結果に基づいて、前記計測対象部の性能モデルを生成する第2の性能モデル生成手段と、前記第1アプリケーション部の各前記第1の仮想マシンの性能モデルと、前記計測対象部の性能モデルとに対し、一方の部の性能モデルにおける出力値を、他方の部の性能モデルにおける入力値として利用する合成処理により、該2部間の依存関係が反映された、前記情報処理システムの性能モデルを生成するシステム性能モデル合成手段と、を備えることを特徴する性能予測装置。   (Supplementary Note 1) A performance prediction apparatus for predicting the performance of an information processing system, wherein the information processing system is capable of obtaining information related to an application operating on a virtual machine, or one or a plurality of first virtual machines A virtualization system having a first application unit including a second application unit including one or a plurality of second virtual machines and a hardware unit in which information on an application operating on the virtual machine cannot be obtained. The performance prediction device includes first performance model generation means for generating a performance model of the first virtual machine based on information about the application of each of the first virtual machines of the first application unit, respectively. The second application unit and the hardware unit are measured as measurement target units. Based on the results, a second performance model generation means for generating a performance model of the measurement target unit, a performance model of each of the first virtual machines of the first application unit, and a performance model of the measurement target unit, On the other hand, the performance model of the information processing system in which the dependency between the two parts is reflected by the synthesis process using the output value in the performance model of one part as the input value in the performance model of the other part. And a system performance model synthesizing unit for generating the performance prediction apparatus.

(付記2)前記システム性能モデル合成手段は、前記第1アプリケーション部の各前記第1の仮想マシンの性能モデルにリクエストが入力されるのに応じて、前記計測対象部に含まれる前記ハードウェア部を構成するハードウェアリソースの使用方法に関する情報を含むリソース要求を、当該第1の仮想マシンの性能モデルに発行させ、前記計測対象部の性能モデルに、前記リソース要求に応じた処理を行わせると共に、当該処理の完了に応じて、各前記第1の仮想マシンの性能モデルに対して、処理完了通知を発行させ、前記リソース要求と前記処理完了通知とを利用する合成処理を行うことを特徴とする付記1に記載の性能予測装置。   (Additional remark 2) The said system performance model synthetic | combination means is a said hardware part contained in the said measurement object part according to a request being input into the performance model of each said 1st virtual machine of the said 1st application part. A resource request including information on how to use the hardware resource that constitutes the first virtual machine is issued to the performance model of the first virtual machine, and the performance model of the measurement target unit performs processing according to the resource request In response to the completion of the process, a process completion notification is issued to the performance model of each first virtual machine, and a synthesis process using the resource request and the process completion notification is performed. The performance prediction apparatus according to Supplementary Note 1.

(付記3)前記システム性能モデル合成手段は、前記情報処理システムの性能モデルとして、前記計測対象部の性能モデルによって算出された性能指標と、前記リソース要求が前記計測対象部の性能モデルに対して発行されてから、前記計測対象部の性能モデルから前記処理完了通知が発行されるまでの所有時間と、の少なくとも何れかを提示することを特徴とする、付記2に記載の性能予測装置。   (Additional remark 3) The said system performance model synthetic | combination means is a performance index calculated by the performance model of the said measurement object part as a performance model of the said information processing system, and the said resource request | requirement with respect to the performance model of the said measurement object part The performance prediction apparatus according to appendix 2, wherein at least one of the possession time from when the process is issued to when the process completion notification is issued from the performance model of the measurement target unit is presented.

(付記4)前記ハードウェア部は、仮想マシンモニタと、物理マシンのハードウェアと、を含むことを特徴とする、付記1から3の何れかに記載の性能予測装置。   (Additional remark 4) The said hardware part contains the virtual machine monitor and the hardware of a physical machine, The performance prediction apparatus in any one of Additional remark 1 to 3 characterized by the above-mentioned.

(付記5)前記第2の仮想マシンは、当該第2の仮想マシンにおけるアプリケーションの詳細が入手できない仮想マシン、および、第3者が所有している仮想マシンの少なくとも何れかを含むことを特徴とする、付記1から4の何れかに記載の性能予測装置。   (Supplementary Note 5) The second virtual machine includes at least one of a virtual machine for which details of an application in the second virtual machine cannot be obtained and a virtual machine owned by a third party. The performance prediction apparatus according to any one of appendices 1 to 4.

(付記6)前記第2の性能モデル生成手段は、前記情報処理システムを計測し、当該計測に用いた入力値と、当該入力値に対応する、当該計測によって得られた出力値とに基づいて、前記計測対象部の性能モデルを生成することを特徴とする、付記1から5の何れかに記載の性能予測装置。   (Additional remark 6) The said 2nd performance model production | generation means measures the said information processing system, and is based on the input value used for the said measurement, and the output value obtained by the said measurement corresponding to the said input value The performance prediction apparatus according to any one of appendices 1 to 5, wherein a performance model of the measurement target unit is generated.

(付記7)前記計測対象部に対する計測は、使用頻度の傾向が異なる時間軸上の単位毎に行われることを特徴とする、付記1から6の何れかに記載の性能予測装置。   (Supplementary note 7) The performance prediction apparatus according to any one of supplementary notes 1 to 6, wherein the measurement with respect to the measurement target unit is performed for each unit on a time axis having a different usage frequency tendency.

(付記8)前記第1の性能モデル生成手段の代わりに、あるいは、前記第1の性能モデル生成手段に加えて更に、前記第1の仮想マシンにて動作するアプリケーションの設計情報に基づき生成された、前記第1アプリケーション部の性能モデルを1つ以上格納している記憶手段から、特定の性能モデルを選択する、性能モデル特定手段を備えることを特徴とする、付記1から7の何れかに記載の性能予測装置。   (Supplementary Note 8) Instead of the first performance model generation means or in addition to the first performance model generation means, it is generated based on design information of an application operating on the first virtual machine. The apparatus according to any one of appendices 1 to 7, further comprising performance model specifying means for selecting a specific performance model from storage means storing one or more performance models of the first application unit. Performance prediction device.

(付記9)前記第2の仮想マシンが動作する場合の、前記情報処理システムの計測に関わる設定値と、当該計測の実行命令を指定可能な入力内容指定手段と、前記情報処理システムの設定値である入力値と、当該入力値に対応する出力値とを収集する情報収集手段と、を更に備え、前記第2の性能モデル生成手段は、前記入力値と、前記出力値とに基づいて、前記計測対象部の性能モデルを生成することを特徴とする、付記1から8の何れかに記載の性能予測装置。   (Additional remark 9) When the said 2nd virtual machine operate | moves, the setting value regarding the measurement of the said information processing system, the input content designation | designated means which can designate the execution command of the said measurement, The setting value of the said information processing system Information collecting means for collecting the input value and the output value corresponding to the input value, wherein the second performance model generating means is based on the input value and the output value, The performance prediction apparatus according to any one of appendices 1 to 8, wherein a performance model of the measurement target unit is generated.

(付記10)情報処理システムの性能を予測するための性能予測装置における性能モデル生成方法であって、前記情報処理システムは、仮想マシン上で動作するアプリケーションに関する情報が入手可能な、1または複数の第1の仮想マシンを含む第1アプリケーション部と、仮想マシン上で動作するアプリケーションに関する情報が入手できない、1または複数の第2の仮想マシンを含む第2アプリケーション部と、ハードウェア部と、を有する仮想化システムであり、前記性能モデル生成方法は、前記第1アプリケーション部の各前記第1の仮想マシンの前記アプリケーションに関する情報に基づいて、前記第1の仮想マシンの性能モデルを夫々生成し、前記第2アプリケーション部並びに前記ハードウェア部を計測対象部とし、当該計測対象部を計測対象として計測した結果に基づいて、前記計測対象部の性能モデルを生成し、前記第1アプリケーション部の各前記第1の仮想マシンの性能モデルと、前記計測対象部の性能モデルとに対し、一方の部の性能モデルにおける出力値を、他方の部の性能モデルにおける入力値として利用することにより、該2部間の依存関係が反映された、前記情報処理システムの性能モデルを生成する、ことを特徴する性能モデル生成方法。   (Supplementary Note 10) A performance model generation method in a performance prediction apparatus for predicting the performance of an information processing system, wherein the information processing system is capable of obtaining information on an application operating on a virtual machine. A first application unit including a first virtual machine; a second application unit including one or more second virtual machines for which information relating to an application running on the virtual machine cannot be obtained; and a hardware unit. In the virtualization system, the performance model generation method generates a performance model of the first virtual machine based on information on the application of each of the first virtual machines of the first application unit, and The second application part and the hardware part are the measurement target parts, and Based on the measurement result of the target unit as a measurement target, a performance model of the measurement target unit is generated, a performance model of each of the first virtual machines of the first application unit, and a performance model of the measurement target unit, On the other hand, by using the output value in the performance model of one part as the input value in the performance model of the other part, the performance model of the information processing system that reflects the dependency between the two parts is generated. A performance model generation method characterized by:

(付記11)情報処理システムの性能を予測するための性能予測装置を含むコンピュータに実行させるプログラムであって、前記情報処理システムは、仮想マシン上で動作するアプリケーションに関する情報が入手可能な、1または複数の第1の仮想マシンを含む第1アプリケーション部と、仮想マシン上で動作するアプリケーションに関する情報が入手できない、1または複数の第2の仮想マシンを含む第2アプリケーション部と、ハードウェア部と、を有する仮想化システムであり、前記プログラムは、前記第1アプリケーション部の各前記第1の仮想マシンの前記アプリケーションに関する情報に基づいて、前記第1の仮想マシンの性能モデルを夫々生成する処理と、前記第2アプリケーション部並びに前記ハードウェア部を計測対象部とし、当該計測対象部を計測対象として計測した結果に基づいて、前記計測対象部の性能モデルを生成する処理と、前記第1アプリケーション部の各前記第1の仮想マシンの性能モデルと、前記計測対象部の性能モデルとに対し、一方の部の性能モデルにおける出力値を、他方の部の性能モデルにおける入力値として利用する合成処理により、該2部間の依存関係が反映された、前記情報処理システムの性能モデルを生成する処理と、をコンピュータに実行させることを特徴する、プログラム。   (Supplementary Note 11) A program to be executed by a computer including a performance prediction device for predicting the performance of an information processing system, wherein the information processing system can obtain information on an application operating on a virtual machine, A first application unit including a plurality of first virtual machines, a second application unit including one or a plurality of second virtual machines for which information relating to an application running on the virtual machine cannot be obtained, a hardware unit, A process for generating a performance model of the first virtual machine based on information on the application of each of the first virtual machines in the first application unit, respectively. Measure the second application part and the hardware part And a process for generating a performance model of the measurement target unit based on a measurement result of the measurement target unit as a measurement target, a performance model of each first virtual machine of the first application unit, and the measurement The information in which the dependency relationship between the two parts is reflected by the synthesis process using the output value in the performance model of one part as the input value in the performance model of the other part with respect to the performance model of the target part A program for causing a computer to execute processing for generating a performance model of a processing system.

(付記12)付記11に記載のプログラムを記憶する、ことを特徴とするコンピュータ読み取り可能な記録媒体。   (Supplementary note 12) A computer-readable recording medium characterized by storing the program according to Supplementary note 11.

1 性能予測装置
2 仮想化システム
3 計測対象部性能モデル生成部
4 仮想マシン性能モデル生成部
5 システム性能モデル合成部
10 性能予測装置
30 入力内容指定部
31 情報収集部
32 計測対象部性能モデル生成部
40 性能モデル群
41 記憶部
42 仮想マシン性能モデル特定部
50 システム性能モデル合成部
60 リソース要求
61 処理完了通知
201 第1の仮想マシン
202 仮想マシンモニタ
203 物理マシンのハードウェア
300 ハードウェア部
301 第2の仮想マシン
310 計測対象部性能モデル
400 第1アプリケーション部
410 仮想マシン性能モデル
500 第2アプリケーション部
501 計測対象部
510 システム性能モデル
604 性能指標
DESCRIPTION OF SYMBOLS 1 Performance prediction apparatus 2 Virtualization system 3 Measurement object part performance model generation part 4 Virtual machine performance model generation part 5 System performance model synthesis part 10 Performance prediction apparatus 30 Input content designation part 31 Information collection part 32 Measurement object part Performance model generation part 40 Performance Model Group 41 Storage Unit 42 Virtual Machine Performance Model Specification Unit 50 System Performance Model Synthesis Unit 60 Resource Request 61 Processing Completion Notification 201 First Virtual Machine 202 Virtual Machine Monitor 203 Physical Machine Hardware 300 Hardware Unit 301 Second Virtual machine 310 measurement target part performance model 400 first application part 410 virtual machine performance model 500 second application part 501 measurement target part 510 system performance model 604 performance index

Claims (10)

情報処理システムの性能を予測するための性能予測装置であって、
前記情報処理システムは、仮想マシン上で動作するアプリケーションに関する情報が入手可能な、1または複数の第1の仮想マシンを含む第1アプリケーション部と、仮想マシン上で動作するアプリケーションに関する情報が入手できない、1または複数の第2の仮想マシンを含む第2アプリケーション部と、ハードウェア部と、を有する仮想化システムであり、
前記性能予測装置は、
前記第1アプリケーション部の各前記第1の仮想マシンの前記アプリケーションに関する情報に基づいて、前記第1の仮想マシンの性能モデルを夫々生成する第1の性能モデル生成手段と、
前記第2アプリケーション部並びに前記ハードウェア部を計測対象部とし、当該計測対象部を計測対象として計測した結果に基づいて、前記計測対象部の性能モデルを生成する第2の性能モデル生成手段と、
前記第1アプリケーション部の各前記第1の仮想マシンの性能モデルと、前記計測対象部の性能モデルとに対し、一方の部の性能モデルにおける出力値を、他方の部の性能モデルにおける入力値として利用する合成処理により、該2部間の依存関係が反映された、前記情報処理システムの性能モデルを生成するシステム性能モデル合成手段と、を備えることを特徴する性能予測装置。
A performance prediction device for predicting the performance of an information processing system,
The information processing system cannot obtain information on an application running on a virtual machine, a first application unit including one or more first virtual machines that can obtain information on an application running on the virtual machine, A virtualization system including a second application unit including one or a plurality of second virtual machines, and a hardware unit;
The performance prediction apparatus is
First performance model generation means for generating a performance model of the first virtual machine based on information on the application of each of the first virtual machines of the first application unit;
A second performance model generating unit configured to generate a performance model of the measurement target unit based on a result of measurement using the second application unit and the hardware unit as a measurement target unit and the measurement target unit as a measurement target;
For the performance model of each first virtual machine of the first application unit and the performance model of the measurement target unit, an output value in the performance model of one unit is used as an input value in the performance model of the other unit A performance prediction apparatus comprising: a system performance model synthesis unit that generates a performance model of the information processing system in which a dependency relationship between the two parts is reflected by a synthesis process to be used.
前記システム性能モデル合成手段は、
前記第1アプリケーション部の各前記第1の仮想マシンの性能モデルにリクエストが入力されるのに応じて、前記計測対象部に含まれる前記ハードウェア部を構成するハードウェアリソースの使用方法に関する情報を含むリソース要求を、当該第1の仮想マシンの性能モデルに発行させ、
前記計測対象部の性能モデルに、前記リソース要求に応じた処理を行わせると共に、当該処理の完了に応じて、各前記第1の仮想マシンの性能モデルに対して、処理完了通知を発行させ、
前記リソース要求と前記処理完了通知とを利用する合成処理を行うことを特徴とする請求項1に記載の性能予測装置。
The system performance model synthesis means includes:
Information on how to use hardware resources constituting the hardware unit included in the measurement target unit in response to a request input to the performance model of each first virtual machine of the first application unit A resource request including the request is issued to the performance model of the first virtual machine,
While allowing the performance model of the measurement target unit to perform processing according to the resource request, in response to completion of the processing, to issue a processing completion notification to the performance model of each first virtual machine,
The performance prediction apparatus according to claim 1, wherein a synthesis process using the resource request and the process completion notification is performed.
前記システム性能モデル合成手段は、前記情報処理システムの性能モデルとして、
前記計測対象部の性能モデルによって算出された性能指標と、
前記リソース要求が前記計測対象部の性能モデルに対して発行されてから、前記計測対象部の性能モデルから前記処理完了通知が発行されるまでの所有時間と、の少なくとも何れかを提示することを特徴とする、請求項2に記載の性能予測装置。
The system performance model synthesizing means, as a performance model of the information processing system,
A performance index calculated by a performance model of the measurement target unit;
Presenting at least one of the possession time from when the resource request is issued to the performance model of the measurement target unit to when the processing completion notification is issued from the performance model of the measurement target unit The performance prediction apparatus according to claim 2, wherein the performance prediction apparatus is characterized.
前記ハードウェア部は、仮想マシンモニタと、物理マシンのハードウェアと、を含むことを特徴とする、請求項1から3の何れか1項に記載の性能予測装置。   The said hardware part contains the virtual machine monitor and the hardware of a physical machine, The performance prediction apparatus of any one of Claim 1 to 3 characterized by the above-mentioned. 前記第2の性能モデル生成手段は、前記情報処理システムを計測し、当該計測に用いた入力値と、当該入力値に対応する、当該計測によって得られた出力値とに基づいて、前記計測対象部の性能モデルを生成することを特徴とする、請求項1から4の何れか1項に記載の性能予測装置。   The second performance model generation means measures the information processing system, and based on the input value used for the measurement and the output value obtained by the measurement corresponding to the input value, 5. The performance prediction apparatus according to claim 1, wherein a performance model of a part is generated. 前記計測対象部に対する計測は、使用頻度の傾向が異なる時間軸上の単位毎に行われることを特徴とする、請求項1から5の何れか1項に記載の性能予測装置。   6. The performance prediction apparatus according to claim 1, wherein the measurement of the measurement target unit is performed for each unit on a time axis having a different usage frequency tendency. 前記第1の性能モデル生成手段の代わりに、あるいは、前記第1の性能モデル生成手段に加えて更に、前記第1の仮想マシンにて動作するアプリケーションの設計情報に基づき生成された、前記第1アプリケーション部の性能モデルを1つ以上格納している記憶手段から、特定の性能モデルを選択する、性能モデル特定手段を備えることを特徴とする、請求項1から6の何れか1項に記載の性能予測装置。   Instead of the first performance model generation means, or in addition to the first performance model generation means, the first performance model is generated based on design information of an application operating in the first virtual machine. 7. The apparatus according to claim 1, further comprising a performance model specifying unit that selects a specific performance model from a storage unit that stores one or more performance models of the application unit. 8. Performance prediction device. 前記第2の仮想マシンが動作する場合の、前記情報処理システムの計測に関わる設定値と、当該計測の実行命令を指定可能な入力内容指定手段と、
前記情報処理システムの設定値である入力値と、当該入力値に対応する出力値とを収集する情報収集手段と、を更に備え、
前記第2の性能モデル生成手段は、前記入力値と、前記出力値とに基づいて、前記計測対象部の性能モデルを生成することを特徴とする、請求項1から7の何れか1項に記載の性能予測装置。
A setting value related to the measurement of the information processing system when the second virtual machine operates, and an input content specifying means capable of specifying an execution instruction of the measurement;
An information collection means for collecting an input value that is a setting value of the information processing system and an output value corresponding to the input value;
The said 2nd performance model production | generation means produces | generates the performance model of the said measurement object part based on the said input value and the said output value, The any one of Claim 1 to 7 characterized by the above-mentioned. The performance prediction apparatus described.
情報処理システムの性能を予測するための性能予測装置における性能モデル生成方法であって、
前記情報処理システムは、仮想マシン上で動作するアプリケーションに関する情報が入手可能な、1または複数の第1の仮想マシンを含む第1アプリケーション部と、仮想マシン上で動作するアプリケーションに関する情報が入手できない、1または複数の第2の仮想マシンを含む第2アプリケーション部と、ハードウェア部と、を有する仮想化システムであり、
前記性能モデル生成方法は、
前記第1アプリケーション部の各前記第1の仮想マシンの前記アプリケーションに関する情報に基づいて、前記第1の仮想マシンの性能モデルを夫々生成し、
前記第2アプリケーション部並びに前記ハードウェア部を計測対象部とし、当該計測対象部を計測対象として計測した結果に基づいて、前記計測対象部の性能モデルを生成し、
前記第1アプリケーション部の各前記第1の仮想マシンの性能モデルと、前記計測対象部の性能モデルとに対し、一方の部の性能モデルにおける出力値を、他方の部の性能モデルにおける入力値として利用することにより、該2部間の依存関係が反映された、前記情報処理システムの性能モデルを生成する、ことを特徴する性能モデル生成方法。
A performance model generation method in a performance prediction device for predicting the performance of an information processing system,
The information processing system cannot obtain information on an application running on a virtual machine, a first application unit including one or more first virtual machines that can obtain information on an application running on the virtual machine, A virtualization system including a second application unit including one or a plurality of second virtual machines, and a hardware unit;
The performance model generation method includes:
Based on the information related to the application of each of the first virtual machines in the first application unit, respectively, generate a performance model of the first virtual machine,
Based on the measurement result of the second application unit and the hardware unit as a measurement target unit and the measurement target unit as a measurement target, a performance model of the measurement target unit is generated,
For the performance model of each first virtual machine of the first application unit and the performance model of the measurement target unit, an output value in the performance model of one unit is used as an input value in the performance model of the other unit A performance model generation method characterized by generating a performance model of the information processing system in which the dependency relationship between the two parts is reflected by using.
情報処理システムの性能を予測するための性能予測装置を含むコンピュータに実行させるプログラムであって、
前記情報処理システムは、仮想マシン上で動作するアプリケーションに関する情報が入手可能な、1または複数の第1の仮想マシンを含む第1アプリケーション部と、仮想マシン上で動作するアプリケーションに関する情報が入手できない、1または複数の第2の仮想マシンを含む第2アプリケーション部と、ハードウェア部と、を有する仮想化システムであり、
前記プログラムは、
前記第1アプリケーション部の各前記第1の仮想マシンの前記アプリケーションに関する情報に基づいて、前記第1の仮想マシンの性能モデルを夫々生成する処理と、
前記第2アプリケーション部並びに前記ハードウェア部を計測対象部とし、当該計測対象部を計測対象として計測した結果に基づいて、前記計測対象部の性能モデルを生成する処理と、
前記第1アプリケーション部の各前記第1の仮想マシンの性能モデルと、前記計測対象部の性能モデルとに対し、一方の部の性能モデルにおける出力値を、他方の部の性能モデルにおける入力値として利用する合成処理により、該2部間の依存関係が反映された、前記情報処理システムの性能モデルを生成する処理と、をコンピュータに実行させることを特徴する、プログラム。
A program to be executed by a computer including a performance prediction device for predicting the performance of an information processing system,
The information processing system cannot obtain information on an application running on a virtual machine, a first application unit including one or more first virtual machines that can obtain information on an application running on the virtual machine, A virtualization system including a second application unit including one or a plurality of second virtual machines, and a hardware unit;
The program is
Processing for generating a performance model of the first virtual machine based on information on the application of each of the first virtual machines in the first application unit;
A process of generating a performance model of the measurement target unit based on a result of measurement using the second application unit and the hardware unit as a measurement target unit and the measurement target unit as a measurement target;
For the performance model of each first virtual machine of the first application unit and the performance model of the measurement target unit, an output value in the performance model of one unit is used as an input value in the performance model of the other unit A program for causing a computer to execute a process of generating a performance model of the information processing system in which a dependency relationship between the two parts is reflected by a combining process to be used.
JP2014010103A 2014-01-23 2014-01-23 Performance prediction apparatus, performance model generation method, and program Active JP5871018B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2014010103A JP5871018B2 (en) 2014-01-23 2014-01-23 Performance prediction apparatus, performance model generation method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2014010103A JP5871018B2 (en) 2014-01-23 2014-01-23 Performance prediction apparatus, performance model generation method, and program

Publications (2)

Publication Number Publication Date
JP2015138432A true JP2015138432A (en) 2015-07-30
JP5871018B2 JP5871018B2 (en) 2016-03-01

Family

ID=53769374

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2014010103A Active JP5871018B2 (en) 2014-01-23 2014-01-23 Performance prediction apparatus, performance model generation method, and program

Country Status (1)

Country Link
JP (1) JP5871018B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101886317B1 (en) * 2017-04-28 2018-08-08 울산과학기술원 Apparatus and method for selecting placement of virtual machine
CN108572902A (en) * 2017-03-07 2018-09-25 三星电子株式会社 Storage device and the method for reporting performance capability

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012128771A (en) * 2010-12-17 2012-07-05 Mitsubishi Electric Corp Information processing apparatus and program

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012128771A (en) * 2010-12-17 2012-07-05 Mitsubishi Electric Corp Information processing apparatus and program

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108572902A (en) * 2017-03-07 2018-09-25 三星电子株式会社 Storage device and the method for reporting performance capability
CN108572902B (en) * 2017-03-07 2023-11-07 三星电子株式会社 Storage device and method for reporting performance capability
KR101886317B1 (en) * 2017-04-28 2018-08-08 울산과학기술원 Apparatus and method for selecting placement of virtual machine

Also Published As

Publication number Publication date
JP5871018B2 (en) 2016-03-01

Similar Documents

Publication Publication Date Title
Shahidinejad et al. An elastic controller using Colored Petri Nets in cloud computing environment
US9300552B2 (en) Scaling a cloud infrastructure
US20160224372A1 (en) Determining an optimal computing environment for running an image
Soualhia et al. Predicting scheduling failures in the cloud: A case study with google clusters and hadoop on amazon EMR
US20140215471A1 (en) Creating a model relating to execution of a job on platforms
US9524179B2 (en) Virtual-machine-deployment-action analysis
US20200125973A1 (en) Data Centre Utilisation Forecasting System And Method
US10200461B2 (en) Virtualized capacity management
US10243819B1 (en) Template generation based on analysis
JP6094593B2 (en) Information system construction device, information system construction method, and information system construction program
US20150012629A1 (en) Producing a benchmark describing characteristics of map and reduce tasks
JP2014132419A (en) Performance prediction device of virtualization system, performance prediction method and computer program
Tertilt et al. Generic performance prediction for ERP and SOA applications
Kroß et al. Model-based performance evaluation of batch and stream applications for big data
JP5884841B2 (en) Performance prediction apparatus and performance model generation method
US20210263718A1 (en) Generating predictive metrics for virtualized deployments
JP5871018B2 (en) Performance prediction apparatus, performance model generation method, and program
JP2014174609A (en) Hardware configuration estimation system, hardware configuration estimation method and hardware configuration estimation program
US11782704B1 (en) Application refactoring with explainability
WO2022111112A1 (en) Automatically adjusting data access policies in data analytics
Król et al. Data farming on heterogeneous clouds
US11093229B2 (en) Deployment scheduling using failure rate prediction
JP6226895B2 (en) Network evaluation system and network evaluation method
JP2023545316A (en) Determining the impact of multiple applications on system performance
Krishnamurthy et al. Towards automated HPC scheduler configuration tuning

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20151110

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: 20151215

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20151228

R150 Certificate of patent or registration of utility model

Ref document number: 5871018

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150