JP2013206368A - Virtual environment operation support system - Google Patents

Virtual environment operation support system Download PDF

Info

Publication number
JP2013206368A
JP2013206368A JP2012077602A JP2012077602A JP2013206368A JP 2013206368 A JP2013206368 A JP 2013206368A JP 2012077602 A JP2012077602 A JP 2012077602A JP 2012077602 A JP2012077602 A JP 2012077602A JP 2013206368 A JP2013206368 A JP 2013206368A
Authority
JP
Japan
Prior art keywords
virtual machine
performance
virtual
information
time
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2012077602A
Other languages
Japanese (ja)
Other versions
JP5740338B2 (en
Inventor
Shinya Sasaki
伸也 佐々木
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hitachi Solutions Ltd
Original Assignee
Hitachi Solutions Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hitachi Solutions Ltd filed Critical Hitachi Solutions Ltd
Priority to JP2012077602A priority Critical patent/JP5740338B2/en
Publication of JP2013206368A publication Critical patent/JP2013206368A/en
Application granted granted Critical
Publication of JP5740338B2 publication Critical patent/JP5740338B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

PROBLEM TO BE SOLVED: To efficiently execute a failure detection caused by a physical device shared over physical machines in a virtual environment in which a configuration change in a virtual machine can occur.SOLUTION: The virtual environment operation support system relating to this invention records a history of use relations between a physical device shared by a plurality of physical machines and respective virtual machines, and specifies a use state of the physical device of each virtual machine in a plurality of dates and hours on the basis of the history.

Description

本発明は、仮想環境システムの運用に関し、仮想マシン性能の効率的な監視と、迅速な障害対処を支援する技術に関するものである。   The present invention relates to operation of a virtual environment system, and relates to a technology that supports efficient monitoring of virtual machine performance and quick failure handling.

IT資産の有効活用を目的に仮想化技術の利用が進展している。仮想化技術を利用したシステム環境(仮想環境)では、1台の物理マシンをソフトウェア技術で分離し、複数台の仮想マシンを動作させることができる。従来複数台の物理マシンで動作させていたサーバ群を、仮想マシンに置き換えて1台の物理サーバ上に集約することにより、IT資産の利用効率を高めることができる。   The use of virtualization technology is progressing for the purpose of effective utilization of IT resources. In a system environment (virtual environment) using virtualization technology, one physical machine can be separated by software technology and a plurality of virtual machines can be operated. By replacing a server group that has conventionally been operated by a plurality of physical machines with a virtual machine and consolidating them on one physical server, it is possible to improve the utilization efficiency of IT resources.

一方で、仮想環境における仮想マシンの運用、特に仮想マシンの性能管理と障害対処においては、従来の物理マシン環境とは異なる仮想環境特有の課題がある。   On the other hand, operations of virtual machines in a virtual environment, particularly virtual machine performance management and troubleshooting, have problems unique to the virtual environment different from the conventional physical machine environment.

図1は、仮想環境特有の障害例を示す図である。ここでは、各物理マシンが共有するリソースであるストレージ装置の使用状況が変化することに伴う仮想マシン性能の低下を示している。図1の仮想マシンaと仮想マシンbは、物理マシンAとストレージ1とを共有して動作している。この環境において、仮想マシンaがCPU・メモリ・ストレージI/Oなどのリソースを大量に消費すると、仮想マシンaとリソースを共有している仮想マシンbには、物理マシンAやストレージ1から十分な量のリソースが割り当てられず、仮想マシンbの性能が低下してしまう。さらに、ストレージ1は物理マシンBを介して仮想マシンcと仮想マシンdも利用しているため、仮想マシンcと仮想マシンdのストレージI/O性能も低下してしまう。   FIG. 1 is a diagram illustrating an example of a failure unique to a virtual environment. Here, a decrease in virtual machine performance due to a change in the usage status of a storage device that is a resource shared by each physical machine is shown. The virtual machine a and the virtual machine b in FIG. 1 operate while sharing the physical machine A and the storage 1. In this environment, when the virtual machine a consumes a large amount of resources such as CPU, memory, and storage I / O, the virtual machine b sharing resources with the virtual machine a is sufficient from the physical machine A and the storage 1. The amount of resources is not allocated, and the performance of the virtual machine b is degraded. Furthermore, since the storage 1 also uses the virtual machine c and the virtual machine d via the physical machine B, the storage I / O performance of the virtual machine c and the virtual machine d also deteriorates.

上述のような、共有リソースの使用状況の変化に伴う仮想マシン性能低下は、従来のマシン単位の性能監視では発見や原因特定が困難であり、迅速な障害対処のためには、システム構成情報の把握と組み合わせた性能監視が不可欠である。   The above-mentioned degradation of virtual machine performance due to changes in the use of shared resources is difficult to find and identify with conventional machine-level performance monitoring. Performance monitoring combined with comprehension is essential.

例えば、図1の例では、仮に個々の仮想マシンに性能監視ツールを組み込み、仮想マシンbの性能低下を検出できたとしても、検出対象となった仮想マシンbだけの調査では性能低下の根本原因(仮想マシンaの共有リソース大量消費)が発見できないため、迅速な対処は難しい。迅速な障害対処のためには、仮想マシン・物理マシン・ストレージ・ネットワーク機器といったシステムの構成要素の依存関係を常時記録しておき、仮想マシンの性能低下など障害が発生した場合には、記録してあるシステム構成情報を基に、共有リソースの使用状況まで含めた障害原因を分析することが有効である。特に、システム構成が複雑化しシステム構成の変更頻度も高い大規模仮想環境においては、効率的なシステム構成情報の把握と活用が、仮想マシンの性能管理上重要になる。   For example, in the example of FIG. 1, even if a performance monitoring tool is incorporated in each virtual machine and the performance degradation of the virtual machine b can be detected, the investigation of only the virtual machine b that is the detection target is the root cause of the performance degradation. Since (a large amount of shared resources of the virtual machine a) cannot be found, it is difficult to deal with it quickly. In order to quickly deal with failures, the dependency relationships of system components such as virtual machines, physical machines, storage, and network devices are always recorded, and when failures such as degradation of virtual machine performance occur, they are recorded. It is effective to analyze the cause of failure including the use status of shared resources based on the system configuration information. In particular, in a large-scale virtual environment where the system configuration is complicated and the frequency of system configuration change is high, efficient grasping and utilization of system configuration information is important for performance management of virtual machines.

仮想環境において、システム構成情報の記録機能を有し、仮想マシンの性能管理・障害対処に使用し得る既存技術として、例えば以下がある。   Examples of existing technologies that have a system configuration information recording function in a virtual environment and can be used for performance management and troubleshooting of virtual machines include the following.

特許文献1には、管理者があらかじめ入力した業務・機器・ネットワークの構成情報を元に、障害原因を特定するための依存関係ルールを作成しておき、マシン性能の低下など異常発生時に、障害イベントにより通信された障害部位情報と、あらかじめ作成したおいた障害特定ルールとを突き合わせて、システム管理者に障害原因候補を提示する技術が開示されている。   In Patent Document 1, a dependency rule for identifying the cause of a failure is created based on business / device / network configuration information input in advance by an administrator. There has been disclosed a technique for presenting a failure cause candidate to a system administrator by matching failure site information communicated by an event with a failure identification rule created in advance.

特許文献2には、障害が発生した物理デバイスと当該物理デバイスが影響を及ぼす論理デバイスの範囲を格納した影響範囲特定テーブルとを備え、障害イベントが通知されたときに、当該障害イベントにより通知された障害部位情報を基に、障害影響範囲テーブルを参照して、障害により影響がある物理デバイスと仮想デバイスの関係を抽出し、障害影響範囲および障害原因候補を提示する技術が開示されている。   Patent Document 2 includes a physical device in which a failure has occurred and an affected range specifying table that stores a range of logical devices affected by the physical device, and is notified by the failed event when the failed event is notified. A technique for extracting a relationship between a physical device and a virtual device that is affected by a failure by referring to a failure impact range table based on the failed site information and presenting a failure impact range and a failure cause candidate is disclosed.

特開2011−113122号公報JP 2011-113122 A 特開2010−9411号公報JP 2010-9411 A

上述の従来技術においては以下の課題があり、大規模な仮想環境における仮想マシンの性能管理と障害対処においてこれらを利用するのは困難である。   The above-described conventional techniques have the following problems, and it is difficult to use them for performance management and troubleshooting of virtual machines in a large-scale virtual environment.

特許文献1に記載されている技術においては、システムの動作に必要なシステム構成情報を管理者が手作業で入力する手間が大きい。仮想環境は物理環境と比較して構成変更の頻度が高い。これは、仮想環境においては、物理マシンやストレージなどの共有リソースの利用効率を向上させるために、リソース使用状況にあわせた仮想マシンの配置が頻繁に変更されるためである。大規模環境における利用を想定した仮想化ソフトの中には、こうした仮想マシンの再配置を自動実行する機能をもつものもある。仮想マシンの移動毎に、管理者がシステム構成情報を手作業で更新するのは非常に困難である。   In the technique described in Patent Document 1, the administrator has to manually input system configuration information necessary for system operation. The virtual environment has a higher frequency of configuration changes than the physical environment. This is because in a virtual environment, the placement of virtual machines is frequently changed in accordance with the resource usage status in order to improve the utilization efficiency of shared resources such as physical machines and storage. Some virtualization software intended for use in a large-scale environment has a function for automatically executing such virtual machine relocation. It is very difficult for the administrator to manually update the system configuration information every time the virtual machine is moved.

特許文献2に記載されている技術においては、システム構成情報の作成は自動化されているため、特許文献1と比較して大規模仮想環境への適用は容易である。一方、自動生成するシステム構成情報は常に最新状態しか保持しないため、仮想マシン性能低下の根本原因を調査する際に、性能低下が発生した現在のシステム構成と、過去に正常稼働していた時点でのシステム構成とを突き合わせて、障害原因調査を行うのが困難である。   In the technique described in Patent Document 2, since the creation of system configuration information is automated, application to a large-scale virtual environment is easier than in Patent Document 1. On the other hand, the system configuration information that is automatically generated always keeps only the latest state, so when investigating the root cause of virtual machine performance degradation, the current system configuration where performance degradation occurred and the time when normal operation was performed in the past It is difficult to investigate the cause of the failure by matching with the system configuration.

本発明は、上記のような課題に鑑みてなされたものであり、仮想マシンの構成変更が生じ得る仮想環境において、物理マシンをまたがって共有される物理デバイスに起因した障害検出を効率的に実施することを目的とする。   The present invention has been made in view of the above problems, and in a virtual environment in which a configuration change of a virtual machine can occur, efficiently detects a failure caused by a physical device shared across physical machines. The purpose is to do.

本発明に係る仮想環境運用支援システムは、複数の物理マシンが共有する物理デバイスと各仮想マシンの間の利用関係の履歴を記録しておき、その履歴に基づいて複数の日時における各仮想マシンの物理デバイスの利用状況を特定する。   The virtual environment operation support system according to the present invention records a history of usage relations between a physical device shared by a plurality of physical machines and each virtual machine, and based on the history of each virtual machine at a plurality of dates and times. Identify the usage status of physical devices.

本発明に係る仮想環境運用支援システムによれば、仮想マシンの構成変更が生じる仮想環境においても、物理マシンや物理デバイスをまたがって発生する障害を効率的に検出することができる。   According to the virtual environment operation support system of the present invention, it is possible to efficiently detect a failure that occurs across physical machines and physical devices even in a virtual environment in which a configuration change of a virtual machine occurs.

仮想環境特有の障害例を示す図である。It is a figure which shows the example of a failure peculiar to virtual environment. 実施形態1に係る仮想環境運用支援システム1000の概略構成を示す図である。1 is a diagram illustrating a schematic configuration of a virtual environment operation support system 1000 according to Embodiment 1. FIG. 仮想マシン性能管理サーバ202の構成を説明する図である。2 is a diagram illustrating a configuration of a virtual machine performance management server 202. FIG. リソース使用実績格納テーブル313の構成を示す図である。It is a figure which shows the structure of the resource usage record storage table. 構成情報格納テーブル314の構成を示す図である。It is a figure which shows the structure of the structure information storage table 314. FIG. 構成変更イベント格納テーブル315の構成を示す図である。It is a figure which shows the structure of the structure change event storage table 315. FIG. 仮想マシン性能分析画面701のイメージ図である。It is an image figure of the virtual machine performance analysis screen 701. 性能低下原因分析画面801のイメージ図である。It is an image figure of the performance degradation cause analysis screen. 仮想環境運用支援システム1000の全体処理フローを示す概念図である。It is a conceptual diagram which shows the whole processing flow of the virtual environment operation support system 1000. データ収集プログラム211の処理フローを説明する図である。It is a figure explaining the processing flow of the data collection program. 仮想マシン性能分析画面作成プログラム309の処理フローを説明する図である。It is a figure explaining the processing flow of the virtual machine performance analysis screen creation program. 性能低下原因分析画面作成プログラム310の処理フローを説明する図である。It is a figure explaining the processing flow of the performance fall cause analysis screen creation program. リソース使用実績分析プログラム212の処理フローを説明する図である。It is a figure explaining the processing flow of the resource use performance analysis program. システム構成情報分析プログラム213の処理フローを説明する図である。It is a figure explaining the processing flow of the system configuration information analysis program.

以下、添付図面を参照して本発明の実施形態について説明する。ただし、以下に説明する実施形態は本発明を実現するための一例に過ぎず、本発明の技術的範囲を限定するものではないことに注意すべきである。   Hereinafter, embodiments of the present invention will be described with reference to the accompanying drawings. However, it should be noted that the embodiment described below is merely an example for realizing the present invention and does not limit the technical scope of the present invention.

<実施の形態1>
本発明の実施形態1では、物理マシンをまたがって共有されるリソースとして、ストレージ装置を例に説明する。ストレージ装置は常に稼働しており状態は変化しないものとする。ストレージ名・物理マシン名・仮想マシン名については同一の名称は存在せず、それぞれ一意に対象を特定できるものとする。
<Embodiment 1>
In the first embodiment of the present invention, a storage apparatus will be described as an example of a resource shared across physical machines. It is assumed that the storage device is always operating and the state does not change. It is assumed that the same name does not exist for the storage name, physical machine name, and virtual machine name, and the target can be uniquely specified.

<実施の形態1:システム構成>
図2は、本発明の実施形態1に係る仮想環境運用支援システム1000の概略構成を示す図である。仮想環境運用支援システム1000は、仮想環境管理サーバ201、仮想マシン性能管理サーバ202、仮想マシン性能管理クライアント203、複数の物理マシン204が、管理LAN(Local Area Network)205を介して接続した構成をとる。物理マシン204は、ストレージネットワーク207を介してストレージ206と接続されている。
<Embodiment 1: System configuration>
FIG. 2 is a diagram showing a schematic configuration of the virtual environment operation support system 1000 according to the first embodiment of the present invention. The virtual environment operation support system 1000 has a configuration in which a virtual environment management server 201, a virtual machine performance management server 202, a virtual machine performance management client 203, and a plurality of physical machines 204 are connected via a management LAN (Local Area Network) 205. Take. The physical machine 204 is connected to the storage 206 via the storage network 207.

物理マシン204は、仮想化ソフト208と仮想マシン209を動作させるコンピュータである。仮想化ソフト208は、物理マシン204のハードウェア構成をソフトウェア技術でエミュレートし、任意のハードウェア構成をもつ仮想マシン209を動作可能にするソフトウェアである。   The physical machine 204 is a computer that operates the virtualization software 208 and the virtual machine 209. The virtualization software 208 is software that emulates the hardware configuration of the physical machine 204 using software technology and enables the virtual machine 209 having an arbitrary hardware configuration to operate.

仮想環境管理サーバ201は、仮想環境管理ソフト210を動作させるコンピュータである。仮想環境管理ソフト210は、仮想化ソフト208がインストールされた物理マシン204や仮想マシン209に関する情報を管理LAN205経由で収集して一時的に保存する機能、保存した情報を外部ソフトウェアに提供するための仮想環境管理API(Application Program Interface)を提供する機能をもつ。   The virtual environment management server 201 is a computer that operates the virtual environment management software 210. The virtual environment management software 210 collects information related to the physical machine 204 or virtual machine 209 in which the virtualization software 208 is installed via the management LAN 205 and temporarily stores the information, and provides the stored information to external software. It has a function of providing a virtual environment management API (Application Program Interface).

仮想マシン性能管理サーバ202は、本発明の主たる処理を実行するコンピュータであって、データ収集プログラム211、リソース使用実績分析プログラム212、システム構成情報分析プログラム213、および図3に詳細を説明するその他サブプログラムとテーブルデータを格納し、これらを実行・管理する機能をもつ。   The virtual machine performance management server 202 is a computer that executes the main processing of the present invention. The virtual machine performance management server 202 is a data collection program 211, a resource usage record analysis program 212, a system configuration information analysis program 213, and other sub-details described in FIG. Stores programs and table data, and has functions to execute and manage them.

仮想マシン性能管理クライアント203は、仮想環境運用支援システム1000の利用者が操作するコンピュータである。仮想マシン性能管理クライアント203は、少なくとも、利用者の入力情報を受け付ける入力部と、利用者に情報を提示するディスプレイなどの出力部と、管理LANを介した通信を処理する通信処理部とを有し、入力部から受け付けた利用者のシステム利用要求に応じて、仮想マシン性能管理サーバ202にアクセスし、仮想マシン性能管理サーバ202が作成した画面データを出力部に表示する機能をもつ。   The virtual machine performance management client 203 is a computer operated by a user of the virtual environment operation support system 1000. The virtual machine performance management client 203 includes at least an input unit that receives user input information, an output unit such as a display that presents information to the user, and a communication processing unit that processes communication via the management LAN. In response to a user system usage request received from the input unit, the virtual machine performance management server 202 is accessed and screen data created by the virtual machine performance management server 202 is displayed on the output unit.

なお、仮想環境においては通常、物理マシン204は、仮想マシン209が外部ネットワークと通信するための、管理LAN205とは異なるサービス提供用LANが接続されるが、本発明の実施にあたりサービス提供用LANは関与しないため説明を省略する。   In the virtual environment, the physical machine 204 is usually connected to a service providing LAN that is different from the management LAN 205 for the virtual machine 209 to communicate with the external network. The explanation is omitted because it is not involved.

<実施の形態1:仮想マシン性能管理サーバの構成>
図3は、仮想マシン性能管理サーバ202の構成を説明する図である。なお、仮想環境管理サーバ201と仮想マシン性能管理クライアント203の構成は、後述する補助記憶部306内の格納情報を除き図3と同様であるため説明を省略する。
<Embodiment 1: Configuration of virtual machine performance management server>
FIG. 3 is a diagram illustrating the configuration of the virtual machine performance management server 202. Note that the configurations of the virtual environment management server 201 and the virtual machine performance management client 203 are the same as those in FIG. 3 except for the storage information in the auxiliary storage unit 306 described later, and thus description thereof is omitted.

仮想マシン性能管理サーバ202は、命令やデータの入力を行う入力部301と、システムの状態などを出力する出力部302と、プログラムの実行や演算を行う演算部303と、プログラムやデータをロードする主記憶部304と、他の通信機器とコネクションを確立する通信処理部305と、データやプログラムを格納する補助記憶部306とが、バス307で接続された構成をとる。   The virtual machine performance management server 202 loads an input unit 301 for inputting commands and data, an output unit 302 for outputting system status, an arithmetic unit 303 for executing and calculating programs, and loading programs and data. The main storage unit 304, a communication processing unit 305 that establishes a connection with another communication device, and an auxiliary storage unit 306 that stores data and programs are connected via a bus 307.

補助記憶部306には、データ収集プログラム211と、仮想マシン性能分析画面作成プログラム309と、性能低下原因分析画面作成プログラム310と、リソース使用実績分析プログラム212と、システム構成情報分析プログラム213と、リソース使用実績格納テーブル313と、構成情報格納テーブル314と、構成変更イベント格納テーブル315とが格納される。   The auxiliary storage unit 306 includes a data collection program 211, a virtual machine performance analysis screen creation program 309, a performance degradation cause analysis screen creation program 310, a resource usage record analysis program 212, a system configuration information analysis program 213, a resource A usage record storage table 313, a configuration information storage table 314, and a configuration change event storage table 315 are stored.

データ収集プログラム211は、仮想環境管理ソフト210が提供する仮想環境管理APIを利用して、仮想マシン209と物理マシン204とストレージ206のリソース使用実績情報やシステム構成情報を収集するプログラムである。リソース仕様実績情報は、仮想マシン209または物理マシン204がストレージ206を使用した実績を記述した情報である。システム構成情報は、仮想マシン209または物理マシン204とストレージ206の間の接続関係を記述した情報である。すなわち、仮想マシン209または物理マシン204がストレージ206を利用している状況を記述した情報である。   The data collection program 211 is a program that collects resource usage record information and system configuration information of the virtual machine 209, the physical machine 204, and the storage 206 using the virtual environment management API provided by the virtual environment management software 210. The resource specification record information is information describing a record of the use of the storage 206 by the virtual machine 209 or the physical machine 204. The system configuration information is information describing a connection relationship between the virtual machine 209 or the physical machine 204 and the storage 206. That is, the information describes the situation in which the virtual machine 209 or the physical machine 204 is using the storage 206.

仮想マシン性能分析画面作成プログラム309は、図7に示す仮想マシン性能分析画面を作成するプログラムである。処理の過程で、リソース使用実績分析プログラム212とリソース使用実績情報格納テーブル313とを使用する。   The virtual machine performance analysis screen creation program 309 is a program for creating the virtual machine performance analysis screen shown in FIG. In the course of processing, the resource use record analysis program 212 and the resource use record information storage table 313 are used.

性能低下原因分析画面作成プログラム310は、図8に示す性能低下原因分析画面を作成するプログラムである。処理の過程で、システム構成情報分析プログラム213、リソース使用実績情報格納テーブル313、構成情報格納テーブル314、および構成変更イベント格納テーブル315を使用する。   The performance degradation cause analysis screen creation program 310 is a program that creates the performance degradation cause analysis screen shown in FIG. In the course of processing, the system configuration information analysis program 213, the resource usage record information storage table 313, the configuration information storage table 314, and the configuration change event storage table 315 are used.

以下では、記載の便宜上、各プログラムを動作主体として説明する場合があるが、実際にこれらプログラムを実行するのは演算部303などの演算機能を有する機能部であることを付言しておく。   Hereinafter, for convenience of description, each program may be described as an operation subject. However, it is added that a function unit having an arithmetic function such as the arithmetic unit 303 actually executes these programs.

<実施の形態1:リソース使用実績格納テーブル>
図4は、リソース使用実績格納テーブル313の構成を示す図である。リソース使用実績格納テーブル313は、仮想マシン性能管理サーバ202が、データ収集プログラム211の実行により収集した、仮想マシン・物理マシン・ストレージのリソース使用実績情報を格納するテーブルである。
<Embodiment 1: Resource usage record storage table>
FIG. 4 is a diagram showing the configuration of the resource usage record storage table 313. As shown in FIG. The resource usage record storage table 313 is a table for storing resource use record information of virtual machines, physical machines, and storages collected by the virtual machine performance management server 202 by executing the data collection program 211.

情報収集日時3131は、格納するリソース使用実績情報の収集日時を保持する。エンティティ名称3132は、格納するリソース使用実績情報の仮想環境における構成要素を一意に特定する情報を保持する。本実施形態1では、仮想マシン名、物理マシン名、ストレージ名のいずれかである。リソース種別3133は、格納するリソース使用実績情報のリソース種別を保持する。本実施形態1ではストレージ206のI/Oに関する値を対象としているが、これに限らずCPU使用率、メモリ使用量、ネットワーク帯域使用率などについても取り扱うことができる。実績値3134は、リソース種別3133の値で指定されるリソース使用実績情報のパフォーマンス値を保持する。   The information collection date 3131 holds the collection date of the resource usage record information to be stored. The entity name 3132 holds information for uniquely identifying the component in the virtual environment of the resource usage record information to be stored. In the first embodiment, it is one of a virtual machine name, a physical machine name, and a storage name. The resource type 3133 holds the resource type of the resource usage record information to be stored. In the first embodiment, the values related to the I / O of the storage 206 are targeted. However, the present invention is not limited to this, and the CPU usage rate, the memory usage amount, the network bandwidth usage rate, and the like can also be handled. The result value 3134 holds the performance value of the resource use result information specified by the value of the resource type 3133.

<実施の形態1:構成情報格納テーブル>
図5は、構成情報格納テーブル314の構成を示す図である。構成情報格納テーブル314は、仮想マシン性能管理サーバ202が、データ収集プログラム211を実行することにより収集した、ある一時点における仮想環境のシステム構成情報を格納するテーブルである。
<Embodiment 1: Configuration information storage table>
FIG. 5 is a diagram showing the configuration of the configuration information storage table 314. The configuration information storage table 314 is a table that stores system configuration information of a virtual environment at a certain point collected by the virtual machine performance management server 202 by executing the data collection program 211.

情報収集日時3141は、格納するシステム構成情報の収集日時を保持する。ストレージ名称3142、物理マシン名称3143、仮想マシン名称3144は、格納するシステム構成情報の取得対象としたストレージ名、物理マシン名、仮想マシン名をそれぞれ保持する。仮想マシン状態3145と物理マシン状態3146は、仮想マシン名称3144と物理マシン名称3143とで指定される仮想マシンと物理マシンの取得時点における状態情報をそれぞれ保持する。状態情報としては、例えば電源オン・電源オフ・休止状態などがある。   The information collection date 3141 holds the collection date of system configuration information to be stored. The storage name 3142, the physical machine name 3143, and the virtual machine name 3144 respectively hold the storage name, physical machine name, and virtual machine name that are the acquisition targets of the stored system configuration information. The virtual machine state 3145 and the physical machine state 3146 hold state information at the time of acquisition of the virtual machine and physical machine specified by the virtual machine name 3144 and the physical machine name 3143, respectively. The status information includes, for example, power on, power off, hibernation.

<実施の形態1:構成変更イベント格納テーブル>
図6は、構成変更イベント格納テーブル315の構成を示す図である。構成変更イベント格納テーブル315は、仮想マシン性能管理サーバ202が、データ収集プログラム211を実行することにより収集した、仮想環境のシステム構成および状態の変更を記録したイベント情報を格納するテーブルである。例えば、仮想マシン209が他の物理マシン204に移動した、仮想マシン209や物理マシン204の電源オン・オフが実行された、休止状態への移行・再開が実行された、といったイベント情報が、発生日時とともに記録される。
<Embodiment 1: Configuration change event storage table>
FIG. 6 is a diagram showing the configuration of the configuration change event storage table 315. The configuration change event storage table 315 is a table that stores event information that is recorded by the virtual machine performance management server 202 by executing the data collection program 211 and records changes in the system configuration and state of the virtual environment. For example, event information such as the movement of the virtual machine 209 to another physical machine 204, the power on / off of the virtual machine 209 or the physical machine 204 being executed, or the transition to the hibernation state / resumption has been generated. Recorded with date and time.

イベント発生日時3151は、格納するイベント情報の収集日時を保持する。エンティティ名称3152は、格納するイベント情報の仮想環境における構成要素を一意に特定する情報を保持する。本実施形態1では、仮想マシン名、物理マシン名のいずれかである。発生イベント名称3153は、格納するイベントの種別を表すイベント名称を保持する。移動元エンティティ名称3154と移動先エンティティ名称3155は、仮想マシン209または物理マシン204が、他の物理マシン204やストレージ206へ移動する場合の、移動元と移動先のエンティティ名称をそれぞれ保持する。なお、移動が伴わないイベントの場合は、これらフィールドの値は同じになる。   The event occurrence date and time 3151 holds the collection date and time of the event information to be stored. The entity name 3152 holds information for uniquely specifying the component in the virtual environment of the event information to be stored. In the first embodiment, it is either a virtual machine name or a physical machine name. The generated event name 3153 holds an event name indicating the type of event to be stored. The migration source entity name 3154 and the migration destination entity name 3155 hold the migration source and migration destination entity names when the virtual machine 209 or the physical machine 204 moves to another physical machine 204 or storage 206, respectively. Note that the values of these fields are the same for events that do not involve movement.

<実施の形態1:仮想マシン性能分析画面>
図7は、仮想マシン性能分析画面701のイメージ図である。仮想マシン性能分析画面701は、大量の仮想マシン209の性能状態を効率的に監視し、性能が低下している仮想マシンを迅速に特定するために利用する画面である。仮想マシン性能分析画面701は、仮想マシン性能分析画面作成プログラム309を実行することにより作成される。
<Embodiment 1: Virtual machine performance analysis screen>
FIG. 7 is an image diagram of the virtual machine performance analysis screen 701. The virtual machine performance analysis screen 701 is a screen used for efficiently monitoring the performance state of a large number of virtual machines 209 and quickly identifying a virtual machine whose performance is degraded. The virtual machine performance analysis screen 701 is created by executing the virtual machine performance analysis screen creation program 309.

仮想マシン性能分析画面701は、仮想マシン性能傾向表示エリア702と、性能低下仮想マシン名表示エリア703と、データ更新ボタン704と、性能分析ボタン705とをもつ。仮想マシン性能傾向表示エリア702は、検出閾値入力欄706と検出閾値サイン707をもつ。性能低下仮想マシン名表示エリア703は、性能低下仮想マシン名ボタン708をもつ。   The virtual machine performance analysis screen 701 has a virtual machine performance trend display area 702, a performance degradation virtual machine name display area 703, a data update button 704, and a performance analysis button 705. The virtual machine performance trend display area 702 has a detection threshold value input field 706 and a detection threshold value sign 707. The performance degradation virtual machine name display area 703 has a performance degradation virtual machine name button 708.

仮想マシン性能傾向表示エリア702は、仮想マシンの性能傾向の統計情報を表示するエリアである。本エリアを参照することにより、利用者は、性能が低下している仮想マシン(性能低下仮想マシン)の存在を確認することができる。なお、本実施形態1では、統計情報の例として、一定期間における仮想マシン毎およびリソース種別毎の性能実績値の平均を集計(平均CPU割り当て待ち時間・平均メモリスワップ量・平均ネットワークパケットロス率・平均ストレージI/O処理待ち時間)し、横軸(データ範囲)をその平均値とし、縦軸(頻度)を各データ範囲内に収まる仮想マシンの個数とする、度数分布図を表示している。   The virtual machine performance trend display area 702 is an area for displaying statistical information on performance trends of virtual machines. By referring to this area, the user can confirm the presence of a virtual machine whose performance is degraded (performance degraded virtual machine). In the first embodiment, as an example of statistical information, the average of performance results for each virtual machine and each resource type over a certain period is aggregated (average CPU allocation waiting time, average memory swap amount, average network packet loss rate, Average storage I / O processing wait time), and the frequency distribution diagram is displayed with the horizontal axis (data range) as the average value and the vertical axis (frequency) as the number of virtual machines that fall within each data range. .

検出閾値入力欄706と検出閾値サイン707と性能分析ボタン705は、性能低下仮想マシン名表示エリア703に表示する仮想マシンの抽出条件を指定するために使用する。利用者は、仮想マシン性能傾向確認エリア702に表示された統計情報を確認しながら、性能が低下している仮想マシンとして抽出したい性能値条件を検出閾値入力欄706に入力する。検出閾値入力欄706に値を入力すると、統計情報上には検出閾値の位置を示すように検出閾値サイン707が再描画される。利用者が、検出閾値入力欄706を入力した後に性能分析ボタン705を押下すると、性能低下仮想マシン名表示エリア703には、指定した条件によって抽出された仮想マシン名が表示される。   A detection threshold value input field 706, a detection threshold sign 707, and a performance analysis button 705 are used to specify extraction conditions for virtual machines displayed in the performance degradation virtual machine name display area 703. While confirming the statistical information displayed in the virtual machine performance trend confirmation area 702, the user inputs a performance value condition to be extracted as a virtual machine whose performance is degraded in the detection threshold input field 706. When a value is input to the detection threshold value input field 706, the detection threshold sign 707 is redrawn so as to indicate the position of the detection threshold value on the statistical information. When the user presses the performance analysis button 705 after inputting the detection threshold value input field 706, the virtual machine name extracted according to the specified condition is displayed in the performance degradation virtual machine name display area 703.

性能低下仮想マシン名表示エリア703は、仮想マシン性能傾向確認エリア702で指定した条件によって抽出された仮想マシン名を表示するエリアである。本エリアを参照することにより、利用者は、大量の仮想マシンの中から性能が低下している仮想マシンを特定することができる。なお、性能低下仮想マシン名の表示は、性能低下の深刻度を確認しやすくするため、性能低下の程度に応じたランク付けをした上で表示する。例えば、本実施形態1では、検出閾値を超えているリソース種別数が多い仮想マシンほど上位に表示している。検出閾値を超えているリソース種別数が同じであれば、超えている程度が大きいほど上位に表示する。   The degraded performance virtual machine name display area 703 is an area for displaying the virtual machine name extracted according to the conditions specified in the virtual machine performance trend confirmation area 702. By referring to this area, the user can specify a virtual machine whose performance is degraded from a large number of virtual machines. Note that the virtual machine name for performance degradation is displayed after ranking according to the degree of performance degradation in order to make it easy to confirm the severity of performance degradation. For example, in the first embodiment, virtual machines with a larger number of resource types that exceed the detection threshold are displayed at the top. If the number of resource types exceeding the detection threshold is the same, the higher the degree of exceeding, the higher the display.

性能低下仮想マシン名表示エリア703に表示する仮想マシン名は、性能低下仮想マシン名ボタン708として提示される。性能低下仮想マシン名ボタン708は、性能低下仮想マシン名が記載されたボタンであり、押下すると当該仮想マシンの性能低下原因を調査するための性能低下原因分析画面(図8)に画面を遷移させるボタンである。   The virtual machine name displayed in the degraded performance virtual machine name display area 703 is presented as a degraded performance virtual machine name button 708. The performance degradation virtual machine name button 708 is a button in which the performance degradation virtual machine name is described. When pressed, the screen is changed to a performance degradation cause analysis screen (FIG. 8) for investigating the cause of performance degradation of the virtual machine. Button.

データ更新ボタン704は、押下すると、データ収集プログラム211を実行して仮想環境管理サーバ201から最新の情報を取得し、仮想マシン性能分析画面を再描画するボタンである。   When the data update button 704 is pressed, the data collection program 211 is executed, the latest information is acquired from the virtual environment management server 201, and the virtual machine performance analysis screen is redrawn.

検出閾値入力欄706については、例えば性能値の分布のうち性能値が低い方から順に上位10%に相当する性能値を自動的に設定するなどの手法により、自動指定することもできる。   The detection threshold value input field 706 can be automatically designated by a method such as automatically setting performance values corresponding to the top 10% in order from the lowest performance value in the distribution of performance values.

<実施の形態1:性能低下原因分析画面>
図8は、性能低下原因分析画面801のイメージ図である。性能低下原因分析画面801は、仮想マシン性能分析画面701で特定した性能低下仮想マシンが共有リソースを使用している状況を確認し、性能低下原因を調査するために利用する画面である。性能低下原因分析画面801は、性能低下原因分析画面作成プログラム310を実行することにより作成される。
<Embodiment 1: Performance degradation cause analysis screen>
FIG. 8 is an image diagram of the performance degradation cause analysis screen 801. The performance degradation cause analysis screen 801 is a screen used for confirming a situation where the performance degradation virtual machine specified on the virtual machine performance analysis screen 701 uses a shared resource and investigating the cause of performance degradation. The performance degradation cause analysis screen 801 is created by executing the performance degradation cause analysis screen creation program 310.

性能低下原因分析画面801は、仮想マシン性能時系列表示エリア802と、共有リソース利用状況表示エリア803と、正常稼働日時入力欄804と、リソース種別入力欄805と、構成表示ボタン806と、戻るボタン807とをもつ。仮想マシン性能時系列表示エリア802は、仮想マシン名表示欄808と正常稼働日時サイン809をもつ。共有リソース利用状況表示エリア803は、正常稼働日時共有リソース利用状況表示欄810と、現在日時共有リソース利用状況表示欄811とをもつ。正常稼働日時共有リソース利用状況表示欄810および現在日時共有リソース利用状況表示欄811は、システム構成マップ812とリソース状態サイン813とリソース利用量表示サイン814とで構成される。   The performance degradation cause analysis screen 801 includes a virtual machine performance time series display area 802, a shared resource usage status display area 803, a normal operation date / time input field 804, a resource type input field 805, a configuration display button 806, and a return button. 807. The virtual machine performance time series display area 802 has a virtual machine name display field 808 and a normal operation date / time sign 809. The shared resource usage status display area 803 has a normal operation date / time shared resource usage status display column 810 and a current date / time shared resource usage status display column 811. The normal operation date / time shared resource usage status display column 810 and the current date / time shared resource usage status display column 811 are configured by a system configuration map 812, a resource status sign 813, and a resource usage amount display sign 814.

仮想マシン性能時系列表示エリア802は、指定された仮想マシンの性能値の時系列データを表示するエリアである。本エリアを参照することにより、利用者は、当該仮想マシン性能値の変動を確認し、性能低下が発生した日時を特定することができる。本実施形態1では、仮想マシン性能傾向表示エリア702に統計表示したものと同じ、一定期間における仮想マシン毎およびリソース種別毎の性能実績値の時系列変化をグラフ化して表示している。仮想マシン名表示欄808には、性能時系列を表示している仮想マシン名が表示される。   The virtual machine performance time series display area 802 is an area for displaying time series data of the performance value of the designated virtual machine. By referring to this area, the user can confirm the fluctuation of the virtual machine performance value and specify the date and time when the performance degradation occurred. In the first embodiment, the time-series changes in the performance performance values for each virtual machine and each resource type in a certain period, which are the same as those statistically displayed in the virtual machine performance trend display area 702, are displayed in a graph. In the virtual machine name display field 808, the name of the virtual machine displaying the performance time series is displayed.

共有リソース使用状況表示エリア803は、指定した性能低下仮想マシンの正常稼働時の共有リソース利用状況と、異常時の共有リソース利用状況とを表示するエリアである。正常稼動時については、後述する正常稼働日時入力欄804内に、当該仮想マシンが過去に正常稼動していたと推定される日時を利用者が指定入力するものとする。異常時については、利用者が指定入力してもよいし現在日時をもってこれに代えて自動指定するようにしてもよい。本エリアを参照することにより、利用者は、性能低下仮想マシンが正常稼働時と異常時にそれぞれにおいて使用していた共有リソース、各リソースの状態、および各リソースの負荷状況を比較し、仮想マシン性能の低下原因を効率的に調査し、特定することができる。   The shared resource usage status display area 803 is an area for displaying the shared resource usage status when the specified performance-reduced virtual machine is operating normally and the shared resource usage status when there is an abnormality. For normal operation, the user designates and inputs the date and time when the virtual machine is estimated to have been operating normally in the normal operation date and time input field 804 described later. When there is an abnormality, the user may specify and input, or the current date and time may be automatically specified instead. By referring to this area, the user can compare the shared resources, the status of each resource, and the load status of each resource when the virtual machine with degraded performance is operating normally and abnormally. It is possible to efficiently investigate and identify the cause of the decrease in

正常稼働日時入力欄804、正常稼働日時サイン809、リソース種別入力欄805、および構成表示ボタン806は、共有リソース利用状況表示エリア803に表示する共有リソース利用状況の条件を指定するために使う。利用者は、仮想マシン性能時系列表示エリア802に表示された性能値の時系列を参照して、当該仮想マシンが正常稼働していた日時を特定し、この日時を正常稼働日時入力欄804に入力する。正常稼働日時は、例えば、性能実績値が悪化を示す前の日時を指定すればよい。正常稼働日時入力欄804に日時を入力すると、時系列上には正常稼働日時の位置を示すように正常稼働日時表示サイン809が再描画される。さらに、利用者は、リソース種別入力欄805に、共有リソース利用状況表示エリア803で比較したいリソース種別を入力し、構成表示ボタン806を押下する。構成表示ボタン806が押下されると、共有リソース利用状況表示エリア803には、正常稼働日時入力欄804に入力した日時における共有リソースの利用状況と、現在時刻(または別途指定した異常時)における共有リソースの利用状況とが、それぞれ正常稼働日時共有リソース利用状況表示欄810と現在日時共有リソース利用状況表示欄811に表示される。   A normal operation date / time input field 804, a normal operation date / time sign 809, a resource type input field 805, and a configuration display button 806 are used to specify conditions for the shared resource usage status displayed in the shared resource usage status display area 803. The user refers to the time series of performance values displayed in the virtual machine performance time series display area 802, identifies the date and time when the virtual machine was operating normally, and enters this date and time in the normal operation date and time input field 804. input. As the normal operation date and time, for example, the date and time before the performance record value shows deterioration may be specified. When the date and time is entered in the normal operation date and time input field 804, the normal operation date and time display sign 809 is redrawn so as to indicate the position of the normal operation date and time on the time series. Further, the user inputs the resource type to be compared in the shared resource usage status display area 803 in the resource type input field 805 and presses the configuration display button 806. When the configuration display button 806 is pressed, the shared resource usage status display area 803 displays the usage status of the shared resource at the date and time entered in the normal operation date and time input field 804 and the sharing at the current time (or when an abnormality is specified separately). The resource usage status is displayed in the normal operation date and time shared resource usage status display column 810 and the current date and time shared resource usage status display column 811, respectively.

システム構成マップ812は、指定された時刻における共有リソースの論理構成を示す。システム構成マップ812を参照することにより、利用者は、性能低下前には存在しなかった仮想マシンの追加などのような、性能低下原因の候補に関する情報を入手できる。   The system configuration map 812 shows the logical configuration of the shared resource at a specified time. By referring to the system configuration map 812, the user can obtain information regarding candidates for causes of performance degradation such as addition of virtual machines that did not exist before performance degradation.

リソース状態サイン813は、指定された時刻における共有リソースの状態を示す。状態には例えば、電源オン/オフ、休止状態などがある。リソース状態サイン813を参照することにより、利用者は、性能低下前には停止していた仮想マシンの起動などのような、性能低下原因の候補に関する情報を入手できる。   The resource status sign 813 indicates the status of the shared resource at a specified time. The state includes, for example, power on / off and hibernation. By referring to the resource status sign 813, the user can obtain information on candidates for the cause of performance degradation, such as activation of a virtual machine that was stopped before the performance degradation.

リソース利用量表示サイン814は、リソース種別入力欄805に指定されたリソースの使用量を段階表示する。リソース利用量表示サイン814を参照することにより、利用者は、性能低下前には低負荷だった仮想マシンの共有リソース利用負荷の急増などのような、性能低下原因の候補に関する情報を入手できる。
戻るボタン807は、性能低下原因分析画面801の表示を終了し、仮想マシン性能分析画面701に遷移するボタンである。
The resource usage amount display sign 814 displays the usage amount of the resource designated in the resource type input field 805 in a stepwise manner. By referring to the resource usage amount display sign 814, the user can obtain information on candidates for the cause of performance degradation, such as a sudden increase in the shared resource usage load of the virtual machine that had a low load before the performance degradation.
A return button 807 is a button for ending the display of the performance degradation cause analysis screen 801 and transitioning to the virtual machine performance analysis screen 701.

<実施の形態1:処理フロー説明のための初期条件>
以降では、本発明の実施形態1に係る仮想環境運用支援システム1000の処理フローを説明する。ただし、以下の説明にあたっては次の初期値が設定されているものとする。初期値はシステム設定パラメータ等で変更できるものとする。
<Embodiment 1: Initial conditions for explaining processing flow>
Hereinafter, a processing flow of the virtual environment operation support system 1000 according to the first embodiment of the present invention will be described. However, it is assumed that the following initial values are set in the following description. The initial value can be changed by a system setting parameter or the like.

図7の仮想マシン性能傾向表示エリア702の統計情報の集計期間は、仮想マシン性能分析画面作成プログラム309の実行時点から過去1時間までの期間とし、集計する性能値種別は、CPU待ち時間・メモリスワップ量・ネットワークパケットロス率・ストレージI/Oコマンド処理待ち時間とする。検出閾値706は、何も指定されなかった場合は空文字をとる。   The statistical information aggregation period in the virtual machine performance trend display area 702 in FIG. 7 is the period from the execution time of the virtual machine performance analysis screen creation program 309 to the past one hour, and the performance value type to be aggregated is CPU latency / memory Swap amount, network packet loss rate, storage I / O command processing wait time. The detection threshold 706 takes a null character when nothing is specified.

図8の仮想マシン性能時系列表示エリア802の時系列の表示期間と性能値種別の初期値は、仮想マシン性能傾向表示エリア702の統計情報と同じ期間と性能値種別とする。正常稼働日時804は、何も指定されなかった場合は、例えば性能低下原因分析画面作成プログラム310の実行日時から3日前の同時刻とする。リソース種別805は、あらかじめCPU利用率・メモリ利用率・ネットワーク通信量・ストレージI/O量を選択項目として登録しておき、何も指定されなかった場合は、例えばストレージI/O量を指定するものとする。   The initial values of the time series display period and performance value type in the virtual machine performance time series display area 802 in FIG. 8 are the same period and performance value type as the statistical information in the virtual machine performance trend display area 702. If nothing is designated as the normal operation date and time 804, for example, the normal operation date and time 804 is set to the same time three days before the execution date and time of the performance degradation cause analysis screen creation program 310. For the resource type 805, the CPU usage rate, the memory usage rate, the network communication amount, and the storage I / O amount are registered as selection items in advance. If nothing is specified, for example, the storage I / O amount is specified. Shall.

リソース利用量表示サイン814を段階分けして表示するための閾値は、リソース種別毎にあらかじめ指定しておくものとする。例えば、CPU利用率であれば30%未満、30%以上60%未満、60%以上といった閾値を指定する。或いは、CPU利用率を全ての仮想マシンについて集計し、利用率の高い仮想マシン上位3割をレベル3、中位3割をレベル3にするなど、仮想マシンの順位に基づいた閾値の生成ルールを登録しておいてもよい。   The threshold for displaying the resource usage amount display sign 814 in stages is assumed to be specified in advance for each resource type. For example, in the case of a CPU usage rate, a threshold value such as less than 30%, 30% or more and less than 60%, or 60% or more is designated. Or, the CPU usage rate is aggregated for all virtual machines, and the threshold generation rule based on the virtual machine ranking is set such that the top 30% of the virtual machines with the highest usage rate are level 3 and the middle 30% are level 3. You may register.

以下の説明において、仮想マシン性能分析画面作成プログラム309とデータ収集プログラム211は定期実行されるが、この実行周期はあらかじめ指定しておく。例えば、仮想マシン性能分析画面作成プログラム309の実行周期は1時間、データ収集プログラム211の実行周期は24時間に指定する。   In the following description, the virtual machine performance analysis screen creation program 309 and the data collection program 211 are periodically executed, but this execution cycle is specified in advance. For example, the execution cycle of the virtual machine performance analysis screen creation program 309 is specified as 1 hour, and the execution cycle of the data collection program 211 is specified as 24 hours.

<実施の形態1:全体処理概要>
図9は、仮想環境運用支援システム1000の全体処理フローを示す概念図である。仮想環境運用支援システム1000は、利用者が仮想マシン性能管理クライアント203を操作し、仮想マシン性能管理サーバ202にアクセスして、仮想マシン性能分析画面を要求することにより起動する。この要求により、仮想マシン性能管理サーバ202は、仮想マシン性能分析画面作成プログラム309を実行する。
<Embodiment 1: Overview of overall processing>
FIG. 9 is a conceptual diagram showing an overall processing flow of the virtual environment operation support system 1000. The virtual environment operation support system 1000 is activated when a user operates the virtual machine performance management client 203 to access the virtual machine performance management server 202 and request a virtual machine performance analysis screen. In response to this request, the virtual machine performance management server 202 executes the virtual machine performance analysis screen creation program 309.

仮想マシン性能分析画面作成プログラム309は、仮想マシン性能管理クライアント203からの要求、あらかじめ指定された周期の定期実行、および利用者によるデータ更新ボタン704や性能分析ボタン705の押下によって起動し、仮想マシン性能分析画面701を作成して仮想マシン性能管理クライアント203に送信する。そして、データ更新ボタン704の押下や定期実行によってデータ収集プログラム211を呼び出し、性能低下仮想マシン名ボタン708の押下によって性能低下原因分析画面作成プログラム310を呼び出す。   The virtual machine performance analysis screen creation program 309 is activated by a request from the virtual machine performance management client 203, periodic execution of a period specified in advance, and pressing of the data update button 704 or performance analysis button 705 by the user. A performance analysis screen 701 is created and transmitted to the virtual machine performance management client 203. Then, the data collection program 211 is called by pressing the data update button 704 or periodic execution, and the performance drop cause analysis screen creation program 310 is called by pressing the performance drop virtual machine name button 708.

データ収集プログラム211は、仮想マシン性能分析画面作成プログラム309からの呼び出しや、あらかじめ指定された周期の定期実行により起動し、仮想環境管理サーバ201から最新の情報を取得して、リソース使用実績格納テーブル313と構成情報格納テーブル314と構成変更イベント格納テーブル315の情報を更新する。   The data collection program 211 is activated by a call from the virtual machine performance analysis screen creation program 309 or by periodic execution of a predetermined cycle, acquires the latest information from the virtual environment management server 201, and stores the resource usage record storage table 313, the configuration information storage table 314, and the configuration change event storage table 315 information are updated.

性能低下原因分析画面作成プログラム310は、性能低下仮想マシン名ボタン708や構成表示ボタン806の押下によって起動し、性能低下原因分析画面801を作成して仮想マシン性能管理クライアント203に送信する。そして、戻るボタン807の押下によって仮想マシン性能分析画面作成プログラム309を呼び出す。   The performance degradation cause analysis screen creation program 310 is activated when the performance degradation virtual machine name button 708 or the configuration display button 806 is pressed, creates a performance degradation cause analysis screen 801, and transmits it to the virtual machine performance management client 203. When the return button 807 is pressed, the virtual machine performance analysis screen creation program 309 is called.

<実施の形態1:データ収集プログラム>
図10は、データ収集プログラム211の処理フローを説明する図である。以下、図10の各ステップについて説明する。
<Embodiment 1: Data collection program>
FIG. 10 is a diagram for explaining the processing flow of the data collection program 211. Hereinafter, each step of FIG. 10 will be described.

データ収集プログラム211は、あらかじめ指定された周期による定期実行かをチェックし、定期実行であればステップS1002へ進む、定期実行以外(本実施形態1では、仮想マシン性能分析画面作成プログラム309からの呼び出し)であればステップS1003へ進む(ステップS1001)。   The data collection program 211 checks whether it is regularly executed in a predetermined cycle, and if it is periodically executed, the process proceeds to step S1002. Other than periodic execution (in the first embodiment, a call from the virtual machine performance analysis screen creation program 309) ), The process proceeds to step S1003 (step S1001).

