JP2011141908A - System usage rate managing device and system usage rate managing method and program used for the same - Google Patents
System usage rate managing device and system usage rate managing method and program used for the same Download PDFInfo
- Publication number
- JP2011141908A JP2011141908A JP2011096672A JP2011096672A JP2011141908A JP 2011141908 A JP2011141908 A JP 2011141908A JP 2011096672 A JP2011096672 A JP 2011096672A JP 2011096672 A JP2011096672 A JP 2011096672A JP 2011141908 A JP2011141908 A JP 2011141908A
- Authority
- JP
- Japan
- Prior art keywords
- usage rate
- node
- maximum performance
- virtual
- nodes
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
- 238000000034 method Methods 0.000 title claims description 26
- 238000007726 management method Methods 0.000 claims description 68
- 230000008569 process Effects 0.000 claims description 18
- 238000011156 evaluation Methods 0.000 claims description 13
- 238000010586 diagram Methods 0.000 description 9
- 230000008859 change Effects 0.000 description 8
- 230000007704 transition Effects 0.000 description 2
- 230000000694 effects Effects 0.000 description 1
- 230000006870 function Effects 0.000 description 1
- 238000007689 inspection Methods 0.000 description 1
- 230000007246 mechanism Effects 0.000 description 1
- 230000009467 reduction Effects 0.000 description 1
- 230000004044 response Effects 0.000 description 1
- 238000005070 sampling Methods 0.000 description 1
- 230000001131 transforming effect Effects 0.000 description 1
Images
Landscapes
- Debugging And Monitoring (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
Description
本発明はシステム使用率管理装置及びそれに用いるシステム使用率管理方法並びにそのプログラムに関し、特に複数の計算ノードから構成されるシステムに対してノード群の性能や使用率を管理するための管理方法に関する。 The present invention relates to a system usage rate management apparatus, a system usage rate management method used therefor, and a program thereof, and more particularly to a management method for managing the performance and usage rate of a node group for a system composed of a plurality of computing nodes.
従来、システム使用率管理装置においては、図9に示すように、処理装置51と記憶装置52とを具備しており、処理装置51はCPU(中央処理装置)使用率取得手段511と、CPU使用率比較手段512と、HW(ハードウェア)構成変更判断手段513とを備え、記憶装置52はCPU使用率記憶部521とサービスレベル契約記憶部522とを備えている(例えば、特許文献1参照)。
Conventionally, as shown in FIG. 9, the system usage rate management apparatus includes a
上記のような構成を持つ従来のシステム使用率管理装置5は、以下のように動作する。まず、CPU使用率取得手段511は図示せぬ1つ以上のノードで構成された外部システム(図示せず)から各ノードのCPU使用率を取得し、CPU使用率記憶部521に格納する。サービスレベル契約記憶部522には各ノードが維持すべきCPU使用率の上限や、各ノードのCPU使用率がこの上限を越えた場合に増強可能なノードの最大数等が予め格納されている。
The conventional system usage
CPU使用率比較手段512はCPU使用率記憶部521が保持する各ノードのCPU使用率と、サービスレベル契約記憶部522が保持する維持すべきCPU使用率の上限とを比較し、比較結果をHW構成変更判断手段513に付与する。維持すべきCPU使用率を越える使用率が観測されたノードが存在した場合、HW構成変更判断手段513はサービスレベルを満足していないと判断し、外部システムに対してノードの増強を行う。この時、サービスレベル契約記憶部522が保持する増強可能なノードの最大数までノードを増強することができる。
The CPU usage
一方、維持すべきCPU使用率以下のノードしか存在しない場合、HW構成変更判断手段513は外部システムがサービスレベルを満足していると判断する。ノードを削減してもサービスレベルを維持できる場合には、ノードを削減してもよい。この時、HW構成変更判断手段513は各ノードの計算能力が同一であると仮定し、使用率とノード数との積を一定とみなして増強後や削減後の使用率を見積もる。例えば、4ノードがいずれもCPU使用率25%で運用されている時、ノード数を5に増強した時の各ノードの使用率の見積りは20%となる。逆に、ノード数を2に削減した時の各ノードの使用率の見積りは50%となる。
On the other hand, when there is only a node having a CPU usage rate or less to be maintained, the HW configuration
上述した従来のシステム使用率管理装置では、性能の異なるノードが存在する場合に、HWを増強すべきかどうかを適切に判断することができないという問題がある。これは、仮に性能の低いノードの使用率が許容値よりも高く、性能の高いノードの使用率が低かった場合に、システム全体としては大きな余力があるにも関わらず、ノードを増強しようとしてしまうためである。 The above-described conventional system usage rate management apparatus has a problem that when there are nodes having different performances, it cannot be appropriately determined whether or not the HW should be increased. This means that if the usage rate of a low-performance node is higher than the allowable value and the usage rate of a high-performance node is low, the system as a whole will try to reinforce the node even though there is a large capacity Because.
またこの時、CPUクロック数のような単純な性能値は、システム上で動作するアプリケーションの性能を正確に表していないことが多い。これは、CPUや計算機のアーキテクチャが多様化し、同一のクロック数であっても、アーキテクチャや処理するアプリケーションの特性によって性能が大きく異なるためである。 At this time, a simple performance value such as the number of CPU clocks often does not accurately represent the performance of an application operating on the system. This is because the CPU and computer architectures are diversified, and even with the same number of clocks, the performance varies greatly depending on the architecture and the characteristics of the application to be processed.
そこで、本発明の目的は上記の問題点を解消し、性能やアーキテクチャの異なる複数の計算ノードで構成される計算機システムに対して、システム性能の管理や運用ノード数の最適化を容易に行うことができるシステム使用率管理装置及びそれに用いるシステム使用率管理方法並びにそのプログラムを提供することにある。 Therefore, the object of the present invention is to solve the above problems and easily manage system performance and optimize the number of operating nodes for a computer system composed of a plurality of computing nodes having different performance and architecture. The present invention provides a system usage rate management apparatus, a system usage rate management method used therefor, and a program therefor.
本発明によるシステム使用率管理装置は、同種あるいは関連する業務を行いかつグループ化された複数の計算ノードを1つの仮想ノードとみなした場合の当該仮想ノードのCPU使用率を算出するシステム使用率管理装置であって、
前記複数の計算ノード各々が単位時間当たり処理できる最大リクエスト数を最大性能として設定するノード最大性能設定手段と、前記複数の計算ノード各々のCPU使用率を取得するリソース使用率取得手段と、前記ノード最大性能設定手段にて設定された前記最大性能を重みとみなして前記前記リソース使用率取得手段にて取得された前記CPU使用率の加重平均を前記仮想ノードのCPU使用率として算出する仮想使用率算出手段とを備えている。
The system usage rate management apparatus according to the present invention is a system usage rate management that calculates the CPU usage rate of a virtual node when a plurality of computation nodes that perform the same or related tasks and are grouped are regarded as one virtual node. A device,
Node maximum performance setting means for setting the maximum number of requests that each of the plurality of computing nodes can process per unit time as maximum performance; resource usage rate acquiring means for acquiring the CPU usage rate of each of the plurality of computing nodes; A virtual usage rate that calculates the weighted average of the CPU usage rate acquired by the resource usage rate acquisition unit as the CPU usage rate of the virtual node by regarding the maximum performance set by the maximum performance setting unit as a weight. And a calculating means.
本発明によるシステム使用率管理方法は、同種あるいは関連する業務を行いかつグループ化された複数の計算ノードを1つの仮想ノードとみなした場合の当該仮想ノードのCPU使用率を算出するシステム使用率管理装置に用いられるシステム使用率管理方法であって、
前記システム使用率管理装置が、前記複数の計算ノード各々が単位時間当たり処理できる最大リクエスト数を最大性能として設定する第1のステップと、前記複数の計算ノード各々のCPU使用率を取得する第2のステップと、前記第1のステップにて設定された前記最大性能を重みとみなして前記第2のステップにて取得された前記CPU使用率の加重平均を前記仮想ノードのCPU使用率として算出する第3のステップとを実行している。
The system usage rate management method according to the present invention is a system usage rate management for calculating the CPU usage rate of a virtual node when a plurality of calculation nodes that perform the same or related business and are grouped are regarded as one virtual node. A system usage rate management method used in an apparatus,
A first step of setting, as a maximum performance, a maximum number of requests that each of the plurality of computing nodes can process per unit time; and a second step of acquiring a CPU usage rate of each of the plurality of computing nodes. And calculating the weighted average of the CPU usage rate acquired in the second step as the CPU usage rate of the virtual node by regarding the maximum performance set in the first step as a weight. The third step is executed.
本発明によるプログラムは、同種あるいは関連する業務を行いかつグループ化された複数の計算ノードを1つの仮想ノードとみなした場合の当該仮想ノードのCPU使用率を算出するシステム使用率管理装置内のコンピュータに実行させるプログラムであって、
前記複数の計算ノード各々が単位時間当たり処理できる最大リクエスト数を最大性能として設定する第1の処理と、前記複数の計算ノード各々のCPU使用率を取得する第2の処理と、前記第1の処理にて設定された前記最大性能を重みとみなして前記第2の処理にて取得された前記CPU使用率の加重平均を前記仮想ノードのCPU使用率として算出する第3の処理とを含むことを特徴とする。
A program according to the present invention is a computer in a system usage rate management apparatus that calculates a CPU usage rate of a virtual node when a plurality of computational nodes that perform the same or related tasks and are grouped are regarded as one virtual node. A program to be executed,
A first process for setting a maximum number of requests that each of the plurality of calculation nodes can process per unit time as a maximum performance; a second process for acquiring a CPU usage rate of each of the plurality of calculation nodes; And a third process of calculating the weighted average of the CPU usage rate acquired in the second process as the CPU usage rate of the virtual node by regarding the maximum performance set in the process as a weight. It is characterized by.
すなわち、本発明のシステム使用率管理装置は、性能やアーキテクチャの異なる複数の計算ノードで構成される計算機システムに対して、ノード群の性能や使用率を算出することで、システム性能の管理や運用ノード数の最適化を容易に行えるようにしている。 In other words, the system usage rate management apparatus of the present invention calculates the performance and usage rate of a group of nodes for a computer system composed of a plurality of computing nodes having different performance and architecture, thereby managing and operating the system performance. The number of nodes can be easily optimized.
より具体的に説明すると、本発明のシステム使用率管理装置では、各ノードの最大性能を設定するノード最大性能設定手段と、各ノードのリソース使用率を取得するリソース使用率取得手段と、各ノードの最大性能とリソース使用率とからノード群の仮想的な性能及び使用率を算出する仮想使用率算出手段と、算出した全体性能及び使用率を出力する出力手段とを備え、ノード群の性能や使用率を出力あるいは利用することで、上記の目的を達成している。 More specifically, in the system usage rate management apparatus of the present invention, a node maximum performance setting unit that sets the maximum performance of each node, a resource usage rate acquisition unit that acquires the resource usage rate of each node, and each node Virtual usage rate calculating means for calculating the virtual performance and usage rate of the node group from the maximum performance and resource usage rate, and output means for outputting the calculated overall performance and usage rate. The above purpose is achieved by outputting or using the usage rate.
これによって、本発明のシステム使用率管理装置では、性能やアーキテクチャの異なる複数のノードで構成される計算機システムに対して、ノード群の性能や使用率を算出可能となるため、システムの使用状況や負荷を素早く把握することが可能となる。 As a result, the system usage rate management device of the present invention can calculate the performance and usage rate of a node group for a computer system composed of a plurality of nodes having different performances and architectures. It becomes possible to quickly grasp the load.
また、本発明のシステム使用率管理装置では、各ノードの許容使用率からノード群の許容使用率が算出可能となるため、システムが全体として許容範囲内の使用率で運用できているかどうかを素早く判定することが可能となる。 Further, in the system usage rate management apparatus of the present invention, the allowable usage rate of the node group can be calculated from the allowable usage rate of each node, so it is possible to quickly check whether the system can be operated with the usage rate within the allowable range as a whole. It becomes possible to judge.
さらに、本発明のシステム使用率管理装置では、仮想使用率とともに、仮想使用率算出時の時刻が出力可能となるため、仮想使用率を時系列に沿ってまとめた運用レポートが作成可能となる。 Furthermore, since the system usage rate management apparatus according to the present invention can output the virtual usage rate and the time at which the virtual usage rate is calculated, it is possible to create an operation report that summarizes the virtual usage rate in time series.
本発明は、上記のような構成及び動作とすることで、性能やアーキテクチャの異なる複数の計算ノードで構成される計算機システムに対して、システム性能の管理や運用ノード数の最適化を容易に行うことができるという効果が得られる。 With the configuration and operation as described above, the present invention easily manages system performance and optimizes the number of operating nodes for a computer system composed of a plurality of computing nodes having different performance and architecture. The effect that it can be obtained.
次に、本発明の実施の形態について図面を参照して説明する。図1は本発明によるシステム使用率管理装置の構成を示すブロック図である。図1において、システム使用率管理装置1は処理装置11と、記憶装置12と、出力装置13とから構成されている。処理装置11はノード最大性能設定手段111と、リソース使用率取得手段112と、仮想使用率算出部113と、出力部114とを備え、記憶装置12はノード最大性能記憶部121を備え、処理装置11で実行されるプログラム(コンピュータで実行可能なプログラム)を格納している。
Next, embodiments of the present invention will be described with reference to the drawings. FIG. 1 is a block diagram showing the configuration of a system usage rate management apparatus according to the present invention. In FIG. 1, the system usage
ノード最大性能設定手段111は外部のシステムを構成する各ノード(図示せず)の最大性能をノード最大性能記憶部121に格納する。リソース使用率取得手段112は各ノードのリソース使用率101を取得し、仮想使用率算出部113に付与する。仮想使用率算出部113はノード最大性能記憶部121に保持された各ノードの最大性能と付与された各ノードのリソース使用率とからシステムの仮想的な使用率を算出し、その仮想的な使用率を出力部114に付与する。出力部114は付与された仮想的な使用率を出力装置13に出力する。
The node maximum
図2は本発明によるシステム使用率管理装置1の動作を示すフローチャートである。これら図1及び図2を参照して本発明によるシステム使用率管理装置1の動作について説明する。尚、図2に示す処理は処理装置11が記憶装置12のプログラムを実行することで実現される。
FIG. 2 is a flowchart showing the operation of the system usage
まず、ノード最大性能設定手段111は外部のシステムを構成する各ノードの最大性能をノード最大性能記憶部121に格納する(図2ステップS1)。ここで、最大性能とは単位時間当りに処理できるリクエスト等の個数を指す。以下、Webサーバやデータベースサーバへのリクエストのほか、ネットワークを経由して送受信されるパケットや、機械語、プログラムテキスト中のステートメント、関数等、受信側になんらかの処理を発生させるものを総称してリクエストと呼ぶ。
First, the node maximum
各ノードの最大性能は図示せぬ入力装置等を通じてユーザから入力された値や、予め用意された値、独自に算出した値等が用いられる。また、後述する理由によって、各ノードの最大性能は絶対的な値ではなく、ノード間の最大性能の比であってもよい。 As the maximum performance of each node, a value input from a user through an input device (not shown), a value prepared in advance, a value calculated independently, or the like is used. Further, for reasons described later, the maximum performance of each node is not an absolute value, and may be a ratio of the maximum performance between nodes.
外部システムにおいては、同種あるいは関連する業務を行うノードをグループ化し、同一グループ内のノード群に対して、ノード最大性能の設定や仮想使用率の算出を行ってもよい。以下では、特に断りがない限り、同一グループ内のノード群の全体とシステムの全体とを区別せずに説明する。 In the external system, nodes that perform the same type or related work may be grouped, and the node maximum performance setting or the virtual usage rate may be calculated for the nodes in the same group. Hereinafter, unless otherwise specified, the entire node group in the same group and the entire system will be described without distinction.
リソース使用率取得手段112は各ノードのリソース使用率101を取得し、仮想使用率算出部113に付与する(図2ステップS2)。リソース使用率としては、CPU使用率やディスク使用率等がある。使用率とは、単位時間当りに実際にCPU(中央処理装置)やディスク等のリソースを使用した時間の割合のことを指す。
The resource usage
仮想使用率算出部113はノード最大性能記憶部121に保持された各ノードの最大性能と、付与された各ノードのリソース使用率とから、ノード群の仮想的な使用率を算出し、その仮想的な使用率を出力部114に付与する(図2ステップS3)。
The virtual usage
識別番号iを持つノードの最大性能をαi・μとした時、ノード群(ノードグループ)の最大性能は各ノードの最大性能の合計Σi(αi・μ)で表すことができる。ここで、αi・μは絶対性能を表し、αiは他のノードとの相対的な性能(性能比)を表す。例えば、3つのノードの絶対性能がそれぞれ、α1・μが120リクエスト/秒、α2・μが80リクエスト/秒、α3・μが200リクエスト/秒であった時、α1=3,α2=2,α3=5となる。 When the maximum performance of the node having the identification number i is αi · μ, the maximum performance of the node group (node group) can be expressed by the sum Σi (αi · μ) of the maximum performance of each node. Here, αi · μ represents absolute performance, and αi represents relative performance (performance ratio) with other nodes. For example, when the absolute performance of three nodes is 120 requests / second for α1 · μ, 80 requests / second for α2 · μ, and 200 requests / second for α3 · μ, α1 = 3, α2 = 2, α3 = 5.
一方、ノードiへのリクエスト到着率をλiとした時、各ノードのリソース使用率ρiは、
ρi=λi/(αi・μ)
と表すことができる。ここで、ノード群の全体を1個の仮想的なノードと考えると、ノード群へのリクエスト到着率は、
Σi(λi)
となるため、ノード群の使用率(仮想使用率)ρは、
ρ=Σi(λi)/Σi(αi・μ)
と表すことができる。
On the other hand, when the request arrival rate to the node i is λi, the resource usage rate ρi of each node is
ρi = λi / (αi · μ)
It can be expressed as. Here, when the entire node group is considered as one virtual node, the request arrival rate to the node group is:
Σi (λi)
Therefore, the usage rate (virtual usage rate) ρ of the node group is
ρ = Σi (λi) / Σi (αi · μ)
It can be expressed as.
さらに、
λi=ρi・αi・μ
を使って上記の式を変形をすることで、
ρ=Σi(ρi・αi・μ)/Σi(αi・μ)
=Σi(ρi・αi)/Σi(αi)
が得られる。つまり、仮想使用率は各ノードの使用率とともに、絶対性能値あるいはノード間の性能比を用いて上記の式で算出される。
further,
λi = ρi ・ αi ・ μ
By transforming the above equation using
ρ = Σi (ρi · αi · μ) / Σi (αi · μ)
= Σi (ρi · αi) / Σi (αi)
Is obtained. That is, the virtual usage rate is calculated by the above formula using the absolute performance value or the performance ratio between nodes together with the usage rate of each node.
また、算出対象のノード群を構成する各ノードに対して、応答時間等の観点から、一定の使用率以下での運用を規定する許容使用率が与えられている場合、各ノードの許容使用率をリソース使用率取得手段112に与えることで、ノード群の許容使用率を得ることもできる。 In addition, if an allowable usage rate is specified for each node that constitutes the calculation target node group from the viewpoint of response time, etc., and the usage rate is below a certain usage rate, the allowable usage rate of each node Is given to the resource usage rate acquisition means 112, and the allowable usage rate of the node group can be obtained.
最後に、出力部114はノード群の仮想使用率を出力装置13に出力する。この時、出力部114は仮想使用率とともに、算出時の時刻やノードの構成情報等を出力してもよい。本発明の実施の形態は、外部システムとは別の計算機や計算ノード上で動作するほか、外部システムが備えるノード上で動作させることもできる。
Finally, the
このように、本発明では、性能やアーキテクチャの異なる複数のノードで構成される計算機システムに対して、ノード群の能力や使用率を算出することができるので、システムの使用状況や負荷を素早く把握することができる。 As described above, according to the present invention, the capacity and usage rate of a node group can be calculated for a computer system composed of a plurality of nodes having different performance and architecture, so that the usage status and load of the system can be quickly grasped. can do.
また、本発明では、各ノードの許容使用率からノード群の許容使用率を算出することができるので、システムが全体として許容範囲内の使用率で運用できているかどうかを素早く判定することができる。 In the present invention, since the allowable usage rate of the node group can be calculated from the allowable usage rate of each node, it is possible to quickly determine whether the system can be operated with the usage rate within the allowable range as a whole. .
さらに、本発明では、仮想使用率とともに、仮想使用率算出時の時刻を出力することができるので、仮想使用率を時系列に沿ってまとめた運用レポートを作成することができる。 Furthermore, in the present invention, since the virtual usage rate can be output together with the virtual usage rate, an operation report in which the virtual usage rates are collected in time series can be created.
この本発明の具体的な例について説明する。以下の説明では、図示していないが、外部システムがWebサーバの動作する3台のノードと、アプリケーションサーバのノード2台と、データベースサーバのノード2台とで構成されているものとする。 A specific example of the present invention will be described. In the following description, although not shown, it is assumed that the external system includes three nodes on which the Web server operates, two application server nodes, and two database server nodes.
Webサーバ用の3台に対して仮想使用率の算出を行う場合、本発明のユーザはノードのIP(Internet Protocol)アドレスやマシン名等の識別子に同一のグループ識別子を与えることで、ノードをグループ化することができる。また、GUI(Graphical User Interface)を使い、画面上に表示された各ノードをグループを表す領域内に配置する等の操作によってグループ化してもよい。 When calculating the virtual usage rate for three Web servers, the user of the present invention assigns the same group identifier to an identifier such as an IP (Internet Protocol) address or a machine name of the node, thereby grouping the nodes. Can be In addition, using a GUI (Graphical User Interface), the nodes displayed on the screen may be grouped by an operation such as placing them in an area representing the group.
このようにしてグループ化されたWebサーバ用の3台に関して、まず、各ノードの最大性能がノード最大性能設定手段111から入力されると、ノード最大性能記憶部121に格納される。ここでは、Webサーバが処理可能なHTTP(Hyper Text Transfer Protocol)やCGI(Common Gateway Interface)等のリクエストに基づいて、3ノードの最大性能がそれぞれ「α1・μ=120」,「α2・μ=80」,「α3・μ=200」と与えられたとする。
Regarding the three Web servers grouped in this way, first, when the maximum performance of each node is input from the node maximum
入力値はユーザが直接与えるほか、最大性能として利用可能な値を保持している別の装置が与えてもよい。また、ノード最大性能記憶部121は各ノードの最大性能を性能比の形式で保持してもよい。今回の場合、性能比は「α1=3」,「α2=2」,「α3=5」となる。
The input value may be directly given by the user, or may be given by another device that holds a value that can be used as the maximum performance. The node maximum
リソース使用率取得手段112は各ノードのリソース使用率101を取得し、仮想使用率算出部113に付与する。ここでは、例として、リソース使用率として、外部システムのOS(Operating System)等が提供しているCPU使用率を考える。いま、各ノードから取得したCPU使用率が、それぞれ「ρ1=0.2」,「ρ2=0.15」,「ρ3=0.6」であったとする。
The resource usage
仮想使用率算出部113はノード最大性能記憶部121に保持された各ノードの最大性能と、リソース使用率取得手段112から付与された各ノードのCPU使用率とから3ノードのWebサーバに対する仮想使用率を算出し、その仮想使用率を出力部114に付与する。この時の仮想使用率ρは、
ρ=Σi(ρi・αi・μ)/Σi(αi・μ)
=(0.2・120+0.15・80+0.6・200)
/(120+80+200)
=0.39
となる。最大性能比を用いた場合も、
ρ=Σi(ρi・αi)/Σi(αi)
=(0.2・3+0.15・2+0.6・5)/(3+2+5)
=0.39
となり、上記と同一の結果が得られる。
The virtual usage
ρ = Σi (ρi · αi · μ) / Σi (αi · μ)
= (0.2 · 120 + 0.15 · 80 + 0.6 · 200)
/ (120 + 80 + 200)
= 0.39
It becomes. Even when using the maximum performance ratio,
ρ = Σi (ρi · αi) / Σi (αi)
= (0.2 · 3 + 0.15 · 2 + 0.6 · 5) / (3 + 2 + 5)
= 0.39
Thus, the same result as above is obtained.
最後に、出力部114は得られたシステムの仮想使用率をディスプレイやプリンタ等の出力装置13に出力する。この時、本発明では、サーバのグループ化を行ったGUI上において、グループ化されたノード群に対応した画面上の箇所に、グループの仮想使用率を表示することができる。また、本発明では、各ノードのCPU使用率の取得と仮想使用率の算出及び出力、記録を継続的に行うことによって、時間経過にしたがった仮想使用率の変化をグラフ等の形式で表示することができる。
Finally, the
さらに、本発明では、各ノードのCPU使用率を取得した時刻と、そこから算出される仮想使用率を一覧やグラフにまとめることで、外部システムの管理者や利用者に有用なレポートを作成することができる。GUIやレポート上では、時刻や仮想使用率とともに、各ノードの搭載するCPUの種類やメモリ容量、OS、ミドルウェア等の構成情報を出力してもよい。 Furthermore, in the present invention, a report useful for an administrator or user of an external system is created by collecting the CPU usage rate of each node and the virtual usage rate calculated therefrom in a list or graph. be able to. On the GUI or report, configuration information such as the CPU type, memory capacity, OS, middleware, etc. installed in each node may be output together with the time and virtual usage rate.
さらにまた、本発明では、アプリケーションサーバやデータベースサーバに関しても、上記と同様に、グループ化と仮想使用率の算出とを行って、各グループの仮想使用率の推移をまとめたレポートを作成することができ、これに基づいてグループ間のノードの融通やノードの増強等の運用計画を立てることができる。 Furthermore, in the present invention, it is possible to create a report that summarizes the transition of the virtual usage rate of each group by performing grouping and calculation of the virtual usage rate in the same manner as described above for the application server and the database server. On the basis of this, it is possible to make an operation plan such as interchange of nodes between groups or increase of nodes.
図3は本発明の第1の実施の形態によるシステム使用率管理装置の構成を示すブロック図である。図3において、本発明の第1の実施の形態によるシステム使用率管理装置2は処理装置21にサービス満足度評価部211を具備し、記憶装置22にサービスレベル契約記憶部221を具備するようにした以外は図1に示す本発明の実施の形態によるシステム使用率管理装置1と同様の構成となっており、同一構成要素には同一符号を付してある。また、同一構成要素の動作は本発明の実施の形態の動作と同様である。
FIG. 3 is a block diagram showing the configuration of the system usage rate management apparatus according to the first embodiment of the present invention. In FIG. 3, the system usage
サービス満足度評価部211は仮想使用率算出部113が算出した仮想使用率を、サービスレベル契約記憶部221が保持するサービスレベル契約に基づいて評価し、評価結果を出力部114に付与する。尚、記憶装置22は処理装置21で実行されるプログラム(コンピュータで実行可能なプログラム)を格納している。
The service
図4は本発明の第1の実施の形態によるシステム使用率管理装置2の動作を示すフローチャートである。これら図3及び図4を参照して本発明の第1の実施の形態によるシステム使用率管理装置2の動作について説明する。尚、図4に示す処理は処理装置21が記憶装置22のプログラムを実行することで実現される。また、図4に示すステップS11〜S13の処理動作(ノード最大性能設定手段111、リソース使用率取得手段112、仮想使用率算出部113の各動作)は上述した本発明の実施の形態の対応する部分の動作(図2のステップS1〜S3の処理動作)と同一であるため、その説明を省略する。
FIG. 4 is a flowchart showing the operation of the system usage
本発明の実施の形態では、仮想使用率算出部113が算出した仮想使用率を出力部114に付与しているが、本実施の形態では仮想使用率算出部113が算出した仮想使用率をサービス満足度評価部211に付与している。
In the embodiment of the present invention, the virtual usage rate calculated by the virtual usage
サービス満足度評価部211は仮想使用率算出部113が算出した仮想使用率を、サービスレベル契約記憶部221が保持するサービスレベル契約に基づいて評価する。サービスレベル契約記憶部221はノード群に関して、一定の使用率以下での運用を規定する許容使用率を保持している。また、サービスレベル契約記憶部221にはシステムの仮想使用率に基づいた課金方法や、システムの仮想使用率が前記許容使用率を越えた場合に行うべき対処法等を保持してもよい。この場合の対処法としては、ノードの追加や課金方法の変更等がある。さらに、仮想使用率が許容使用率よりも大幅に低い場合には、ノードを削減してもよい。
The service
サービス満足度評価部211はシステムの仮想使用率が許容使用率以下であるかどうかを判定し(図4ステップS14)、判定の結果が真であれば、サービスレベルを満足している旨を評価結果として出力部114に付与する。判定の結果が偽である場合、サービス満足度評価部211はサービスレベル契約記憶部221が保持するノード構成や課金方法の変更といった対処法を出力部114に付与する(図4ステップS15)。最後に、出力部114は付与された評価結果を出力装置13に出力する。
The service
このように、本実施の形態では、サービスレベル契約に基づいて、ノード数の最適化や課金方法の見直しができるので、ユーザへ提供するサービスの維持や管理のための業務を簡略化することができる。 As described above, in this embodiment, the number of nodes can be optimized and the charging method can be reviewed based on the service level contract, so that the work for maintaining and managing the service provided to the user can be simplified. it can.
この本発明の第1の実施の形態の具体的な例について説明する。以下の説明では、図示していないが、外部システムがWebサーバの動作する3台のノードと、アプリケーションサーバのノード2台と、データベースサーバのノード2台とで構成されているものとする。 A specific example of the first embodiment of the present invention will be described. In the following description, although not shown, it is assumed that the external system includes three nodes on which the Web server operates, two application server nodes, and two database server nodes.
本発明の第1の実施の形態においては、算出した仮想使用率を出力部114の代わりにサービス満足度評価部211へ付与する。サービス満足度評価部211はサービスレベル契約記憶部221の規定内容にしたがって、仮想使用率が許容使用率以下であるかどうかを判定する。サービスレベル契約記憶部221では、各サービスや各ノードグループ、ノード群等に対して、許容使用率や許容使用率を越えた場合の対処法が規定されている。例えば、Webサーバ用ノード群の仮想使用率35%以下での運用と、この値を超過した場合のノードの追加と、追加すべきノードの種類が規定されていたとする。
In the first embodiment of the present invention, the calculated virtual usage rate is given to the service
本発明の具体的な例では、Webサーバ用の3ノードの仮想使用率が39%であり、規定値を超過している。この時、追加するノードの種類や最大性能が未知の場合には、予め定められた台数の追加を行う。逆に、追加するノードがすでに配備しているノードと同種である場合等、追加するノードの最大性能が既知である場合には、追加後の仮想使用率を見積もることができる。 In a specific example of the present invention, the virtual usage rate of the three nodes for the Web server is 39%, which exceeds the specified value. At this time, if the type of node to be added and the maximum performance are unknown, a predetermined number is added. Conversely, when the maximum performance of the node to be added is known, such as when the node to be added is the same type as a node that has already been deployed, the virtual usage rate after the addition can be estimated.
例えば、最大性能が80のノードを1台追加することを考える。仮想使用率の算出式、
ρ=Σi(ρi・αi・μ)/Σi(αi・μ)
における分子は、リクエストの総数Σi(λi)を表しているため、追加後も変化しないと仮定すると、追加後の仮想使用率は、
ρ=Σi(ρi・αi・μ)/Σi(αi・μ)
=(0.2・120+0.15・80+0.6・200)
/(120+80+200+80)
=0.325
となり、許容使用率以下となることがわかる。
For example, consider adding one node with a maximum performance of 80. Formula for calculating virtual usage rate,
ρ = Σi (ρi · αi · μ) / Σi (αi · μ)
Since the numerator in FIG. 4 represents the total number of requests Σi (λi), assuming that it does not change after addition, the virtual usage rate after addition is
ρ = Σi (ρi · αi · μ) / Σi (αi · μ)
= (0.2 · 120 + 0.15 · 80 + 0.6 · 200)
/ (120 + 80 + 200 + 80)
= 0.325
Thus, it can be seen that the usage rate is below the allowable usage rate.
また、追加するノードの最大性能をXとして、不等式、
(0.2・120+0.15・80+0.6・200)
/(120+80+200+X)≦0.35
を解くことで、45.8≦Xが得られるため、最大性能が45.8以上のノードを1台追加すればよいこともわかる。さらに、複数台の合計が45.8以上になるようにノードを追加してもよい。
Also, let X be the maximum performance of the node to be added,
(0.2 ・ 120 + 0.15 ・ 80 + 0.6 ・ 200)
/(120+80+200+X)≦0.35
Since 45.8 ≦ X is obtained by solving the above, it can be seen that it is sufficient to add one node having a maximum performance of 45.8 or more. Further, nodes may be added so that the total of a plurality of units is 45.8 or more.
サービス満足度評価部211はノードの追加指示のほか、上記のようにして求めた追加後の予想使用率や、どの程度の性能のノードを追加すれば良いか等の情報を出力部114に付与する。最後に、出力部114がディスプレイ等の出力装置13にこれらの情報を出力する。外部のシステムにノードを自動的に増強する機構が備わっている場合には、ノードの追加指示等を直接外部のシステムに付与することもできる。
In addition to the node addition instruction, the service
図5は本発明の第2の実施の形態によるシステム使用率管理装置の構成を示すブロック図である。図5において、本発明の第2の実施の形態によるシステム使用率管理装置3は処理装置31に、リクエスト到着率取得手段3111と、ノード最大性能算出部3112とリソース使用率取得手段112とからなるノード最大性能設定手段311を具備するようにした以外は図1に示す本発明の実施の形態によるシステム使用率管理装置1と同様の構成となっており、同一構成要素には同一符号を付してある。また、同一構成要素の動作は本発明の実施の形態の動作と同様である。
FIG. 5 is a block diagram showing a configuration of a system usage rate management apparatus according to the second exemplary embodiment of the present invention. In FIG. 5, the system usage
リクエスト到着率取得手段3111は各ノードのリクエスト到着率201を取得し、ノード最大性能算出部3112に付与する。ノード最大性能算出部3112はリクエスト到着率取得手段3111から付与された各ノードのリクエスト到着率と、リソース使用率取得手段112から付与された各ノードのリソース使用率とから各ノードの最大性能を算出し、その最大性能をノード最大性能記憶部121に格納する。
The request arrival
図6は本発明の第2の実施の形態によるシステム使用率管理装置3の動作を示すフローチャートである。これら図5及び図6を参照して本発明の第2の実施の形態によるシステム使用率管理装置3の動作について説明する。尚、図6に示す処理は処理装置31が記憶装置12のプログラムを実行することで実現される。
FIG. 6 is a flowchart showing the operation of the system usage
まず、リクエスト到着率取得手段3111は各ノードのリクエスト到着率201を取得し、そのリクエスト到着率201をノード最大性能算出部3112に付与する(図6ステップS21)。
First, the request arrival
リソース使用率取得手段112は上記のリクエスト到着率取得手段3111によるリクエスト到着率取得時と同時刻、あるいは近い時刻における各ノードのリソース使用率101を取得し、そのリソース使用率101を仮想使用率算出部113とノード最大性能算出部3112とにそれぞれ付与する(図6ステップS22)。
The resource usage
尚、上記のステップS21,S22の実行順序は任意の順序でよい。また、ノード最大性能算出部3112に付与する各ノードのリクエスト到着率やリソース使用率は、一定期間中に採取したサンプリングデータから算出した平均値等であってもよい。
The execution order of steps S21 and S22 may be any order. Further, the request arrival rate and resource usage rate of each node assigned to the node maximum
ノード最大性能算出部3112は付与された各ノードのリクエスト到着率とリソース使用率とから各ノードの最大性能を算出し、その最大性能をノード最大性能記憶部121に格納する(図6ステップS23)。
The node maximum
ノードiの最大性能αi・μは、使用率が1.0(100%)の時に処理することができるリクエスト数に等しく、ノードiへのリクエスト到着率をλi、リソース使用率をρiとした時、
αi・μ=λi/ρi
で算出される。平均リクエスト到着率や平均リソース使用率を、それぞれλi,ρiとみなして算出してもよい。
The maximum performance αi · μ of the node i is equal to the number of requests that can be processed when the usage rate is 1.0 (100%), the request arrival rate to the node i is λi, and the resource usage rate is ρi ,
αi · μ = λi / ρi
Is calculated by The average request arrival rate and the average resource usage rate may be calculated as λi and ρi, respectively.
仮想使用率算出部113は上述した本発明の実施の形態における仮想使用率算出部113の動作と同様に、ノード最大性能記憶部121に保持された各ノードの最大性能と、付与された各ノードのリソース使用率とから仮想使用率を算出し、その仮想使用率を出力部114に付与する(図6ステップS24)。
The virtual usage
最後に、出力部114は付与された仮想使用率を出力装置13に出力する。また、この時、出力部114は算出された各ノードの最大性能αi・μやノード群の最大性能Σi(αi・μ)を一緒に出力してもよい。
Finally, the
システム上で動作するアプリケーションの性能は、単純にCPU性能に比例するようなものではなく、CPUや計算機のアーキテクチャ及びアプリケーションの特性、利用方法等に強く依存している。しかしながら、本実施の形態では、運用時データから導かれた各ノードの最大性能を基にシステム性能や仮想使用率を算出することができるので、より正確なシステムの使用状況や負荷を少ない負担で把握することができる。 The performance of an application operating on the system is not simply proportional to the CPU performance, but strongly depends on the architecture of the CPU and computer, the characteristics of the application, the usage method, and the like. However, in this embodiment, the system performance and virtual usage rate can be calculated based on the maximum performance of each node derived from the operational data, so that more accurate system usage and load can be reduced with less burden. I can grasp it.
この本発明の第2の実施の形態の具体的な例について説明する。まず、リクエスト到着率取得手段3111は外部システムの各ノードのリクエスト到着率201を一定期間採取し、採取したデータを基にリクエスト到着率の平均値を算出する。算出した平均リクエスト到着率はノード最大性能算出部3112に付与される。
A specific example of the second embodiment of the present invention will be described. First, the request arrival
これと同様に、リソース使用率取得手段112は外部システムの各ノードのリソース使用率101を一定期間採取し、採取したデータを基に平均リクエスト到着率を算出し、その平均リクエスト到着率をノード最大性能算出部3112に付与する。
Similarly, the resource usage
ノード最大性能算出部3112は付与された各ノードの平均リクエスト到着率と平均リソース使用率とから各ノードの最大性能を算出し、その最大性能をノード最大性能記憶部121に格納する。
The node maximum
ここでは、外部のノードグループが3ノードを備えるものとし、各ノードの平均リクエスト到着率が「λ1=70」,「λ2=45」,「λ3=320」、平均リソース使用率が「ρ1=0.2」,「ρ2=0.15」,「ρ3=0.4」であったとする。この時、各ノードの最大性能αi・μは、
αi・μ=λi/ρi
という算出式から、「α1・μ=350」,「α2・μ=300」,「α3・μ=800」となる。
Here, it is assumed that the external node group includes three nodes, the average request arrival rate of each node is “λ1 = 70”, “λ2 = 45”, “λ3 = 320”, and the average resource usage rate is “ρ1 = 0”. .2 ”,“ ρ2 = 0.15 ”, and“ ρ3 = 0.4 ”. At this time, the maximum performance αi · μ of each node is
αi · μ = λi / ρi
From the calculation formula, “α1 · μ = 350”, “α2 · μ = 300”, and “α3 · μ = 800”.
仮想使用率算出部113はリソース使用率取得手段112から各ノードのリソース使用率が付与されると、上記の本発明の実施の形態の場合と同様に、各ノードの最大性能値を参照し、ノードグループの仮想使用率を算出する。また、各ノードの最大性能算出時に取得した各ノードのリソース使用率データやその平均値に対して、遡って仮想使用率を算出することもできる。
When the resource usage rate of each node is given from the resource usage
図7は本発明の第3の実施の形態によるシステム使用率管理装置の構成を示すブロック図である。図7において、本発明の第3の実施の形態によるシステム使用率管理装置4は処理装置41に、仮想使用率算出部113の代わりに、最大性能比較部411と信頼度算出部412とを具備し、記憶装置42に採用中の最大性能記憶部421と比較回数及び有効回数記憶部422とを具備するようにした以外は図5に示す本発明の第2の実施の形態によるシステム使用率管理装置3と同様の構成となっており、同一構成要素には同一符号を付してある。また、同一構成要素の動作は本発明の第2の実施の形態の動作と同様である。
FIG. 7 is a block diagram showing the configuration of a system usage rate management apparatus according to the third embodiment of the present invention. In FIG. 7, the system usage
最大性能比較部411は採用中の最大性能記憶部421に保持された仮想使用率の算出に採用しているノード最大性能の値と、ノード最大性能記憶部121に保持された新たに算出した最新のノード最大性能の値とを比較し、採用中のノード最大性能の値が最新のノード最大性能の値から考えて有効かどうかを検査し、比較回数と有効回数とを比較回数及び有効回数記憶部422に格納する。
The maximum
信頼度算出部422は比較回数及び有効回数記憶部422に保持された比較回数と有効回数とから採用中のノード最大性能の信頼度を算出し、その採用中のノード最大性能の信頼度を出力部114に付与する。尚、記憶装置42は処理装置41で実行されるプログラム(コンピュータで実行可能なプログラム)を格納している。
The
図8は本発明の第3の実施の形態によるシステム使用率管理装置4の動作を示すフローチャートである。これら図7及び図8を参照して本発明の第3の実施の形態によるシステム使用率管理装置4の動作について説明する。尚、図8に示す処理は処理装置41が記憶装置42のプログラムを実行することで実現される。また、図8のステップS31〜S33の処理動作(リクエスト到着率取得手段3111、リソース使用率取得手段112、ノード最大性能算出部3112の動作)は図6に示す本発明の第2の実施の形態の対応する部分の動作(図6のステップS21〜S23の処理動作)と同一であるため、その説明を省略する。
FIG. 8 is a flowchart showing the operation of the system usage
本実施の形態では仮想使用率の算出等のために現在採用しているノード最大性能の値が、採用中の最大性能記憶部421に保持されている。保持するノード最大性能値は過去において算出した値や、外部から与えられた値等である。最大性能比較部411は採用中のノード最大性能と、ノード最大性能記憶部121に保持された今回新たに算出した最新のノード最大性能とを比較する(図8ステップS34)。
In the present embodiment, the value of the maximum node performance currently employed for calculating the virtual usage rate is held in the maximum
具体的に説明すると、最大性能比較部411は、採用中のノード最大性能値の合計値として算出されるノード群の性能(仮想最大性能)の値と、最新のノード最大性能から算出される仮想最大性能の値とを比較し、両性能値の差が許容の範囲内かどうかを検査する。簡単な検査法としては、採用中の仮想最大性能をUp、最新の仮想最大性能をUn、許容誤差をeとした時、Unの値が、
Up・(1−e)≦Un≦Up・(1+e)
の範囲内にあれば、採用中の仮想最大性能が現在も有効と判断する方法等がある。また、この時、最新のノード最大性能は本実施の形態による装置の外部において算出された値が、最大性能比較部411に付与されてもよい。
Specifically, the maximum
Up · (1-e) ≦ Un ≦ Up · (1 + e)
If it is within the range, there is a method of determining that the virtual maximum performance being employed is still effective. At this time, a value calculated outside the device according to the present embodiment may be given to the maximum
最大性能比較部411は比較回数及び有効回数記憶部422に保持された比較回数を1増やす(図8ステップS35)。尚、上記のステップS34の処理及びステップS35の処理は任意の順番でよい。
The maximum
最大性能比較部411は上記の2つの仮想最大性能値を比較した結果、採用中の仮想最大性能値を有効と判断した場合、比較回数及び有効回数記憶部422に保持された有効回数を1増やす(図8ステップS36,S37)。最大性能比較部411は採用中の仮想最大性能と最新の仮想最大性能との差が許容範囲を越えており、採用中の仮想最大性能を無効と判断した場合、なにもせず次の処理に移行する。
As a result of comparing the two virtual maximum performance values, the maximum
信頼度算出部412は比較回数及び有効回数記憶部422に保持された比較回数と有効回数とから採用中のノード最大性能の信頼度を算出し、その採用中のノード最大性能の信頼度を出力部114に付与する(図8ステップS38)。信頼度Dは比較回数をNa、有効回数をNvとした時、
D=Nv/Na
で算出されるような比較回数に対する有効回数の割合を数値化したものである。最後に、出力部114は付与された信頼度を出力装置13に出力する。
The
D = Nv / Na
The ratio of the number of effective times to the number of comparisons as calculated in the above is quantified. Finally, the
このように、本実施の形態では、最近の最大性能値に基づいて、参照中の最大性能値の信頼度を算出することができるので、外部システムにおいてリクエストの種類や傾向が変化し、過去に算出した最大性能値が現状に適合しなくなった時に、これを検出し、最大性能の再設定等の対処を行うことで、より正確な仮想使用率を算出することができる。 As described above, in this embodiment, the reliability of the maximum performance value being referred to can be calculated based on the latest maximum performance value. A more accurate virtual usage rate can be calculated by detecting this when the calculated maximum performance value is no longer suitable for the current situation and taking measures such as resetting the maximum performance.
この本発明の第3の実施の形態の具体的な例について説明する。本実施の形態では、ノード最大性能記憶部121に格納されかつ算出したばかりの最新のノード最大性能と、過去において算出または入力されかつ現在の仮想使用率の算出等に採用中のノード最大性能とを比較する。
A specific example of the third embodiment of the present invention will be described. In the present embodiment, the latest node maximum performance stored and calculated in the node maximum
上記のノードグループに関し、採用中のノード最大性能がそれぞれ「β1・μ=420」,「β2・μ=290」,「β3・μ=910」であったとする。この時、ノードグループの仮想最大性能は、
420+290+910=1620
となる。
Regarding the above node group, it is assumed that the maximum node performance being employed is “β1 · μ = 420”, “β2 · μ = 290”, and “β3 · μ = 910”, respectively. At this time, the virtual maximum performance of the node group is
420 + 290 + 910 = 1620
It becomes.
今、最新のノード最大性能が「α1・μ=350」,「α2・μ=300」,「α3・μ=800」と算出されると、最新の仮想最大性能は、
350+300+800=1450
となる。許容誤差が10%であったとすると、最大性能比較部411は、
1620・(1−0.1)≦1450≦1620・(1+0.1)
が成り立つかどうかを調べ、さらに比較回数を1増やす。
Now, when the latest node maximum performance is calculated as “α1 · μ = 350”, “α2 · μ = 300”, “α3 · μ = 800”, the latest virtual maximum performance is
350 + 300 + 800 = 1450
It becomes. If the allowable error is 10%, the maximum
1620 · (1-0.1) ≦ 1450 ≦ 1620 · (1 + 0.1)
Is checked and the number of comparisons is further increased by one.
この場合、
1620・(1−0.1)=1458
から「1458≦1450」が成り立たないので、有効回数は増やされない。このようにして、ノード最大性能算出部3112及び最大性能比較部411では、最新のノード最大性能の算出と、採用中のノード最大性能との比較とが繰り返される。
in this case,
1620 · (1-0.1) = 1458
Since “1458 ≦ 1450” does not hold, the effective number is not increased. In this way, the node maximum
今回のノード最大性能の算出と比較とによって、比較回数が「382」、有効回数が「295」になったとする。この時、信頼度算出部412は信頼度を、
295/382≒0.772
すなわち、77.2%と算出し、出力部114に付与する。
It is assumed that the number of comparisons is “382” and the number of effective times is “295” by the calculation and comparison of the maximum node performance this time. At this time, the
295/382 ≒ 0.772
That is, 77.2% is calculated and given to the
これによって、算出した信頼度が非常に低くなった場合には、採用中のノード最大性能が現状の負荷パターンに合致しなくなったことを意味するため、ノード最大性能の更新等の対処が必要となる。 As a result, if the calculated reliability is very low, it means that the maximum performance of the node being adopted does not match the current load pattern, so it is necessary to take measures such as updating the maximum performance of the node. Become.
上述したように、システム上で動作するアプリケーションの性能は、単純にCPU性能に比例するようなものではなく、CPUや計算機のアーキテクチャ及びアプリケーションの特性、利用方法等に強く依存している。しかしながら、本発明では、性能やアーキテクチャの異なる複数のノードで構成される計算機システムに対して、ノード群の性能や使用率を算出することができるため、より正確なシステムの使用状況や負荷を素早く把握することができる。 As described above, the performance of an application operating on the system is not simply proportional to the CPU performance, but strongly depends on the CPU and computer architecture, application characteristics, usage, and the like. However, in the present invention, since the performance and usage rate of a node group can be calculated for a computer system composed of a plurality of nodes having different performance and architecture, a more accurate system usage status and load can be quickly determined. I can grasp it.
また、本発明では、各ノードの許容使用率からノード群の許容使用率を算出することができるため、システムが全体として許容範囲内の使用率で運用できているかどうかを素早く判定することができる。 In the present invention, since the allowable usage rate of the node group can be calculated from the allowable usage rate of each node, it is possible to quickly determine whether or not the system can be operated with the usage rate within the allowable range as a whole. .
さらに、本発明では、仮想使用率とともに、仮想使用率算出時の時刻を出力することができるため、仮想使用率を時系列に沿ってまとめた運用レポートを作成することができる。 Furthermore, in the present invention, since the virtual usage rate can be output together with the virtual usage rate, it is possible to create an operation report that summarizes the virtual usage rate in time series.
尚、本発明においては、外部システムを構成するすべてのノードを一つのノードグループとすれば、システム全体の仮想最大能力や仮想使用率を算出することができる。また、ノードグループ同士をさらに上位のグループとしてグループ化し、各グループの仮想最大能力や仮想使用率を使って、上位グループの仮想最大能力や仮想使用率を算出することも可能である。 In the present invention, the virtual maximum capacity and the virtual usage rate of the entire system can be calculated if all nodes constituting the external system are made one node group. It is also possible to group node groups into higher groups and calculate the virtual maximum capacity and virtual usage rate of the upper group using the virtual maximum capacity and virtual usage rate of each group.
本発明は、複数の計算ノードから構成される並列計算機やクラスタシステム、分散システムに対する性能管理や運用管理、キャパシティプランニングといった用途に適用することができる。 The present invention can be applied to uses such as performance management, operation management, and capacity planning for parallel computers, cluster systems, and distributed systems composed of a plurality of computing nodes.
1,2,3,4 システム使用率管理装置
11,21,31,41 処理装置
12,22,42 記憶装置
13 出力装置
101 ノード・リソース使用率
111,311 ノード最大性能設定手段
112 リソース使用率取得手段
113 仮想使用率算出部
114 出力部
121 ノード最大性能記憶部
201 ノード・リクエスト到着率
211 サービス満足度評価部
221 サービスレベル契約記憶部
411 最大性能比較部
412 信頼度算出部
421 採用中の最大性能記憶部
422 比較回数及び有効回数記憶部
3111 リクエスト到着率取得手段
3112 ノード最大性能算出部
1, 2, 3, 4 System usage
13 Output device
101 Node resource utilization
111,311 node maximum performance setting means
112 Resource usage rate acquisition means
113 Virtual usage rate calculation unit
114 Output unit
121 Node maximum performance storage
201 Node request arrival rate
211 Service Satisfaction Evaluation Department
221 Service level contract storage
411 Maximum performance comparator
412 Reliability calculation unit
421 Maximum performance storage in use
422 Comparison number and effective number storage unit
3111 Request arrival rate acquisition means
3112 Node maximum performance calculator
Claims (11)
前記複数の計算ノード各々が単位時間当たり処理できる最大リクエスト数を最大性能として設定するノード最大性能設定手段と、前記複数の計算ノード各々のCPU使用率を取得するリソース使用率取得手段と、前記ノード最大性能設定手段にて設定された前記最大性能を重みとみなして前記前記リソース使用率取得手段にて取得された前記CPU使用率の加重平均を前記仮想ノードのCPU使用率として算出する仮想使用率算出手段とを有することを特徴とするシステム使用率管理装置。 A system usage rate management apparatus that calculates a CPU usage rate of a virtual node when a plurality of computation nodes that perform the same kind or related tasks and are grouped are regarded as one virtual node,
Node maximum performance setting means for setting the maximum number of requests that each of the plurality of computing nodes can process per unit time as maximum performance; resource usage rate acquiring means for acquiring the CPU usage rate of each of the plurality of computing nodes; A virtual usage rate that calculates the weighted average of the CPU usage rate acquired by the resource usage rate acquisition unit as the CPU usage rate of the virtual node by regarding the maximum performance set by the maximum performance setting unit as a weight. A system usage rate management apparatus comprising: a calculation means.
前記システム使用率管理装置が、前記複数の計算ノード各々が単位時間当たり処理できる最大リクエスト数を最大性能として設定する第1のステップと、前記複数の計算ノード各々のCPU使用率を取得する第2のステップと、前記第1のステップにて設定された前記最大性能を重みとみなして前記第2のステップにて取得された前記CPU使用率の加重平均を前記仮想ノードのCPU使用率として算出する第3のステップとを実行することを特徴とするシステム使用率管理方法。 A system usage rate management method used in a system usage rate management apparatus for calculating a CPU usage rate of a virtual node when a plurality of computation nodes that perform the same or related tasks and are grouped are regarded as one virtual node. There,
A first step of setting, as a maximum performance, a maximum number of requests that each of the plurality of computing nodes can process per unit time; and a second step of acquiring a CPU usage rate of each of the plurality of computing nodes. And calculating the weighted average of the CPU usage rate acquired in the second step as the CPU usage rate of the virtual node by regarding the maximum performance set in the first step as a weight. A system usage rate management method characterized by executing the third step.
前記複数の計算ノード各々が単位時間当たり処理できる最大リクエスト数を最大性能として設定する第1の処理と、前記複数の計算ノード各々のCPU使用率を取得する第2の処理と、前記第1の処理にて設定された前記最大性能を重みとみなして前記第2の処理にて取得された前記CPU使用率の加重平均を前記仮想ノードのCPU使用率として算出する第3の処理とを含むことを特徴とするプログラム。 This is a program to be executed by a computer in the system usage rate management apparatus that calculates the CPU usage rate of a virtual node when a plurality of calculation nodes that perform the same or related tasks and are grouped are regarded as one virtual node. And
A first process for setting a maximum number of requests that each of the plurality of calculation nodes can process per unit time as a maximum performance; a second process for acquiring a CPU usage rate of each of the plurality of calculation nodes; And a third process of calculating the weighted average of the CPU usage rate acquired in the second process as the CPU usage rate of the virtual node by regarding the maximum performance set in the process as a weight. A program characterized by
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2011096672A JP5141788B2 (en) | 2011-04-25 | 2011-04-25 | System usage rate management apparatus, system usage rate management method used therefor, and program thereof |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2011096672A JP5141788B2 (en) | 2011-04-25 | 2011-04-25 | System usage rate management apparatus, system usage rate management method used therefor, and program thereof |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2004274308A Division JP2006092053A (en) | 2004-09-22 | 2004-09-22 | System use ratio management device, and system use ratio management method to be used for the same device and its program |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2011141908A true JP2011141908A (en) | 2011-07-21 |
JP5141788B2 JP5141788B2 (en) | 2013-02-13 |
Family
ID=44457645
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2011096672A Expired - Fee Related JP5141788B2 (en) | 2011-04-25 | 2011-04-25 | System usage rate management apparatus, system usage rate management method used therefor, and program thereof |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP5141788B2 (en) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2014115684A (en) * | 2012-12-06 | 2014-06-26 | Hitachi Ltd | System resources managing method for virtual systems |
KR101924467B1 (en) * | 2017-09-01 | 2018-12-03 | 고려대학교 산학협력단 | System and method of resource allocation scheme for cpu and block i/o performance guarantee of virtual machine |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH10187636A (en) * | 1996-12-24 | 1998-07-21 | Nec Corp | Power-consumption reducing cluster system |
JP2002268922A (en) * | 2001-03-09 | 2002-09-20 | Ntt Data Corp | Performance monitoring device of www site |
-
2011
- 2011-04-25 JP JP2011096672A patent/JP5141788B2/en not_active Expired - Fee Related
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH10187636A (en) * | 1996-12-24 | 1998-07-21 | Nec Corp | Power-consumption reducing cluster system |
JP2002268922A (en) * | 2001-03-09 | 2002-09-20 | Ntt Data Corp | Performance monitoring device of www site |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2014115684A (en) * | 2012-12-06 | 2014-06-26 | Hitachi Ltd | System resources managing method for virtual systems |
KR101924467B1 (en) * | 2017-09-01 | 2018-12-03 | 고려대학교 산학협력단 | System and method of resource allocation scheme for cpu and block i/o performance guarantee of virtual machine |
Also Published As
Publication number | Publication date |
---|---|
JP5141788B2 (en) | 2013-02-13 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP6889289B2 (en) | Data stream processing language for analyzing software with embedded instrumentation | |
JP7439189B2 (en) | Real-time processing of data streams received from software with integrated measurement means | |
US10831633B2 (en) | Methods, apparatuses, and systems for workflow run-time prediction in a distributed computing system | |
US10355946B1 (en) | Capacity planning | |
US9645909B2 (en) | Operation management apparatus and operation management method | |
US7864679B2 (en) | System utilization rate managing apparatus and system utilization rate managing method to be employed for it, and its program | |
CN105122733B (en) | Queue is monitored and visualized | |
JP2017506400A (en) | Cloud release pipeline diagnosis and optimization | |
US10339131B1 (en) | Fault prevention | |
US9699053B2 (en) | IT system infrastructure prediction based on epidemiologic algorithm | |
US20160094424A1 (en) | Virtual Machine Processor & Memory Resource Coordinator | |
US11032152B2 (en) | Machine-learning based self-populating dashboard for resource utilization monitoring in hyper-converged information technology environments | |
Król et al. | Self-scalable services in service oriented software for cost-effective data farming | |
JP2017535012A (en) | Real-time reporting based on software measurements | |
Bellini et al. | Managing cloud via smart cloud engine and knowledge base | |
El-Kassabi et al. | Trust enforcement through self-adapting cloud workflow orchestration | |
JP5141788B2 (en) | System usage rate management apparatus, system usage rate management method used therefor, and program thereof | |
WO2014188638A1 (en) | Shared risk group management system, shared risk group management method, and shared risk group management program | |
US9501321B1 (en) | Weighted service requests throttling | |
JP5304972B1 (en) | INFORMATION PROCESSING APPARATUS, INFORMATION PROCESSING METHOD, AND PROGRAM | |
Lê-Quôc et al. | The top 5 AWS EC2 performance problems | |
JP6184116B2 (en) | Migration advisory equipment | |
Barve et al. | Fecbench: An extensible framework for pinpointing sources of performance interference in the cloud-edge resource spectrum | |
US10296493B2 (en) | Distributed data processing system and distributed data processing method | |
Jagroep et al. | The hunt for the guzzler: Architecture-based energy profiling using stubs |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20110425 |
|
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: 20121023 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20121105 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20151130 Year of fee payment: 3 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5141788 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 |