JP4752767B2 - System configuration candidate derivation device, method and program - Google Patents
System configuration candidate derivation device, method and program Download PDFInfo
- Publication number
- JP4752767B2 JP4752767B2 JP2007004375A JP2007004375A JP4752767B2 JP 4752767 B2 JP4752767 B2 JP 4752767B2 JP 2007004375 A JP2007004375 A JP 2007004375A JP 2007004375 A JP2007004375 A JP 2007004375A JP 4752767 B2 JP4752767 B2 JP 4752767B2
- Authority
- JP
- Japan
- Prior art keywords
- system configuration
- layer
- configuration candidate
- correlation
- server
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Fee Related
Links
Images
Landscapes
- Debugging And Monitoring (AREA)
Description
本発明は、管理対象となるシステムの構成を変更する場合における変更後の構成の候補を特定するシステム構成候補導出装置、システム構成候補特定方法およびシステム構成候補特定プログラムに関する。 The present invention relates to a system configuration candidate derivation device, a system configuration candidate specifying method, and a system configuration candidate specifying program for specifying a configuration candidate after change when the configuration of a system to be managed is changed.
従来の運用管理システムの一例が、特許文献1に記載されている。特許文献1に記載された運用管理システムは、管理対象システムのログを監視することにより業務パターン(どの業務がどれくらい実行されているかという割合)を抽出する。そして、性能予測シミュレーション部が、その業務パターンにおける応答時間とスループットを算出する。予測性能がシステムの要求性能を満足しない場合、拡張または縮小するハードウェア構成を特定する条件に従って変更対象となる構成を特定する。性能予測シミュレーション部によって算出される予測性能がシステムの要求性能を満足するまで上記の動作を繰り返し、予測性能が要求性能を満足したならば、最適な構成を提示する。
An example of a conventional operation management system is described in
図17は、管理対象となるシステムの例を示す説明図である。図17に例示する管理対象システムは、ロードバランサ240と、Web層210と、AP層220と、DB層230とを含む。層とは、同種のソフトウェアが搭載されそのソフトウェアに従って動作するコンピュータの集合である。Web層210は、端末(図示せず。)からのリクエストに応じて端末にWebページを提供する処理をコンピュータに実行させるプログラムを搭載したWebサーバ211の集合である。AP層220は、Webサーバからの要求に応じた処理をコンピュータに実行させるプログラムを搭載したサーバ(以下、AP(アプリケーション)サーバと記す。)221の集合である。DB層230は、データベース(図示せず。)からデータを抽出する処理をコンピュータに実行させるプログラムを搭載したサーバ(以下、DB(データベース)サーバと記す。)231の集合である。
FIG. 17 is an explanatory diagram illustrating an example of a system to be managed. The management target system illustrated in FIG. 17 includes a
Webサーバ211は、端末(図示せず。)からのリクエストに応じて端末にWebページを送信する。APサーバ221は、Webサーバからの要求に応じた種々の処理を実行する。DBサーバ231は、データベースからのデータの読み込みを行う。
The
Webサーバ211は、第1通信ネットワーク212に接続されている。APサーバ221は、第2通信ネットワーク222に接続されている。DBサーバ231は、第3通信ネットワーク232に接続されている。第1通信ネットワーク212と第2通信ネットワーク222とはルータ251によって接続され、第2通信ネットワーク222と第3通信ネットワーク232とはルータ252によって接続されている。ロードバランサ240は、各Webサーバ211の負荷が分散されるように、端末(図示せず。)からWebサーバ211へのリクエストを振り分ける。
The
いずれかのWebサーバ211が端末からのリクエストを受信すると、そのWebサーバ211は、いずれかのAPサーバ221にリクエストに応じた処理を実行させる。APサーバ221は、DBサーバ231に、データベース(図示せず。)から処理に必要なデータを抽出させ、そのデータを用いて処理を進める。Webサーバ211は、APサーバ221による処理結果を反映させたWebページを端末に送信する。
When any
このようなシステムを監視する場合、システムに含まれる各サーバ等の負荷状況を監視する監視システム170が設けられる。監視システム170は、例えば、各通信ネットワーク212,222,232に接続され、各サーバ等の負荷状況を監視する。負荷状況とは、例えば、各サーバのCPUの稼働率、各サーバが受信するリクエスト等の各種命令の数である。
When monitoring such a system, a
特許文献1に記載された運用管理システムでは、業務パターンに応じた性能を予測し、その予測性能と、管理対象となるシステムに要求される要求性能とを比較して、予測性能が要求性能を満たすまで、変更対象となる構成を特定し、性能の予測および要求性能との比較を繰り返す。しかし、拡張または縮小する構成を特定する条件次第により、要求性能を満たすような構成を特定できない場合があり得る。例えば、ある構成を特定し、システムの構成を切り替えた場合、切り替え前で問題となっていた事象が解決されても、新たな問題が発現することがあり得る。具体的には、切り替え前におけるボトルネックを解消できたとしても、構成を切り替えることで別の構成要素がボトルネックとなることもあり得る。また、システムの構成を切り替えた場合、構成を切り替えた後のシステムに含まれる構成要素同士の組み合わせにより、ある構成要素が別の構成要素に影響を及ぼし、所望の要求性能が得られないということもあり得る。この結果、予測性能を算出して要求性能との比較を行う処理を繰り返しても、要求性能を満たすような構成を特定できない場合が生じ得る。
The operation management system described in
システムに属する構成要素のバランスがとれていないと、システム全体のパフォーマンスに影響を及ぼしてしまう。例えば、図17に例示するシステムの一部の層のサーバ数が少なかったり、一部の層に性能不足が生じたりしていると、システム全体として良好な応答ができなくなる。また、ある一部の層にサーバが過剰に存在すると、そのサーバの中にはシステム全体のパフォーマンスに寄与しないサーバも含まれ得る。このような状態は、無駄なコストが生じていることを意味する。 If the components belonging to the system are not balanced, the performance of the entire system will be affected. For example, if the number of servers in some layers of the system illustrated in FIG. 17 is small or performance deficiencies occur in some layers, a satisfactory response cannot be obtained as a whole system. In addition, if there are excessive servers in a certain layer, some of the servers may not contribute to the performance of the entire system. Such a state means that useless costs have occurred.
監視システム170が各サーバ等の負荷状況を監視した結果、いずれかの層のサーバ数が十分でないこと、あるいは過剰であることが明らかになったとする。この場合、システム管理者がその層にサーバを追加したり、あるいはサーバを削除したりすることが考えられる。しかし、このように、ある構成要素の過剰や不足が認識される度に、単にその構成要素を増減させていくだけでは、システムの構成要素を変更した後において、各構成要素の数が適当であるとは限らない。
As a result of the
また、管理対象システムに含まれるシステム構成要素の組み合わせであって一部の層のシステム構成要素が過剰に多かったり少なかったりすることのない組み合わせを導出可能なシステム構成候補導出装置、システム構成候補特定方法およびシステム構成候補特定プログラムを提供することを目的とする。 Also, a system configuration candidate derivation device and system configuration candidate identification that can derive a combination of system components included in a managed system and that does not cause excessive or small number of system components in some layers It is an object to provide a method and a system configuration candidate specifying program.
本発明のシステム構成候補導出装置は、同種のソフトウェアが搭載されそのソフトウェアに従って動作するシステム構成要素の集合である層を複数含む管理対象システムの構成の候補であるシステム構成候補を導出するシステム構成候補導出装置であって、管理対象システムの負荷状況を値として示す各層のメトリックを計測し、異なる層から計測したメトリックの組におけるメトリック間の値の相関性を導出する要素間相関性導出手段と、システム構成要素の台数とその台数のシステム構成要素の処理量との関係を導出可能な情報である性能プロファイルと、メトリック間の値の相関性とに基づいて、システム構成候補を導出するシステム構成候補列挙手段とを備えたことを特徴とする。 The system configuration candidate derivation apparatus according to the present invention is a system configuration candidate for deriving a system configuration candidate that is a candidate for the configuration of a managed system including a plurality of layers that are sets of system components that are loaded with the same kind of software and operate according to the software. An derivation device that measures a metric of each layer indicating a load status of a managed system as a value, and derives a correlation between values of metrics in a set of metrics measured from different layers ; System configuration candidates for deriving system configuration candidates based on performance profiles that are information that can derive the relationship between the number of system components and the processing amount of the system components, and the correlation of values between metrics And enumeration means.
そのような構成によれば、システム構成候補列挙手段が、システム構成要素の台数とその台数のシステム構成要素の処理量との関係を導出可能な情報である性能プロファイルと、メトリックの相関性とに基づいて、システム構成候補を導出するので、一部の層のシステム構成要素が過剰に多かったり少なかったりすることのないシステム構成候補を導出することができる。 According to such a configuration, the system configuration candidate enumeration means includes the performance profile, which is information capable of deriving the relationship between the number of system components and the processing amount of the system components, and the metric correlation. Based on this, system configuration candidates are derived, and therefore system configuration candidates that do not have an excessively large or small number of system components in some layers can be derived.
本発明のシステム構成候補導出装置は、例えば、性能プロファイルを提供する性能プロファイル手段を備える。 The system configuration candidate derivation device of the present invention includes, for example, performance profile means for providing a performance profile.
また、要素間相関性導出手段が、時間経過に伴いメトリックを継続して計測し、メトリックを変数としてその変数と係数との乗算を含む式に各時刻におけるメトリックを代入して、係数を算出し、算出した係数の分散が閾値以下であれば係数に基づいてメトリック間の値の相関性を導出する構成であってもよい。 In addition, the inter-element correlation deriving means continuously measures the metric as time passes, calculates the coefficient by substituting the metric at each time into an expression including multiplication of the variable and the coefficient, using the metric as a variable. If the calculated variance of the coefficients is equal to or less than a threshold value, the correlation between the values of the metrics may be derived based on the coefficients.
システム構成候補列挙手段が、基準となる一つの層におけるシステム構成要素の台数毎に、性能プロファイルに基づいて基準となる層での台数での処理量を求め、その処理量と、メトリック間の値の相関性とに基づいて、他の層における処理量を算出し、他の層における処理量を処理可能な台数を性能プロファイルから導出することによってシステム構成候補を導出する構成であってもよい。 The system configuration candidate enumeration means obtains the processing amount in the number of units in the reference layer based on the performance profile for each number of system components in one reference layer, and the processing amount and the value between metrics The system configuration candidate may be derived by calculating the processing amount in the other layer based on the correlation between the two, and deriving the number of units capable of processing the processing amount in the other layer from the performance profile.
システム構成候補列挙手段が、メトリック間の値の相関性から各層の処理量比を求め、各層のシステム構成要素の数を初期値に定め、性能プロファイルから各層の処理量比を求め、性能プロファイルより求めた処理量比の各項を、メトリック間の値の相関性から求めた処理量比の対応する各項で除算した除算結果が最も小さい項に対応する層のシステム構成要素を特定し、その層のシステム構成要素の台数を追加することを繰り返すことによってシステム構成候補を導出する構成であってもよい。 The system configuration candidate enumeration means obtains the throughput ratio of each layer from the correlation of values between metrics, sets the number of system components in each layer to the initial value, and obtains the throughput ratio of each layer from the performance profile. Identify the system component of the layer corresponding to the term with the smallest division result by dividing each term of the obtained throughput ratio by each corresponding term of the throughput ratio obtained from the correlation of values between metrics. The configuration may be such that system configuration candidates are derived by repeating the addition of the number of system component elements in the layer.
また、本発明のシステム構成候補導出プログラムは、同種のソフトウェアが搭載されそのソフトウェアに従って動作するシステム構成要素の集合である層を複数含む管理対象システムの構成の候補であるシステム構成候補を導出するコンピュータに搭載されるシステム構成候補導出プログラムであって、コンピュータに、管理対象システムの負荷状況を値として示す各層のメトリックを計測し、異なる層から計測したメトリックの組におけるメトリック間の値の相関性を導出する要素間相関性導出処理、およびシステム構成要素の台数とその台数のシステム構成要素の処理量との関係を導出可能な情報である性能プロファイルと、メトリック間の値の相関性とに基づいて、システム構成候補を導出するシステム構成候補列挙処理を実行させることを特徴とする。 Further, the system configuration candidate derivation program of the present invention is a computer for deriving a system configuration candidate that is a candidate for configuration of a managed system including a plurality of layers that are a set of system components that are loaded with the same kind of software and operate according to the software. Is a system configuration candidate derivation program installed in, which measures the metric of each layer that shows the load status of the managed system as a value on the computer, and correlates the value between the metrics in the metric set measured from different layers Based on the correlation between the metrics and the performance profile that is the information that can derive the relationship between the number of system components to be derived and the relationship between the number of system components and the amount of processing of the system components Execute system configuration candidate enumeration process for deriving system configuration candidates And wherein the door.
コンピュータに、要素間相関性導出処理で、時間経過に伴いメトリックを継続して計測し、メトリックを変数としてその変数と係数との乗算を含む式に各時刻におけるメトリックを代入して、係数を算出し、算出した係数の分散が閾値以下であれば係数に基づいてメトリック間の値の相関性を導出する処理を実行させるプログラムであってもよい。 In the correlation derivation process between elements, the metric is continuously measured over time, and the coefficient at each time is calculated by substituting the metric at each time into a formula that includes the multiplication of the variable and the coefficient. If the calculated coefficient variance is less than or equal to a threshold value, a program that executes a process for deriving the correlation of values between metrics based on the coefficient may be used.
コンピュータに、システム構成候補列挙処理で、基準となる一つの層におけるシステム構成要素の台数毎に、性能プロファイルに基づいて基準となる層での台数での処理量を求め、その処理量と、メトリック間の値の相関性とに基づいて、他の層における処理量を算出し、他の層における処理量を処理可能な台数を性能プロファイルから導出することによってシステム構成候補を導出する処理を実行させるプログラムであってもよい。 In the system configuration candidate enumeration process, the amount of processing in the number of system components in one reference layer is obtained from the computer based on the performance profile, and the processing amount and metric are calculated. Based on the correlation of the values between them, the amount of processing in other layers is calculated, and the number of units that can process the amount of processing in other layers is derived from the performance profile, and the system configuration candidate is derived. It may be a program.
コンピュータに、システム構成候補列挙処理で、メトリック間の値の相関性から各層の処理量比を求め、各層のシステム構成要素の数を初期値に定め、性能プロファイルから各層の処理量比を求め、性能プロファイルより求めた処理量比の各項を、メトリック間の値の相関性から求めた処理量比の対応する各項で除算した除算結果が最も小さい項に対応する層のシステム構成要素を特定し、その層のシステム構成要素の台数を追加することを繰り返すことによってシステム構成候補を導出する処理を実行させるプログラムであってもよい。 In the system configuration candidate enumeration process, calculate the throughput ratio of each layer from the correlation of values between metrics, determine the number of system components of each layer as the initial value, determine the throughput ratio of each layer from the performance profile, Divide each term of the throughput ratio obtained from the performance profile by each corresponding term of the throughput ratio obtained from the correlation of values between metrics, and identify the system component of the layer corresponding to the term with the smallest division result Then, the program may be a program that executes a process of deriving system configuration candidates by repeating the addition of the number of system components of the layer.
また、本発明のシステム構成候補導出方法は、同種のソフトウェアが搭載されそのソフトウェアに従って動作するシステム構成要素の集合である層を複数含む管理対象システムの構成の候補であるシステム構成候補を導出するシステム構成候補導出方法であって、要素間相関性導出手段が、管理対象システムの負荷状況を値として示す各層のメトリックを計測し、異なる層から計測したメトリックの組におけるメトリック間の値の相関性を導出し、システム構成候補列挙手段が、システム構成要素の台数とその台数のシステム構成要素の処理量との関係を導出可能な情報である性能プロファイルと、メトリック間の値の相関性とに基づいて、システム構成候補を導出することを特徴とする。 The system configuration candidate derivation method of the present invention is a system for deriving a system configuration candidate that is a candidate for configuration of a managed system including a plurality of layers that are a set of system components that are loaded with the same kind of software and operate according to the software. A configuration candidate derivation method in which inter-element correlation deriving means measures a metric of each layer indicating the load status of a managed system as a value, and correlates a value between metrics in a set of metrics measured from different layers. The system configuration candidate enumeration means is derived based on the performance profile, which is information that can derive the relationship between the number of system components and the amount of processing of the system components, and the correlation of values between metrics. The system configuration candidate is derived.
本発明によれば、システム構成候補列挙手段が、システム構成要素の台数とその台数のシステム構成要素の処理量との関係を導出可能な情報である性能プロファイルと、メトリックの相関性とに基づいて、システム構成候補を導出するので、一部の層のシステム構成要素が過剰に多かったり少なかったりすることのないシステム構成候補を導出することができる。 According to the present invention, the system configuration candidate listing means is based on the performance profile, which is information that can derive the relationship between the number of system components and the processing amount of the system components, and the metric correlation. Since the system configuration candidate is derived, it is possible to derive a system configuration candidate that does not have an excessively large or small number of system component elements in some layers.
以下、本発明の実施の形態を図面を参照して説明する。 Hereinafter, embodiments of the present invention will be described with reference to the drawings.
実施の形態1.
図1は、本発明の第1の実施の形態のシステム構成候補導出装置の例を示すブロック図である。本発明のシステム構成候補導出装置は、データ処理装置100と、システム操作記憶手段140とを備える。
FIG. 1 is a block diagram illustrating an example of a system configuration candidate derivation device according to the first embodiment of this invention. The system configuration candidate derivation device of the present invention includes a
データ処理装置100は、管理対象となる管理対象システム(以下、対象システムと記す。)160に接続される。図2は、データ処理装置100に接続される対象システム160の例を示す説明図である。図2では、対象システムを構成するサーバ、通信ネットワーク、ルータ、ロードバランサ、層を、図17と同一の符号を付して示し、これらのサーバ等の装置や各通信ネットワークの詳細な説明を省略する。ただし、対象システム160に属する層は、Web層、AP層、DB層に限定されるわけではないので、以下、対象システム160に属する層を第1層、第2層、第3層と記す。図2では、対象システム160がこれら3つの層を含む場合を例示しているが、対象システム160に含まれる層は3つに限定されない。
The
既に説明したように、層とは、同種のソフトウェアが搭載されそのソフトウェアに従って動作するコンピュータの集合である。同じ層に属する装置に同一のソフトウェアが搭載されていてもよい。以下、層を構成するコンピュータ(同種のソフトウェアが搭載されそのソフトウェアに従って動作するコンピュータ)に該当するサーバをシステム構成要素と記す。また、システム構成要素(サーバ)を追加または除外する操作の対象となる装置やソフトウェアを操作対象要素と記す。操作対象要素の例として、対象システム160に含まれるロードバランサ240やルータ251,252が挙げられる。各サーバ211,221,231も操作対象要素に該当する。また、各サーバ211,221,231、ロードバランサ240、ルータ251,252に搭載されるソフトウェア(例えば、ミドルウェア、アプリケーションソフトウェア等)も操作対象要素に該当する。
As already described, a layer is a set of computers that are loaded with the same kind of software and operate according to the software. The same software may be installed in devices belonging to the same layer. Hereinafter, a server corresponding to a computer constituting a layer (a computer in which the same kind of software is installed and operates according to the software) is referred to as a system component. An apparatus or software that is an operation target for adding or excluding system components (servers) is referred to as an operation target element. Examples of the operation target element include a
システム構成要素(サーバ)を追加または除外する操作は、操作対象要素に対する操作の集合となる。例えば、ある層にサーバを追加する操作は、「物理的には通信ネットワークに接続されているが通信ネットワークを介して通信可能となっていないサーバを通信可能となるように設定変更する。」、「サーバにソフトウェアをインストールする。」、「ソフトウェアを起動する。」、「通信不能となるようにサーバの設定を変更する。」、「ソフトウェアを終了する。」、「サーバからソフトウェアを削除する。」等の操作対象要素に対する操作の集合によって表される。システム操作記憶手段140は、各層毎に、サーバを追加する場合およびサーバを除外する場合における操作対象要素に対する操作の情報を記憶する記憶装置である。システム操作記憶手段140が記憶する操作の情報は、例えば、UNIX(登録商標)におけるシェルスクリプトやWS−BPEL(Web Services Business Process Execution Language)のようなワークフロー言語等の形式で記述される。ただし、ここで示したシェルスクリプトやWS−BPELは例示であり、システム操作記憶手段140が記憶する操作の情報は他の形式で記述されていてもよい。
An operation for adding or excluding a system component (server) is a set of operations for the operation target element. For example, an operation of adding a server to a certain layer is “setting change so that a server that is physically connected to the communication network but is not communicable via the communication network can be communicated”. “Install the software on the server”, “Start the software”, “Change the server settings to disable communication”, “Exit the software”, “Delete the software from the server. "Is represented by a set of operations for the operation target element. The system
データ処理装置100は、対象システム160の負荷状況を監視(計測)し、計測した項目の相関性に基づいてシステム構成変更ルールを生成する。
The
データ処理装置100は、要素間相関性導出手段110と、性能プロファイル手段120と、システム構成候補列挙手段131と、有効範囲計算手段132と、トリガ生成手段133と、操作系列生成手段134と、ルール生成手段130とを備える。
The
要素間相関性導出手段110は、対象システム160のシステム構成要素であるサーバのメトリックを計測し、相関性を有するメトリックの組み合わせを特定し、そのメトリック間の相関性を導出する。
The inter-element
メトリックとは、管理対象システムの負荷状況を表す計測項目である。メトリックの例として、各層210,220,230に属する各サーバのCPU使用率やメモリ使用量、同じ層に属する各サーバが単位時間当たりに受信したリクエストの総数などが挙げられる。これらは、メトリックの例示であり、要素間相関性導出手段110が計測するメトリックは、例示した上記のメトリックに限定されない。
A metric is a measurement item that represents the load status of a managed system. Examples of metrics include the CPU usage rate and memory usage of each server belonging to each
また、相関性とは、あるメトリックの値が変動すると、その変動に伴って他のメトリックの値も変動するメトリック間の関係性である。例えば、第1層210の各サーバ211がロードバランサ240から単位時間当たりに受信するリクエスト数が増加したとする。そして、各サーバ211がそのリクエストに応じて、第2層220のサーバ221に処理を要求したとする。すると、第2層220のサーバ221が第1層の各サーバ211から受信する単位時間当たりのリクエスト数も増加する。従って、第1層210の各サーバ211がロードバランサ240から単位時間当たりに受信するリクエストの総数と、第2層220のサーバ221が第1層の各サーバ211から単位時間当たりに受信するリクエストの総数との間には相関性があることになる。要素間相関性導出手段110は、これらの相関性を有するメトリックの組み合わせを特定し、そのメトリック間の相関性を導出する。
Correlation is a relationship between metrics in which when a value of a certain metric changes, the value of another metric also changes with the change. For example, it is assumed that the number of requests that each
性能プロファイル手段120は、システム構成候補列挙手段131および有効範囲計算手段132に性能プロファイルを提供する。
The
性能プロファイルとは、システム構成要素(サーバ)の台数とその台数のシステム構成要素の処理量との関係を導出可能な情報である。性能プロファイルは、システム構成要素となるサーバの台数とその台数のサーバの処理量との関係を直接示した情報であってもよい。また、性能プロファイルは、サーバの単位台数(1台)当たりの処理量を示した情報であってもよい。サーバ1台当たりの処理量にサーバの台数を乗じれば、サーバの台数とその台数のサーバの処理量との関係を導出することができる。 The performance profile is information that can derive the relationship between the number of system components (servers) and the amount of processing of the system components of that number. The performance profile may be information that directly indicates the relationship between the number of servers that are system components and the processing amount of the servers. Further, the performance profile may be information indicating the processing amount per unit (one) of servers. By multiplying the processing amount per server by the number of servers, the relationship between the number of servers and the processing amount of the servers of that number can be derived.
図3は、サーバの台数とその台数のサーバの処理量との関係を直接示した性能プロファイルの例を示す説明図である。サーバの台数とその台数のサーバの処理量との関係を直接示す場合、図3に例示するように、メトリック毎に、サーバの台数とサーバの処理量との関係をまとめた情報が性能プロファイルとなる。例えば、図3に示すメトリック1が、第1層210のサーバ211がロードバランサ240から単位時間当たりに受信するリクエストの総数であるとする。図3に示す例では、サーバ211が1台では単位時間当たり70のリクエストまで処理可能であり、サーバ211が2台では単位時間当たり140のリクエストまで処理可能である等の台数と処理量との関係を示している。同様に、例えば、図3に示すメトリック2が、第2層220の各サーバ221が単位時間当たりに行うトランザクションの総数であるとする。図3に示す例では、サーバ221が1台では単位時間当たり25のトランザクションを実行可能であり、サーバ221が2台では単位時間当たり50のトランザクションを実行可能である等の台数と処理量との関係を示している。なお、図3に示す例では、サーバ台数が4台から5台になっても、単位時間当たりのトランザクション数が変化していないが、これはサーバを4台以上増やしてもそのサーバが属する層全体の処理量(性能)を上げられないことを意味している。換言すれば、サーバを4台まで増やすとサーバが属する層全体の処理量が飽和することを意味している。
FIG. 3 is an explanatory diagram showing an example of a performance profile that directly shows the relationship between the number of servers and the processing amount of the servers. When directly showing the relationship between the number of servers and the processing amount of the servers, information that summarizes the relationship between the number of servers and the processing amount of the server is obtained for each metric as shown in FIG. Become. For example, it is assumed that the metric 1 illustrated in FIG. 3 is the total number of requests that the
図4は、サーバの単位台数当たりの処理量を示した性能プロファイルの例を示す説明図である。サーバの単位台数当たりの処理量を示す場合、図4に例示するように、メトリックと、単位台数当たりの処理量と、限界台数とが対応付けられる。図3で例示場合と同様に図4においても、メトリック1が、第1層210のサーバ211がロードバランサ240から単位時間当たりに受信するリクエストの総数であるとする。図4に示す例では、サーバ211の単位台数(1台)当たり単位時間に70のリクエストまで処理可能であることを示している。また、限界台数は、サーバが属する層全体の処理量が飽和するサーバ台数を意味している。従って、本例では、サーバ211を10台まで増やせば処理量を70・10=700まで上げられるが、さらにサーバ台数を増やしても処理量をそれ以上増加させられないことを意味している。
FIG. 4 is an explanatory diagram showing an example of a performance profile showing the processing amount per unit number of servers. When the processing amount per unit number of servers is shown, the metric, the processing amount per unit number, and the limit number are associated as illustrated in FIG. As in the case illustrated in FIG. 3, in FIG. 4 as well, the
図3および図4では2種類のメトリックに関する性能プロファイルを例示しているが、性能プロファイルは2種類のメトリックに関するものだけに限定されない。 3 and 4 exemplify performance profiles related to two types of metrics, the performance profile is not limited to only those related to two types of metrics.
また、処理性能として、例えば、リクエスト数、トランザクション数、クエリ数等の数を示す場合、単位時間当たりに処理可能な数として示せばよい。 In addition, for example, when the number of requests, the number of transactions, the number of queries, or the like is indicated as the processing performance, it may be indicated as the number that can be processed per unit time.
システム構成候補列挙手段131は、システム構成候補を導出する。システム構成候補は、対象システムの構成の候補である。対象システム16は、各層毎にシステム構成要素(サーバ)を含んでいるが、各層のサーバ台数が任意の数となっていると、バランスのとれたシステム構成にならない。例えば、いずれかの層に属するサーバ台数によって実現される処理性能が、他の層に属するサーバ台数によって実現される処理性能に比べて低い場合には、処理性能の低い層がボトルネックとなってしまい、全体的にバランスのとれたシステム構成とはならない。また、例えば、いずれかの層に属するサーバ台数によって実現される処理性能が、他の層に属するサーバ台数によって実現される処理性能に比べて高い場合には、処理性能の高い層ではサーバ台数が多すぎて処理性能に寄与しないサーバが存在していることになる。この場合もバランスのとれたシステム構成にならない。なお、バランスのとれたシステム構成とは、いずれの層においても処理性能に寄与しないサーバが存在しない構成である。
The system configuration
一つの層に含めることのできるサーバ台数に上限がある場合がある。例えば、ルータ等のネットワーク機器のポート数が限られている、あるいは管理者が所有しているサーバ台数に限りがあるといった物理的な理由で一つの層におけるサーバ台数が制限される場合もある。また、サーバにインストールするために購入したソフトウェアの動作上の制限(例えば、ソフトウェアが動作可能な台数や構成に制限がある、あるいは購入したライセンス数に限りがある等)によって、一つの層におけるサーバ台数が制限される場合もある。図2に示す各層210,220,230では、いずれも設置できるサーバ台数が10台であるとする。すると、各層に設置するサーバ台数の組み合わせは、10×10×10=1000通り存在することになるが、全ての組み合わせがバランスのとれた構成になるわけではない。例えば、第1層210のサーバ211を10台とし、他の層のサーバをそれぞれ1台とするような構成では、第1層210のサーバ台数が過剰であり、そのサーバを有効に活用することにならないのでバランスのとれた構成であるとはいえない。
There may be an upper limit on the number of servers that can be included in one layer. For example, the number of servers in one layer may be limited due to physical reasons such as the number of ports of network devices such as routers being limited or the number of servers owned by the administrator being limited. Also, the server in one layer may be limited by the operational limitations of the software purchased for installation on the server (for example, the number and configuration of software that can be operated or the number of purchased licenses is limited). The number may be limited. In each of the
システム構成候補列挙手段131は、メトリックの相関性と性能プロファイルとによって、バランスのとれたシステム構成候補を導出する。システム構成候補列挙手段131が導出するシステム構成候補は一つに限られるわけではなく、システム構成候補列挙手段131はバランスのとれたシステム構成候補を列挙する。
The system configuration
なお、データ処理装置100は、予め定められた各層毎のサーバ台数の上限値を記憶した記憶装置(図示せず。)を備えていてもよい。また、この記憶装置は、予め定められた各層毎にサーバ台数の下限値を記憶していてもよい。以下、この記憶装置(図示せず。)を台数限界値記憶手段と記す。
The
有効範囲計算手段132は、システム構成候補列挙手段131によって導出されたシステム構成候補と、性能プロファイルと、メトリックの相関性とによって、各システム構成候補毎に、各層で処理可能な負荷の範囲を計算する。
The effective
各層における処理可能な負荷の範囲は、その層のサーバの処理性能とサーバ台数のみによって決定されるわけではなく、メトリックの相関性にも依存する。例えば、あるシステム構成候補では、第1層210,第2層220および第3層230でのサーバ台数がそれぞれ1台と定められていたとする。また、各層のサーバ211,221,231の処理数がそれぞれ、70,50,25であったとする。そして、第1層のサーバ211が1処理を実行するためには、第2層のサーバ221が2処理を実行し、第3層のサーバ231が1処理を実行しなければならないとする。第1層のサーバ211は、1台で70処理を行えるが、そのためには第2層のサーバ221が140処理を実行し、第3層のサーバ231が70処理を行わなければならいが、上記の例では、第2層のサーバ221、第3層のサーバ231は、それぞれ50処理、25処理しか実行しない。よって、「第1層のサーバ211が1処理を実行するためには、第2層のサーバ221が2処理を実行し、第3層のサーバ231が1処理を実行しなければならないとする。」という関係によって、第1層から第3層までの各層の各サーバが処理可能な負荷の範囲(以下、有効範囲と記す。)は、それぞれ25処理、50処理、25処理となる。
The range of load that can be processed in each layer is not determined only by the processing performance and the number of servers in that layer, but also depends on the correlation of metrics. For example, in a system configuration candidate, it is assumed that the number of servers in the
有効範囲計算手段132は、このような有効範囲の組み合わせを、システム構成候補列挙手段131によって導出された各システム構成候補毎に算出する。
The effective
あるシステム構成候補が「第1層のサーバ211が1台。第2層のサーバ221が1台。第3層のサーバ231が1台。」という構成であったとする。このシステム構成候補における有効範囲が「第1層のサーバ211では0〜25処理。第2層のサーバ221では0〜50処理。第3層のサーバ231では0〜25処理。」と計算されたとする。また、あるシステム構成候補が「第1層のサーバ211が1台。第2層のサーバ221が2台。第3層のサーバ231が2台。」という構成であったとする。このシステム構成候補における有効範囲が「第1層のサーバ211では0〜50処理。第2層のサーバ221では0〜100処理。第3層のサーバ231では0〜50処理。」と計算されたとする。
It is assumed that a system configuration candidate has a configuration of “one first-
上記のように、あるシステム構成候補から他のシステム構成候補に切り替えると、有効範囲も変化する。システム構成候補列挙手段131によって導出されたシステム構成候補を、各層のサーバ台数がそれぞれ増加していくように昇順に並べ、その順番に有効範囲を並べたとする。そのとき、順番に並ぶ有効範囲において、先に並んだ方の有効範囲の上限を有効範囲の境界と呼ぶ。例示した「第1層のサーバ211では0〜25処理。第2層のサーバ221では0〜50処理。第3層のサーバ231では0〜25処理。」という有効範囲と、「第1層のサーバ211では0〜50処理。第2層のサーバ221では0〜100処理。第3層のサーバ231では0〜50処理。」という有効範囲とに関しては、有効範囲の境界は「第1層では25、第2層では50、第3層では25。」となる。
As described above, when switching from one system configuration candidate to another system configuration candidate, the effective range also changes. It is assumed that the system configuration candidates derived by the system configuration
ここで、本発明のシステム構成候補導出装置が生成するシステム構成変更ルールについて説明する。システム構成変更ルールは、if−then形式のルールであり、対象システム16の負荷に関する条件と、その条件が満たされたときの対象システムに関する操作の情報を含んでいる。以下、システム構成変更ルールの条件の部分をトリガと記す。また、トリガが満たされたときには、サーバを追加したり、除外したりする操作を行う。この操作は、操作対象要素に対する操作の集合となる。さらに、サーバを追加したり、除外したりする操作は、1つの層についてのみ行うとは限らず、複数の層について行う場合もある。操作すべき各層毎の操作対象要素に対する操作の集合を操作系列と記す。すなわち、システム構成変更ルールは、トリガと操作系列とを含み、トリガが満たされたときに、操作系列に含まれる個々の操作をそれぞれ実行すべきことを表している。 Here, a system configuration change rule generated by the system configuration candidate derivation device of the present invention will be described. The system configuration change rule is an if-then format rule, and includes conditions regarding the load on the target system 16 and operation information regarding the target system when the conditions are satisfied. Hereinafter, the condition part of the system configuration change rule is referred to as a trigger. Further, when the trigger is satisfied, an operation for adding or excluding a server is performed. This operation is a set of operations for the operation target element. Furthermore, operations for adding or excluding servers are not necessarily performed for only one layer, but may be performed for a plurality of layers. A set of operations for the operation target element for each layer to be operated is referred to as an operation sequence. That is, the system configuration change rule includes a trigger and an operation sequence, and represents that each operation included in the operation sequence should be executed when the trigger is satisfied.
トリガ生成手段133は、各システム構成候補毎に算出された有効範囲の境界に基づいて、トリガを生成する。例えば、第1層210の有効範囲が、あるシステム構成候補では“0〜25”であり、他のシステム構成候補では“0〜50”であり、有効範囲の境界が“25”であったとする。トリガ生成手段133は、その境界よりも所定数低い値、あるいは境界の値の所定の割合(例えば90%)のような値を求め、その値をトリガとする。すなわち、トリガは、境界の値よりも低い値として計算する。このようにトリガを求めることによって、対象システム16内の負荷が上昇している場合には、対象システム16のシステム構成で負荷に耐えられなく前に、よりサーバ数の多いシステム構成候補への切り替えを指示するシステム構成変更ルールを生成することができる。また、対象システム16内の負荷が現象している場合には、切り替え後のシステム構成候補の構成で処理可能な負荷まで低下したときに、よりサーバ数の少ないシステム構成候補への切り替えを指示するシステム構成変更ルールを生成することができる。
The
操作系列生成手段134は、システム構成候補列挙手段131によって導出されたシステム構成候補を各層のサーバ台数がそれぞれ増加していくように昇順に並べたときに、順番に並ぶシステム構成候補の差分を求める。すなわち、順番に並べられて隣り合うシステム構成候補において、一方のシステム構成候補のみに含まれるシステム構成要素(サーバ)を求める。操作系列生成手段134は、差分となるサーバを層に追加するための操作の情報をシステム操作記憶手段140から読み込む。差分となるサーバを層に追加するための操作の情報として、システム操作記憶手段140から読み込まれた情報の集合は操作系列となる。また、操作系列生成手段134は、差分となるサーバを層から除外するための操作の情報も、システム操作記憶手段140から読み込む。差分となるサーバを層から除外するための操作の情報として、システム操作記憶手段140から読み込まれた情報の集合も操作系列となる。
When the system configuration candidates derived by the system configuration
ルール生成手段130は、トリガ生成手段133によって生成されたトリガと、操作系列生成手段134によってシステム操作記憶手段140から読み出された操作系列とを組み合わせてシステム変更ルールを生成する。
The
図1および図2に示すようにデータ処理装置100(ルール生成手段130)は監視システム170に接続されていてもよい。そして、ルール生成手段130は、生成したシステム構成変更ルールを監視システム170に送信してもよい。監視システム170は、対象システム160の負荷状況を監視し、トリガが満たされた場合に、そのトリガに対応する操作系列に従って対象システム160に対してサーバの追加操作あるいは除外操作を行う。
As shown in FIGS. 1 and 2, the data processing apparatus 100 (rule generation unit 130) may be connected to the
なお、ここでは、データ処理装置100(ルール生成手段130)が監視システム170に接続され、ルール生成手段130がシステム構成変更ルールを監視システム170に送信する場合を例示したが、システム構成変更ルールを監視システム170に提供する態様は他の態様であってもよい。例えば、ルール生成手段130が記憶媒体にシステム構成変更ルールを記憶させ、管理者が監視システム170にその記憶媒体からシステム構成変更ルールを読み込ませてもよい。
In this example, the data processing apparatus 100 (rule generation unit 130) is connected to the
要素間相関性導出手段110、性能プロファイル手段120、システム構成候補列挙手段131、有効範囲計算手段132、トリガ生成手段133、操作系列生成手段134、およびルール生成手段130は、例えば、プログラムに従って動作するコンピュータ(中央処理装置)によって実現される。上記の各手段が、同一の中央処理装置によって実現されていてもよい。
The inter-element
次に、動作について説明する。図5は、第1の実施の形態のシステム構成候補導出装置の処理経過の例を示すフローチャートである。 Next, the operation will be described. FIG. 5 is a flowchart illustrating an example of processing progress of the system configuration candidate derivation device according to the first embodiment.
まず、要素間相関性導出手段110が、対象システム160のシステム構成要素であるサーバのメトリックを計測する(ステップA1)。メトリックの例として、サーバのCPU使用率やメモリの使用量、サーバが受信した単位時間当たりのリクエスト数等が挙げられる。サーバのCPUは、サーバに搭載されているOS(Operating System)に従って、CPU使用率やメモリの使用量を出力する。要素間相関性導出手段110は、例えば、サーバに対して、CPU使用率やメモリの使用量を要求し、サーバからそれらの情報を受信すればよい。また、サーバのCPUは、サーバに搭載されているソフトウェアに従って、受信したリクエスト数等をログに記録している。要素間相関性導出手段110は、例えば、サーバに対してログを要求してサーバからログを受信し、そのログから単位時間当たりのリクエスト数等のメトリックを求めてもよい。また、監視システム170が上記のようにメトリックを収集し、要素間相関性導出手段110がそのメトリックを監視システム170から受信してもよい。
First, the inter-element
要素間相関性導出手段110は、ある時点でのメトリックだけを計測するのでなく、時間経過に伴ってメトリックの計測を継続して行う。例えば、要素間相関性導出手段110は、定期的に各メトリックを計測する。
The inter-element
次に、要素間相関性導出手段110は、計測したメトリックに基づいて、相関性を有するメトリックの組み合わせを特定し、そのメトリック間の相関性を導出する(ステップA2)。以下、ステップA2の動作について詳細に説明する。 Next, the inter-element correlation deriving means 110 identifies a combination of metrics having correlation based on the measured metric, and derives the correlation between the metrics (step A2). Hereinafter, the operation of step A2 will be described in detail.
要素間相関性導出手段110は、ステップA1で計測したメトリックから2つのメトリックを選択し、回帰分析によって、その2つのメトリックに相関性があるか否かを判定する。2つのメトリック間に相関性として比例関係があるか否かが判定できればよい場合には、y=a・xという一次式を用いて回帰分析を行えばよい。この回帰分析は以下のように行えばよい。2つのメトリックMa,Mbの時刻tにおける測定結果をそれぞれMa(t),Mb(t)とする。要素間相関性導出手段110は、各時刻(ここでは時刻を便宜的にt=0,1,2,・・・と表す。)におけるメトリックMa(t),Mb(t)を、y=Ma(t),x=Mb(t)としてy=a・xに代入する。すると、以下のように多数の式が得られる。
The inter-element
Ma(0)=a・Mb(0),
Ma(1)=a・Mb(1),
Ma(2)=a・Mb(2),
Ma(3)=a・Mb(3),
・・・
M a (0) = a · M b (0),
M a (1) = a · M b (1),
M a (2) = a · M b (2),
M a (3) = a · M b (3),
...
要素間相関性導出手段110は、上記の各式からそれぞれ一次式の係数aを算出する。Ma(0),Mb(0)等の各値はステップA1で計測されているので、上記の各式におけるaを、例えば、Ma(0)/Mb(0)という除算によって算出することができる。続いて、要素間相関性導出手段110は、各式からそれぞれ求めた係数aの分散を計算し、その分散が予め定められた閾値以下であるか否かを判定する。aの分散が閾値以下であれば、要素間相関性導出手段110は、二つのメトリックMa,Mb間には相関性があり、MaとMbの処理量の比が1:aであると判定する。MaとMbの処理量の比として求めた「1:a」における“a”は、各式から求めたaの平均値である。
The inter-element
例えば、メトリックMaが第1層210(図1参照。)の各サーバがロードバランサ240から単位時間当たりに受信したリクエストの総数であり、メトリックMbが第2層220の各サーバが第1層のサーバからの要求に応じて単位時間に実行した総トランザクション数であるとする。上記のように、MaとMbの処理量の比が1:aであるということは、第1層210のサーバが1つのリクエストを受信すると、第2層のサーバでa個のトランザクションが生じることを意味している。
For example, the metric M a is the total number of requests received by each server of the first layer 210 (see FIG. 1) from the
また、aの分散が予め定められた閾値よりも大きな値であれば、二つのメトリックMa,Mb間には相関性がないと判定し、別のメトリックの組み合わせを選択し、同様の処理を繰り返す。なお、メトリックの組み合わせの選択順序は、予め定めておけばよい。 If the variance of a is larger than a predetermined threshold, it is determined that there is no correlation between the two metrics M a and M b , another metric combination is selected, and the same processing is performed. repeat. Note that the selection order of metric combinations may be determined in advance.
上記の例では、y=a・xという単純な一次式を用いた回帰分析によって相関性の有無を判定する場合を例示したが、回帰分析に用いる式(以下、回帰式と記す。)は、y=a・x+bという定数項bを含む式であってもよい。この場合、要素間相関性導出手段110は、各時刻におけるメトリックMa(t),Mb(t)を、y=Ma(t),x=Mb(t)としてy=a・x+bに代入する。すると、すると、以下のように多数の式が得られる。
In the above example, the case where the presence / absence of correlation is determined by regression analysis using a simple linear expression y = a · x is exemplified, but the formula used for regression analysis (hereinafter referred to as regression formula) is as follows. An expression including a constant term b of y = a · x + b may be used. In this case, the inter-element
Ma(0)=a・Mb(0)+b,
Ma(1)=a・Mb(1)+b,
Ma(2)=a・Mb(2)+b,
Ma(3)=a・Mb(3)+b,
・・・
M a (0) = a · M b (0) + b,
M a (1) = a · M b (1) + b,
M a (2) = a · M b (2) + b,
M a (3) = a · M b (3) + b,
...
要素間相関性導出手段110は、上記の各式からそれぞれa,bを求める。要素間相関性導出手段110は、例えば、最小二乗法を用いて、a,bを算出してもよい。また、2つの式の組み合わせからならなる連立方程式の解としてa,bを算出してもよい。次に、要素間相関性導出手段110は、算出した各a、各bの分散をそれぞれ算出する。要素間相関性導出手段110は、a,bの分散がそれぞれ予め定められた閾値以下であるか否かを判定し、aの分散およびbの分散がそれぞれ閾値以下であれば、二つのメトリックMa,Mb間には相関性があり、MaとMbの処理量の比が1:aであると判定する。MaとMbの処理量の比として求めた「1:a」における“a”は、各式から求めたaの平均値である。aの分散およびbの分散のいずれか一方あるいは両方が閾値を超えていれば、Ma,Mbに相関性はないと判定する。なお、aの分散との比較に用いる閾値と、bの分散との比較に用いる閾値とは同一の値でなくてもよい。
The inter-element correlation deriving means 110 obtains a and b from the above equations. The inter-element
また、回帰式として、時間遅れを考慮した回帰式を用いて相関性の有無を判定してもよい。時間遅れを考慮した回帰式は、y(t)+a1・y(t−1)+a2・y(t−2)+・・・=b0・x(t)+b1・x(t−1)+b2・x(t−2)+・・・と表される。ここでは、y(t)+a1・y(t−1)+a2・y(t−2)=b0・x(t)+b1・x(t−1)+b2・x(t−2)という回帰式を例にして説明する。要素間相関性導出手段110は、各時刻におけるメトリックを上記の回帰式に代入する。すると、以下のように多数の式が得られる。
Moreover, you may determine the presence or absence of a correlation using the regression formula which considered time delay as a regression formula. The regression equation considering the time delay is y (t) + a 1 · y (t−1) + a 2 · y (t−2) +... = B 0 · x (t) + b 1 · x (t− 1) It is expressed as + b 2 · x (t−2) +. Here, y (t) + a 1 · y (t−1) + a 2 · y (t−2) = b 0 · x (t) + b 1 × x (t−1) + b 2 × x (t−2) ) Will be described as an example. The inter-element
Ma(2)+a1・Ma(1)+a2・Ma(0)=b0・Mb(2)+b1・Mb(1)+b2・Mb(0),
Ma(3)+a1・Ma(2)+a2・Ma(1)=b0・Mb(3)+b1・Mb(2)+b2・Mb(1),
・・・
M a (2) + a 1 · M a (1) + a 2 · M a (0) = b 0 · M b (2) + b 1 · M b (1) + b 2 · M b (0),
M a (3) + a 1 · M a (2) + a 2 · M a (1) = b 0 · M b (3) + b 1 · M b (2) + b 2 · M b (1),
...
要素間相関性導出手段110は、上記の各式からそれぞれ係数a1,a2,b0〜b2を求める。要素間相関性導出手段110は、例えば、最小二乗法を用いてこれらの係数を算出すればよい。次に、要素間相関性導出手段110は、算出した各係数a1,a2,b0〜b2の分散をそれぞれ算出する。要素間相関性導出手段110は、係数a1,a2,b0〜b2の分散がそれぞれ予め定められた閾値以下であるか否かを判定し、各係数の分散がそれぞれ閾値以下であれば、二つのメトリックMa,Mb間には相関性があり、MaとMbの処理量の比が1:Pであると判定する。ここで、Pは、以下のように求めればよい。各式からa1,a2,b0〜b2を求めたならば、要素間相関性導出手段110は、a1の平均値を算出する。同様に、a2,b0,b1,b2についてもそれぞれ平均値を算出する。要素間相関性導出手段110は、左辺の各係数の平均値の和であるa1+a2=Σaiと、右辺の各係数の平均値の和であるb0+b1+b2=Σbiとをそれぞれ算出し、Σbi/Σai=Pとして、上記の処理量の比1:Pを導出すればよい。
The inter-element
上記の各例であh、二つのメトリックMa,Mb間には相関性の有無を判定したが、さらに、例えば、メトリックMb,Mcの相関性の有無を判定し、相関性があると判定した場合には、Ma,Mbの処理量の比およびMb,Mcの処理量の比に基づいて、Ma,Mb,Mcの処理量の比を導出してもよい。 Each example Der h above, two metrics M a, was determined whether the correlation is between M b, further, for example, the metric M b, to determine whether the correlation of M c, correlated If it is determined that there is, M a, M b of the processing amount ratios and M b, based on the ratio of throughput of M c, M a, M b , to derive the amount of processing the ratio of M c Also good.
また、性能プロファイル手段120は、性能プロファイル(サーバの台数とその台数のサーバの処理量との関係を導出可能な情報)を生成する(ステップA3)。性能プロファイル手段120は、生成した性能プロファイルをシステム構成候補列挙手段131および有効範囲計算手段132に渡す。性能プロファイル手段120は、対象システム160のサーバに実際に負荷をかけて性能プロファイルを導出してもよい。例えば、性能プロファイル手段120は、対象システム160において動作可能なサーバの台数等の対象システムの構成を取得する。そして、性能プロファイル手段120は、ある層のサーバに対してリクエストを送出しそのリクエストが処理できなくなるまで単位時間当たりのリクエスト数を増加させていき、1台のサーバが処理可能な単位時間当たりのリクエスト数を判定してもよい。また、1台のサーバで処理できなくなった場合に、2台のサーバに対してリクエストを送信して、単位時間当たりのリクエスト数を増加させていき、2台のサーバで処理可能な単位時間当たりのリクエスト数を判定してもよい。さらに、複数のサーバで処理できなくなった場合には、さらにリクエストを送信するサーバの台数を増やして同様に、処理可能な単位時間当たりのリクエスト数を順次判定していけばよい。ここでは、処理可能な単位時間当たりのリクエスト数を例にして説明したが、他のメトリックに関する性能プロファイル(例えば、単位時間当たりのトランザクション数や単位時間当たりのクエリに関する性能プロファイル)も同様に導出すればよい。
Further, the performance profile means 120 generates a performance profile (information that can derive the relationship between the number of servers and the processing amount of the number of servers) (step A3). The
また、上記の説明では、性能プロファイル手段120自身が性能プロファイルを導出する場合を示したが、予め管理者などによって性能プロファイルが用意され、性能プロファイル手段120が予めその性能プロファイルを記憶している構成であってもよい。性能プロファイル手段120が予め性能プロファイルを記憶している場合には、ステップA3(性能プロファイル生成処理)を行わなくてもよい。また、この場合、システム構成候補列挙手段131および有効範囲計算手段132は、性能プロファイル手段120から性能プロファイルを読み込む。
In the above description, the performance profile means 120 itself derives the performance profile. However, the performance profile is prepared in advance by an administrator or the like, and the performance profile means 120 stores the performance profile in advance. It may be. When the
性能プロファイル手段120によらずに性能プロファイルを用意する態様として、実際に運用されている対象システム160の動作実績から性能プロファイルを決定してもよい。例えば、対象システム160の動作が級にスローダウンしたときの負荷(例えば、リクエスト数、トランザクション数、クエリ数等)をログから読み取り、その負荷を用いて性能プロファイルを決定してもよい。
As an aspect of preparing a performance profile without using the
また、対象システム160内で運用されているサーバを対象システムから取り出したり、あるいは対象システム160内で運用されているサーバと同じスペックのサーバを用意して、そのサーバに対して模擬的に負荷をかけて処理性能を計測することによって性能プロファイルを決定してもよい。例えば、サーバにダミーリクエストを与え、そのときの処理性能(例えば、応答時間や、単位時間当たりに処理可能なリクエスト数等)を計測すればよい。また、所望の台数のサーバの処理性能を計測するには、手動あるいは自動でサーバの数を増減して、負荷(例えばダミーリクエスト)を与えればよい。
In addition, a server operated in the
ステップA3の後、システム構成候補列挙手段131は、メトリックの相関性と性能プロファイルとによって、バランスのとれたシステム構成候補を導出する(ステップA4)。ここで、システム構成候補列挙手段131は、メトリックの相関性の具体的な内容として、ステップA2で導出されたメトリックの処理量の比を参照する。また、システム構成候補列挙手段131は、性能プロファイル手段120が導出した(あるいは性能プロファイル手段120が予め記憶している)性能プロファイルを参照する。
After step A3, the system configuration
システム構成候補列挙手段131は、ステップA2で導出されたメトリックの処理量の比を、各層のシステム構成要素の台数比に変換する。この変換によって得られた各層のシステム構成要素の台数が、システム構成候補となる。メトリックの処理量の比を、各層のシステム構成要素の台数比に変換する方法として、以下に示す2つの方法がある。
The system configuration
第1の方法は、基準となる層を一つ定め、その層のシステム構成要素をいくつにするのかを仮に決め、さらに、他の各層のシステム構成要素の数を決定する方法である。 The first method is a method in which one reference layer is determined, the number of system components in that layer is tentatively determined, and the number of system components in each of the other layers is further determined.
第1の方法では、システム構成候補列挙手段131は、基準となる層と、その層のシステム構成要素E0の台数n0を定める。基準となる層は予め決められていてもよい。例えば、図2に示す各層のうち、第1層210(第2層や第3層であってもよい。)が基準となる層として予め決められていてもよい。システム構成候補列挙手段131は、基準となる層のシステム構成要素E0(本例では第1層210のサーバ211)の台数n0を仮に定める。
In the first method, the system configuration
システム構成候補列挙手段131は、性能プロファイルを参照し、基準となる層のシステム構成要素E0(以下、サーバ211であるものとして説明する。)の台数がn0台であったときの、サーバ211のメトリックの処理量を参照する。このメトリックをM0とし、サーバ211がn0台のときのメトリックM0の処理量がP0であったとする。また、システム構成候補列挙手段131は、基準となる層のサーバ211のメトリックM0の処理量として、他の層のサーバのメトリックとの間に相関性を有しているメトリックM0の処理量を参照する。
The system configuration
次に、システム構成候補列挙手段131は、ステップA2で導出されたメトリックの処理量の比から、メトリックM0と相関性を有している他の層のメトリックM1に要求される処理量を算出する。ステップA2で導出されたメトリックM0,M1の処理量の比が、j:kであったとする。システム構成候補列挙手段131は、メトリックM1に要求される処理量P1を、P0:P1=j:kが満足される値として算出する。そして、システム構成候補列挙手段131は、メトリックM1に関して処理量P1を実現可能な他の層のシステム構成要素(他の層のサーバ)の台数を、性能プロファイルを参照して求める。システム構成要素となるサーバの台数とその台数のサーバの処理量との関係を導出可能な情報であるので、処理量P1を実現可能なシステム構成要素の台数を性能プロファイルから求めることができる。
Next, the system configuration
このようにして、システム構成候補列挙手段131は、基準となる層のシステム構成要素の台数をn0としたときの他の層のシステム構成要素の台数を、各層毎に順次算出する。このようにして得られた、基準となる層のシステム構成要素の台数n0、および他の各層のシステム構成要素の台数の組み合わせが、一つのシステム構成候補となる。 In this way, the system configuration candidate enumeration means 131, the number of system components other layers when the number of system components that layer was n 0, are sequentially calculated for each layer. A combination of the number n 0 of system components of the reference layer and the number of system components of each other layer obtained in this way becomes one system configuration candidate.
システム構成候補列挙手段131は、基準となる層のシステム構成要素の台数を変化させ、同様にシステム構成候補を順次導出していく。例えば、基準となる層のシステム構成要素の台数が1台のときのシステム構成候補、2台のときのシステム構成候補、3台のときのシステム構成候補、・・・と順に、システム構成候補を導出していけばよい。
The system configuration
第2の方法は、最小のシステム構成から、処理量が相対的に不足しているシステム構成要素の数を増加させていくことで各層の台数比を求める方法である。 The second method is a method for obtaining the number ratio of each layer by increasing the number of system components having a relatively short processing amount from the minimum system configuration.
第2の方法の場合、システム構成候補列挙手段131は、層が異なるシステム構成候補のメトリックの処理量の比を元にして、各層のシステム構成候補のメトリックの処理量の比を求める。例えば、第1層のシステム構成要素のメトリックM0と第2層のシステム構成要素のメトリックM1の処理量の比だけでは、第3層のシステム構成要素のメトリックの処理量との関係が分からない。そこで、第3層のシステム構成候補のメトリックM2と、M1(M0でもよい。)との処理量の比と、M0とM1の処理量の比とから、システム構成候補列挙手段131は、M0,M1,M2の処理量の比を求める。M0とM1の処理量の比と、M1とM2の処理量の比とから、M0,M1,M2の処理量の比を求める場合、2つの比(本例ではM0とM1の比、およびM1とM2の比)に共通するメトリックM1の値を共通化して、各比をつなげればよい。例えば、M0とM1の処理量の比が1:2であり、M1とM2の処理量の比が2:1ならば、M0,M1,M2の処理量の比を1:2:1として求めればよい。以下、この比を、メトリックの相関性から求めた処理量比と記す。
In the case of the second method, the system configuration
システム構成候補列挙手段131は、最小のシステム構成となるような各層のシステム構成要素の台数を決定する。システム構成候補列挙手段131は、例えば、各層のシステム構成要素が1台ずつである構成を最小のシステム構成として、各層のシステム構成要素の数を全て1台と定めてもよい。各層のシステム構成要素をE0,E1,E2とし、各層のシステム構成要素の台数をn0,n1,n2とする。ここでは、n0=1,n1=1,n2=1である。この「n0=1,n1=1,n2=1」という組み合わせは、システム構成候補の1つである。
The system configuration
システム構成候補列挙手段131は、性能プロファイルを参照して、各メトリックM0,M1,M2の処理量の比を求める。ここでは、n0=1であるので、サーバが1台のときにおけるメトリックM0に関する処理量(P0とする。)を性能プロファイルを参照して求めればよい。同様に、サーバが1台のときにおけるメトリックM1の処理量(P1とする。)、およびサーバが1台のときにおけるメトリックM2の処理量(P2とする。)も求める。システム構成候補列挙手段131は、処理量の比であるP0:P1:P2を、各メトリックM0,M1,M2の処理量の比とする。このP0:P1:P2を、性能プロファイルより求めた処理量比と記す。
The system configuration
次に、システム構成候補列挙手段131は、メトリックの相関性から求めた処理量比と、性能プロファイルより求めた処理量比とを比較して、相対的に性能プロファイルより求めた処理量比が最も小さくなっているシステム構成要素を特定する。この特定方法を具体的に示す。メトリックの相関性から求めた処理量比がp:q:rであり、性能プロファイルより求めた処理量比がs:t:uであるとする。システム構成候補列挙手段131は、性能プロファイルより求めた処理量比における各項をそれぞれ、メトリックの相関性から求めた処理量比における対応する各項で除算した相対比を求める。すなわち、システム構成候補列挙手段131は、s/p:t/q:u/rを求める。システム構成候補列挙手段131は、この相対比の各項のうち、最も小さい項に対応するシステム構成要素を、「相対的に性能プロファイルより求めた処理量比が最も小さくなっているシステム構成要素」として特定する。
Next, the system configuration
例えば、メトリックの相関性から求めた処理量比p:q:r=1:1:1であり、性能プロファイルより求めた処理量比s:t:u=1:2:3であるとする。このとき、相対比は1:2:3となり、相対比における最小の項「1」に対応するシステム構成要素を、「相対的に性能プロファイルより求めた処理量比が最も小さくなっているシステム構成要素」とする。 For example, it is assumed that the processing amount ratio p: q: r = 1: 1: 1 determined from the metric correlation and the processing amount ratio s: t: u = 1: 2: 3 determined from the performance profile. At this time, the relative ratio is 1: 2: 3, and the system component corresponding to the minimum term “1” in the relative ratio is set to “the system configuration in which the processing amount ratio obtained from the performance profile is the smallest. Element ".
また、例えば、メトリックの相関性から求めた処理量比p:q:r=1:2:3であり、性能プロファイルより求めた処理量比s:t:u=1:1:1であるとする。このとき、相対比は1:1/2:1/3となり、相対比における最小の項「1/3」に対応するシステム構成要素を、「相対的に性能プロファイルより求めた処理量比が最も小さくなっているシステム構成要素」とする。 Further, for example, the processing amount ratio p: q: r = 1: 2: 3 obtained from the metric correlation, and the processing amount ratio s: t: u = 1: 1: 1 obtained from the performance profile. To do. At this time, the relative ratio is 1: 1/2: 1/3, and the system component corresponding to the minimum term “1/3” in the relative ratio is set to “relatively, the throughput ratio obtained from the performance profile is the highest. “System components that are getting smaller”.
「相対的に性能プロファイルより求めた処理量比が最も小さくなっているシステム構成要素」を特定したならば、そのシステム構成要素を1台増加する。例えば、「相対的に性能プロファイルより求めた処理量比が最も小さくなっているシステム構成要素」がE1であったとする。すると、「n0=1,n1=1,n2=1」というシステム構成要素に対し、E1の台数を一台増加し、「n0=1,n1=2,n2=1」として、その台数の組み合わせをシステム構成候補の一つとして追加する。 If the “system component having the smallest processing amount ratio obtained from the performance profile” is specified, the system component is increased by one. For example, a "relatively performance profile than obtained processing amount ratio is the smallest system components" was E 1. Then, the number of E 1 is increased by one for the system components “n 0 = 1, n 1 = 1, n 2 = 1”, and “n 0 = 1, n 1 = 2, n 2 = 1”. The combination of the numbers is added as one of the system configuration candidates.
以降、同様にして、システム構成候補列挙手段131は、「相対的に性能プロファイルより求めた処理量比が最も小さくなっているシステム構成要素」を特定し、そのシステム構成要素の台数を1台増加して新たなシステム構成候補とする処理を繰り返す。システム構成候補列挙手段131は、いずれかのシステム構成要素の台数が上限値に達するか、あるいはシステム構成要素を増やしても処理量が飽和する状態になるまで上記の処理を繰り返す。
Thereafter, in the same manner, the system configuration
なお、ここでは、増加するシステム構成要素の台数を1台ずつとしたが、2台以上ずつシステム構成要素を増加させながらシステム構成候補を定めていってもよい。 Here, the number of system component elements to be increased is one by one, but system configuration candidates may be determined while increasing the system component elements by two or more.
また、システム構成候補列挙手段131は、前述の台数限界値記憶手段(図示せず。)を参照して、いずれかのシステム構成要素の台数が上限値に達したか否かを判定すればよい。また、各層におけるサーバの台数の下限値が定められている場合には、システム構成候補列挙手段131は、その下限値よりも少ない台数を定めたシステム構成候補を、システム構成候補から除外する。
Further, the system configuration
また、後述するように、サーバを通信ネットワークに接続させる態様として、物理的には通信ネットワークに接続されているがソフトウェアのインストールや通信を行うための設定が行われていないサーバに対して、ソフトウェアのインストールや通信を行うための設定を行う態様がある。このような態様でサーバを追加する場合、予め用意されて通信ネットワークに物理的に接続されている各層毎のサーバの台数を示す情報が、データ処理装置100が備える記憶装置に記憶されていてもよい。そして、この情報が示すサーバの台数の上限値として参照してもよい。
As will be described later, as a mode of connecting a server to a communication network, software that is physically connected to the communication network but is not set up for software installation or communication is used. There is a mode of setting for performing installation and communication. When adding a server in this manner, information indicating the number of servers for each layer that are prepared and physically connected to the communication network is stored in the storage device included in the
システム構成候補列挙手段131によってシステム構成候補が生成された後(ステップA4の後)、有効範囲計算手段132は、有効範囲(各層の各サーバが処理可能な負荷の範囲)を計算する(ステップA5)。以下、有効範囲の計算処理について説明する。
After the system configuration candidates are generated by the system configuration candidate listing unit 131 (after step A4), the effective
有効範囲計算手段132は、ステップA4の第2の方法と同様にして、「メトリックの相関性から求めた処理量比」を導出する。 The effective range calculation means 132 derives “a processing amount ratio obtained from metric correlation” in the same manner as in the second method of step A4.
また、有効範囲計算手段132は、ステップA4で導出された複数のシステム構成候補の中から一つのシステム構成候補を選択する。有効範囲計算手段132は、選択したシステム構成候補で定められている各層のシステム構成要素の台数に基づいて、ステップA4の第2の方法と同様に、「性能プロファイルより求めた処理量比」を導出する。
Further, the effective
さらに、有効範囲計算手段132は、「メトリックの相関性から求めた処理量比」および「性能プロファイルより求めた処理量比」とから、ステップA4の第2の方法と同様に、「相対的に性能プロファイルより求めた処理量比が最も小さくなっているシステム構成要素」を特定する。そして、有効範囲計算手段132は、特定したシステム構成要素が、選択したシステム構成候補で何台に定められいるかを判定する。
Further, the effective range calculation means 132 determines “relatively, similarly to the second method of step A4, from the“ processing amount ratio obtained from the metric correlation ”and“ processing amount ratio obtained from the performance profile ”. The system component that has the smallest throughput ratio determined from the performance profile is identified. Then, the effective
有効範囲計算手段132は、性能プロファイルを参照して、その台数に応じた処理量を求める。この処理量をQとする。有効範囲計算手段132は、その処理量Qを基準として、他の層の処理量を、「メトリックの相関性から求めた処理量比」に基づいて算出する。例えば、「相対的に性能プロファイルより求めた処理量比が最も小さくなっているシステム構成要素」が第1層のサーバ211であり、システム構成候補で定められたサーバ211の台数に応じた第1層の処理量Qを求めたとする。このとき、第2層の処理量Q’および第3層の処理量Q’’を求める。有効範囲計算手段132は、Q:Q’:Q’’が「メトリックの相関性から求めた処理量比(例えば、p:q:r)」と等しくなるように第2層の処理量Q’および第3層の処理量Q’’を求める。すなわち、Q:Q’:Q’’=p:q:rとなるような処理量Q’,Q’’を求める。
The effective
有効範囲計算手段132は、このようにして求めた各層の処理量を、選択したシステム構成候補における各層の有効範囲の上限とする。また、有効範囲計算手段132は、選択したシステム構成候補における各層の有効範囲の下限をいずれも0に定める。上記の例の場合、第1層210の有効範囲は0〜Qであり、第2層220の有効範囲は0〜Q’であり、第3層230の有効範囲は0〜Q’’である。
The effective
有効範囲計算手段132は、選択したシステム構成候補に関して各層の有効範囲を求めたならば、未選択のシステム構成候補を選択し、同様にそのシステム構成候補における各層の有効範囲を求める。有効範囲計算手段132は、未選択のシステム構成候補がなくなるまで上記の処理を繰り返す。この結果、各システム構成候補毎に、システム構成候補に対応する有効範囲が導出される。
When the effective
ステップA5の後、トリガ生成手段133は、有効範囲の境界(各有効範囲の上限)に基づいて、トリガを定める(ステップA6)。トリガ生成手段133は、システム構成候補列挙手段131によって導出されたシステム構成候補を、各層のサーバ台数(システム構成要素の台数)がそれぞれ増加していくように昇順に並べる。さらに、トリガ生成手段133は、そのシステム構成候補の順番に従って、各システム構成候補に対応する有効範囲(各層の有効範囲の組み合わせ)を順番に並べる。そして、順番に並ぶシステム構成候補の有効範囲の境界を特定する。例えば、あるシステム構成候補Aに対応する有効範囲(各層の有効範囲の組み合わせ)が、「第1層のサーバでは0〜Q1。第2層のサーバでは0〜Q2。第3層のサーバでは0〜Q3。」であり、次のシステム構成候補Bに対応する有効範囲が、「第1層のサーバでは0〜Q1’。第2層のサーバでは0〜Q2’。第3層のサーバでは0〜Q3’。」であったとする。トリガ生成手段133は、システム構成要素数が少ない方のシステム構成候補の有効範囲の上限を境界として特定する。本例では、有効範囲の境界を「第1層ではQ1、第2層ではQ2、第3層でQ3」と特定する。
After step A5, the trigger generation means 133 determines a trigger based on the boundary of the effective range (the upper limit of each effective range) (step A6). The
続いて、トリガ生成手段133は、特定した境界よりも所定数低い値をトリガとして定める。上記の例の場合、例えば、第1層のトリガをQ1−k、第2層のトリガをQ2−k、第3層のトリガをQ3−kとして定める。なお、第1層のトリガがQ1−kであるということは、第1層におけるメトリックがQ1−kより低い値からQ1−kまで上昇したら、より有効範囲の広いシステム構成候補に切り替えるべきであることを意味し、第1層におけるメトリックがQ1−kより高い値からQ1−kまで減少したら、より有効範囲の狭いシステム構成候補に切り替えるべきであることを意味する。
Subsequently, the
また、トリガ生成手段133は、特定した境界に所定の割合(100%よりも低い所定の割合)を乗じてトリガを定めてもよい。例えば、上記の例の場合、例えば、第1層のトリガを0.9・Q1、第2層のトリガを0.9・Q2、第3層のトリガを0.9・Q3として定めてもよい。
In addition, the
トリガ生成手段133は、システム構成候補の有効範囲の境界毎にトリガを定める。 The trigger generation means 133 determines a trigger for each boundary of the effective range of system configuration candidates.
次に、操作系列生成手段134は、システム構成候補の差分から、操作系列を生成する(ステップA7)。操作系列生成手段134は、各層のシステム構成要素の台数がそれぞれ増加していくように昇順に並べられたシステム構成候補において、連続して並んでいるシステム構成候補同士の差分をそれぞれ求める。すなわち、連続して並んでいる2つのシステム構成候補に関して、一方のシステム構成候補のみに含まれるシステム構成要素(サーバ)を求める。操作系列生成手段134は、差分となるサーバを層に追加するための操作の情報をシステム操作記憶手段140から読み込み、2つのシステム構成候補の差分となるサーバを追加するための操作の情報の集合を一つの操作系列とする。同様に、差分となるサーバを層から除外するための操作の情報をシステムシステム操作記憶手段140から読み込み、2つのシステム構成候補の差分となるサーバを除外するための操作の情報の集合を一つの操作系列とする。
Next, the operation
操作系列生成手段134は、同様にして、連続して並ぶ2つのシステム構成候補毎に、その差分となるサーバを追加するための操作系列、および差分となるサーバを除外するための操作系列を定めていく。
Similarly, the operation
なお、サーバを通信ネットワークに接続させる態様として、物理的に接続されていないサーバを人間が物理的に通信ネットワークに接続させ、そのサーバにソフトウェアをインストールしたり、そのサーバの設定を、通信ネットワークを介した通信が行えるように設定したりする態様がある。この接続態様では、操作対象要素に対する操作として、例えば、「サーバを物理的に通信ネットワークに接続させる。」、「サーバにソフトウェアをインストールする。」、「通信ネットワークを介して通信可能となるようにサーバの設定を変更する。」、「ソフトウェアを起動する。」等の操作が含まれる。物理的に接続されていないサーバを人間が物理的に通信ネットワークに接続させる場合には、「サーバを物理的に通信ネットワークに接続させる。」という操作の情報を含む情報をシステム操作記憶手段140から読み込み、「サーバを物理的に通信ネットワークに接続させる。」という操作の情報を含む操作系列を定める。
As a mode of connecting a server to a communication network, a person who is not physically connected can be physically connected to the communication network, and software can be installed on the server, or settings of the server can be connected to the communication network. There is a mode of setting so that communication can be performed. In this connection mode, as operations for the operation target element, for example, “a server is physically connected to a communication network”, “software is installed on a server”, “communication via a communication network”. Operations such as “change server settings” and “start software” are included. In the case where a human physically connects a server that is not physically connected to the communication network, information including operation information such as “connect the server physically to the communication network” is received from the system
また、サーバを通信ネットワークに接続させる態様として、物理的には通信ネットワークに接続されているがソフトウェアのインストールや通信を行うための設定が行われていないサーバに対して、ソフトウェアのインストールや通信を行うための設定を行う態様がある。この場合には、例えば、「サーバを通信可能となるように設定変更する。」、「サーバにソフトウェアをインストールする。」、「ソフトウェアを起動する。」等の情報を含む操作系列を定めればよい。 In addition, as a mode of connecting the server to the communication network, software installation or communication is performed on a server that is physically connected to the communication network but is not set up for software installation or communication. There is a mode of performing setting for performing. In this case, for example, an operation sequence including information such as “change the setting so that the server can communicate”, “install software on the server”, “start software”, and the like may be defined. Good.
サーバを通信ネットワークに接続させる態様を、上記の2つの態様のいずれかにするかは、予め定められ、その態様に応じた操作の情報が予めシステム操作記憶手段140に記憶される。
It is determined in advance whether the server is connected to the communication network in any of the above two modes, and operation information corresponding to the mode is stored in the system
ステップA7において、システム構成候補同士の差分となるシステム構成要素を追加あるいは除外するための操作の情報がシステム操作記憶手段140に記憶されておらず、操作系列生成手段134がシステム操作記憶手段140から操作の情報を読み込むことができない場合には、操作系列生成手段134は、操作の情報を用意してシステム操作記憶手段140に記憶させるべきことを示すメッセージを出力する(例えば、メッセージをディスプレイ装置に表示させる)。
In step A 7, operation information for adding or excluding system configuration elements that are differences between system configuration candidates is not stored in the system
ステップA7の後、ルール生成手段130は、ステップA6で得られたトリガと、ステップA7で得られた操作系列とを組み合わせて、システム構成変更ルールを生成する(ステップA8)。トリガおよび操作系列は、連続して並ぶ2つのシステム構成候補毎に求められる。この2つのシステム構成候補の境界に基づいて求められたトリガが、2つのシステム構成候補の一方から他方に切り替えるトリガとなる。2つのシステム構成候補のうち、システム構成要素の少ない方のシステム構成候補からシステム構成要素の多い方のシステム構成候補に切り替えるシステム構成変更ルールは、その有効範囲の境界から求めたトリガと、差分となるサーバを追加するための操作系列とを組み合わせることによって生成すればよい。また、2つのシステム構成候補のうち、システム構成要素の多い方のシステム構成候補からシステム構成要素の少ない方のシステム構成候補に切り替えるシステム構成変更ルールは、その有効範囲の境界から求めたトリガと、差分となるサーバを除外するための操作系列とを組み合わせればよい。
After step A7, the
なお、例えば、ルール生成手段130が監視システム170に、生成したシステム構成変更ルールを送信するなどして、監視システム170にシステム構成変更ルールを保持させる。監視システム170は、対象システム160の状態を監視し、保持しているシステム構成変更ルールのトリガを満足する状態になったならば、そのシステム構成変更ルールの操作系列に従ってサーバを追加したり、あるいはサーバを削除するための操作を行う。例えば、「サーバを通信可能となるように設定変更する。」、「サーバにソフトウェアをインストールする。」、「ソフトウェアを起動する。」、「通信不能となるようにサーバの設定を変更する。」、「ソフトウェアを終了する。」、「サーバからソフトウェアを削除する。」等の操作系列に含まれる個々の情報に従って、通信ネットワークを介してサーバの設定変更や、ソフトウェアのインストールや削除等の操作を行う。ただし、監視システム170は、サーバを物理的に通信ネットワークに接続させることはできない。そこで、「サーバを物理的に通信ネットワークに接続させる。」という操作に関しては、その操作情報をディスプレイ装置(図1において図示せず。)に表示して、管理者にサーバを物理的に通信ネットワークに接続すべきことを知らせる。
For example, the
また、上記の説明では、要素間相関性導出手段110が回帰分析によって、相関性を有するメトリックの組み合わせや、メトリック間の相関性を導出する場合を示したが、要素間相関性導出手段110は、各層のサーバ211,221,231に搭載されているプログラムを解析することによって、相関性を有するメトリックの組み合わせや、メトリック間の相関性を導出してもよい。
Further, in the above description, the inter-element
次に、本実施の形態の効果について説明する。
本実施の形態によれば、要素間相関性導出手段110が、対象システム160のサーバのメトリックを計測し、計測したメトリック間の相関性を導出する。そして、システム構成候補列挙手段131が、メトリックの相関性と性能プロファイルとに基づいてシステム構成候補を導出する。従って、一部の層のシステム構成要素が過剰に多かったり少なかったりすることのない組み合わせをシステム構成候補として特定することができる。
Next, the effect of this embodiment will be described.
According to the present embodiment, the inter-element correlation deriving means 110 measures the server metrics of the
また、本実施の形態によれば、有効範囲計算手段132が、システム構成候補毎に有効範囲(各層の各サーバが処理可能な負荷の範囲)を計算し、トリガ生成部133がその有効範囲の境界に基づいて対象システム160の構成を変更する条件(トリガ)を定める。また、操作系列生成手段134が、システム構成候補同士の差分(一方のシステム構成候補のみに含まれるシステム構成要素)を追加したり除外するための操作の情報をシステム操作記憶手段140から読み込み、自律制御ルール生成手段130がトリガと操作の情報の集合である操作系列とを組み合わせてシステム構成変更ルールを生成する。従って、人間の経験や実績によらずにシステム構成変更ルールを生成することができる。また、人間のスキルによらずにシステム構成変更ルールを生成することができるので、適切なシステム構成ルールを容易に生成することができる。
Further, according to the present embodiment, the effective
実施の形態2.
図6は、本発明の第2の実施の形態のシステム構成候補導出装置の例を示すブロック図である。第1の実施の形態と同様の構成部については図1と同一の符号を付し、説明を省略する。第2の実施の形態では、データ処理装置100は、要素間相関性導出手段110、性能プロファイル手段120、システム構成候補列挙手段131、有効範囲計算手段132、トリガ生成手段133、操作系列生成手段134、ルール生成手段130に加えて、システム構成候補絞込手段135を備える。
FIG. 6 is a block diagram illustrating an example of a system configuration candidate derivation device according to the second embodiment of this invention. Components similar to those in the first embodiment are denoted by the same reference numerals as those in FIG. In the second embodiment, the
既に説明したように、有効範囲計算手段132は、選択する各システム構成候補における各層の有効範囲の下限をいずれも0に定める。従って、各システム構成候補の有効範囲の下限はいずれも0であり、あるシステム構成候補の有効範囲は、システム構成要素がより少ない他のシステム構成候補の有効範囲を包含し、この二つのシステム構成候補の有効範囲には重複する部分がある。 As already described, the effective range calculation means 132 sets the lower limit of the effective range of each layer in each system configuration candidate to be selected to 0. Accordingly, the lower limit of the effective range of each system configuration candidate is 0, and the effective range of a certain system configuration candidate includes the effective range of other system configuration candidates with fewer system components, and the two system configurations There are overlapping parts in the effective range of candidates.
システム構成候補絞込手段135は、互いに異なるシステム構成候補の有効範囲同士の重複部分が大きい場合には、そのシステム構成候補のうちの一方を、システム構成候補から除外する処理を行う。 The system configuration candidate narrowing means 135 performs a process of excluding one of the system configuration candidates from the system configuration candidates when the overlapping portion between the valid ranges of different system configuration candidates is large.
図7は、第2の実施の形態のシステム構成候補導出装置の処理経過の例を示すフローチャートである。第1の実施の形態と同様の処理については、図5に示す符号と同一の符号を付し説明を省略する。システム構成候補絞込手段135は、ステップA5で各システム構成候補の有効範囲が計算された後、互いに異なるシステム構成候補の有効範囲同士の重複部分が大きいか否かを判定し、重複部分が大きいと判定した場合には、そのシステム構成候補のいずれか一方を、システム構成候補から除外し、もう一方のシステム構成候補のみをシステム構成候補として残す(ステップA5−a)。その後、ステップA6以降の動作を行う。 FIG. 7 is a flowchart illustrating an example of processing progress of the system configuration candidate derivation device according to the second embodiment. About the process similar to 1st Embodiment, the code | symbol same as the code | symbol shown in FIG. 5 is attached | subjected, and description is abbreviate | omitted. The system configuration candidate narrowing means 135 determines whether or not there is a large overlap between effective ranges of different system configuration candidates after the effective range of each system configuration candidate is calculated in step A5, and the overlap is large. If it is determined, either one of the system configuration candidates is excluded from the system configuration candidates, and only the other system configuration candidate is left as a system configuration candidate (step A5-a). Thereafter, the operations after Step A6 are performed.
以下、このステップA5−aの処理を詳細に説明する。まず、有効範囲の重複について説明する。図8は、2つのシステム構成候補の有効範囲の例を示す説明図である。白色で示した部分はシステム構成要素の数が少ない方のシステム構成候補(以下、候補1とする。)の有効範囲を表している。斜線で示した部分はシステム構成要素の数が多い方のシステム構成候補(以下、候補2とする。)の有効範囲を表している。また、図8では、第1層から第3層までの相関性のあるメトリックの有効範囲を表している。候補1の第1層のメトリックの有効範囲は0〜hであり、候補2の第1層のメトリックの有効範囲は0〜h’であり、0〜hの範囲が重複する。候補1の第2層のメトリックの有効範囲は0〜iであり、候補2の第2層のメトリックの有効範囲は0〜i’であり、0〜iの範囲が重複する。候補1の第3層のメトリックの有効範囲は0〜jであり、候補2の第3層のメトリックの有効範囲は0〜j’であり、0〜jの範囲が重複する。
Hereinafter, the process of step A5-a will be described in detail. First, overlapping of effective ranges will be described. FIG. 8 is an explanatory diagram showing examples of effective ranges of two system configuration candidates. The portion shown in white represents the effective range of the system configuration candidate (hereinafter referred to as candidate 1) with the smaller number of system components. The hatched portion represents the effective range of the system configuration candidate (hereinafter referred to as candidate 2) having the larger number of system components. Further, FIG. 8 shows the effective range of correlated metrics from the first layer to the third layer. The valid range of the first layer metric of
システム構成候補絞込手段135は、各層の相関性のあるメトリックそれぞれについて、有効範囲の重複部分が、大きい方の有効範囲(すなわち、候補2の有効範囲)の有効範囲の所定の割合(例えば90%)以上である場合に、有効範囲同士の重複部分が大きいと判定する。以下、この所定の割合が90%である場合を例にして説明する。図8に示す例の場合、各層のメトリックの有効範囲について、h>0.9・h’,i>0.9・i’,j>0.9・j’が全て成立していれば、システム構成候補絞込手段135は、有効範囲同士の重複部分が大きいと判定する。 The system configuration candidate narrowing-down means 135 has a predetermined ratio (for example, 90) of the effective range of the larger effective range (that is, the effective range of the candidate 2) with respect to each correlated metric of each layer. %) Or more, it is determined that the overlapping portion between the effective ranges is large. Hereinafter, the case where the predetermined ratio is 90% will be described as an example. In the case of the example shown in FIG. 8, if h> 0.9 · h ′, i> 0.9 · i ′, j> 0.9 · j ′ are all satisfied for the effective range of the metric of each layer, The system configuration candidate narrowing-down means 135 determines that the overlapping portion between the effective ranges is large.
有効範囲同士の重複部分が大きいと判定した場合、システム構成候補絞込手段135は、候補1と候補2のいずれか一方をシステム構成候補から除外する。このとき、有効範囲が狭い方のシステム構成候補(システム構成要素の数が少ない方のシステム構成候補。ここでは候補1)を除外することが好ましい。
When it is determined that the overlapping portion between the effective ranges is large, the system configuration candidate narrowing means 135 excludes one of the
また、システム構成候補絞込手段135は、各層の相関性のあるメトリックのうちの所定のメトリックについて、有効範囲の重複部分が、大きい方の有効範囲の所定の割合以上である場合に、有効範囲同士の重複部分が大きいと判定してもよい。例えば、第1層のメトリックおよび第2層のメトリックについて、h>0.9・h’,i>0.9・i’が成立しているときに、有効範囲同士の重複部分が大きいと判定してもよい。 Further, the system configuration candidate narrowing-down means 135 determines the effective range when the overlapping portion of the effective range is greater than or equal to a predetermined ratio of the larger effective range with respect to a predetermined metric among the correlated metrics of each layer. It may be determined that the overlapping portion is large. For example, when h> 0.9 · h ′ and i> 0.9 · i ′ are established for the first layer metric and the second layer metric, it is determined that the overlapping portion between the effective ranges is large. May be.
また、システム構成候補絞込手段135は、各層の相関性のあるメトリックそれぞれについて、小さい方の有効範囲(すなわち候補1の有効範囲)の上限値と大きい方の有効範囲(すなわち候補2の有効範囲)上限値との差が所定値(例えば10)以下である場合に、有効範囲同士の重複部分が大きいと判定してもよい。図8に示す例の場合、各層のメトリックの有効範囲について、h’−h>10,i’−i>10,j’−j>10が全て成立している場合に、有効範囲同士の重複部分が大きいと判定してもよい。 Further, the system configuration candidate narrowing-down means 135 for each correlated metric of each layer, the upper limit value of the smaller effective range (that is, the effective range of candidate 1) and the larger effective range (that is, the effective range of candidate 2) ) When the difference from the upper limit value is a predetermined value (for example, 10) or less, it may be determined that the overlapping portion between the effective ranges is large. In the case of the example shown in FIG. 8, the effective ranges overlap when h′−h> 10, i′−i> 10, and j′−j> 10 are all established for the effective ranges of the metrics of the respective layers. You may determine that a part is large.
また、システム構成候補絞込手段135は、各層の相関性のあるメトリックのうちの所定のメトリックについて、小さい方の有効範囲の上限値と大きい方の有効範囲上限値との差が所定値以下である場合に、有効範囲同士の重複部分が大きいと判定してもよい。例えば、第1層のメトリックおよび第2層のメトリックについて、h’−h>10,i’−i>10が成立しているときに、有効範囲同士の重複部分が大きいと判定してもよい。 Further, the system configuration candidate narrowing-down means 135 has a difference between the upper limit value of the smaller effective range and the upper limit value of the larger effective range that is less than or equal to a predetermined value for a predetermined metric among the correlated metrics of each layer. In some cases, it may be determined that the overlapping portion between the effective ranges is large. For example, when h′−h> 10 and i′−i> 10 hold for the first layer metric and the second layer metric, it may be determined that the overlapping portion between the effective ranges is large. .
上記の例における所定の割合あるいは所定値は、相関性を有するメトリック毎に異なっていてもよい。 The predetermined ratio or the predetermined value in the above example may be different for each metric having a correlation.
システム構成候補絞込手段135は、システム構成候補として残っているシステム構成候補の中から2つのシステム構成候補を選択して、有効範囲同士の重複部分が大きいか否かを判定し、重複部分が大きいと判定した場合には、そのシステム構成候補のいずれか一方を削除する。この処理を、削除するシステム構成候補がなくなるまで繰り返す。その後、ステップA6以降の動作を行う。 The system configuration candidate narrowing means 135 selects two system configuration candidates from the remaining system configuration candidates as system configuration candidates, determines whether or not the overlapping portion between the effective ranges is large, and the overlapping portion is If it is determined that it is larger, one of the system configuration candidates is deleted. This process is repeated until there are no system configuration candidates to be deleted. Thereafter, the operations after Step A6 are performed.
第2の実施の形態においても、第1の実施の形態と同様に、システム構成ルールを容易に生成することができるという効果が得られる。さらに、第2の実施の形態では、有効範囲の重複部分が多い相異なるシステム構成候補については一方をシステム構成候補から除外して、システム構成候補を絞り込むことができる。 Also in the second embodiment, as in the first embodiment, an effect that the system configuration rule can be easily generated is obtained. Furthermore, in the second embodiment, it is possible to narrow down the system configuration candidates by excluding one of the different system configuration candidates having many overlapping valid ranges from the system configuration candidates.
システム構成候補絞込手段135は、例えば、プログラムに従って動作するコンピュータ(中央処理装置)によって実現される。システム構成候補絞込手段135は、他の各手段と同一の中央処理装置によって実現されていてもよい。 The system configuration candidate narrowing means 135 is realized by, for example, a computer (central processing unit) that operates according to a program. The system configuration candidate narrowing down means 135 may be realized by the same central processing unit as other means.
実施の形態3.
図9は、本発明の第3の実施の形態のシステム構成候補導出装置の例を示すブロック図である。第1の実施の形態と同様の構成部については図1と同一の符号を付し、説明を省略する。第3の実施の形態では、データ処理装置100は、要素間相関性導出手段110、性能プロファイル手段120、システム構成候補列挙手段131、有効範囲計算手段132、トリガ生成手段133、操作系列生成手段134、ルール生成手段130に加えて、システム構成候補提示手段136を備える。
FIG. 9 is a block diagram illustrating an example of a system configuration candidate derivation device according to the third embodiment of this invention. Components similar to those in the first embodiment are denoted by the same reference numerals as those in FIG. In the third embodiment, the
システム構成候補提示手段136は、システム構成候補131によって導出されたシステム構成候補の一覧を表示して、システム構成候補の一覧を利用者(例えば、対象システム106およびシステム構成候補導出装置の管理者)に提示する。そして、システム構成候補提示手段136は、利用者によって、除外するシステム構成候補の情報が入力されると、導出された複数のシステム構成候補のなかからそのシステム構成候補を除外する。
The system configuration
システム構成候補提示手段136は、例えば、プログラムに従って動作するコンピュータ(中央処理装置)と、ディスプレイ装置と、マウスやキーボード等の入力装置によって実現される。システム構成候補提示手段136を実現するための中央処理装置は、他の手段を実現するための中央処理装置と同一であってもよい。
The system configuration
図10は、第3の実施の形態のシステム構成候補導出装置の処理経過の例を示すフローチャートである。第1の実施の形態と同様の処理については、図5に示す符号と同一の符号を付し説明を省略する。システム構成候補絞込手段135は、ステップA5で各システム構成候補の有効範囲が計算された後、システム構成候補の一覧を表示し、利用者によって、除外するシステム構成候補の情報が入力されると、導出された複数のシステム構成候補のなかからそのシステム構成候補を除外する(ステップA5−b)。その後、ステップA6以降の動作を行う。 FIG. 10 is a flowchart illustrating an example of processing progress of the system configuration candidate derivation device according to the third embodiment. About the process similar to 1st Embodiment, the code | symbol same as the code | symbol shown in FIG. 5 is attached | subjected, and description is abbreviate | omitted. The system configuration candidate narrowing means 135 displays a list of system configuration candidates after the effective range of each system configuration candidate is calculated in step A5, and when the information of system configuration candidates to be excluded is input by the user Then, the system configuration candidate is excluded from the plurality of derived system configuration candidates (step A5-b). Thereafter, the operations after Step A6 are performed.
図11は、システム構成候補提示手段136によって表示されるシステム構成候補の一覧の表示画面の例を示す説明図である。システム構成候補の一覧の表示画面は、例えば、システム構成候補の表示欄401と、システム構成候補の有効範囲の表示欄402と、除外すべきシステム構成候補を指定するためのチェックボックス403と、メトリックを選択するためのプルダウンメニュー404とを含む。
FIG. 11 is an explanatory diagram illustrating an example of a display screen of a list of system configuration candidates displayed by the system configuration
システム構成候補提示手段136は、ステップA5−bにおいて、それぞれのシステム構成候補を表示する各表示欄401と、個々の表示欄401に対応させてチェックボックス402および有効範囲を表示する各表示欄402と、プルダウンメニュー404とを含む画面をディスプレイ装置に表示させる。システム構成候補提示手段136は、プルダウンメニュー404にはデフォルトのメトリックの名称を表示し、そのメトリックの有効範囲を各表示欄402に表示する。また、利用者によってプルダウンメニュー404が操作され、他のメトリックが指定された場合には、そのメトリックの有効範囲を各表示欄402に表示する。
In step A5-b, the system configuration candidate presenting means 136 displays each
利用者は、除外すべきシステム構成候補に対応するチェックボックス403をマウスでクリックする。システム構成候補提示手段136は、チェックボックス403がマウスによってクリックされると、クリックされたチェックボックスにチェックマークを表示する。そして、クリックされたチェックボックス403に対応するシステム構成候補を、ステップA4で導出された各システム構成候補の中から除外する。その後、ステップA6以降の動作を行う。
The user clicks the
第3の実施の形態においても、第1の実施の形態と同様に、システム構成ルールを容易に生成することができるという効果が得られる。さらに、利用者が不要と考えるシステム構成候補を、利用者の判断で削除することができる。 Also in the third embodiment, an effect that a system configuration rule can be easily generated is obtained as in the first embodiment. Furthermore, system configuration candidates deemed unnecessary by the user can be deleted at the user's discretion.
データ処理装置100は、第2の実施の形態におけるシステム構成候補絞込手段135と、第3の実施の形態におけるシステム構成候補提示手段136の双方を備えていてもよい。そのような構成の場合、システム構成候補絞込手段135が第2の実施の形態におけるステップA5−aの処理を行った後に、システム構成候補提示手段136が第3の実施の形態におけるステップA5−bの処理を行い、その後ステップA6以降の処理を行ってもよい。あるいは、システム構成候補提示手段136が第3の実施の形態におけるステップA5−bの処理を行った後に、システム構成候補絞込手段135が第2の実施の形態におけるステップA5−aの処理を行い、その後ステップA6以降の処理を行ってもよい。
The
また、第1の実施の形態から第3の実施の形態までの各実施の形態において、システム構成候補列挙手段131が、導出したシステム構成候補を一旦記憶装置に記憶させ、有効範囲計算手段132がその記憶装置からシステム構成候補を読み込む構成であってもよい。図12は、システム構成候補を記憶装置に一旦記憶させるシステム構成候補導出装置の例を示すブロック図である。第1の実施の形態と同様の構成部については図1と同一の符号を付し、説明を省略する。データ処理装置100は、要素間相関性導出手段110、性能プロファイル手段120、システム構成候補列挙手段131、有効範囲計算手段132、トリガ生成手段133、操作系列生成手段134、ルール生成手段130に加えて、さらにシステム構成候補記憶手段141を備える。
In each embodiment from the first embodiment to the third embodiment, the system configuration
システム構成候補記憶手段141は、システム構成候補列挙手段131が導出したシステム構成候補を記憶する記憶装置である。システム構成候補列挙手段131は、導出したシステム構成候補をシステム構成候補記憶手段141に記憶させる。このとき、システム構成候補記憶手段141は、要素間相関性導出手段110によって導出されたメトリックの相関性の情報もシステム構成候補記憶手段141に記憶させる。そして、有効範囲計算手段132は、システム構成候補記憶手段141から各システム構成候補およびメトリックの相関性の情報を読み込んでステップA5の処理を行う。
The system configuration
なお、ステップA5の処理では性能プロファイルも用いる。既に説明した各実施の形態と同様に、性能プロファイル手段120が、性能プロファイルを有効範囲計算手段132に渡してもよい。あるいは、性能プロファイル手段120が予め性能プロファイルを記憶し、有効範囲計算手段132がその性能プロファイルを性能プロファイル手段120から読み込んでもよい。また、システム構成候補列挙手段131が、性能プロファイル手段120によって生成される各性能プロファイル(または性能プロファイル手段120が予め記憶している各性能プロファイル)を、システム構成候補とともにシステム構成候補記憶手段141に記憶させてもよい。そして、有効範囲計算手段132が、システム構成候補および性能プロファイルをシステム構成候補記憶手段141から読み込んでもよい。
Note that a performance profile is also used in the process of step A5. As in each of the embodiments already described, the
図12に示すような構成においても、データ処理装置100は、システム構成候補絞込手段135(図6参照。)やシステム構成候補提示手段136(図9参照。)を備えていてもよい。
Also in the configuration as shown in FIG. 12, the
また、本発明のシステム構成候補導出装置は、有効範囲計算手段132、トリガ生成手段133、操作系列134、ルール生成手段130を備えずに、ステップA1〜A4までの処理を行う構成であってもよい。そのような構成であっても、システム構成候補列挙手段131が、メトリックの相関性と性能プロファイルとに基づいてシステム構成候補を導出することができるので、一部の層のシステム構成要素が過剰に多かったり少なかったりすることのない組み合わせをシステム構成候補として導出することができる。
Further, the system configuration candidate derivation device of the present invention does not include the effective
次に、本発明のシステム構成候補導出装置を実現するための具体的な装置の例について説明する。図13は、本発明のシステム構成候補導出装置を実現するコンピュータの例を示す説明図である。コンピュータ1000は、CPU1001と、外部記憶装置1003と、メモリ1002と、入力装置1004と、ディスプレイ装置等の出力装置1005とを備える。メモリ1002は、プログラムを記憶し、CPU1001はそのプログラムに従って、要素間相関性導出手段110、プロファイル手段120、システム構成候補列挙手段131、有効範囲計算手段132、トリガ生成手段133、操作系列生成手段134、ルール生成手段130として動作する。また、第2の実施の形態や第3の実施の形態の場合には、システム構成候補絞込手段135やシステム構成候補提示手段136としての動作も行う。
Next, an example of a specific device for realizing the system configuration candidate derivation device of the present invention will be described. FIG. 13 is an explanatory diagram illustrating an example of a computer that implements the system configuration candidate derivation device according to the present invention. The computer 1000 includes a
外部記憶装置1003は、導出されたシステム構成候補、生成されたシステム構成変更ルールを記憶する。CPU1001はシステム構成変更ルールを生成した後、そのシステム構成変更ルールを外部記憶装置1003に記憶させてもよい。また、外部記憶装置1003は、予め用意されて通信ネットワークに物理的に接続されている各層毎のサーバの台数を示す情報を記憶していてもよい。この情報は、システム構成候補に含めることが可能な各層のシステム構成要素の上限値として参照される。
The
入力装置1004は、マウス、キーボード、タッチパネルなどの入力デバイスである。入力装置1004を介して、利用者からの指示(例えば、本発明の動作の開始や終了の指示等)が入力される。
The
以下、本発明の実施例を説明する。対象システム160の構成は、図2に示す構成であるものとする。ただし、第1層210、第2層220、第3層230は、それぞれWeb層、AP層、DB層であるものとする。以下、各層のサーバ211,221,231をそれぞれWebサーバ211、APサーバ221、DBサーバ231と記す。対象システム160の外部からDB層210にアクセスがあると、Webサーバ211、APサーバ221、およびDBサーバ231が協調して動作し、そのアクセスに対する応答を返す。
Examples of the present invention will be described below. The configuration of the
このような対象システム160の操作対象要素に対する操作の情報は、例えばUNIX(登録商標)におけるシェルスクリプトやWS−BPELのようなワークフロー言語等の形式で記述され、予めシステム操作記憶手段140に記憶されている。
Such operation information for the operation target element of the
要素間相関性導出手段110は、各サーバ211,221,231が生成する実行ログを受信する等して、システム構成要素(各サーバ)の状態を表すメトリックを収集する(ステップA1)。要素間相関性導出手段110は、対象システム160を監視する監視システム170からメトリックを受信してもよい。
The inter-element correlation deriving means 110 collects a metric representing the state of the system component (each server) by receiving the execution log generated by each
次に、要素間相関性導出手段110は、収集したメトリックのうち、相関性を有するメトリックの組み合わせを特定し、そのメトリック間の相関性を導出する(ステップA2)。この処理には、回帰分析の手法を適用すればよい。 Next, the inter-element correlation deriving means 110 identifies a combination of metrics having correlation among the collected metrics, and derives the correlation between the metrics (step A2). A regression analysis method may be applied to this process.
本実施例では、APサーバ221が実行したトランザクション数と、Webサーバ211が処理したリクエスト数と、DBサーバ231が実行したクエリの数との間に相関性があると判定されたとする。そして、APサーバ221が実行したトランザクション数は、Webサーバ211が処理したリクエスト数の2倍であり、DBサーバ231が実行したクエリの数は、APサーバ221が実行したトランザクション数の1/2であるという相関性があったものとする。すなわち、以下のような相関性があったものとする。
In this embodiment, it is assumed that there is a correlation between the number of transactions executed by the
トランザクション数=2×リクエスト数
クエリ実行数=0.5×トランザクション数
Number of transactions = 2 x number of requests Query execution number = 0.5 x number of transactions
なお、要素間相関性導出手段110は、各層のサーバ211,221,231に搭載されているプログラムを解析することによって、相関性を有するメトリックの組み合わせや、メトリック間の相関性を導出してもよい。例えば、Webサーバ211に搭載されたプログラムに、Webサーバ211がリクエストを一つ受信すると、APサーバ221に2つのトランザクションを実行させるというコードが記述されていたとする。また、APサーバ221に搭載されたプログラムに、APサーバ221が実行する2つのトラン細工ションのうちの一方では、DBサーバ231にクエリを発行するというコードが記述されていたとする。要素間相関性導出手段110は、これらのコードから、上記のような例の相関性を導出してもよい。
Note that the inter-element correlation deriving means 110 may derive combinations of metrics having correlations or correlations between metrics by analyzing programs installed in the
また、性能プロファイル手段120は、性能プロファイルを生成する(ステップA3)。性能プロファイル手段120は、各サーバが生成する実行ログやサーバや通信ネットワークの監視システム170などを通じて、システム構成要素(各サーバ)の状態を表すメトリックを収集するとともに、そのときのシステム構成(対象システム160において動作可能なサーバの台数等の対象システムの構成)も取得する。性能プロファイル手段120は、システム構成とメトリックとを照らし合わせて、Webサーバが何台の時、どれくらいのリクエスト数を処理することができたか等の性能プロファイルを生成する。
Further, the
また、予め、対象システム160内で運用されているシステム構成要素を対象システムから単独で取り出し、テスト環境においてシステム構成要素の数を増減させるなどして、システム構成要素の台数と処理量の関係を計測してもよい。そして、その計測結果を性能プロファイルとして、性能プロファイル手段120が記憶している構成であってもよい。
In addition, the relationship between the number of system components and the processing amount can be obtained by taking out the system components operated in the
図14は、性能プロファイル手段120が生成した性能プロファイルの例を図示した説明図である。図14(a)は、Webサーバ211の台数と、各Webサーバ211が処理可能な単位時間当たりのリクエスト数との関係を示している。具体的には、Webサーバ1台が単位時間に処理可能なリクエスト数は70であり、Webサーバの台数と単位時間に処理可能なリクエスト数とが比例関係にあることを表している。図14(b)は、APサーバ221の台数と、各APサーバ221が処理可能な単位時間当たりのトランザクション数との関係を示している。具体的には、APサーバ1台が単位時間に処理可能なトランザクション数は100であり、APサーバの台数と単位時間に処理可能なトランザクション数とが比例関係にあることを表している。図14(c)は、DBサーバ231の台数と、各DBサーバ231が処理可能な単位時間当たりのクエリ数との関係を示している。具体的には、DBサーバの台数と単位時間に処理可能なクエリ数とは比例関係にあるが、DBサーバが4台以上になると、DBサーバの台数を増やしても、単位時間に処理できるクエリ数は増加しないという関係を示している。
FIG. 14 is an explanatory diagram illustrating an example of a performance profile generated by the
システム構成候補列挙手段131は、システム構成候補を導出して列挙する(ステップA4)。本例では、上記のように「トランザクション数=2×リクエスト数」、「クエリ実行数=0.5×トランザクション数」という相関性がある。すなわち、「Web層におけるリクエスト数:AP層のトランザクション数:DB層のクエリ実行数は、1:2:1」という相関性がある。
The system configuration
システム構成候補列挙手段131は、既に説明した第1の方法あるいは第2の方法でシステム構成候補を導出する。
The system configuration
図15は、システム構成候補列挙手段131が導出するシステム構成候補の例を示す説明図である。各列の左側の数は、サーバの台数を表している。例えば、候補1は、「Webサーバ1台、APサーバ1台、DBサーバ1台」というシステム構成候補である。また、各列の右側に示したかっこ内の数値は、左側の台数のサーバで処理可能な処理数を表している。例えば、候補1では、1台のWebサーバで単位時間に70のリクエストを処理でき、1台のAPサーバで単位時間に50のトランザクションを実行でき、1台のDBサーバで単位時間に25のクエリを実行できることを表している。
FIG. 15 is an explanatory diagram illustrating an example of system configuration candidates derived by the system configuration
本例では、図14(c)に示すように、DBサーバ4が4台以上となった時点でDB層の処理能力が飽和するので、システム構成候補に含まれるサーバの台数を増やしていき、DBサーバの台数が4台となるようなシステム構成候補を導出したら、ステップA4の処理を終了する。また、予め用意されて対象システム内の通信ネットワークに物理的に接続されている各層毎のサーバの台数を予め記憶しておき、システム構成候補においていずれかの層でその台数に達した時点でステップA4の処理を終了してもよい。
In this example, as shown in FIG. 14C, when the number of
有効範囲計算手段132は、有効範囲(各層の各サーバが処理可能な負荷の範囲)を計算する(ステップA5)。図16は、有効範囲計算手段132によって求められた有効範囲の例を示す説明図である。図15に示すように、候補1ではWebサーバは単位時間当たりに70のリクエストを処理可能であるが、「Web層におけるリクエスト数:AP層のトランザクション数:DB層のクエリ実行数は、1:2:1」という相関性がある。従って、APサーバで単位時間に処理可能なトランザクション数が50であることから、図16に示すように、候補1ではWebサーバは単位時間当たりに0〜25のリクエストを処理する。Webサーバがより多くのリクエストを処理しようとしても、AP層で処理しきれないため対象システム全体としては性能が飽和することになる。
The effective
また、システム構成候補導出装置がシステム構成候補絞込手段135(図6参照。)を備えている場合、システム構成候補絞込手段135は、有効範囲同士の重複部分が大きい場合には、そのシステム構成候補のうちの一方を、システム構成候補から除外する(ステップA5−a)。例えば、図16に例示する候補3および候補4の有効範囲を比較する。リクエスト数に関する有効範囲は、候補3では「0〜70」であり、候補4では「0〜75」である。この2つの有効範囲の重複部分「0〜70」は、候補4の有効範囲「0〜75」の90%以上を占める。トランザクション数およびクエリ実行数に関する有効範囲に関しても同様である。この場合、システム構成候補絞込手段135は、候補3と候補4のいずれかを削除する。有効範囲の広い候補4を残して、候補3を削除することが好ましい。
Further, when the system configuration candidate derivation device includes the system configuration candidate narrowing means 135 (see FIG. 6), the system configuration candidate narrowing means 135 determines that the system configuration candidate when the overlapping range between the effective ranges is large. One of the configuration candidates is excluded from the system configuration candidates (step A5-a). For example, the effective ranges of
次に、トリガ生成手段133が、有効範囲の境界を元にトリガを生成する(ステップA6)。候補1から候補2へとシステム構成を変更するトリガの生成を例に説明する。候補1と候補2のメトリックの有効範囲の境界の値は、Web層のリクエスト数に関しては25、AP層のトランザクション数に関しては50、DB層のクエリ実行数に関しては25である。トリガ生成手段133が、運用管理者によって指定された割合もしくは、10%などのあらかじめ設定された割合の分だけ、各境界の値から減じた値をトリガとする。例えば、「Web層のリクエスト数が20を超えるか、もしくは、AP層のトランザクション数が40を超えるか、もしくは、DB層のクエリ実行数が20を超える」というトリガを生成する。このトリガが、候補1から候補2にシステム構成を変化させる条件となる。
Next, the trigger generation means 133 generates a trigger based on the boundary of the effective range (step A6). The generation of a trigger for changing the system configuration from
操作系列生成手段134は、システム構成候補の差分から、操作系列を生成する(ステップA7)。例えば、候補2は、候補1に比べてAPサーバが1台多く、DBサーバも1台多い(図15参照。)。よって、APサーバ1台およびDBサーバ1台が、候補1,2の差分となる。操作系列生成手段134は、システム操作記憶手段140からAPサーバを追加する操作の情報と、DBサーバを追加する操作の情報を取り出し、その情報の集合を1つの操作系列とする。システム操作記憶手段140から操作の情報を読み込むことができない場合には、操作系列生成手段134は、操作の情報を用意してシステム操作記憶手段140に記憶させるべきことを示すメッセージを出力する。
The operation
ルール生成手段130は、トリガと操作系列とを組み合わせてシステム構成変更ルールとする。 The rule generation means 130 combines the trigger and the operation sequence into a system configuration change rule.
本発明は、管理対象となるシステムに含まれるシステム構成要素の組み合わせであって一部の構成要素が過剰に多かったり少なかったりすることのない組み合わせを導出するためのシステム構成候補導出装置として好適に適用される。 The present invention is suitable as a system configuration candidate derivation device for deriving a combination of system components included in a system to be managed and in which some components are not excessively large or small. Applied.
100 データ処理装置
110 要素間相関性導出手段
120 性能プロファイル手段
130 ルール生成手段
131 システム構成候補列挙手段
132 有効範囲計算手段
133 トリガ生成手段
134 操作系列生成手段
140 システム操作記憶手段
DESCRIPTION OF
Claims (10)
管理対象システムの負荷状況を値として示す各層のメトリックを計測し、異なる層から計測したメトリックの組におけるメトリック間の値の相関性を導出する要素間相関性導出手段と、
システム構成要素の台数とその台数のシステム構成要素の処理量との関係を導出可能な情報である性能プロファイルと、メトリック間の値の相関性とに基づいて、システム構成候補を導出するシステム構成候補列挙手段とを備えた
ことを特徴とするシステム構成候補導出装置。 A system configuration candidate derivation device for deriving a system configuration candidate that is a candidate for configuration of a managed system that includes a plurality of layers that are a set of system components that are loaded with the same type of software and operate according to the software,
An inter-element correlation deriving means for measuring a metric of each layer indicating the load status of the managed system as a value and deriving a correlation of values between metrics in a set of metrics measured from different layers ;
System configuration candidates for deriving system configuration candidates based on performance profiles that are information that can derive the relationship between the number of system components and the processing amount of the system components, and the correlation of values between metrics A system configuration candidate derivation device comprising: enumeration means.
請求項1または請求項2に記載のシステム構成候補導出装置。 The inter-element correlation deriving means continuously measures the metric as time passes, substitutes the metric at each time for an expression including multiplication of the variable and the coefficient, using the metric as a variable, and calculates the coefficient. The system configuration candidate derivation device according to claim 1 or 2, wherein if the calculated variance of coefficients is equal to or less than a threshold value, the correlation of values between metrics is derived based on the coefficients.
請求項1から請求項3のうちのいずれか1項に記載されたシステム構成候補導出装置。 The system configuration candidate enumeration means obtains the processing amount in the number of units in the reference layer based on the performance profile for each number of system components in one reference layer, and the value between the processing amount and the metric The system configuration candidate is derived by calculating the processing amount in the other layer based on the correlation between the two, and deriving from the performance profile the number of units capable of processing the processing amount in the other layer. The system configuration candidate derivation device according to any one of the three.
請求項1から請求項3のうちのいずれか1項に記載されたシステム構成候補導出装置。 The system configuration candidate enumeration means obtains the throughput ratio of each layer from the correlation of values between metrics, sets the number of system components in each layer to the initial value, obtains the throughput ratio of each layer from the performance profile, and from the performance profile Identify the system component of the layer corresponding to the term with the smallest division result by dividing each term of the obtained throughput ratio by each corresponding term of the throughput ratio obtained from the correlation of values between metrics. The system configuration candidate derivation device according to any one of claims 1 to 3, wherein a system configuration candidate is derived by repeating the addition of the number of system component elements in a layer.
前記コンピュータに、
管理対象システムの負荷状況を値として示す各層のメトリックを計測し、異なる層から計測したメトリックの組におけるメトリック間の値の相関性を導出する要素間相関性導出処理、および
システム構成要素の台数とその台数のシステム構成要素の処理量との関係を導出可能な情報である性能プロファイルと、メトリック間の値の相関性とに基づいて、システム構成候補を導出するシステム構成候補列挙処理
を実行させるためのシステム構成候補導出プログラム。 A system configuration candidate derivation program installed on a computer for deriving a system configuration candidate that is a candidate for configuration of a managed system including a plurality of layers that are a set of system components that operate with the same type of software. ,
In the computer,
Inter-element correlation derivation processing that measures the metrics of each layer showing the load status of the managed system as values and derives the correlation of values between metrics in the metric pairs measured from different layers , and the number of system components To execute system configuration candidate enumeration processing that derives system configuration candidates based on the performance profile, which is information that can derive the relationship between the number of system components and the amount of processing of the system components, and the correlation of values between metrics System configuration candidate derivation program.
要素間相関性導出処理で、時間経過に伴いメトリックを継続して計測し、メトリックを変数として前記変数と係数との乗算を含む式に各時刻におけるメトリックを代入して、前記係数を算出し、算出した係数の分散が閾値以下であれば前記係数に基づいてメトリック間の値の相関性を導出する処理を実行させる
請求項6に記載のシステム構成候補導出プログラム。 On the computer,
In the inter-element correlation derivation process, the metric is continuously measured over time, the metric at each time is substituted into an equation including multiplication of the variable and the coefficient as the metric, and the coefficient is calculated. The system configuration candidate derivation program according to claim 6, wherein if the variance of the calculated coefficient is equal to or less than a threshold value, a process of deriving a correlation of values between metrics based on the coefficient is executed.
システム構成候補列挙処理で、基準となる一つの層におけるシステム構成要素の台数毎に、性能プロファイルに基づいて基準となる層での台数での処理量を求め、当該処理量と、メトリック間の値の相関性とに基づいて、他の層における処理量を算出し、他の層における前記処理量を処理可能な台数を性能プロファイルから導出することによってシステム構成候補を導出する処理を実行させる
請求項6または請求項7に記載のシステム構成候補導出プログラム。 On the computer,
In the system configuration candidate enumeration process, for each number of system components in one reference layer, the processing amount in the reference layer is calculated based on the performance profile, and the value between the processing amount and the metric And calculating a processing amount in another layer based on the correlation, and deriving a system configuration candidate by deriving from the performance profile the number of the processing amount in the other layer that can be processed. The system configuration candidate derivation program according to claim 6 or claim 7.
システム構成候補列挙処理で、メトリック間の値の相関性から各層の処理量比を求め、各層のシステム構成要素の数を初期値に定め、性能プロファイルから各層の処理量比を求め、性能プロファイルより求めた処理量比の各項を、メトリック間の値の相関性から求めた処理量比の対応する各項で除算した除算結果が最も小さい項に対応する層のシステム構成要素を特定し、その層のシステム構成要素の台数を追加することを繰り返すことによってシステム構成候補を導出する処理を実行させる
請求項6または請求項7に記載のシステム構成候補導出プログラム。 On the computer,
In the system configuration candidate enumeration process, calculate the throughput ratio of each layer from the correlation of values between metrics, determine the number of system components in each layer as the initial value, determine the throughput ratio of each layer from the performance profile, and from the performance profile Identify the system component of the layer corresponding to the term with the smallest division result by dividing each term of the obtained throughput ratio by each corresponding term of the throughput ratio obtained from the correlation of values between metrics. The system configuration candidate derivation program according to claim 6 or 7, wherein a process for deriving a system configuration candidate is executed by repeatedly adding the number of system component elements of a layer.
要素間相関性導出手段が、管理対象システムの負荷状況を値として示す各層のメトリックを計測し、異なる層から計測したメトリックの組におけるメトリック間の値の相関性を導出し、
システム構成候補列挙手段が、システム構成要素の台数とその台数のシステム構成要素の処理量との関係を導出可能な情報である性能プロファイルと、メトリック間の値の相関性とに基づいて、システム構成候補を導出する
ことを特徴とするシステム構成候補導出方法。 A system configuration candidate derivation method for deriving a system configuration candidate that is a candidate for the configuration of a managed system including a plurality of layers that are a set of system components that are loaded with the same kind of software and operate according to the software,
The inter-element correlation deriving means measures the metric of each layer indicating the load status of the managed system as a value , derives the correlation of the value between the metrics in the metric set measured from different layers ,
The system configuration candidate enumeration means is configured based on the performance profile, which is information that can derive the relationship between the number of system components and the processing amount of the system components, and the correlation of values between metrics. A system configuration candidate derivation method characterized by deriving candidates.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2007004375A JP4752767B2 (en) | 2007-01-12 | 2007-01-12 | System configuration candidate derivation device, method and program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2007004375A JP4752767B2 (en) | 2007-01-12 | 2007-01-12 | System configuration candidate derivation device, method and program |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2008171234A JP2008171234A (en) | 2008-07-24 |
JP4752767B2 true JP4752767B2 (en) | 2011-08-17 |
Family
ID=39699264
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2007004375A Expired - Fee Related JP4752767B2 (en) | 2007-01-12 | 2007-01-12 | System configuration candidate derivation device, method and program |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP4752767B2 (en) |
Families Citing this family (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP5257077B2 (en) * | 2009-01-06 | 2013-08-07 | 日本電気株式会社 | Resource allocation apparatus, method and program |
JP5352683B2 (en) * | 2009-01-30 | 2013-11-27 | ヒューレット−パッカード デベロップメント カンパニー エル.ピー. | System and method for integrating capacity planning and workload management |
JP5527326B2 (en) * | 2009-10-29 | 2014-06-18 | 日本電気株式会社 | System arrangement determination system, system arrangement determination method and program |
JP5768796B2 (en) * | 2012-10-23 | 2015-08-26 | 日本電気株式会社 | Operation management apparatus, operation management method, and program |
Family Cites Families (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2003178040A (en) * | 2001-12-10 | 2003-06-27 | Hitachi Information Systems Ltd | Web site constitution determination supporting method |
US20040205757A1 (en) * | 2003-04-09 | 2004-10-14 | Pering Trevor A. | Performance scheduling using multiple constraints |
JP4980581B2 (en) * | 2004-04-16 | 2012-07-18 | 新日鉄ソリューションズ株式会社 | Performance monitoring device, performance monitoring method and program |
US7626917B2 (en) * | 2004-06-10 | 2009-12-01 | International Business Machines Corporation | Methods and apparatus for cost minimization of multi-tiered infrastructure with end-to-end delay guarantees |
JP4430989B2 (en) * | 2004-06-28 | 2010-03-10 | 株式会社日立製作所 | Operation management support system and performance information display method |
-
2007
- 2007-01-12 JP JP2007004375A patent/JP4752767B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JP2008171234A (en) | 2008-07-24 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4957256B2 (en) | System configuration change rule generation system, method and program | |
JP4982216B2 (en) | Policy creation support method, policy creation support system, and program | |
US10230601B1 (en) | Systems and methods for integrated modeling and performance measurements of monitored virtual desktop infrastructure systems | |
US10373094B2 (en) | Automated model based root cause analysis | |
US8255906B2 (en) | Modeling overhead for a plurality of virtualization technologies in a computer system | |
JP2005521359A (en) | Method, system and computer program for measuring network operating characteristics of software applications | |
US20110029880A1 (en) | Apparatus and method for capacity planning for data center server consolidation and workload reassignment | |
US7962437B2 (en) | Data comparison using different time periods in data sequences | |
US20190068467A1 (en) | Cloud Network Stability | |
US20160373319A1 (en) | Method and device for evaluating the system assets of a communication network | |
US9852007B2 (en) | System management method, management computer, and non-transitory computer-readable storage medium | |
US20120317069A1 (en) | Throughput sustaining support system, device, method, and program | |
JP4752767B2 (en) | System configuration candidate derivation device, method and program | |
Barve et al. | Fecbench: A holistic interference-aware approach for application performance modeling | |
US20150288568A1 (en) | Recording medium, handling method generation method, and information processing apparatus | |
JP5773142B2 (en) | Computer system configuration pattern calculation method and configuration pattern calculation apparatus | |
CN104106245B (en) | Method and device for managing network connection for use by plurality of application program processes | |
KR100992345B1 (en) | Service evaluation method, system, and computer program product | |
CN117221148A (en) | System and method for evaluating service quality of multi-type network application | |
CN113315672A (en) | Flow distribution method and device, electronic equipment and computer readable storage medium | |
US20080127083A1 (en) | Method and system for combining multiple benchmarks | |
JP6881434B2 (en) | Log analyzer, log analysis method and program | |
US10783063B2 (en) | Systems and methods for testing a customer environment | |
US20180219752A1 (en) | Graph search in structured query language style query | |
US20140317254A1 (en) | Management computer, automated operation procedure output method, and computer-readable storage medium |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20091214 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20110128 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20110208 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20110331 |
|
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: 20110426 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20110509 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20140603 Year of fee payment: 3 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 4752767 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
LAPS | Cancellation because of no payment of annual fees |