データ収集プログラム211は、仮想環境管理サーバ201から、仮想環境管理サーバ201が管理している全ての仮想マシン・物理マシン・ストレージの構成および状態情報を取得し、構成情報格納テーブル314に格納する(ステップS1002)。   The data collection program 211 acquires the configuration and status information of all virtual machines, physical machines, and storages managed by the virtual environment management server 201 from the virtual environment management server 201 and stores them in the configuration information storage table 314 ( Step S1002).

データ収集プログラム211は、仮想環境管理サーバ201から、仮想環境管理サーバ201が管理している全ての仮想マシン・物理マシン・ストレージのリソース使用実績情報を取得し、リソース使用実績格納テーブル313に格納する(ステップS1003)。なお、リソース使用実績情報の取得期間は、前回取得日時からデータ収集プログラム211実行時点までの期間とする。   The data collection program 211 acquires from the virtual environment management server 201 the resource usage record information of all virtual machines, physical machines, and storages managed by the virtual environment management server 201 and stores it in the resource usage record storage table 313. (Step S1003). The resource usage record information acquisition period is a period from the previous acquisition date and time until the data collection program 211 is executed.

データ収集プログラム211は、仮想環境管理サーバ201から、仮想環境管理サーバ201が管理している全ての仮想マシン・物理マシン・ストレージの構成および状態の変更に関わるイベント情報を取得し、構成変更イベント格納テーブル315に格納する(ステップS1004)。なお、イベント情報の取得期間は、前回取得日時からデータ収集プログラム211実行時点までの期間とする。   The data collection program 211 acquires from the virtual environment management server 201 event information related to the configuration and status change of all virtual machines, physical machines, and storages managed by the virtual environment management server 201, and stores the configuration change event. It stores in the table 315 (step S1004). The event information acquisition period is a period from the previous acquisition date and time to the execution point of the data collection program 211.

<実施の形態1:仮想マシン性能分析画面作成プログラム>
図11は、仮想マシン性能分析画面作成プログラム309の処理フローを説明する図である。以下、図11の各ステップについて説明する。
<Embodiment 1: Virtual machine performance analysis screen creation program>
FIG. 11 is a diagram for explaining the processing flow of the virtual machine performance analysis screen creation program 309. Hereinafter, each step of FIG. 11 will be described.

仮想マシン性能分析画面作成プログラム309は、あらかじめ指定された周期による定期実行またはデータ更新ボタン704の押下による起動かをチェックし、定期実行またはデータ更新ボタン704の押下による起動であれば、ステップS1102に進む。データ更新ボタン704の押下以外の起動(本実施形態1では、性能分析ボタン705の押下)であれば、ステップS1103に進む(ステップS1101)。   The virtual machine performance analysis screen creation program 309 checks whether it is periodically executed in a predetermined cycle or activated by pressing the data update button 704, and if it is activated by periodically executing or pressing the data update button 704, the process proceeds to step S1102. move on. If the activation is other than pressing of the data update button 704 (in the first embodiment, the performance analysis button 705 is pressed), the process proceeds to step S1103 (step S1101).

仮想マシン性能分析画面作成プログラム309は、データ収集プログラム211を実行する(ステップS1102)。   The virtual machine performance analysis screen creation program 309 executes the data collection program 211 (step S1102).

仮想マシン性能分析画面作成プログラム309は、リソース使用実績格納テーブル313から、あらかじめ指定された分析期間分の全ての仮想マシンのリソース使用実績情報を取得し、変数に格納する(ステップS1103)。   The virtual machine performance analysis screen creation program 309 acquires the resource use record information of all virtual machines for the analysis period specified in advance from the resource use record storage table 313, and stores it in the variables (step S1103).

仮想マシン性能分析画面作成プログラム309は、検出閾値入力欄706の入力があれば入力値を取得し、入力がなければ初期値を取得して、検出閾値情報として変数に格納する。そして、ステップS1103で取得した仮想マシンのリソース使用実績情報と、取得した検出閾値情報を引数に、リソース使用実績分析プログラム212を実行し、戻り値として性能統計情報と性能低下仮想マシン名情報とを取得する(ステップS1104)。ここで、性能統計情報は、多数の仮想マシンの性能状態を一覧把握するために統計処理された情報であり、本実施形態1では、指定期間における仮想マシン毎およびリソース種別毎の性能平均値を集計した度数分布である。また、性能低下仮想マシン名情報は、指定された検出閾値情報を基準として抽出した仮想マシン名と検出条件になったリソース種別名を含む情報である。   The virtual machine performance analysis screen creation program 309 acquires an input value if there is an input in the detection threshold input field 706, acquires an initial value if there is no input, and stores it in a variable as detection threshold information. Then, the resource usage record analysis program 212 is executed using the virtual machine resource usage information acquired in step S1103 and the acquired detection threshold information as arguments, and the performance statistical information and the performance-decreasing virtual machine name information are returned as return values. Obtain (step S1104). Here, the performance statistical information is information that is statistically processed in order to grasp a list of performance states of a large number of virtual machines. In the first embodiment, the performance average value for each virtual machine and each resource type in a specified period is obtained. This is the aggregate frequency distribution. The degraded performance virtual machine name information is information including the virtual machine name extracted with reference to the specified detection threshold information and the resource type name that is the detection condition.

仮想マシン性能分析画面作成プログラム309は、ステップS1104で取得した性能統計情報と性能低下仮想マシン名情報を使用して、それぞれ、仮想マシン性能傾向表示エリア702と、性能低下仮想マシン名表示エリア703を作成し、仮想マシン性能分析画面701を作成する。そして、作成した仮想マシン性能分析画面701を仮想マシン性能管理クライアント203に送信して表示する。(ステップS1105)。なお、性能低下仮想マシン名情報は、性能低下仮想マシン名ボタン708として表示する。また、仮想マシン性能分析画面作成プログラム309は、本ステップの実行後、利用者の操作待ち状態になる。   The virtual machine performance analysis screen creation program 309 uses the performance statistical information and the performance-reduced virtual machine name information acquired in step S1104 to create a virtual machine performance trend display area 702 and a performance-reduced virtual machine name display area 703, respectively. The virtual machine performance analysis screen 701 is created. Then, the created virtual machine performance analysis screen 701 is transmitted to the virtual machine performance management client 203 and displayed. (Step S1105). The degraded performance virtual machine name information is displayed as a degraded performance virtual machine name button 708. In addition, the virtual machine performance analysis screen creation program 309 waits for a user operation after executing this step.

利用者によりデータ更新ボタン704または性能分析ボタン705が押下されると、仮想マシン性能分析画面作成プログラム309は、検出閾値入力欄706の入力値を取得して変数に格納し、ステップS1101に戻る。この処理により、利用者は、任意の検出閾値における仮想マシン性能分析画面701を再表示できる。性能低下仮想マシン名ボタン708が押下されると、仮想マシン性能分析画面作成プログラム309は、押下したボタンの性能低下仮想マシン名を引数に、性能低下原因分析画面作成プログラム310を呼び出して終了する(ステップS1106)。   When the user presses the data update button 704 or the performance analysis button 705, the virtual machine performance analysis screen creation program 309 acquires the input value of the detection threshold value input field 706, stores it in the variable, and returns to step S1101. With this process, the user can redisplay the virtual machine performance analysis screen 701 at an arbitrary detection threshold. When the performance degradation virtual machine name button 708 is pressed, the virtual machine performance analysis screen creation program 309 calls the performance degradation cause analysis screen creation program 310 with the performance degradation virtual machine name of the pressed button as an argument and ends ( Step S1106).

<実施の形態1:性能低下原因分析画面作成プログラム>
図12は、性能低下原因分析画面作成プログラム310の処理フローを説明する図である。以下、図12の各ステップについて説明する。
<Embodiment 1: Performance degradation cause analysis screen creation program>
FIG. 12 is a diagram for explaining the processing flow of the performance degradation cause analysis screen creation program 310. Hereinafter, each step of FIG. 12 will be described.

性能低下原因分析画面作成プログラム310は、引数で指定された仮想マシン名を取得し、性能低下仮想マシン名として変数に格納する(ステップS1201)。   The performance degradation cause analysis screen creation program 310 acquires the virtual machine name specified by the argument, and stores it in a variable as the performance degradation virtual machine name (step S1201).

性能低下原因分析画面作成プログラム310は、リソース使用実績格納テーブル313から、ステップS1201で取得した性能低下仮想マシン名のリソース使用実績情報を取得し、性能時系列グラフを作成する(ステップS1202)。ここで、取得するリソース使用実績の性能値種別は、ステップS1103で取得したものと同一とする。また、取得するリソース使用実績情報の取得期間は、正常稼働日時入力欄804に値が入力されていれば、入力された正常稼働日時の一定期間前(例えば5分前)から現在日時までの期間とし、値が入力されていなければ、ステップS1103で取得した期間と同一とする。   The performance degradation cause analysis screen creation program 310 obtains the resource usage record information of the performance degraded virtual machine name acquired in step S1201 from the resource use record storage table 313, and creates a performance time series graph (step S1202). Here, the performance value type of the resource use record to be acquired is the same as that acquired in step S1103. Further, the acquisition period of the resource usage record information to be acquired is a period from a certain period before the input normal operation date and time (for example, 5 minutes before) to the current date and time if a value is input in the normal operation date and time input field 804. If no value is input, the period is the same as that acquired in step S1103.

性能低下原因分析画面作成プログラム310は、正常稼働日時入力欄804とリソース種別入力欄805のそれぞれについて、入力があれば入力値を取得し、入力がなければ初期値を取得して、正常稼働日時情報とリソース種別情報として変数に格納する。そして、取得した正常稼働日時情報とリソース種別情報、およびステップS1201で取得した性能低下仮想マシン名を引数に、システム構成情報分析プログラム213を実行し、指定された正常稼働日時におけるシステム構成情報(以降、正常稼働時点システム構成情報と記載する)を取得する(ステップS1203)。ここで、システム構成情報は、性能低下仮想マシンが利用する共有リソースの構成マップ、電源状態、およびリソース使用負荷情報とを含む情報である。なお、リソース使用負荷情報は、リソース利用量表示サイン814の表示に使う情報であり、レベル1〜レベル3など、リソース使用負荷の程度をあらかじめ指定された閾値に従い段階表現した情報である。   The performance degradation cause analysis screen creation program 310 acquires an input value if there is an input for each of the normal operation date and time input field 804 and the resource type input field 805, and acquires an initial value if there is no input, and the normal operation date and time Information and resource type information are stored in variables. Then, the system configuration information analysis program 213 is executed using the acquired normal operation date and time information and resource type information, and the performance-reduced virtual machine name acquired in step S1201 as arguments, and the system configuration information (hereinafter, the specified normal operation date and time) Is described as normal operating time system configuration information) (step S1203). Here, the system configuration information is information including a configuration map of a shared resource used by the performance-reduced virtual machine, a power state, and resource usage load information. Note that the resource usage load information is information used to display the resource usage amount display sign 814, and is information in which the level of the resource usage load, such as level 1 to level 3, is expressed in stages according to a predetermined threshold value.

性能低下原因分析画面作成プログラム310は、ステップS1201で取得した性能低下仮想マシン名と、現在日時およびステップS1203で取得したリソース種別情報を引数に、システム構成情報分析プログラム213を実行し、現在日時におけるシステム構成情報(以降、現時点システム構成情報と記載する)を取得する(ステップS1204)。   The performance degradation cause analysis screen creation program 310 executes the system configuration information analysis program 213 using the performance degraded virtual machine name acquired in step S1201, the current date and time, and the resource type information acquired in step S1203 as arguments, and System configuration information (hereinafter referred to as current system configuration information) is acquired (step S1204).

性能低下原因分析画面作成プログラム310は、ステップS1202で取得した性能時系列グラフを使用して仮想マシン性能時系列エリア802を描画し、さらにステップS1203で取得した正常稼働時点システム構成情報とステップS1204で取得した現時点システム構成情報とを使用して、共有リソース利用状況表示エリア803を描画し、性能低下原因分析画面801を作成する。性能低下原因分析画面作成プログラム310は、仮想マシン性能管理クライアント203に、作成した性能低下原因分析画面801を送信して表示する(ステップS1205)。性能低下原因分析画面作成プログラム310は、本ステップの実行後、利用者の操作待ち状態になる。なお、共有リソース利用状況表示エリア803の表示は、ステップS1201で取得した性能低下仮想マシンを強調表示するものとする。例えば、本実施例では性能低下仮想マシンをシステム構成マップ812の最上段に置き、他の仮想マシンと色を変えて表示している。   The performance degradation cause analysis screen creation program 310 draws the virtual machine performance time-series area 802 using the performance time-series graph acquired in step S1202, and further the normal operation point system configuration information acquired in step S1203 and the step S1204. Using the acquired current system configuration information, the shared resource usage status display area 803 is drawn to create a performance degradation cause analysis screen 801. The performance degradation cause analysis screen creation program 310 transmits and displays the created performance degradation cause analysis screen 801 to the virtual machine performance management client 203 (step S1205). The performance degradation cause analysis screen creation program 310 waits for a user operation after executing this step. Note that the display of the shared resource usage status display area 803 highlights the performance-reduced virtual machine acquired in step S1201. For example, in this embodiment, a performance-reduced virtual machine is placed at the top of the system configuration map 812 and displayed in a different color from other virtual machines.

利用者により、構成表示ボタン806が押下されると、性能低下原因分析画面作成プログラム310は、正常稼働日時入力欄804とリソース種別入力欄805の入力値を取得して変数に格納し、ステップS1202へ戻る。この処理により、利用者は、任意正常稼働日時とリソース種別における性能低下原因分析画面801を再表示できる。戻るボタン807が押下されると、性能低下原因分析画面作成プログラム310は、仮想マシン性能監視画面作成プログラム309を呼び出して終了する(ステップS1206)。   When the user presses the configuration display button 806, the performance degradation cause analysis screen creation program 310 acquires the input values of the normal operation date / time input field 804 and the resource type input field 805, stores them in variables, and step S1202 Return to. By this processing, the user can redisplay the performance degradation cause analysis screen 801 for the arbitrary normal operation date and time and the resource type. When the return button 807 is pressed, the performance degradation cause analysis screen creation program 310 calls the virtual machine performance monitoring screen creation program 309 and ends (step S1206).

<実施の形態1:リソース使用実績分析プログラム>
図13は、リソース使用実績分析プログラム212の処理フローを説明する図である。以下、図13の各ステップについて説明する。
<Embodiment 1: Resource usage record analysis program>
FIG. 13 is a diagram for explaining the processing flow of the resource usage record analysis program 212. Hereinafter, each step of FIG. 13 will be described.

リソース使用実績分析プログラム212は、引数から、仮想マシンのリソース使用実績情報と検出閾値情報を取得し、変数に格納する(ステップS1301)。   The resource usage record analysis program 212 acquires virtual machine resource use record information and detection threshold information from the argument, and stores them in variables (step S1301).

リソース使用実績分析プログラム212は、ステップS1301で取得した、仮想マシンのリソース使用実績情報を集計し、仮想マシン性能傾向集計情報を作成し、変数に格納する(ステップS1302)。なお、本実施形態1では、仮想マシン性能傾向集計情報として、一定期間における仮想マシン毎およびリソース種別毎の性能平均値を集計し、度数分布を作成している。   The resource usage record analysis program 212 totals the virtual machine resource usage record information acquired in step S1301, creates virtual machine performance trend total information, and stores it in a variable (step S1302). In the first embodiment, as the virtual machine performance trend total information, the performance average values for each virtual machine and each resource type in a certain period are totaled to create a frequency distribution.

リソース使用実績分析プログラム212は、ステップS1302で取得した仮想マシン性能傾向集計情報をグラフ化し、性能統計情報を作成する(ステップS1303)。本実施形態1では、度数分布図を作成して画像データを作成している。   The resource usage record analysis program 212 graphs the virtual machine performance trend total information acquired in step S1302, and creates performance statistical information (step S1303). In the first embodiment, image data is created by creating a frequency distribution diagram.

リソース使用実績分析プログラム212は、ステップS1302で作成した仮想マシン性能傾向集計情報のうち、集計値がステップS1301で取得した検出閾値情報の値を超えている仮想マシンの名前とリソース種別名を特定し、当該仮想マシン名とリソース種別名を、性能低下仮想マシン名情報として変数に格納する(ステップS1304)。なお、本ステップは、検出閾値情報に初期値である空文字が指定されていた場合は、次の動作をしてもよい。ステップS1302で作成した仮想マシン性能傾向集計情報から、リソース種別毎に性能値ワースト10位までの仮想マシン名を特定し、当該仮想マシン名とリソース種別名を性能低下仮想マシン名情報として変数に格納する。   The resource usage record analysis program 212 identifies the name and resource type name of the virtual machine whose aggregate value exceeds the value of the detection threshold information acquired in step S1301 among the virtual machine performance trend aggregate information created in step S1302. The virtual machine name and the resource type name are stored in a variable as performance degradation virtual machine name information (step S1304). In addition, this step may perform the following operation when an empty character which is an initial value is designated in the detection threshold information. From the virtual machine performance trend summary information created in step S1302, the virtual machine name up to the 10th worst performance value is identified for each resource type, and the virtual machine name and resource type name are stored in a variable as performance degradation virtual machine name information. To do.

リソース使用実績分析プログラム212は、ステップS1303で取得した性能統計情報(度数分布データと度数分布図の画像データ)と、ステップS1304で取得した性能低下仮想マシン名情報を返却し、終了する(ステップS1305)。   The resource usage record analysis program 212 returns the performance statistical information (frequency distribution data and frequency distribution image data) acquired in step S1303 and the performance-reduced virtual machine name information acquired in step S1304, and ends (step S1305). ).

<実施の形態1:システム構成情報分析プログラム>
図14は、システム構成情報分析プログラム213の処理フローを説明する図である。システム構成情報分析プログラム213の処理は、大きく2つの処理に分けられる。ステップS1401〜ステップS1404は、引数で指定された日時における性能低下仮想マシンのシステム構成を再現し、当該仮想マシンが利用していた共有リソース(本実施形態1では、物理マシン204とストレージ206)を特定する処理である。ステップS1405〜ステップS1409は、ステップS1404までの処理で特定した共有リソース上で稼働していた、全ての物理マシン・仮想マシンの構成マップと電源状態およびリソース使用負荷状況を取得し、返却値を作成する処理である。
<Embodiment 1: System configuration information analysis program>
FIG. 14 is a diagram for explaining the processing flow of the system configuration information analysis program 213. The process of the system configuration information analysis program 213 is roughly divided into two processes. Steps S1401 to S1404 reproduce the system configuration of the performance-reduced virtual machine at the date and time specified by the argument, and use the shared resources (the physical machine 204 and the storage 206 in the first embodiment) used by the virtual machine. This is the process to identify. Steps S1405 to S1409 acquire configuration maps, power supply statuses and resource usage load statuses of all physical machines / virtual machines that have been operating on the shared resource specified in the processing up to step S1404, and create return values. It is processing to do.

本実施形態1では、システム構成の再現に必要なデータの取得が仮想環境に与える影響を軽減するために、以下の工夫をしている。構成情報格納テーブル314は、ある時点のシステム全体構成のスナップショット的な情報を保持する。これに対して、構成変更イベント格納テーブル315は、前回データ取得以降にシステムに発生した構成変更イベントのみを保持する。構成情報格納テーブル314のみを用いて、任意の時点のシステム構成を再現するためには、構成情報格納テーブル314を短い時間間隔で高頻度に更新しなければならないが、このデータ更新処理は、仮想環境管理サーバ201が管理する全てのシステム構成要素の状態を参照するため、データ収集にあたり仮想環境管理サーバ201や物理マシン204に高い負荷をかけてしまう。そこで、本実施形態1では、構成情報格納テーブル314が保持する構成のスナップショットに対して、構成変更イベント格納テーブル315が保持するイベント情報を適用することにより、システム構成を再現することにした。本方式によれば、構成情報格納テーブル314のデータ更新頻度を抑えることができるため、仮想環境に高い負荷をかけることなく、任意の時刻におけるシステム構成を再現することができる。   In the first embodiment, the following measures are taken in order to reduce the influence that the acquisition of data necessary for reproducing the system configuration has on the virtual environment. The configuration information storage table 314 holds snapshot-like information of the entire system configuration at a certain point in time. On the other hand, the configuration change event storage table 315 holds only configuration change events that have occurred in the system since the previous data acquisition. In order to reproduce a system configuration at an arbitrary time point using only the configuration information storage table 314, the configuration information storage table 314 must be updated frequently at short time intervals. Since the statuses of all system components managed by the environment management server 201 are referred to, a high load is applied to the virtual environment management server 201 and the physical machine 204 when collecting data. Therefore, in the first embodiment, the system configuration is reproduced by applying the event information held in the configuration change event storage table 315 to the snapshot of the configuration held in the configuration information storage table 314. According to this method, since the data update frequency of the configuration information storage table 314 can be suppressed, the system configuration at an arbitrary time can be reproduced without imposing a high load on the virtual environment.

システム構成情報分析プログラム213は、引数から、性能低下仮想マシン名と構成表示日時とリソース種別情報を取得して変数に格納する(ステップS1401)。本ステップで取得した構成表示日時を、以降本稿では構成表示日時T1と記載する。   The system configuration information analysis program 213 acquires the performance-reduced virtual machine name, the configuration display date and time, and the resource type information from the arguments and stores them in variables (step S1401). The configuration display date and time acquired in this step is hereinafter referred to as configuration display date and time T1 in this paper.

システム構成情報分析プログラム213は、構成情報格納テーブル314から、仮想マシン名称3144がステップS1401で取得した性能低下仮想マシン名に一致し、かつ情報収集日時3141が構成表示日時T1以前で最も新しいレコードを検索し、これをベース構成情報K1として変数に格納する。また取得したベース構成情報K1の情報収集日時3141をベース日時T2として変数に格納する(ステップS1402)。 本ステップは、システム構成を表示しようとする日時T1の直近で構成情報格納テーブル314内に格納されているシステム構成情報を取得するためのものである。T2よりも後のシステム構成情報よりも後については、ベース構成情報K1に対して構成変更イベント情報を差分として適用すれば足りるので、まずは本ステップにおいて最新のシステム構成情報を取得することとした。ただし、日時T1におけるシステム構成情報が存在する場合は、これをそのまま用いればよいので、以下のステップは必要ない。   The system configuration information analysis program 213 obtains the latest record from the configuration information storage table 314, in which the virtual machine name 3144 matches the performance-reduced virtual machine name acquired in step S1401 and the information collection date 3141 is before the configuration display date T1. This is retrieved and stored in the variable as base configuration information K1. The information collection date 3141 of the acquired base configuration information K1 is stored in a variable as the base date T2 (step S1402). This step is for acquiring the system configuration information stored in the configuration information storage table 314 immediately before the date and time T1 for displaying the system configuration. Since it is sufficient to apply the configuration change event information as a difference to the base configuration information K1 after the system configuration information after T2, the latest system configuration information is first acquired in this step. However, if the system configuration information at the date T1 exists, it can be used as it is, so the following steps are not necessary.

システム構成情報分析プログラム213は、構成変更イベント格納テーブル315から、エンティティ名称3152にステップS1401で取得した性能低下仮想マシン名が含まれ、かつイベント発生日時3151が、ベース日時T2から構成表示日時T1までの範囲にあるレコードを検索し、これらレコードを構成変更履歴情報K2として変数に格納する(ステップS1403)。   From the configuration change event storage table 315, the system configuration information analysis program 213 includes the entity name 3152 in which the performance-reduced virtual machine name acquired in step S1401 is included, and the event occurrence date 3151 is from the base date T2 to the configuration display date T1. Are searched for, and these records are stored in a variable as configuration change history information K2 (step S1403).

システム構成情報分析プログラム213は、ステップS1402で取得したベース構成情報K1と、ステップS1403で取得した構成変更履歴情報K2とをマージして、性能低下仮想マシンの構成情報K3を生成し、構成表示日時T1の時点で性能低下仮想マシンが利用していた共有リソース名(利用物理マシン名、利用ストレージ名)を特定する(ステップS1404)。   The system configuration information analysis program 213 merges the base configuration information K1 acquired in step S1402 and the configuration change history information K2 acquired in step S1403 to generate configuration information K3 of the degraded performance virtual machine, and displays the configuration display date and time. The shared resource name (used physical machine name, used storage name) used by the virtual machine whose performance has deteriorated at time T1 is specified (step S1404).

システム構成情報分析プログラム213は、構成情報格納テーブル314から、ストレージ名称3142がステップS1404で特定した利用ストレージ名と一致し、かつ情報収集日時3141が構成表示日時T1以前で最も新しいレコードを検索し、これを共有リソースベース構成情報K4として変数に格納する。また共有リソースベース構成情報K4に含まれる物理マシン名と仮想マシン名と情報収集日時を、それぞれ共有物理マシン名、共有仮想マシン名、共有リソースベース日時T3として変数に格納する(ステップS1405)。本ステップは、ストレージ206を利用していた物理マシンと仮想マシンを全て抽出するためのものである。すなわち、ストレージ206が物理マシンをまたがって共有されている場合でも、その利用関係を抽出する意義がある。   The system configuration information analysis program 213 searches the configuration information storage table 314 for the newest record in which the storage name 3142 matches the used storage name specified in step S1404 and the information collection date 3141 is before the configuration display date T1. This is stored in a variable as shared resource base configuration information K4. Further, the physical machine name, virtual machine name, and information collection date / time included in the shared resource base configuration information K4 are stored in variables as the shared physical machine name, shared virtual machine name, and shared resource base date / time T3, respectively (step S1405). This step is for extracting all physical machines and virtual machines that have used the storage 206. That is, even when the storage 206 is shared across physical machines, it is meaningful to extract the usage relationship.

システム構成情報分析プログラム213は、構成変更イベント格納テーブル315から、エンティティ名称3152と移動元エンティティ名称3154と移動先エンティティ名称3155のいずれかに、ステップS1405で取得した共有物理マシン名または共有仮想マシン名が含まれ、かつイベント発生日時3151が、共有リソースベース日時T3から構成表示日時T1までの範囲にあるレコードを検索し、これらレコードを共有リソース構成変更履歴情報K5として変数に格納する(ステップS1406)。   The system configuration information analysis program 213 adds the shared physical machine name or shared virtual machine name acquired in step S1405 to any one of the entity name 3152, the migration source entity name 3154, and the migration destination entity name 3155 from the configuration change event storage table 315. Are included and the event occurrence date / time 3151 is in the range from the shared resource base date / time T3 to the configuration display date / time T1, and these records are stored in the variable as the shared resource configuration change history information K5 (step S1406). .

システム構成情報分析プログラム213は、ステップS1405で取得した共有リソースベース構成情報K4と、ステップS1406で取得した共有リソース構成変更履歴情報K5をマージして、共有リソース構成情報K6を生成し、構成表示日時T1における、性能低下仮想マシンと共有物理マシンと共有仮想マシンの構成マップおよび電源状態を特定する(ステップS1407)。   The system configuration information analysis program 213 merges the shared resource base configuration information K4 acquired in step S1405 and the shared resource configuration change history information K5 acquired in step S1406 to generate shared resource configuration information K6, and displays the configuration display date and time. The configuration map and power supply state of the performance-reduced virtual machine, shared physical machine, and shared virtual machine at T1 are specified (step S1407).

システム構成情報分析プログラム213は、リソース使用実績格納テーブル313から、リソース種別3133がステップS1401で取得したリソース種別情報と一致し、かつエンティティ名称3152が共有リソース構成情報K6に含まれるリソース使用実績データを検索し、取得する。さらに、あらかじめ指定されたリソース利用量表示サイン813の閾値に従って当該データを集計し、リソース使用負荷情報を生成する(ステップS1408)。   From the resource usage record storage table 313, the system configuration information analysis program 213 obtains resource usage record data in which the resource type 3133 matches the resource type information acquired in step S1401 and the entity name 3152 is included in the shared resource configuration information K6. Search and get. Further, the data is totaled according to the threshold value of the resource usage amount display sign 813 specified in advance, and resource usage load information is generated (step S1408).

システム構成情報分析プログラム213は、ステップS1407で生成した、共有リソース構成情報K6と、ステップS1408で生成したリソース使用負荷情報とを返却し、処理を終了する(ステップS1409)。   The system configuration information analysis program 213 returns the shared resource configuration information K6 generated in step S1407 and the resource usage load information generated in step S1408, and ends the processing (step S1409).

<実施の形態1:まとめ>
以上のように、本実施形態1に係る仮想環境運用支援システム1000は、物理マシン間でまたがって共有されるリソース(物理デバイス)と仮想マシンの間の利用関係の履歴をシステム構成情報として記録しておき、性能低下原因分析画面801において、複数の時点における仮想マシンとリソースの間の利用関係を、各時点における仮想マシンの性能実績値とともに表示する。これにより、リソースが物理マシン間でまたがって共有されている場合でも、システム構成の変化が仮想マシンの性能変化に与えた影響を特定することができる。
<Embodiment 1: Summary>
As described above, the virtual environment operation support system 1000 according to the first exemplary embodiment records the history of usage relations between resources (physical devices) shared between physical machines and virtual machines as system configuration information. In the performance degradation cause analysis screen 801, the usage relationship between the virtual machine and the resource at a plurality of times is displayed together with the performance performance value of the virtual machine at each time. As a result, even when resources are shared across physical machines, it is possible to identify the influence of changes in the system configuration on changes in the performance of virtual machines.

<実施の形態2>
実施形態1では、共有リソースとして物理マシンとストレージを例に説明した。他の共有リソースの例として、例えばネットワーク機器について同様の管理を実施してもよい。ここでいうネットワーク機器とは、ルータ、LANスイッチなどのように、ネットワーク上に存在し各物理マシンが共通して使用する機器のことである。
<Embodiment 2>
In the first embodiment, the physical machine and the storage have been described as examples of the shared resource. As another example of shared resources, for example, the same management may be performed for network devices. The network device here is a device that exists on the network and is commonly used by each physical machine, such as a router and a LAN switch.

この場合は、例えば、図5の構成情報格納テーブルのストレージ名称3142部分を、ネットワーク機器名称に変更したネットワーク機器管理用構成情報格納テーブルを追加し、データ収集プログラム211は、ネットワーク機器のリソース使用実績情報とシステム構成情報およびシステム構成変更イベント情報も取得する。また、仮想マシン性能分析画面701には、共有リソースとしてストレージ構成を表示するか、ネットワーク構成を表示するかを選択する入力欄を追加し、当該入力欄でストレージ構成が指定された場合は、図12で説明したシステム構成情報分析プログラム213を実行し、当該入力欄でネットワーク構成が指定された場合は、構成情報格納テーブルの代わりにネットワーク機器管理用構成情報格納テーブルを参照して、システム構成情報分析プログラム213を実行するものとする。   In this case, for example, the network device management configuration information storage table in which the storage name 3142 portion of the configuration information storage table in FIG. 5 is changed to the network device name is added, and the data collection program 211 stores the resource usage record of the network device. Information, system configuration information, and system configuration change event information are also acquired. In addition, in the virtual machine performance analysis screen 701, an input field for selecting whether to display a storage configuration or a network configuration as a shared resource is added, and when the storage configuration is specified in the input field, When the system configuration information analysis program 213 described in FIG. 12 is executed and the network configuration is specified in the input field, the system configuration information is referred to by referring to the network device management configuration information storage table instead of the configuration information storage table. Assume that the analysis program 213 is executed.

<実施の形態3>
図12で説明した性能低下原因分析画面作成プログラム310では、正常稼働日時入力欄804に入力された日時と現在日時における共有リソース使用状況の比較を行うものとした。しかし、共有リソース使用状況の比較は、利用者が入力した任意の日時間で行えるようにしてもよい。
<Embodiment 3>
In the performance degradation cause analysis screen creation program 310 described with reference to FIG. 12, the date and time input in the normal operation date and time input field 804 is compared with the shared resource usage status at the current date and time. However, the comparison of the shared resource usage status may be performed at an arbitrary date and time input by the user.

この場合は、例えば、性能低下原因分析画面801には、正常稼働日時入力欄804と正常稼働日時サイン809と同様の機能をもつ、異常稼働日時入力欄と異常稼働日時サインを追加する。そして、性能低下原因分析画面作成プログラム310のステップS1204において、現在日時の代わりに異常稼働日時入力欄に入力された日時を使用して処理を実施し、システム構成情報(異常稼働時点システム構成情報)を取得するものとする。そして、ステップS1205は、現時点システム構成情報の代わりに異常稼働時点システム構成情報を使用して処理を実施する。また、ステップS1206は、正常稼働日時入力欄804とリソース種別入力欄805の入力値の他に、追加した異常稼働日時入力欄の値を加えて処理を実施する。   In this case, for example, an abnormal operation date / time input field and an abnormal operation date / time sign having the same functions as the normal operation date / time input field 804 and the normal operation date / time sign 809 are added to the performance degradation cause analysis screen 801. In step S1204 of the performance deterioration cause analysis screen creation program 310, processing is performed using the date and time input in the abnormal operation date and time input field instead of the current date and time, and system configuration information (abnormal operation point system configuration information) is executed. Shall be obtained. In step S1205, processing is performed using the abnormal operation time system configuration information instead of the current system configuration information. In step S1206, in addition to the input values of the normal operation date / time input field 804 and the resource type input field 805, the value of the added abnormal operation date / time input field is added to perform the process.

<実施の形態4>
性能低下原因分析画面801には、共有リソース利用状況表示エリア803に表示したシステム構成情報の差異を、ログとして利用者に提示する構成差分ログ表示ボタンを追加してもよい。
<Embodiment 4>
A configuration difference log display button for presenting the difference in the system configuration information displayed in the shared resource usage status display area 803 as a log to the user may be added to the performance degradation cause analysis screen 801.

この場合は、例えば、性能低下原因分析画面作成プログラム310は、ステップS1206で構成差分ログ表示ボタンが押下された場合、構成変更イベント格納テーブル315から、イベント発生日時3151がステップS1203で指定された正常稼働日時からステップS1204で指定された日時までの範囲のレコードを検索し、これらレコードを利用者に提示する画面を作成・表示するものとする。   In this case, for example, when the configuration difference log display button is pressed in step S1206, the performance deterioration cause analysis screen creation program 310 determines that the event occurrence date / time 3151 is specified in step S1203 from the configuration change event storage table 315. It is assumed that records in the range from the operation date / time to the date / time specified in step S1204 are searched, and a screen for presenting these records to the user is created and displayed.

201 仮想環境管理サーバ
202 仮想マシン性能管理サーバ
203 仮想マシン性能管理クライアント
204 物理マシン
206 ストレージ
209 仮想マシン
211 データ収集プログラム
309 仮想マシン性能分析画面作成プログラム
310 性能低下原因分析画面作成プログラム
212 リソース使用実績分析プログラム
213 システム構成情報分析プログラム
313 リソース使用実績格納テーブル
314 構成情報格納テーブル
315 構成変更イベント格納テーブル
1000 仮想環境運用支援システム
201 Virtual environment management server 202 Virtual machine performance management server 203 Virtual machine performance management client 204 Physical machine 206 Storage 209 Virtual machine 211 Data collection program 309 Virtual machine performance analysis screen creation program 310 Performance degradation cause analysis screen creation program 212 Resource usage record analysis Program 213 System configuration information analysis program 313 Resource usage record storage table 314 Configuration information storage table 315 Configuration change event storage table 1000 Virtual environment operation support system

Claims (14)

物理マシン上に構築した仮想マシンの運用を支援するシステムであって、
複数の前記物理マシンが共有する物理デバイスと各前記仮想マシンの間の利用関係の履歴を記述したシステム構成情報、および前記仮想マシンが前記物理デバイスを使用した実績を記録したリソース使用実績情報を格納するテーブル部と、
前記テーブル部から取得した情報を用いてする演算処理部と、
を備え、
前記演算処理部は、
前記物理デバイスの利用状況を出力すべき前記仮想マシンに対する指定と、前記指定された仮想マシンの性能実績値を出力すべき2つの日時に対する指定とを受け付け、
前記システム構成情報と前記リソース使用実績情報の記述に基づき、前記指定された2つの日時それぞれにおいて前記指定された仮想マシンが利用していた前記物理デバイスの利用状況を特定し、特定した各前記日時における前記利用状況と各前記日時における前記仮想マシンの性能実績値を出力する
ことを特徴とする仮想環境運用支援システム。
A system that supports the operation of a virtual machine built on a physical machine,
Stores system configuration information describing the history of usage relationships between physical devices shared by a plurality of the physical machines and the virtual machines, and resource usage record information recording the actual use of the physical devices by the virtual machines A table part to be
An arithmetic processing unit using information acquired from the table unit;
With
The arithmetic processing unit includes:
Accepting a designation for the virtual machine to output the usage status of the physical device and a designation for two dates and times to output performance performance values of the designated virtual machine;
Based on the description of the system configuration information and the resource usage record information, the usage status of the physical device used by the specified virtual machine at each of the two specified dates and times is specified, and each specified date and time is specified. The virtual environment operation support system characterized in that the usage status and performance performance value of the virtual machine at each date and time are output.
前記演算処理部は、
前記リソース使用実績情報に基づき、前記物理デバイスの種別毎の前記仮想マシンの性能実績に関する統計情報を算出して出力し、
性能が低下した状態にある前記仮想マシンを特定するための性能閾値に対する指定を受け付け、
指定された前記性能閾値と前記統計情報に基づいて、性能が低下した状態にある前記仮想マシンを特定し、その仮想マシンの識別子を性能低下の深刻度に応じてランク付けして出力する
ことを特徴とする請求項1記載の仮想環境運用支援システム。
The arithmetic processing unit includes:
Based on the resource usage record information, calculate and output statistical information about the performance record of the virtual machine for each physical device type,
Accepting a specification for a performance threshold for identifying the virtual machine in a degraded state,
Based on the specified performance threshold value and the statistical information, the virtual machine in a state where the performance has deteriorated is identified, and the identifier of the virtual machine is ranked according to the seriousness of the performance deterioration and output. The virtual environment operation support system according to claim 1, wherein:
前記演算処理部は、
前記統計情報として、所定期間における前記物理デバイスの種別毎の前記性能実績を前記所定期間にわたって平均し、
前記平均の値をデータ範囲とし、各前記データ範囲に収まる前記仮想マシンの台数を頻度とする度数分布を出力し、
前記度数分布上における前記データ範囲のうちいずれかの値を、前記性能閾値に対する指定として受け付ける
ことを特徴とする請求項2記載の仮想環境運用支援システム。
The arithmetic processing unit includes:
As the statistical information, the performance results for each type of the physical device in a predetermined period are averaged over the predetermined period,
The average value is used as a data range, and a frequency distribution with the number of virtual machines that fall within each data range as a frequency is output,
The virtual environment operation support system according to claim 2, wherein any value in the data range on the frequency distribution is accepted as designation for the performance threshold.
前記演算処理部は、
前記性能閾値に対する指定を前記物理デバイスの種別毎に受け付け、
少なくともいずれかの前記物理デバイスの種別について前記性能閾値を超過した前記仮想マシンの識別子を出力する
ことを特徴とする請求項2または3記載の仮想環境運用支援システム。
The arithmetic processing unit includes:
Accepting a specification for the performance threshold for each type of the physical device,
The virtual environment operation support system according to claim 2 or 3, wherein an identifier of the virtual machine exceeding the performance threshold is output for at least one of the physical device types.
前記演算処理部は、
前記物理デバイスの種別毎の性能実績を基準として前記仮想マシンの性能低下の程度を順位付けし、性能低下の程度が高い方から数えて所定順位までの前記仮想マシンの識別子を出力する
ことを特徴とする請求項4記載の仮想環境運用支援システム。
The arithmetic processing unit includes:
The degree of performance degradation of the virtual machine is ranked based on the performance performance for each type of the physical device, and the identifiers of the virtual machines up to a predetermined order counted from the higher degree of performance degradation are output. The virtual environment operation support system according to claim 4.
前記演算処理部は、
前記性能閾値を超過した前記物理デバイスの種別数が多く、かつ性能低下の程度が高い前記仮想マシンほど、性能低下の程度が高くなるように前記順位付けを実施する
ことを特徴とする請求項5記載の仮想環境運用支援システム。
The arithmetic processing unit includes:
6. The ranking is performed so that the degree of performance degradation increases as the number of types of physical devices exceeding the performance threshold increases and the degree of performance degradation increases. The virtual environment operation support system described.
前記演算処理部は、
前記日時に対する指定を受け付けると、
指定された前記日時を含む期間における前記仮想マシンの性能実績値の時系列グラフと、前記時系列グラフ上における指定された前記日時の位置を示す情報とを出力する
ことを特徴とする請求項1から6のいずれか1項記載の仮想環境運用支援システム。
The arithmetic processing unit includes:
When a specification for the date and time is received,
2. A time series graph of performance performance values of the virtual machine in a period including the designated date and time, and information indicating a position of the designated date and time on the time series graph are output. The virtual environment operation support system according to any one of items 1 to 6.
前記演算処理部は、
前記2つの日時に対する指定として、現在日時と現在日時よりも前の日時を指示する指定を受け取り、現在日時と指定された前記日時それぞれにおける前記利用状況を特定して出力する
ことを特徴とする請求項1から7のいずれか1項記載の仮想環境運用支援システム。
The arithmetic processing unit includes:
The specification for instructing the two date and time is a current date and time and a specification indicating a date and time prior to the current date and time, and specifies and outputs the current status and the usage status at each of the specified date and time. Item 8. The virtual environment operation support system according to any one of Items 1 to 7.
前記演算処理部は、
前記2つの日時に対する指定として、現在日時よりも前の2つの日時を指示する指定を受け取り、指定された前記2つの日時それぞれにおける前記利用状況を特定して出力する
ことを特徴とする請求項1から7のいずれか1項記載の仮想環境運用支援システム。
The arithmetic processing unit includes:
The specification for the two dates and times is received by specifying two dates and times prior to the current date and time, and the usage status at each of the two specified dates and times is specified and output. 8. The virtual environment operation support system according to any one of items 1 to 7.
前記演算処理部は、
前記仮想マシンが指定された前記2つの日時それぞれにおいて使用していた前記物理デバイスと、その物理デバイスを使用していた他の全ての前記仮想マシンとについて、
各前記仮想マシンと前記物理デバイスの間の接続関係を示すシステム構成マップと、各前記仮想マシンの電源状態を示す状態情報と、前記物理デバイスの使用実績値の大小を相対的に示す使用量情報とを算出し、前記利用状況として出力する
ことを特徴とする請求項1から9のいずれか1項記載の仮想環境運用支援システム。
The arithmetic processing unit includes:
About the physical device that was used at each of the two dates and times when the virtual machine was specified, and all the other virtual machines that were using the physical device,
A system configuration map showing the connection relationship between each virtual machine and the physical device, status information showing the power status of each virtual machine, and usage information relatively showing the magnitude of the actual usage value of the physical device The virtual environment operation support system according to any one of claims 1 to 9, wherein the virtual environment operation support system is calculated and output as the usage status.
前記演算処理部は、
前記仮想マシンが指定された前記2つの日時それぞれにおいて使用していた前記物理デバイスと、その物理デバイスを使用していた他の全ての前記仮想マシンとについて、
前記2つの日時の間に発生した前記利用関係の変化と各前記仮想マシンの電源状態の変化を記述したイベント情報を算出し、前記利用状況に代えてまたは前記利用状況とともに出力する
ことを特徴とする請求項1から10のいずれか1項記載の仮想環境運用支援システム。
The arithmetic processing unit includes:
About the physical device that was used at each of the two dates and times when the virtual machine was specified, and all the other virtual machines that were using the physical device,
Calculating event information describing a change in the usage relationship that occurred between the two dates and times and a change in the power state of each virtual machine, and outputting the event information instead of the usage status or together with the usage status The virtual environment operation support system according to any one of claims 1 to 10.
前記テーブル部は、
前記利用関係の変化履歴を記述した構成変更イベント情報を格納し、
前記演算処理部は、
前記システム構成情報から、前記指定された日時のうち古い方よりも前であってその日時に最も近い時点における前記利用関係を取得し、
取得した前記利用関係に対して、前記指定された2つの日時の間の期間における前記構成変更イベント情報を順次適用することによって、前記指定された2つの日時における前記利用状況を算出する
ことを特徴とする請求項1から11のいずれか1項記載の仮想環境運用支援システム。
The table portion is
Storing configuration change event information describing the change history of the usage relationship;
The arithmetic processing unit includes:
From the system configuration information, the usage relationship at a time point closest to the date and time before the older one of the specified date and time is acquired,
The usage status at the two specified dates and times is calculated by sequentially applying the configuration change event information in the period between the two specified dates and times to the acquired usage relationship. The virtual environment operation support system according to any one of claims 1 to 11.
前記物理デバイスは、複数の前記物理マシンが共有するストレージ装置である
ことを特徴とする請求項1から12のいずれか1項記載の仮想環境運用支援システム。
The virtual environment operation support system according to any one of claims 1 to 12, wherein the physical device is a storage device shared by a plurality of the physical machines.
前記物理デバイスは、複数の前記物理マシンが共有するネットワーク装置である
ことを特徴とする請求項1から12のいずれか1項記載の仮想環境運用支援システム。
The virtual environment operation support system according to any one of claims 1 to 12, wherein the physical device is a network device shared by a plurality of the physical machines.
JP2012077602A 2012-03-29 2012-03-29 Virtual environment operation support system Expired - Fee Related JP5740338B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012077602A JP5740338B2 (en) 2012-03-29 2012-03-29 Virtual environment operation support system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012077602A JP5740338B2 (en) 2012-03-29 2012-03-29 Virtual environment operation support system

Publications (2)

Publication Number Publication Date
JP2013206368A true JP2013206368A (en) 2013-10-07
JP5740338B2 JP5740338B2 (en) 2015-06-24

Family

ID=49525335

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012077602A Expired - Fee Related JP5740338B2 (en) 2012-03-29 2012-03-29 Virtual environment operation support system

Country Status (1)

Country Link
JP (1) JP5740338B2 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015115018A (en) * 2013-12-16 2015-06-22 株式会社日立製作所 Management server and management server control method
JP2015162770A (en) * 2014-02-27 2015-09-07 Kddi株式会社 Topology monitoring method of virtual network, and device
WO2016120989A1 (en) * 2015-01-27 2016-08-04 株式会社日立製作所 Management computer and rule test method
JPWO2015072004A1 (en) * 2013-11-15 2017-03-09 株式会社日立製作所 Computer, computer control method, and computer control program
US10756944B2 (en) 2017-01-16 2020-08-25 Fujitsu Limited Information processing apparatus and information processing method
JP2020149291A (en) * 2019-03-13 2020-09-17 オムロン株式会社 Display system

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003162504A (en) * 2001-11-26 2003-06-06 Hitachi Ltd Support system for trouble analysis
JP2009223886A (en) * 2008-03-13 2009-10-01 Internatl Business Mach Corp <Ibm> Method, program and device (consolidated display of resource performance trends) for generating consolidated representation of performance trends for a plurality of resources in data processing system
JP2011191807A (en) * 2010-03-11 2011-09-29 Hitachi Ltd Computer monitoring system and program

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003162504A (en) * 2001-11-26 2003-06-06 Hitachi Ltd Support system for trouble analysis
JP2009223886A (en) * 2008-03-13 2009-10-01 Internatl Business Mach Corp <Ibm> Method, program and device (consolidated display of resource performance trends) for generating consolidated representation of performance trends for a plurality of resources in data processing system
JP2011191807A (en) * 2010-03-11 2011-09-29 Hitachi Ltd Computer monitoring system and program

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPWO2015072004A1 (en) * 2013-11-15 2017-03-09 株式会社日立製作所 Computer, computer control method, and computer control program
JP2015115018A (en) * 2013-12-16 2015-06-22 株式会社日立製作所 Management server and management server control method
JP2015162770A (en) * 2014-02-27 2015-09-07 Kddi株式会社 Topology monitoring method of virtual network, and device
WO2016120989A1 (en) * 2015-01-27 2016-08-04 株式会社日立製作所 Management computer and rule test method
US10756944B2 (en) 2017-01-16 2020-08-25 Fujitsu Limited Information processing apparatus and information processing method
JP2020149291A (en) * 2019-03-13 2020-09-17 オムロン株式会社 Display system
JP7272020B2 (en) 2019-03-13 2023-05-12 オムロン株式会社 display system

Also Published As

Publication number Publication date
JP5740338B2 (en) 2015-06-24

Similar Documents

Publication Publication Date Title
JP4980792B2 (en) Virtual machine performance monitoring method and apparatus using the method
JP5740338B2 (en) Virtual environment operation support system
US8726240B2 (en) Capturing replayable information at software defect locations in a multi-tenant environment
US8046466B2 (en) System and method for managing resources
US9122602B1 (en) Root cause detection service
US11663557B2 (en) Snapshot calendar view interfaces
CN104360878B (en) A kind of method and device of application software deployment
US9379947B2 (en) Monitoring status display device, monitoring status display method and monitoring status display program
US20110283266A1 (en) Software Performance Profiling in a Multi-Tenant Environment
JP5448083B2 (en) Computer monitoring system and program
CN111125444A (en) Big data task scheduling management method, device, equipment and storage medium
US20150089505A1 (en) Systems and methods for fault tolerant batch processing in a virtual environment
JP6009089B2 (en) Management system for managing computer system and management method thereof
US20110113429A1 (en) Incident management method and operation management server
JP4918668B2 (en) Virtualization environment operation support system and virtualization environment operation support program
US9021078B2 (en) Management method and management system
JP2010128597A (en) Information processor and method of operating the same
JP5597293B2 (en) Computer system and program
JP5684640B2 (en) Virtual environment management system
US11416801B2 (en) Analyzing value-related data to identify an error in the value-related data and/or a source of the error
US20140165058A1 (en) System resource management method for virtual system
JP7097408B2 (en) Methods, devices, electronic devices and storage media for treating local hotspots
JP6234759B2 (en) Information system
JP2006260528A (en) Computer control method, management computer, and its processing program
US11836055B1 (en) Backup management system, management calculator, and non-temporary computer-readable recording medium

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20140724

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20150204

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20150210

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20150310

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20150427

R150 Certificate of patent or registration of utility model

Ref document number: 5740338

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees