JP7338246B2 - Information processing device, log reference program - Google Patents

Information processing device, log reference program Download PDF

Info

Publication number
JP7338246B2
JP7338246B2 JP2019105444A JP2019105444A JP7338246B2 JP 7338246 B2 JP7338246 B2 JP 7338246B2 JP 2019105444 A JP2019105444 A JP 2019105444A JP 2019105444 A JP2019105444 A JP 2019105444A JP 7338246 B2 JP7338246 B2 JP 7338246B2
Authority
JP
Japan
Prior art keywords
log
container
data
virtual machine
database
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.)
Active
Application number
JP2019105444A
Other languages
Japanese (ja)
Other versions
JP2020198046A (en
Inventor
浩司 中園
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP2019105444A priority Critical patent/JP7338246B2/en
Publication of JP2020198046A publication Critical patent/JP2020198046A/en
Application granted granted Critical
Publication of JP7338246B2 publication Critical patent/JP7338246B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)

Description

本発明は、情報処理装置、ログ参照プログラムに関する。 The present invention relates to an information processing device and a log reference program.

従来では、マイクロサービスアーキテクチャと呼ばれる技術を用いてシステムを構築することが知られている。マイクロサービスアーキテクチャでは、1つのサービスを提供するソフトウェアが、コンポーネントと呼ばれる複数の小さなアプリケーションに分割して作成される。コンポーネントの実行単位は、コンテナと呼ばれる。 Conventionally, it is known to build a system using a technology called microservice architecture. In a microservices architecture, software that provides a single service is divided into multiple smaller applications called components. A component execution unit is called a container.

特開2018-136681号公報JP 2018-136681 A 特開2018-097793号公報JP 2018-097793 A

従来のシステムでは、コンテナ、コンテナが動作している仮想マシンのOS(Operating System)、仮想マシンが動作している物理マシンのOSのそれぞれが個別にログデータを出力する。また、従来のシステムでは、コンテナは、各OS間を移動(マイグレーション)する。このため、従来のシステムでは、例えば、コンテナに発生した障害について調査する場合等に、多数のOSのログデータの中から、参照すべきログデータを特定することが困難であった。 In the conventional system, each of the container, the OS (Operating System) of the virtual machine on which the container is operating, and the OS of the physical machine on which the virtual machine is operating individually outputs log data. Also, in conventional systems, containers migrate between OSs. For this reason, in the conventional system, it is difficult to specify log data to be referred from among a large number of OS log data, for example, when investigating a failure that has occurred in a container.

1つの側面では、本発明は、参照すべきログデータを特定することを目的としている。 In one aspect, an object of the present invention is to identify log data to be referred to.

一つの態様では、コンテナの移動の履歴を示すマイグレーションログを採取するデータ取得部と、前記コンテナの実行ログの一部が選択されると、前記マイグレーションログを参照して、前記コンテナと関係するオペレーションシステムのログデータと、前記コンテナの位置と、を特定するログ特定部と、を有する情報処理装置である。

In one aspect, a data acquisition unit that collects a migration log indicating a history of movement of a container, and an operation related to the container by referring to the migration log when a part of the execution log of the container is selected. The information processing apparatus includes log data of a system and a log identification unit that identifies the position of the container.

上記各部は、上記各部を実現する処理、各部を実現する手順としても良く、各処理をコンピュータに実行させるプログラムを記憶したコンピュータ読み取り可能な記憶媒体とすることもできる。 Each part described above may be a process for realizing each part, a procedure for realizing each part, or a computer-readable storage medium storing a program for causing a computer to execute each process.

参照すべきログデータを特定できる。 It is possible to identify the log data that should be referenced.

情報処理システムのシステム構成の一例を示す図である。It is a figure which shows an example of the system configuration|structure of an information processing system. サーバ装置のハードウェア構成の一例を示す図である。It is a figure which shows an example of the hardware constitutions of a server apparatus. 情報処理システムの有する各装置の機能を説明する図である。It is a figure explaining the function of each apparatus which an information processing system has. 処理結果データベースについて説明する図である。It is a figure explaining a processing result database. マイグレーションログデータベースの一例を示す図である。FIG. 4 is a diagram showing an example of a migration log database; FIG. 正常状態データベースの一例を示す図である。It is a figure which shows an example of a normal state database. 性能データベースの一例を示す図である。It is a figure which shows an example of a performance database. ログデータベースの一例を示す図である。It is a figure which shows an example of a log database. 情報処理装置のコンテナデータ収集部の処理を説明するフローチャートである。4 is a flowchart for explaining processing of a container data collection unit of the information processing device; 情報処理装置の仮想マシンデータ収集部の処理を説明するフローチャートである。7 is a flowchart for explaining processing of a virtual machine data collection unit of an information processing device; コンテナの減少が検知された場合のコンテナ位置テーブルの一例を示す図である。FIG. 10 is a diagram showing an example of a container position table when a decrease in containers is detected; 仮想マシンの増加が検知された場合の仮想マシン位置テーブルの一例を示す図である。FIG. 10 is a diagram showing an example of a virtual machine location table when an increase in virtual machines is detected; 性能データ収集部の処理を説明するフローチャートである。4 is a flowchart for explaining processing of a performance data collection unit; サーバ装置のログ参照処理部の処理を説明するフローチャートである。FIG. 10 is a flowchart for explaining processing of a log reference processing unit of the server device; FIG. 処理結果データと正常状態データの比較を説明する図である。It is a figure explaining comparison of process result data and normal state data. 中間データの一例を示す図である。It is a figure which shows an example of intermediate data. 異常時性能データベースの一例を示す図である。It is a figure which shows an example of a performance database at the time of abnormality. ログデータの表示例を示す図である。It is a figure which shows the example of a display of log data.

以下に図面を参照して、第一の実施形態について説明する。図1は、情報処理システムのシステム構成の一例を示す図である。 A first embodiment will be described below with reference to the drawings. FIG. 1 is a diagram showing an example of the system configuration of an information processing system.

本実施形態の情報処理システム100は、サーバ装置200と、情報処理装置300-1、・・・、300-Nとを含む。 The information processing system 100 of this embodiment includes a server device 200 and information processing devices 300-1, . . . , 300-N.

本実施形態の情報処理装置300-1、・・・、300-Nは、それぞれが、複数の仮想マシンや複数のコンテナが動作する物理マシンの一例である。以下の説明では、情報処理装置300-1、・・・、300-Nのそれぞれを区別しない場合には、情報処理装置300と呼ぶ。また、以下の説明では、情報処理装置300を物理マシン300と呼ぶ場合がある。 Each of the information processing apparatuses 300-1, . In the following description, the information processing devices 300-1, . Also, in the following description, the information processing device 300 may be referred to as a physical machine 300. FIG.

本実施形態の情報処理装置300では、ホストとなるOS(Operating System)310が実行され、OS310上でハイパーバイザ320が稼働する。ハイパーバイザ320は、ハイパーバイザ320上で実行される複数の仮想マシン330-1、・・・、330-Nを管理する。以下の説明では、複数の仮想マシン330-1、・・・、330-Nのそれぞれを区別しない場合には、仮想マシン330と呼ぶ。 In the information processing apparatus 300 of this embodiment, an OS (Operating System) 310 serving as a host is executed, and a hypervisor 320 operates on the OS 310 . Hypervisor 320 manages a plurality of virtual machines 330-1, . In the following description, the plurality of virtual machines 330-1, .

仮想マシン330では、ゲストとなるOS331が実行される。また、仮想マシン330では、OS331上で、コンテナ管理部334が複数のアプリケーションをそれぞれ独立したプロセス空間や名前空間を有する異なる環境で動作させる。複数のアプリケーション毎の異なる環境が、コンテナ332-1、・・・、332-Nである。 The virtual machine 330 executes an OS 331 as a guest. In the virtual machine 330, the container management unit 334 operates a plurality of applications on the OS 331 in different environments having independent process spaces and name spaces. Different environments for multiple applications are containers 332-1, . . . , 332-N.

複数のコンテナ332-1、・・・、332-Nのそれぞれは、仮想マシン330-1、・・・、330-NそれぞれのOS331の間を移動(マイグレーション)する。 Each of the plurality of containers 332-1, . . . , 332-N migrates between the OSs 331 of the virtual machines 330-1, .

また、複数のコンテナ332-1、・・・、332-Nは、それぞれと対応して設けられた複数のプロキシ333-1、・・・、333-Nを介して他のコンテナと通信する。以下の説明では、複数のコンテナ332-1、・・・、332-Nのそれぞれを区別しない場合にはコンテナ332と呼び、複数のプロキシ333-1、・・・、333-Nのそれぞれを区別しない場合にはプロキシ333と呼ぶ。 Also, the plurality of containers 332-1, . . . , 332-N communicate with other containers via a plurality of proxies 333-1, . In the following description, the plurality of containers 332-1, . If not, it is called proxy 333 .

情報処理装置300は、情報処理装置300のOS310、仮想マシン330のOS331、各仮想マシン330上で動作するコンテナ332のそれぞれがログデータを出力する。サーバ装置200は、これらのログデータを収集する。 In the information processing device 300, the OS 310 of the information processing device 300, the OS 331 of the virtual machine 330, and the container 332 operating on each virtual machine 330 each output log data. The server device 200 collects these log data.

また、本実施形態のサーバ装置200は、情報処理装置300から、コンテナ332、仮想マシン330、物理マシン(情報処理装置)300の対応関係(対応付け)と、それぞれが対応付けられていた時刻とを示す対応付け情報を取得する。 In addition, the server device 200 of the present embodiment receives from the information processing device 300 the corresponding relationship (association) among the container 332, the virtual machine 330, and the physical machine (information processing device) 300, and the time at which each was associated. Acquire the correspondence information indicating the .

本実施形態では、この対応付け情報を取得することで、コンテナに発生した障害について調査する場合等において、障害が発生したコンテナ332と関連するOSのログデータを特定できる。つまり、本実施形態では、コンテナ332に障害が発生した際に、参照すべきログデータを特定できる。 In the present embodiment, by acquiring this association information, it is possible to specify the log data of the OS related to the container 332 in which the failure occurred when investigating the failure that occurred in the container. In other words, in this embodiment, log data to be referred to can be specified when a failure occurs in the container 332 .

本実施形態のサーバ装置200は、処理結果データベース210、マイグレーションログデータベース220、正常状態データベース230、性能データベース240、ログデータベース250、異常時性能データベース260、異常時ログデータベース270を有する。また、本実施形態のサーバ装置200は、ログ参照処理部280を有する。 The server apparatus 200 of this embodiment has a processing result database 210 , a migration log database 220 , a normal state database 230 , a performance database 240 , a log database 250 , an abnormal performance database 260 and an abnormal log database 270 . Further, the server device 200 of this embodiment has a log reference processing unit 280 .

処理結果データベース210は、プロキシ333を介して取得されたコンテナ332のログデータを解析した結果のデータが格納される。言い換えれば、処理結果データベース210は、コンテナ332による処理の実行ログデータを解析した結果の処理結果データが格納される。 The processing result database 210 stores data resulting from analyzing the log data of the container 332 acquired via the proxy 333 . In other words, the processing result database 210 stores processing result data obtained by analyzing execution log data of processing by the container 332 .

マイグレーションログデータベース220は、コンテナ332、仮想マシン330、物理マシン(情報処理装置)300の対応関係と、それぞれが対応付けられていた時刻とを示す対応付け情報が格納される。言い換えれば、マイグレーションログデータベース220には、コンテナ332が動作していた仮想マシン330と、コンテナ332が動作していた時刻とを示す情報と、仮想マシン330が動作している情報処理装置300と、仮想マシン330が動作していた時刻とを示す情報とが格納される。 The migration log database 220 stores correspondence information indicating the correspondence between the container 332, the virtual machine 330, and the physical machine (information processing device) 300, and the time at which they were associated. In other words, the migration log database 220 contains information indicating the virtual machine 330 on which the container 332 was running, the time when the container 332 was running, the information processing device 300 on which the virtual machine 330 was running, Information indicating the time when the virtual machine 330 was operating is stored.

正常状態データベース230は、コンテナ332による処理が正常に行われたか否かを判定する際に参照される正常状態データが格納される。 The normal state database 230 stores normal state data that is referred to when determining whether or not processing by the container 332 has been performed normally.

性能データベース240は、情報処理装置300の性能を示す性能データと、仮想マシン330の性能を示す性能データと、が格納される。ログデータベース250は、OS310、OS331、コンテナ332のそれぞれのログデータが格納される。 The performance database 240 stores performance data indicating the performance of the information processing device 300 and performance data indicating the performance of the virtual machine 330 . The log database 250 stores log data for each of the OS 310 , OS 331 and container 332 .

異常時性能データベース260は、コンテナのログデータを解析した結果の処理結果データが、正常状態データが示す状態ではない場合における、情報処理装置300と仮想マシン330の性能データが格納される。 The abnormal performance database 260 stores performance data of the information processing device 300 and the virtual machine 330 when the processing result data obtained by analyzing the container log data is not in the state indicated by the normal state data.

異常時ログデータベース270は、コンテナのログデータを解析した結果の処理結果データが、正常状態データが示す状態ではない場合における、OS310、OS331、コンテナ332のそれぞれのログデータが格納される。 The abnormal log database 270 stores log data of each of the OS 310, OS 331, and container 332 when the processing result data obtained by analyzing the container log data is not in the state indicated by the normal state data.

ログ参照処理部280は、ログデータの収集、ログデータの解析、情報処理装置300、仮想マシン330、コンテナ332を対応付け情報の管理、コンテナ332から取得したログデータが正常であるか否かの判定等の処理を行う。 The log reference processing unit 280 collects log data, analyzes the log data, manages correspondence information between the information processing device 300, the virtual machine 330, and the container 332, and determines whether the log data acquired from the container 332 is normal. Processing such as judgment is performed.

尚、本実施形態では、処理結果データベース210、マイグレーションログデータベース220、正常状態データベース230、性能データベース240、ログデータベース250、異常時性能データベース260、異常時ログデータベース270がサーバ装置200に設けられるものとしたが、これに限定されない。 In this embodiment, the processing result database 210, the migration log database 220, the normal state database 230, the performance database 240, the log database 250, the abnormal performance database 260, and the abnormal log database 270 are provided in the server device 200. However, it is not limited to this.

例えば、異常時性能データベース260と異常時ログデータベース270は、サーバ装置200以外の装置に設けられても良い。より具体的には、異常時性能データベース260と異常時ログデータベース270は、例えば、障害が発生した場合の調査を行う場合に参照される調査用サーバ装置等に設けられていても良い。本実施形態では、異常時性能データベース260と異常時ログデータベース270に格納されるデータは、性能データベース240とログデータベース250に格納されるデータと比較して十分に長い期間保持される。 For example, the abnormal performance database 260 and the abnormal log database 270 may be provided in a device other than the server device 200 . More specifically, the abnormal-time performance database 260 and the abnormal-time log database 270 may be provided, for example, in an investigation server device or the like that is referred to when conducting an investigation when a failure occurs. In this embodiment, the data stored in the abnormal performance database 260 and the abnormal log database 270 are retained for a sufficiently long period compared to the data stored in the performance database 240 and the log database 250 .

また、図1に示す全てのデータベースが、サーバ装置200以外の装置に設けられていても良い。 Also, all databases shown in FIG. 1 may be provided in a device other than the server device 200 .

次に、図2を参照して、本実施形態のサーバ装置200のハードウェア構成について説明する。図2は、サーバ装置のハードウェア構成の一例を示す図である。 Next, with reference to FIG. 2, the hardware configuration of the server device 200 of this embodiment will be described. FIG. 2 is a diagram illustrating an example of a hardware configuration of a server device;

本実施形態のサーバ装置200は、それぞれバスBで相互に接続されている入力装置21、出力装置22、ドライブ装置23、補助記憶装置24、メモリ装置25、演算処理装置26、インターフェイス装置27を有する情報処理装置である。 The server device 200 of this embodiment has an input device 21, an output device 22, a drive device 23, an auxiliary storage device 24, a memory device 25, an arithmetic processing device 26, and an interface device 27, which are connected to each other via a bus B. It is an information processing device.

入力装置21は、例えばキーボードやポインティングデバイス等であり、各種の情報の入力を行う。出力装置22は、例えばディスプレイ等のであり、各種の情報の出力を行う。インターフェイス装置27は、ネットワークに接続する為に用いられる。 The input device 21 is, for example, a keyboard, pointing device, etc., and inputs various kinds of information. The output device 22 is, for example, a display, and outputs various information. The interface device 27 is used for connecting to the network.

ログ参照処理部280を実現させるログ参照プログラムは、サーバ装置200を制御する各種プログラムの少なくとも一部である。ログ参照プログラムは、例えば記録媒体28の配布やネットワークからのダウンロード等によって提供される。ログ参照プログラムを記録した記録媒体28は、CD-ROM、フレキシブルディスク、光磁気ディスク等の様に情報を光学的、電気的或いは磁気的に記録する記録媒体、ROM、フラッシュメモリ等の様に情報を電気的に記録する半導体メモリ等、様々なタイプの記録媒体を用いることができる。 A log reference program that implements the log reference processing unit 280 is at least part of various programs that control the server device 200 . The log reference program is provided, for example, by distribution of the recording medium 28 or download from a network. The recording medium 28 in which the log reference program is recorded is a recording medium for optically, electrically or magnetically recording information such as a CD-ROM, a flexible disk, a magneto-optical disk, or a recording medium such as a ROM or a flash memory. Various types of recording media can be used, such as a semiconductor memory that electrically records .

また、ログ参照プログラムは、ログ参照プログラムを記録した記録媒体28がドライブ装置23にセットされると、記録媒体28からドライブ装置23を介して補助記憶装置24にインストールされる。ネットワークからダウンロードされたログ参照プログラムは、インターフェイス装置27を介して補助記憶装置24にインストールされる。 Further, the log reference program is installed in the auxiliary storage device 24 from the recording medium 28 via the drive device 23 when the recording medium 28 recording the log reference program is set in the drive device 23 . A log reference program downloaded from the network is installed in the auxiliary storage device 24 via the interface device 27 .

補助記憶装置24は、インストールされたログ参照プログラムを格納すると共に、サーバ装置200が取得した各種の必要なファイル、データ等を格納する。メモリ装置25は、サーバ装置200の起動時に補助記憶装置24からログ参照プログラムを読み出して格納する。そして、演算処理装置26はメモリ装置25に格納されたログ参照プログラムに従って、後述するような各種処理を実現している。 The auxiliary storage device 24 stores the installed log reference program, as well as various necessary files and data acquired by the server device 200 . The memory device 25 reads and stores the log reference program from the auxiliary storage device 24 when the server device 200 is started. The arithmetic processing unit 26 implements various processes described later according to the log reference program stored in the memory unit 25 .

本実施形態のメモリ装置25は、例えば、揮発性メモリであり、サーバ装置200のインメモリデータベースとなる。 The memory device 25 of this embodiment is, for example, a volatile memory and serves as an in-memory database of the server device 200 .

尚、情報処理装置300のハードウェア構成は、演算処理装置とメモリ装置とを有する情報処理装置であり、サーバ装置200と同様であるため、説明を省略する。 Note that the hardware configuration of the information processing device 300 is an information processing device having an arithmetic processing device and a memory device, and is the same as that of the server device 200, so a description thereof will be omitted.

次に、図3を参照して、本実施形態の情報処理システム100の有する各装置の機能について説明する。図3は、情報処理システムの有する各装置の機能を説明する図である。 Next, with reference to FIG. 3, the function of each device included in the information processing system 100 of this embodiment will be described. FIG. 3 is a diagram for explaining the function of each device included in the information processing system.

はじめに、本実施形態の情報処理装置300の機能について説明する。本実施形態の情報処理装置300は、仮想マシンデータ収集部341、性能データ収集部342、ログデータ収集部343を有する。 First, functions of the information processing apparatus 300 of this embodiment will be described. The information processing apparatus 300 of this embodiment has a virtual machine data collection unit 341 , a performance data collection unit 342 and a log data collection unit 343 .

仮想マシンデータ収集部341は、ハイパーバイザ320から、情報処理装置(物理マシン)300上に存在する仮想マシン330の一覧と、一覧を取得した時の時刻と対応付けた仮想マシン位置データをサーバ装置200へ送信する。 The virtual machine data collection unit 341 collects a list of the virtual machines 330 existing on the information processing device (physical machine) 300 from the hypervisor 320 and the virtual machine position data associated with the time when the list is acquired. 200.

仮想マシン位置データは、仮想マシン330と情報処理装置(物理マシン)300との対応付け(対応関係)と、対応付けられていた時刻とを示す情報であり、マイグレーションログデータベース220に格納される。つまり、仮想マシン位置データは、対応付け情報の一部である。 The virtual machine location data is information indicating the association (correspondence relationship) between the virtual machine 330 and the information processing device (physical machine) 300 and the associated time, and is stored in the migration log database 220 . That is, the virtual machine location data is part of the association information.

性能データ収集部342は、OS310から、各仮想マシン330の性能データを収集し、サーバ装置200へ送信する。性能データとは、例えば、CPU(Central Processing Unit)の使用率、メモリの使用率、ネットワーク使用量等を含む。また、性能データ収集部342は、情報処理装置300の性能データを収集し、サーバ装置200へ送信する。 The performance data collection unit 342 collects performance data of each virtual machine 330 from the OS 310 and transmits the data to the server device 200 . The performance data includes, for example, CPU (Central Processing Unit) usage, memory usage, network usage, and the like. Also, the performance data collection unit 342 collects performance data of the information processing device 300 and transmits the data to the server device 200 .

ログデータ収集部343は、OS310のログデータを収集し、サーバ装置200へ送信する。 The log data collection unit 343 collects log data of the OS 310 and transmits it to the server device 200 .

本実施形態の仮想マシン330は、コンテナデータ収集部351、性能データ収集部352、ログデータ収集部353を有する。 The virtual machine 330 of this embodiment has a container data collection unit 351 , a performance data collection unit 352 and a log data collection unit 353 .

コンテナデータ収集部351は、コンテナ管理部334から、仮想マシン330上に存在するコンテナ332の一覧と、一覧を取得した時の時刻とを対応付けたコンテナ位置データをサーバ装置200へ送信する。 The container data collection unit 351 transmits, from the container management unit 334 , the list of the containers 332 existing on the virtual machine 330 and the container position data in which the time at which the list was acquired are associated with each other to the server device 200 .

コンテナ位置データは、コンテナ332と仮想マシン330との対応付け(対応関係)と、対応付けられていた時刻とを示す情報であり、マイグレーションログデータベース220に格納される。つまり、コンテナ位置データは、対応付け情報の一部である。 The container position data is information indicating the association (correspondence relationship) between the container 332 and the virtual machine 330 and the associated time, and is stored in the migration log database 220 . That is, the container position data is part of the correspondence information.

性能データ収集部352は、OS331から、各コンテナ332の性能データを収集し、サーバ装置200へ送信する。性能データは、性能データベース240に格納される。 The performance data collection unit 352 collects performance data of each container 332 from the OS 331 and transmits it to the server device 200 . Performance data is stored in performance database 240 .

ログデータ収集部353は、OS331のログデータベースと、各プロキシ333を介して出力されるコンテナ332のログデータとを収集し、サーバ装置200へ送信する。ログデータは、ログデータベース250に格納される。また、ログデータ収集部353が収集したコンテナ332のログデータは、ログ参照処理部280によって処理結果データとされて、処理結果データベース210に格納される。 The log data collection unit 353 collects the log database of the OS 331 and the log data of the container 332 output via each proxy 333 and transmits them to the server device 200 . Log data is stored in the log database 250 . Further, the log data of the container 332 collected by the log data collection unit 353 is treated as processing result data by the log reference processing unit 280 and stored in the processing result database 210 .

次に、サーバ装置200の機能について説明する。本実施形態のサーバ装置200のログ参照処理部280は、コンテナデータ取得部281、仮想マシンデータ取得部282、性能データ取得部283、ログデータ取得部284、ログ解析部285、正常状態データ生成部286、ログ特定部287、選択部288、出力部290を有する。 Next, functions of the server device 200 will be described. The log reference processing unit 280 of the server device 200 of this embodiment includes a container data acquisition unit 281, a virtual machine data acquisition unit 282, a performance data acquisition unit 283, a log data acquisition unit 284, a log analysis unit 285, and a normal state data generation unit. 286 , a log identification unit 287 , a selection unit 288 and an output unit 290 .

コンテナデータ取得部281は、情報処理装置300のコンテナデータ収集部351が収集したコンテナ位置データを取得し、マイグレーションログデータベース220に格納する。 The container data acquisition unit 281 acquires container position data collected by the container data collection unit 351 of the information processing device 300 and stores it in the migration log database 220 .

仮想マシンデータ取得部282は、情報処理装置300の仮想マシンデータ収集部341が収集した仮想マシン位置データを取得し、マイグレーションログデータベース220に格納する。 The virtual machine data acquisition unit 282 acquires virtual machine position data collected by the virtual machine data collection unit 341 of the information processing device 300 and stores it in the migration log database 220 .

性能データ取得部283は、性能データ収集部342が収集した性能データと、性能データ収集部352が収集した性能データとを取得し、性能データベース240に格納する。 The performance data acquisition unit 283 acquires the performance data collected by the performance data collection unit 342 and the performance data collected by the performance data collection unit 352 and stores them in the performance database 240 .

ログデータ取得部284は、ログデータ収集部343が収集したOS310のログデータと、ログデータ収集部353が収集したOS331のログデータと、各コンテナ332のログデータとを取得し、ログデータベース250へ格納する。 The log data acquisition unit 284 acquires the log data of the OS 310 collected by the log data collection unit 343, the log data of the OS 331 collected by the log data collection unit 353, and the log data of each container 332, and stores them in the log database 250. Store.

ログ解析部285は、ログデータ取得部284が取得したコンテナ332のログデータを解析し、解析した結果の処理結果データを処理結果データベース210へ格納する。また、ログ解析部285は、処理結果データと正常状態データベース230とを比較して、処理が正常に実行されたか否かを判定する。ログ解析部285の処理の詳細は後述する。 The log analysis unit 285 analyzes the log data of the container 332 acquired by the log data acquisition unit 284 and stores the processing result data of the analysis result in the processing result database 210 . The log analysis unit 285 also compares the processing result data with the normal state database 230 to determine whether the processing was executed normally. Details of the processing of the log analysis unit 285 will be described later.

正常状態データ生成部286は、処理結果データベース210に格納された処理結果データに基づき、正常状態データを生成し、正常状態データベース230に格納する。正常状態データとは、コンテナ332の処理が正常に行われたか否かを判定する際に参照されるデータである。正常状態データ生成部286の処理の詳細は後述する。 The normal state data generation unit 286 generates normal state data based on the processing result data stored in the processing result database 210 and stores the normal state data in the normal state database 230 . Normal state data is data that is referred to when determining whether or not processing of the container 332 has been performed normally. The details of the processing of the normal state data generator 286 will be described later.

ログ特定部287は、マイグレーションログデータベース220を参照し、処理結果データが示す処理を実行したコンテナ332の位置を特定し、位置を特定されたコンテナ332と関連するOS331、OS310のログデータと性能データとを抽出する。 The log identification unit 287 refers to the migration log database 220, identifies the location of the container 332 that has executed the processing indicated by the processing result data, and logs and performance data of the OS 331 and the OS 310 associated with the location-identified container 332. and extract

具体的には、ログ特定部287は、ログ解析部285により、コンテナ332の処理が正常に実行されていないと判定された場合に、この処理を実行したコンテナ332と付けられた仮想マシン330と物理マシン300のログデータを特定し、抽出する。そして、ログ特定部287は、抽出した性能データとログデータに、正常に実行されなかった処理を特定する情報を付与し、異常時性能データベース260、異常時ログデータベース270のそれぞれに格納する。 Specifically, when the log analysis unit 285 determines that the process of the container 332 is not normally executed, the log identification unit 287 performs the processing of the container 332 that executed the process and the virtual machine 330 attached. Identify and extract the log data of the physical machine 300 . Then, the log identifying unit 287 adds information identifying the process that was not executed normally to the extracted performance data and log data, and stores the information in the abnormal performance database 260 and the abnormal log database 270, respectively.

選択部288は、コンテナ332の実行ログの一部の選択を受け付ける。具体的には、選択部288は、コンテナ332に対して処理の実行を要求するリクエストのリクエストIDの選択を受け付ける。選択部288によるリクエストIDの選択を受け付けると、ログ特定部287は、選択されたリクエストIDと対応するOSのログデータを特定し、抽出しても良い。 The selection unit 288 accepts selection of part of the execution log of the container 332 . Specifically, the selection unit 288 receives selection of a request ID of a request that requests the container 332 to execute processing. Upon receiving the selection of the request ID by the selection unit 288, the log identification unit 287 may identify and extract log data of the OS corresponding to the selected request ID.

出力部290は、ログ特定部287に特定されたログデータを出力する。具体的には、出力部290は、特定されたログデータをサーバ装置200が有する出力装置や、サーバ装置200と通信が可能な表示装置等に表示させても良い。また、本実施形態の出力部290は、異常時性能データベース260、異常時ログデータベース270に格納された性能データやログデータの一覧をサーバ装置200が有する出力装置や、サーバ装置200と通信が可能な表示装置等に表示させても良い。 Output unit 290 outputs the log data identified by log identification unit 287 . Specifically, the output unit 290 may display the specified log data on an output device of the server device 200, a display device capable of communicating with the server device 200, or the like. In addition, the output unit 290 of the present embodiment can communicate with an output device that the server device 200 has a list of performance data and log data stored in the abnormal performance database 260 and the abnormal log database 270, and with the server device 200. may be displayed on a display device or the like.

次に、図4乃至図8を参照して、本実施形態の処理結果データベース210、マイグレーションログデータベース220、正常状態データベース230、性能データベース240、ログデータベース250について説明する。 Next, the processing result database 210, migration log database 220, normal state database 230, performance database 240, and log database 250 of this embodiment will be described with reference to FIGS.

図4は、処理結果データベースについて説明する図である。図4(A)は、ログデータ取得部284が取得したコンテナ332のログデータの一例を示す。図4(A)に示すログデータ151は、タイムスタンプ152、リクエストID153、リクエスト先154、リクエスト元155、処理時間156、レスポンスコード157を含む。 FIG. 4 is a diagram explaining the processing result database. FIG. 4A shows an example of log data of the container 332 acquired by the log data acquisition unit 284. FIG. Log data 151 shown in FIG. 4A includes a time stamp 152, a request ID 153, a request destination 154, a request source 155, a processing time 156, and a response code 157. FIG.

タイムスタンプ152は、処理の終了時刻を示し、リクエストIDは、コンテナ332に要求されたリクエストを一意に特定する情報である。リクエスト先154は、処理が実行されるコンテナ332の名称と、呼び出されたAPI(Application Programming Interface)158を含む。リクエスト元155は、リクエストを送信した元のコンテナ332の名称であり、処理時間156は、要求された処理が完了するまでにかかった時間である。レスポンスコード157は、サーバ装置200からのレスポンスの意味を表現する3桁の数字からなるコードである。 The time stamp 152 indicates the end time of processing, and the request ID is information that uniquely identifies the request issued to the container 332 . The request destination 154 includes the name of the container 332 in which the process is executed and the called API (Application Programming Interface) 158 . The request source 155 is the name of the original container 332 that sent the request, and the processing time 156 is the time it took to complete the requested processing. The response code 157 is a three-digit code representing the meaning of the response from the server device 200 .

本実施形態のログ解析部285は、コンテナ332のログデータを取得すると、このログデータを解析し、上述した項目毎に処理結果データベース210に格納する。 When log data of the container 332 is acquired, the log analysis unit 285 of this embodiment analyzes the log data and stores the log data in the processing result database 210 for each item described above.

図4(B)は、処理結果データベース210の一例を示す図である。処理結果データベース210は、情報の項目として、タイムスタンプ、リクエストID、リクエスト元、リクエスト先、API、処理時間、レスポンスコードを有する。各項目の値は、上述した通りである。 FIG. 4B is a diagram showing an example of the processing result database 210. As shown in FIG. The processing result database 210 has time stamp, request ID, request source, request destination, API, processing time, and response code as information items. The value of each item is as described above.

本実施形態では、ログ解析部285は、コンテナ332のログデータを解析して、各項目と、項目の値とを対応付けた結果を処理結果データとして処理結果データベース210に格納する。 In this embodiment, the log analysis unit 285 analyzes the log data of the container 332 and stores the result of associating each item with the value of the item in the processing result database 210 as processing result data.

図4(B)では、例えば、コンテナa1からコンテナa2に対してリクエストID「550e8400」で特定されるリクエストが送信され、このリクエストによってAPI「/aaaa/bbbb」が呼び出されて実行され、処理の実行時間が82[msec]であり、処理の終了時刻が2018年11月11日の13時45分12秒であり、レスポンスコード「200」を取得したことがわかる。 In FIG. 4B, for example, a request specified by the request ID “550e8400” is transmitted from the container a1 to the container a2, and the API “/aaaa/bbbb” is called and executed by this request. It can be seen that the execution time is 82 [msec], the processing end time is 13:45:12 on November 11, 2018, and the response code "200" is obtained.

図5は、マイグレーションログデータベースの一例を示す図である。本実施形態のマイグレーションログデータベース220は、コンテナ332と仮想マシン330とを対応付けたコンテナ位置データが格納されるコンテナ位置テーブル220-1と、仮想マシン330と情報処理装置(物理マシン)300とを対応付けた仮想マシン位置データが格納される仮想マシン位置テーブル220-2とを含む。 FIG. 5 is a diagram showing an example of a migration log database. The migration log database 220 of this embodiment includes a container position table 220-1 storing container position data in which the container 332 and the virtual machine 330 are associated with each other, and the virtual machine 330 and the information processing device (physical machine) 300. and a virtual machine location table 220-2 in which associated virtual machine location data is stored.

コンテナ位置テーブル220-1は、情報の項目として、更新時刻と、コンテナと、仮想マシンとを含み、それぞれが対応付けられている。図5では、コンテナ位置テーブル220-1では、コンテナa1とコンテナb1とは、仮想マシンVm1上で動作していることがわかる。 The container location table 220-1 includes, as information items, update time, container, and virtual machine, which are associated with each other. In FIG. 5, the container location table 220-1 shows that the container a1 and the container b1 are operating on the virtual machine Vm1.

仮想マシン位置テーブル220-2、情報の項目として、更新時刻と、仮想マシンと、物理マシンとを含み、それぞれが対応付けられている。図5では、仮想マシン位置テーブル220-2では、仮想マシンVm1は、物理マシンps1で動作しており、仮想マシンvm4は、物理マシンps2で動作していることがわかる。 The virtual machine location table 220-2 includes update time, virtual machine, and physical machine as information items, which are associated with each other. In FIG. 5, the virtual machine location table 220-2 shows that the virtual machine Vm1 is running on the physical machine ps1 and the virtual machine vm4 is running on the physical machine ps2.

図6は、正常状態データベースの一例を示す図である。本実施形態の正常状態データベース230に格納される正常状態データは、処理結果データベース210に格納された処理結果データに基づき、正常状態データ生成部286によって生成される。 FIG. 6 is a diagram showing an example of a normal state database. The normal state data stored in the normal state database 230 of this embodiment is generated by the normal state data generator 286 based on the processing result data stored in the processing result database 210 .

また、正常状態データベース230に格納されている正常状態データは、処理結果データが示す情報処理システム100の状態が正常であるか否かの判定を行う際に参照される。 Also, the normal state data stored in the normal state database 230 is referred to when determining whether or not the state of the information processing system 100 indicated by the processing result data is normal.

本実施形態の正常状態データベース230は、情報の項目として、リクエスト元、リクエスト先、API、処理時間の上限、レスポンスコードを有する。 The normal state database 230 of this embodiment has request source, request destination, API, upper limit of processing time, and response code as information items.

項目「処理時間の上限」の値は、API処理が正常に行われたか否かを判定するための処理時間の閾値である。 The value of the item "upper limit of processing time" is a threshold of processing time for determining whether API processing was performed normally.

例えば、図6の例では、リクエスト元のコンテナ332が「a1」であり、リクエスト先のコンテナ332が「a2」であり、呼び出されるAPIが「/aaaa/bbbb」であり、レスポンスコードが「200」となる処理では、処理時間が100[msec]未満の場合に、処理結果データが示す状態が正常と判定される。 For example, in the example of FIG. 6, the request source container 332 is "a1", the request destination container 332 is "a2", the API to be called is "/aaaa/bbbb", and the response code is "200 , the state indicated by the processing result data is determined to be normal if the processing time is less than 100 [msec].

図7は、性能データベースの一例を示す図である。本実施形態の性能データベース240は、物理マシン300の性能データと、仮想マシン330の性能データと、の両方が格納されても良い。 FIG. 7 is a diagram illustrating an example of a performance database; The performance database 240 of this embodiment may store both the performance data of the physical machine 300 and the performance data of the virtual machine 330 .

本実施形態の性能データベース240は、情報の項目として、処理時刻、メトリック、バリュー、メタ情報を含む。以下の説明では、性能データベース240において、各項目の値を含む情報を性能データと呼ぶ。 The performance database 240 of this embodiment includes processing time, metric, value, and meta information as information items. In the following description, information including the value of each item in the performance database 240 is called performance data.

項目「処理時刻」の値は、性能データ収集部342、352が性能データを取得した時刻を示す。項目「メトリック」の値は、性能の種類を示し、項目「バリュー」の値は、性能の値を示す。具体的には、例えば、項目「メトリック」の値が、cpu.usageであり、項目「バリュー」の値が64.42である場合、性能の種類はCPU使用率であり、その値は64.42%であることがわかる。 The value of the item "processing time" indicates the time when the performance data collection units 342 and 352 acquire the performance data. The value of the item "metric" indicates the type of performance, and the value of the item "value" indicates the value of performance. Specifically, for example, if the value of the item "metric" is cpu. usage and the value of the item "value" is 64.42, the type of performance is CPU usage and its value is 64.42%.

項目「メタ情報」の値は、性能データの取得元を示す。具体的には、項目「メタ情報」の値は、性能データを取得したマシンを特定する情報である。例えば、項目「メタ情報」の値が、「ser=vm1」である場合には、この性能データは、仮想マシンvm1から取得したものであることがわかる。 The value of the item "meta information" indicates the acquisition source of the performance data. Specifically, the value of the item "meta information" is information specifying the machine from which the performance data was acquired. For example, if the value of the item "meta information" is "ser=vm1", it can be seen that this performance data was obtained from the virtual machine vm1.

次に、図8を参照して、ログデータベース250について説明する。図8は、ログデータベースの一例を示す図である。 Next, the log database 250 will be described with reference to FIG. FIG. 8 is a diagram showing an example of a log database.

本実施形態のログデータベース250は、情報の項目として、処理時刻、処理内容、メタ情報等を有する。ログデータベース250には、ログデータ収集部343、ログデータ収集部353が取得したログデータが格納される。 The log database 250 of this embodiment has processing time, processing content, meta information, etc. as information items. Log data acquired by the log data collection unit 343 and the log data collection unit 353 are stored in the log database 250 .

項目「処理時刻」の値は、ログデータを取得した時刻を示す。項目「処理内容」の値は、コンテナ管理部334やハイパーバイザ320による処理の内容や、コンテナ332上で動作する各アプリケーションによる処理の内容、OS310の動作の内容等を示す。項目「ログデータ」の値は、ログデータの取得元を示す。 The value of the item "processing time" indicates the time when the log data was acquired. The value of the item "processing content" indicates the content of processing by the container management unit 334 or the hypervisor 320, the content of processing by each application operating on the container 332, the content of the operation of the OS 310, and the like. The value of the item "log data" indicates the acquisition source of the log data.

次に、本実施形態の情報処理システム100の動作について説明する。はじめに、図9乃至図13を参照して、情報処理装置300の動作を説明する。 Next, the operation of the information processing system 100 of this embodiment will be described. First, the operation of the information processing apparatus 300 will be described with reference to FIGS. 9 to 13. FIG.

図9は、情報処理装置のコンテナデータ収集部の処理を説明するフローチャートである。 FIG. 9 is a flowchart for explaining the processing of the container data collecting unit of the information processing device.

本実施形態の情報処理装置300において、コンテナデータ収集部351は、起動時に、コンテナ管理部334から、仮想マシン330上で動作するコンテナ332のコンテナ位置データを取得し(ステップS901)、サーバ装置200へ送信する(ステップS902)。 In the information processing apparatus 300 of the present embodiment, the container data collection unit 351 acquires the container position data of the container 332 operating on the virtual machine 330 from the container management unit 334 at startup (step S901). (step S902).

サーバ装置200では、コンテナデータ取得部281がコンテナ位置データを取得し、マイグレーションログデータベース220のコンテナ位置テーブル220-1へ格納する。 In the server device 200 , the container data acquisition unit 281 acquires container position data and stores it in the container position table 220 - 1 of the migration log database 220 .

つまり、本実施形態のコンテナデータ取得部281と仮想マシンデータ取得部282は、コンテナのマイグレーションログを採取するデータ取得部の一例である。 In other words, the container data acquisition unit 281 and the virtual machine data acquisition unit 282 of this embodiment are examples of a data acquisition unit that collects migration logs of containers.

続いて、コンテナデータ収集部351は、仮想マシン330上で動作するコンテナ332の増減を検知したか否かを判定する(ステップS903)。具体的には、コンテナデータ収集部351は、コンテナ管理部334から、コンテナ332の増減を示す通知を受けたか否かを判定する。 Subsequently, the container data collection unit 351 determines whether an increase or decrease in the number of containers 332 operating on the virtual machines 330 has been detected (step S903). Specifically, the container data collection unit 351 determines whether or not a notification indicating an increase or decrease in the number of containers 332 has been received from the container management unit 334 .

ステップS903において、増減を検知しない場合、コンテナデータ収集部351は、ステップS903を繰り返す。 If no increase or decrease is detected in step S903, the container data collection unit 351 repeats step S903.

ステップS903において、増減を検知した場合、コンテナデータ収集部351は、再度仮想マシン330上で動作するコンテナ332のコンテナ位置データを取得し(ステップS904)、サーバ装置200へ送信する(ステップS905)。 When an increase or decrease is detected in step S903, the container data collection unit 351 acquires again the container position data of the container 332 operating on the virtual machine 330 (step S904), and transmits it to the server device 200 (step S905).

コンテナ収集部351は、図9に示す処理を、プロセスの終了を指示するコマンドを受け付けるまで繰り返す。より具体的には、コンテナデータ収集部351は、図9のステップS903からステップS905までの処理を、プロセスが終了するまで繰り返す。 The container collection unit 351 repeats the processing shown in FIG. 9 until it receives a command to end the process. More specifically, the container data collection unit 351 repeats the processing from step S903 to step S905 in FIG. 9 until the process ends.

図10は、情報処理装置の仮想マシンデータ収集部の処理を説明するフローチャートである。 FIG. 10 is a flowchart for explaining processing of the virtual machine data collection unit of the information processing device.

本実施形態の情報処理装置300において、仮想マシンデータ収集部341は、起動時に、ハイパーバイザ320から、情報処理装置(物理マシン)300上で動作する仮想マシン330の仮想マシン位置データを取得し(ステップS1001)、サーバ装置200へ送信する(ステップS1002)。 In the information processing device 300 of this embodiment, the virtual machine data collection unit 341 acquires the virtual machine location data of the virtual machine 330 operating on the information processing device (physical machine) 300 from the hypervisor 320 at startup ( Step S1001), and transmit to the server device 200 (step S1002).

サーバ装置200は、仮想マシン位置データを取得すると、仮想マシンデータ取得部282により、マイグレーションログデータベース220の仮想マシン位置テーブル220-2へ格納する。 When the server device 200 acquires the virtual machine location data, the virtual machine data acquisition unit 282 stores the virtual machine location data in the virtual machine location table 220 - 2 of the migration log database 220 .

続いて、仮想マシンデータ収集部341は、情報処理装置300上で動作する仮想マシン330の増減を検知したか否かを判定する(ステップS1003)。具体的には、仮想マシンデータ収集部341は、ハイパーバイザ320から、仮想マシン330の増減を示す通知を受けたか否かを判定する。 Subsequently, the virtual machine data collection unit 341 determines whether an increase or decrease in the number of virtual machines 330 operating on the information processing device 300 has been detected (step S1003). Specifically, the virtual machine data collection unit 341 determines whether or not a notification indicating an increase or decrease in the number of virtual machines 330 has been received from the hypervisor 320 .

ステップS1003において、増減を検知しない場合、仮想マシンデータ収集部341は、ステップS1003を繰り返す。 If no increase or decrease is detected in step S1003, the virtual machine data collection unit 341 repeats step S1003.

ステップS1003において、増減を検知した場合、仮想マシンデータ収集部341は、再度情報処理装置300上で動作する仮想マシン330の仮想マシン位置データを取得し(ステップS1004)、サーバ装置200へ送信する(ステップS1005)。 In step S1003, when an increase or decrease is detected, the virtual machine data collection unit 341 acquires again the virtual machine position data of the virtual machine 330 operating on the information processing device 300 (step S1004), and transmits the virtual machine position data to the server device 200 (step S1004). step S1005).

仮想マシンデータ収集部341は、図10に示す処理を、プロセスの終了を指示するコマンドを受け付けるまで繰り返す。より具体的には、仮想マシンデータ収集部341は、図10のステップS1003からステップS1005までの処理を、プロセスが終了するまで繰り返す。 The virtual machine data collection unit 341 repeats the processing shown in FIG. 10 until it receives a command instructing the end of the process. More specifically, the virtual machine data collection unit 341 repeats the processing from step S1003 to step S1005 in FIG. 10 until the process ends.

図11は、コンテナの減少が検知された場合のコンテナ位置テーブルの一例を示す図である。 FIG. 11 is a diagram showing an example of a container position table when a decrease in containers is detected.

図11のコンテナ位置テーブル220-1Aは、コンテナデータ収集部351が、仮想マシンvm2上にコンテナb1がなくなったことを検知した状態を示している。言い換えれば、コンテナ位置テーブル220-1Aは、コンテナデータ収集部351がコンテナ332の減少を検知した場合を示している。 The container location table 220-1A in FIG. 11 shows a state in which the container data collection unit 351 has detected that the container b1 has disappeared from the virtual machine vm2. In other words, the container position table 220-1A shows the case where the container data collector 351 detects the decrease of the containers 332. FIG.

図11に示すコンテナ位置テーブル220-1Aは、図5のコンテナ位置テーブル220-1と比較して、仮想マシンVm2上で動作していたコンテナb1が消去されている。 Compared to the container position table 220-1 in FIG. 5, the container position table 220-1A shown in FIG. 11 has deleted the container b1 that was running on the virtual machine Vm2.

図12は、仮想マシンの増加が検知された場合の仮想マシン位置テーブルの一例を示す図である。 FIG. 12 is a diagram illustrating an example of a virtual machine location table when an increase in virtual machines is detected.

図12の仮想マシン位置テーブル220-2Aは、仮想マシンデータ収集部341が、物理マシンps2上に仮想マシンvm1が加わったことを検知した状態を示している。言い換えれば、仮想マシン位置テーブル220-2Aは、仮想マシンデータ収集部341が仮想マシンの増加を検知した場合を示している。 The virtual machine location table 220-2A in FIG. 12 shows a state in which the virtual machine data collector 341 has detected that the virtual machine vm1 has been added to the physical machine ps2. In other words, the virtual machine location table 220-2A indicates the case where the virtual machine data collector 341 detects an increase in the number of virtual machines.

図12に示す仮想マシン位置テーブル220-2Aは、図5の仮想マシン位置テーブル220-2と比較して、物理マシンps2上で動作する仮想マシンVm1が追加されている。 Virtual machine location table 220-2A shown in FIG. 12 has virtual machine Vm1 running on physical machine ps2 added, compared to virtual machine location table 220-2 of FIG.

このように、本実施形態のサーバ装置200は、コンテナと、コンテナが動作する仮想マシンとを時系列に対応付けた情報と、仮想マシンと、仮想マシンが動作する物理マシンとを時系列に対応付けた情報とをマイグレーションログデータベース220に保持する。つまり、本実施形態のマイグレーションログデータベース220には、コンテナの移動の履歴を示すマイグレーションログが格納されていると言える。 In this way, the server device 200 of the present embodiment associates information in which containers and virtual machines on which the containers operate are associated in time series with virtual machines and physical machines on which the virtual machines operate in time series. The attached information is held in the migration log database 220 . In other words, it can be said that the migration log database 220 of this embodiment stores a migration log indicating a history of movement of containers.

図13は、性能データ収集部の処理を説明するフローチャートである。本実施形態の情報処理装置300において、性能データ収集部342は、定期的に情報処理装置300、OS310の性能データを取得し、性能データ収集部352は、仮想マシン330とコンテナ332の性能データを取得する(ステップS1301)。 FIG. 13 is a flowchart for explaining the processing of the performance data collection unit. In the information processing device 300 of this embodiment, the performance data collection unit 342 periodically acquires performance data of the information processing device 300 and the OS 310, and the performance data collection unit 352 collects performance data of the virtual machine 330 and the container 332. Acquire (step S1301).

続いて、性能データ収集部342と性能データ収集部352は、それぞれが取得した性能データをサーバ装置200へ送信する(ステップS1302)。 Subsequently, the performance data collection unit 342 and the performance data collection unit 352 transmit the performance data they have acquired to the server device 200 (step S1302).

性能データ収集部342と性能データ収集部352は、図13に示す処理を、それぞれのプロセスの終了を指示するコマンドを受け付けるまで繰り返す。 The performance data collection unit 342 and the performance data collection unit 352 repeat the processing shown in FIG. 13 until receiving a command instructing the end of each process.

尚、情報処理装置300では、ログデータ収集部343、ログデータ収集部353も、性能データ収集部342、性能データ収集部352と同じように、ログデータを定期的に収集し、サーバ装置200へ送信している。 In the information processing apparatus 300 , the log data collection unit 343 and the log data collection unit 353 also periodically collect log data in the same manner as the performance data collection unit 342 and the performance data collection unit 352 and send the log data to the server device 200 . sending.

次に、図14を参照して、本実施形態のサーバ装置200の動作について説明する。図14は、サーバ装置のログ参照処理部の処理を説明するフローチャートである。 Next, referring to FIG. 14, the operation of the server device 200 of this embodiment will be described. FIG. 14 is a flowchart for explaining the processing of the log reference processing unit of the server device.

本実施形態のサーバ装置200のログ参照処理部280は、コンテナデータ取得部281により、情報処理装置300のコンテナデータ収集部351から、コンテナ332上で行われた処理のログデータを収集する(ステップS1401)。 The log reference processing unit 280 of the server device 200 of the present embodiment collects log data of processing performed on the container 332 from the container data collection unit 351 of the information processing device 300 by the container data acquisition unit 281 (step S1401).

続いて、ログ参照処理部280は、ログ解析部285により、コンテナ332から収集したログデータを解析し、処理の内容、処理時間、処理結果を示す処理結果データとし、処理結果データベース210に格納し、コンテナ332のログデータと、コンテナ332以外のログデータとをログデータベース250に格納する(ステップS1402)。 Subsequently, the log reference processing unit 280 analyzes the log data collected from the container 332 by the log analysis unit 285, converts the log data into processing result data indicating the processing content, processing time, and processing result, and stores the data in the processing result database 210. , the log data of the container 332 and the log data other than the container 332 are stored in the log database 250 (step S1402).

具体的には、ログ参照処理部280は、ログデータ取得部284により、ログデータ収集部343からOS310のログデータを取得し、ログデータ収集部353からOS331のログデータと、仮想マシン330のログデータとを取得し、ログデータベース250へ格納する。 Specifically, the log reference processing unit 280 acquires the log data of the OS 310 from the log data collection unit 343 using the log data acquisition unit 284, and the log data of the OS 331 and the log data of the virtual machine 330 Data is acquired and stored in the log database 250 .

続いて、ログ参照処理部280は、正常状態データ生成部286により、正常状態データベース230において正常状態データが生成済みであるか否かを判定する(ステップS1403)。 Subsequently, the log reference processing unit 280 determines whether normal state data has been generated in the normal state database 230 by the normal state data generating unit 286 (step S1403).

ステップS1403において、正常状態データが生成済みである場合、ログ参照処理部280は、後述するステップS1406へ進む。 In step S1403, if the normal state data has already been generated, the log reference processing unit 280 proceeds to step S1406, which will be described later.

ステップS1403において、正常状態データが生成済みでない場合、ログ参照処理部280は、処理結果データベース210に格納された処理結果データのレコード数が所定数以上であるか否かを判定する(ステップS1404)。ステップS1404において、レコード数が所定数未満である場合、ログ参照処理部280は、ステップS1401へ戻る。 In step S1403, if the normal state data has not been generated, the log reference processing unit 280 determines whether or not the number of records of the processing result data stored in the processing result database 210 is equal to or greater than a predetermined number (step S1404). . In step S1404, if the number of records is less than the predetermined number, log reference processing section 280 returns to step S1401.

ステップS1404において、レコード数が所定数以上である場合、正常状態データ生成部286は、正常状態データを生成し、正常状態データベース230に格納して(ステップS1405)、ステップS1401へ戻る。 In step S1404, if the number of records is equal to or greater than the predetermined number, the normal state data generation unit 286 generates normal state data, stores it in the normal state database 230 (step S1405), and returns to step S1401.

具体的には、本実施形態の正常状態データ生成部286は、処理結果データベース210に格納さるた処理結果データに基づき、特定の条件を決定し、この条件を示すデータを正常状態データとして、正常状態データベース230に格納する。 Specifically, the normal state data generation unit 286 of this embodiment determines a specific condition based on the processing result data stored in the processing result database 210, and uses data indicating this condition as normal state data. Store in state database 230 .

特定の条件とは、例えば、処理結果データに含まれる処理時間が処理時間の上限未満であることや、レスポンスコードが、出現頻度が所定値以上のレスポンスコードであること、等である。これらの特定の条件は、例えば、情報処理システム100の管理者等によって、外部から設定が可能な条件である。 Specific conditions include, for example, that the processing time included in the processing result data is less than the upper limit of the processing time, that the response code is a response code with a frequency of appearance equal to or greater than a predetermined value, and the like. These specific conditions are conditions that can be set from the outside by, for example, an administrator of the information processing system 100 or the like.

ステップS1403において、正常状態データが生成済みである場合、ログ参照処理部280は、正常状態データベース230を更新してから一定時間が経過しているか否かを判定する(ステップS1406)。ステップS1406において、一定時間が経過していない場合、ログ参照処理部280は、ステップS1404へ進む。 In step S1403, if the normal state data has already been generated, the log reference processing unit 280 determines whether or not a certain period of time has passed since the normal state database 230 was updated (step S1406). In step S1406, if the predetermined time has not elapsed, the log reference processing unit 280 proceeds to step S1404.

ステップS1406において、一定時間が経過していない場合、ログ参照処理部280は、ログ解析部285により、処理結果データを、正常状態データベース230に格納された正常状態データと比較する(ステップS1407)。 In step S1406, if the predetermined time has not elapsed, the log reference processing unit 280 causes the log analysis unit 285 to compare the processing result data with the normal state data stored in the normal state database 230 (step S1407).

続いて、ログ解析部285は、処理結果データが示す処理が正常に処理されたか否かを判定する(ステップS1408)。ステップS1408において、正常に処理された場合、ログ参照処理部280は、ステップS1401に戻る。 Subsequently, the log analysis unit 285 determines whether or not the process indicated by the process result data was normally processed (step S1408). In step S1408, if the process is normal, the log reference processing unit 280 returns to step S1401.

ステップS1408において、正常に処理されていない場合、つまり、異常な状態と判定された場合、ログ参照処理部280は、選択部288により、この処理結果データに含まれるリクエストIDを選択し、ログ特定部287により、処理結果データベース210において、選択されたリクエストIDと同一のリクエストIDを含む処理結果データを抽出する(ステップS1409)。 In step S1408, if the processing is not normal, that is, if it is determined that the state is abnormal, the log reference processing unit 280 causes the selection unit 288 to select the request ID included in the processing result data, and specify the log. The unit 287 extracts processing result data including the same request ID as the selected request ID in the processing result database 210 (step S1409).

続いて、ログ特定部287は、ログデータベース250、性能データベース240から抽出された処理結果データに含まれるコンテナ332のログデータと性能データとを特定し、抽出する(ステップS1410)。処理結果データに含まれるコンテナ332とは、処理結果データのリクエスト先に対応するコンテナ332と、リクエスト元に対応するコンテナ332である。 Subsequently, the log identifying unit 287 identifies and extracts the log data and performance data of the container 332 included in the process result data extracted from the log database 250 and performance database 240 (step S1410). The containers 332 included in the processing result data are the container 332 corresponding to the request destination of the processing result data and the container 332 corresponding to the request source.

続いて、ログ特定部287は、ステップS1409で抽出された処理結果データのうち、最初に取得された処理結果データのタイムスタンプと、最後に取得された処理結果データのタイムスタンプとを抽出する(ステップS1411)。 Subsequently, the log specifying unit 287 extracts the time stamp of the first acquired processing result data and the time stamp of the last acquired processing result data from among the processing result data extracted in step S1409 ( step S1411).

続いて、ログ特定部287は、マイグレーションログデータベース220を参照し、抽出されたタイムスタンプから算出される処理時間における、コンテナ332と仮想マシン330と情報処理装置(物理マシン)300との対応付けを示す一覧を作成する(ステップS1412)。 Subsequently, the log identification unit 287 refers to the migration log database 220, and associates the container 332, the virtual machine 330, and the information processing device (physical machine) 300 with the processing time calculated from the extracted time stamp. A list to be displayed is created (step S1412).

続いて、ログ特定部287は、一覧に含まれる仮想マシン330と情報処理装置300について、タイムスタンプから算出された処理時間における性能データとログデータを取得する(ステップS1413)。ここで取得されるログデータには、仮想マシン330のOS331のログデータと、情報処理装置(物理マシン)300のOS310のログデータとが含まれる。 Subsequently, the log identifying unit 287 acquires performance data and log data for the processing time calculated from the time stamp for the virtual machine 330 and the information processing device 300 included in the list (step S1413). The log data acquired here includes log data of the OS 331 of the virtual machine 330 and log data of the OS 310 of the information processing device (physical machine) 300 .

つまり、本実施形態のログ特定部287は、コンテナにおける処理の実行ログデータの一部であるリクエストIDを選択し、マイグレーションログデータベース220を参照して、選択したリクエストIDが示す処理を実行したコンテナの位置を特定し、コンテナの位置に基づき、コンテナと関係するOSのログデータを抽出する。 In other words, the log identification unit 287 of this embodiment selects a request ID that is part of the execution log data of the process in the container, refers to the migration log database 220, and refers to the container that executed the process indicated by the selected request ID. , and based on the location of the container, extract the log data of the OS related to the container.

続いて、ログ特定部287は、ステップS1413で取得した性能データとログデータのメタ情報に、リクエストIDを付与し、異常時性能データベース260、異常時ログデータベース270のそれぞれに格納し(ステップS1414)、処理を終了する。尚、このとき、ログ特定部287は、ステップS1410で取得したコンテナ332のログデータも、異常時ログデータベース270に格納する。 Subsequently, the log identifying unit 287 assigns a request ID to the meta information of the performance data and log data acquired in step S1413, and stores them in the abnormal performance database 260 and the abnormal log database 270 (step S1414). , terminate the process. At this time, the log specifying unit 287 also stores the log data of the container 332 acquired in step S1410 in the error log database 270. FIG.

以下に、図15乃至図17を参照して、図14の処理について具体的に説明する。図15は、処理結果データと正常状態データの比較を説明する図である。具体的には、図15は、図14のステップS1408の処理を説明する図である。 The processing in FIG. 14 will be specifically described below with reference to FIGS. 15 to 17. FIG. FIG. 15 is a diagram for explaining comparison between processing result data and normal state data. Specifically, FIG. 15 is a diagram for explaining the process of step S1408 in FIG.

図15(A)は正常状態データベース230を示し、図15(B)は、処理結果データベース210を示す。 15A shows the normal state database 230, and FIG. 15B shows the processing result database 210. FIG.

図15の例では、処理結果データベース210に格納された処理結果データ210-1は、リクエストIDが「550e8400」であり、リクエスト元のコンテナ332が「a1」であり、リクエスト先のコンテナ332が「a2」であり、呼び出されるAPIが「/aaaa/bbbb」であり、レスポンスコードが「200」であり、処理時間が82[msec]である。 In the example of FIG. 15, the processing result data 210-1 stored in the processing result database 210 has a request ID of "550e8400", a request source container 332 of "a1", and a request destination container 332 of " a2", the API to be called is "/aaaa/bbbb", the response code is "200", and the processing time is 82 [msec].

これに対し、正常状態データベース230の正常状態データ230-1は、リクエスト元のコンテナ332が「a1」であり、リクエスト先のコンテナ332が「a2」であり、呼び出されるAPIが「/aaaa/bbbb」であり、レスポンスコードが「200」である処理の処理時間の上限は、100[msec]である。 On the other hand, in the normal state data 230-1 of the normal state database 230, the request source container 332 is "a1", the request destination container 332 is "a2", and the API to be called is "/aaaa/bbbb ” and the response code is “200”, the upper limit of the processing time is 100 [msec].

したがって、ログ解析部285は、処理結果データ210-1は、リクエストID「550e8400」が示す処理が正常に処理されたものと判定し、図14のステップS1401へ進む。 Therefore, the log analysis unit 285 determines that the processing indicated by the request ID "550e8400" in the processing result data 210-1 was normally processed, and proceeds to step S1401 in FIG.

また、処理結果データベース210に格納された処理結果データ210-2では、リクエストIDが「550e8400」であり、リクエスト元のコンテナ332が「a4」であり、リクエスト先のコンテナ332が「a3」であり、呼び出されるAPIが「/aaaa/bbbb」であり、レスポンスコードが「200」であり、処理時間が103[msec]である。 In the processing result data 210-2 stored in the processing result database 210, the request ID is "550e8400", the request source container 332 is "a4", and the request destination container 332 is "a3". , the API to be called is "/aaaa/bbbb", the response code is "200", and the processing time is 103 [msec].

これに対し、正常状態データベース230の正常状態データ230-2は、リクエスト元のコンテナ332が「a4」であり、リクエスト先のコンテナ332が「a3」であり、呼び出されるAPIが「/aaaa/bbbb」であり、レスポンスコードが「200」である処理の処理時間の上限は、100[msec]である。 On the other hand, in the normal state data 230-2 of the normal state database 230, the request source container 332 is "a4", the request destination container 332 is "a3", and the API to be called is "/aaaa/bbbb ” and the response code is “200”, the upper limit of the processing time is 100 [msec].

したがって、ログ解析部285は、処理結果データ210-2は、処理時間が上限を超えており、正常に処理されていないと判定し、図14のステップS1409へ進む。 Therefore, log analysis unit 285 determines that processing result data 210-2 exceeds the upper limit of processing time and is not processed normally, and proceeds to step S1409 in FIG.

図16は、中間データの一例を示す図である。具体的には、図16は、図14のステップS1409からステップS1412までの処理を説明する図である。 FIG. 16 is a diagram showing an example of intermediate data. Specifically, FIG. 16 is a diagram for explaining the processing from step S1409 to step S1412 in FIG.

図16(A)は、正常に処理が実行されていないと判定された処理結果データとリクエストIDが一致する処理結果データを抽出した結果の一例を示している。 FIG. 16A shows an example of the result of extracting the processing result data whose request ID matches the processing result data determined to have not been processed normally.

図15において、処理結果データ210-2は、正常に処理されていないと判定されている。したがって、ログ特定部287は、処理結果データ210-2に含まれるリクエストID「550e8400」を含む処理結果データを抽出し、中間データ171を生成する。 In FIG. 15, it is determined that the processing result data 210-2 has not been processed normally. Therefore, the log specifying unit 287 extracts the processing result data including the request ID “550e8400” included in the processing result data 210 - 2 and generates the intermediate data 171 .

中間データ171は、タイムス端部と、コンテナと、処理時間とを含む。ここでは、ログ特定部287は、図15に示す処理結果データベース210から、リクエストID「550e8400」を含む処理結果データ210-1、210-2、210-3が抽出される。 The intermediate data 171 includes a times end, a container, and a processing time. Here, the log specifying unit 287 extracts the processing result data 210-1, 210-2, 210-3 including the request ID "550e8400" from the processing result database 210 shown in FIG.

そして、ログ特定部287は、リクエストIDによって特定される処理を実行したコンテナを示す「リクエスト先」と対応するコンテナと、処理の完了時刻を示すタイムスタンプと、処理時間とを対応付けた中間データ171とする。 Then, the log identification unit 287 creates intermediate data in which the container corresponding to the “request destination” indicating the container that executed the processing identified by the request ID, the time stamp indicating the completion time of the processing, and the processing time are associated with each other. 171.

この中間データ171から、リクエストID「550e8400」で特定される処理は、コンテナa2、a4、a3によって実行されたことがわかる。 From this intermediate data 171, it can be seen that the processing specified by the request ID "550e8400" was executed by the containers a2, a4, and a3.

また、中間データ171において、最初に取得された処理結果データのタイムスタンプは、処理結果データ210-1のタイムスタンプであり、最後に取得された処理結果データのタイムスタンプは処理結果データ210-2のタイムスタンプである。 In the intermediate data 171, the time stamp of the processing result data obtained first is the time stamp of the processing result data 210-1, and the time stamp of the processing result data obtained last is the time stamp of the processing result data 210-2. is the timestamp of

したがって、リクエストID「550e8400」で特定される処理の開始時刻は、処理結果データ210-1のタイムスタンプが示す時刻より、処理結果データ210-1の処理時間である82[msec]前の時刻である。また、リクエストID「550e8400」で特定される処理の終了時刻は、処理結果データ210-2のタイムスタンプが示す時刻である。 Therefore, the start time of the process specified by the request ID "550e8400" is the time 82 [msec] before the time indicated by the time stamp of the process result data 210-1, which is the processing time of the process result data 210-1. be. Also, the end time of the process specified by the request ID "550e8400" is the time indicated by the time stamp of the process result data 210-2.

ログ特定部287は、リクエストID「550e8400」で特定される処理の開始時刻と終了時刻から、リクエストID「550e8400」で特定される処理の処理にかかった処理時間を算出する。 The log specifying unit 287 calculates the processing time required for the process specified by the request ID "550e8400" from the start time and end time of the process specified by the request ID "550e8400".

そして、ログ特定部287は、マイグレーションログデータベース220を参照し、算出した処理時間が示す時間帯の、コンテナ332と仮想マシン330と情報処理装置300との対応付けの一覧を示す中間データ172を生成する。 Then, the log identification unit 287 refers to the migration log database 220 and generates intermediate data 172 showing a list of associations between the containers 332, the virtual machines 330, and the information processing devices 300 in the time period indicated by the calculated processing time. do.

図16(B)に示す中間データ172は、リクエストID「550e8400」で特定される処理の処理時間において、コンテナa2とコンテナa4は仮想マシンvm1上で動作し、コンテナa3は仮想マシンvm4上で動作していることがわかる。また、仮想マシンvm1は、物理マシンps1上で動作し、仮想マシンvm4は、物理マシンps2上で動作していることがわかる。 In the intermediate data 172 shown in FIG. 16B, the container a2 and the container a4 operate on the virtual machine vm1, and the container a3 operates on the virtual machine vm4 during the processing time specified by the request ID "550e8400". I know you are. Also, it can be seen that the virtual machine vm1 operates on the physical machine ps1, and the virtual machine vm4 operates on the physical machine ps2.

本実施形態のログ特定部287は、この中間データ172に含まれる仮想マシンvm1、vm4と、物理マシンps1、ps2について、リクエストID「550e8400」で特定される処理の処理時間中の性能データとログデータを、性能データベース240とログデータベース250から抽出する。 The log identification unit 287 of this embodiment obtains performance data and logs during the processing time of the processing identified by the request ID "550e8400" for the virtual machines vm1 and vm4 and the physical machines ps1 and ps2 included in the intermediate data 172. Data is extracted from performance database 240 and log database 250 .

そして、ログ特定部287は、抽出した性能データとログデータのメタ情報に、リクエストID「550e8400」を付与する。そして、ログ特定部287は、リクエストIDがメタ情報に付与された性能データを、異常時性能データベース260へ格納し、リクエストIDがメタ情報に付与されたログデータを異常時ログデータベース270へ格納する。 Then, the log specifying unit 287 assigns the request ID “550e8400” to the extracted meta information of the performance data and log data. Then, the log identifying unit 287 stores the performance data with the request ID added to the meta information in the abnormal performance database 260, and stores the log data with the request ID added to the meta information in the abnormal log database 270. .

図17は、異常時性能データベースの一例を示す図である。図17に示す異常時性能データベース260では、項目「メタ情報」の値に、リクエストID「550e8400」が付与されている。 FIG. 17 is a diagram illustrating an example of an abnormal performance database. In the abnormal performance database 260 shown in FIG. 17, the request ID "550e8400" is assigned to the value of the item "meta information".

本実施形態では、このように、コンテナと仮想マシンとの対応付けと、仮想マシンと物理マシンとの対応付けとが変化する度に、これらの対応付けを示すデータを生成し、データを生成した時刻と対応付けてマイグレーションログデータベース220に格納する。 In this embodiment, every time the correspondence between the container and the virtual machine and the correspondence between the virtual machine and the physical machine are changed, data indicating these correspondences are generated and generated. It is stored in the migration log database 220 in association with the time.

また、本実施形態では、リクエストIDによって一意に特定される処理が正常に実行されない場合に、このリクエストIDで特定される処理を実行したコンテナと、処理時間中にコンテナが動作していた仮想マシンと、仮想マシンが動作していた物理マシンとを特定する。 In addition, in this embodiment, when a process uniquely identified by a request ID is not executed normally, the container that executed the process identified by the request ID and the virtual machine on which the container was running during the processing time and the physical machine on which the virtual machine was running.

そして、本実施形態では、特定した仮想マシンと物理マシンの処理時間中の性能データとログデータを抽出し、メタ情報にリクエストIDを付与して、異常時性能データベース260と異常時ログデータベース270へ格納する。 Then, in this embodiment, the performance data and log data during the processing time of the specified virtual machine and physical machine are extracted, the request ID is given to the meta information, and the data is sent to the abnormal performance database 260 and the abnormal log database 270. Store.

異常時性能データベース260、異常時ログデータベース270は、性能データベース240、ログデータベース250とは異なる記憶領域に設けられている。また、性能データベース240、ログデータベース250と比較して、データを保持する期間が長くなるように設定されている。 The abnormal performance database 260 and the abnormal log database 270 are provided in storage areas different from the performance database 240 and the log database 250 . Also, compared to the performance database 240 and the log database 250, the period of data retention is set to be longer.

本実施形態では、このように、正常に実行されなかった処理を特定する情報と、この処理の実行中に、この処理を実行していたコンテナと対応する仮想マシン及び物理マシンの性能データとログデータとを対応付けて蓄積している。 In this embodiment, as described above, information identifying a process that has not been executed normally, and performance data and logs of the container that was executing this process and the corresponding virtual machine and physical machine during execution of this process. It is stored in association with data.

したがって、本実施形態によれば、リクエストIDを選択することで、このリクエストIDで特定される処理を実行したコンテナの位置と、コンテナと関連するOS310、OS331のログデータとを特定することができる。 Therefore, according to this embodiment, by selecting a request ID, it is possible to specify the position of the container that executed the process specified by this request ID and the log data of the OS 310 and OS 331 related to the container. .

したがって、本実施形態によれば、例えば、コンテナに障害が発生した場合等に、このコンテナと関連する参照すべきログデータを特定することができる。 Therefore, according to the present embodiment, for example, when a failure occurs in a container, it is possible to specify the log data to be referenced related to this container.

図18は、ログデータの表示例を示す図である。図18では、異常時性能データベース260、異常時ログデータベース270に格納された情報の出力例(表示例)を示している。 FIG. 18 is a diagram showing a display example of log data. FIG. 18 shows an output example (display example) of information stored in the abnormal performance database 260 and the abnormal log database 270 .

図18に示す画面181は、例えば、サーバ装置200のディスプレイ(出力装置)に表示されても良いし、情報処理システム100の管理者の端末であって、サーバ装置200と通信が可能な端末に表示されても良い。 The screen 181 shown in FIG. 18 may be displayed, for example, on the display (output device) of the server device 200, or may be displayed on a terminal of the administrator of the information processing system 100 and capable of communicating with the server device 200. May be displayed.

画面181では、表示欄183と表示欄184とを有する。表示欄183は、コンテナ332、仮想マシン330、物理マシン300の対応付けを示す情報を表示させる。表示欄184は、表示欄183に表示されたコンテナ332、仮想マシン330、物理マシン300に対する選択に応じて、選択されたもののログデータと性能データとが表示される。 The screen 181 has a display column 183 and a display column 184 . The display column 183 displays information indicating the correspondence between the container 332 , the virtual machine 330 and the physical machine 300 . The display field 184 displays the log data and performance data of the selected container 332, virtual machine 330, and physical machine 300 displayed in the display field 183, according to the selection.

また、本実施形態では、例えば、画面181に、リクエストを選択するための選択欄を表示させても良い。そして、ログ参照処理部280は、選択においてリクエストIDが選択されると、選択部288によりこの選択を受け付けて、ログ特定部287により、選択されたリクエストIDと対応するOSのログデータを特定し、出力部290によって表示欄184に表示させても良い。 Further, in this embodiment, for example, a selection column for selecting a request may be displayed on the screen 181 . Then, when the request ID is selected in the selection, the log reference processing unit 280 receives this selection by the selection unit 288, and specifies the log data of the OS corresponding to the selected request ID by the log specifying unit 287. , may be displayed in the display field 184 by the output unit 290 .

また、本実施形態では、マイグレーションログデータベース220を参照し、コンテナによる処理の実行ログデータの一部から、コンテナと関係するOSのログデータを抽出するものとしたが、これに限定されない。 In this embodiment, the migration log database 220 is referred to, and the log data of the OS related to the container is extracted from part of the execution log data of the processing by the container. However, the present invention is not limited to this.

本実施形態のログ特定部287は、例えば、ログデータベース250や異常時ログデータベース270に格納されたOSのログデータや、性能データベース240、異常時性能データベース260に格納された性能データから、コンテナの実行ログデータを抽出することもできる。 The log identification unit 287 of the present embodiment, for example, identifies the container from the log data of the OS stored in the log database 250 and the abnormal log database 270, and the performance data stored in the performance database 240 and the abnormal performance database 260. You can also extract execution log data.

以下に、その手順について説明する。 The procedure will be described below.

本実施形態のログ特定部287は、例えば、OS310やOS331に不具合が発生した場合等において、異常時ログデータベース270に格納されたOSのログデータの選択を受け付ける。尚、OSのログデータの選択は、例えば、OS310やOS331の正常時の状態を示す正常状態データと比較した結果であっても良いし、情報処理システム100の管理者等によって選択されても良い。 The log identifying unit 287 of the present embodiment receives selection of OS log data stored in the abnormal log database 270 when, for example, a problem occurs in the OS 310 or 331 . The selection of OS log data may be, for example, the result of comparison with normal state data indicating the normal state of the OS 310 or OS 331, or may be selected by an administrator of the information processing system 100 or the like. .

次に、ログ特定部287は、選択されたログデータが情報処理装置300のOS310である場合には、ログデータの処理時刻と、メタ情報に含まれる仮想マシン330とを特定する。次に、ログ特定部287は、マイグレーションログデータベース220を参照し、特定された処理時刻において、特定された仮想マシン330上で動作しているコンテナ332を特定する。そして、ログ特定部287は、ログデータベース250から、特定されたコンテナ332が、特定された処理時刻において実行していた処理の実行ログデータを抽出する。 Next, when the selected log data is the OS 310 of the information processing device 300, the log identification unit 287 identifies the processing time of the log data and the virtual machine 330 included in the meta information. Next, the log identification unit 287 refers to the migration log database 220 and identifies the container 332 operating on the identified virtual machine 330 at the identified processing time. Then, the log identification unit 287 extracts execution log data of the process executed by the identified container 332 at the identified processing time from the log database 250 .

また、ログ特定部287は、選択されたログデータが仮想マシン330のOS331である場合には、ログデータの処理時刻と、メタ情報に含まれるコンテナ332とを特定する。そして、ログ特定部287は、ログデータベース250から、特定されたコンテナ332が、特定された処理時刻において実行していた処理の実行ログデータを抽出する。 Further, when the selected log data is the OS 331 of the virtual machine 330, the log identification unit 287 identifies the processing time of the log data and the container 332 included in the meta information. Then, the log identification unit 287 extracts execution log data of the process executed by the identified container 332 at the identified processing time from the log database 250 .

このように、本実施形態では、仮想マシン間のコンテナの移動の履歴と、物理マシン間の仮想マシンの移動の履歴とを示すマイグレーションログを参照することで、コンテナのログデータから、コンテナと関係するOSのログデータを特定して抽出することができる。また、本実施形態では、OSのログデータから、ログデータが示す時間帯に動作していたコンテナのログデータを特定して抽出することができる。 As described above, in the present embodiment, by referring to the migration log indicating the history of migration of containers between virtual machines and the history of migration of virtual machines between physical machines, it is possible to obtain information about the relationship between containers from log data of containers. It is possible to specify and extract the log data of the operating system. Further, in this embodiment, it is possible to identify and extract log data of a container that was operating during the time period indicated by the log data from the log data of the OS.

開示の技術では、以下に記載する付記のような形態が考えられる。
(付記1)
コンテナのマイグレーションログを採取するデータ取得部と、
前記コンテナの実行ログの一部が選択されると、前記マイグレーションログを参照して、前記コンテナと関係するオペレーションシステムのログデータと、前記コンテナの位置と、を特定するログ特定部と、を有する情報処理装置。
(付記2)
前記マイグレーションログは、
前記コンテナと、前記コンテナが動作していた仮想マシンとの対応付けと、前記コンテナと前記仮想マシンとが対応付けられていた時刻と、を含むコンテナ位置データと、
前記仮想マシンと、前記仮想マシンが動作していた物理マシンとの対応付けと、前記仮想マシンと前記物理マシンとが対応付けられていた時刻と、を含む仮想マシン位置データと、を含む、付記1記載の情報処理装置。
(付記3)
前記コンテナ位置データは、前記コンテナが動作する仮想マシンが変更される度に取得され、
前記仮想マシン位置データは、前記仮想マシンが動作する物理マシンが変更される度に取得される、付記2記載の情報処理装置。
(付記4)
前記ログ特定部は、
特定された前記ログデータに、前記コンテナの実行ログの一部であるリクエストIDを付与して、記憶部に格納する、付記1乃至3の何れか一項に記載の情報処理装置。
(付記5)
前記ログ特定部は、
前記オペレーションシステムのログデータが選択されると、前記マイグレーションログを参照して、前記オペレーションシステムのログデータに含まれるメタ情報に基づき、選択された前記オペレーションシステムのログデータが取得されたときに動作していたコンテナの実行ログデータを特定して抽出する、付記1乃至4の何れか一項に記載の情報処理装置。
(付記6)
前記オペレーションシステムのログデータは、
前記コンテナと対応する仮想マシン上で実行されるオペレーションシステムのログデータと、前記仮想マシンが動作する物理マシン上で実行されるオペレーションシステムのログデータと、を含む、付記1乃至5の何れか一項に記載の情報処理装置。
(付記7)
前記コンテナの実行ログデータに基づき、前記コンテナによる処理が正常に実行されたか否かの判定において参照される正常状態データを生成する正常状態データ生成部と、
前記実行ログデータと前記正常状態データとを比較して、前記コンテナによる処理が正常に実行されたか否かを判定するログ解析部と、を有し、
前記ログ特定部は、
前記コンテナによる処理が正常に実行されなかった場合に、前記コンテナと関係するオペレーションシステムのログデータと、前記コンテナの位置と、を特定する、付記1乃至6の何れか一項に記載の情報処理装置。
(付記8)
前記ログ特定部によって特定された前記ログデータと、前記コンテナの位置と、を対応付けて表示させる出力部を有する、付記1乃至7の何れか一項に記載の情報処理装置。
(付記9)
コンテナのマイグレーションログを採取し、
前記コンテナの実行ログの一部が選択されると、前記マイグレーションログを参照して、前記コンテナと関係するオペレーションシステムのログデータと、前記コンテナの位置と、を特定する、処理をコンピュータに実行させるログ参照プログラム。
The technology disclosed herein can take forms such as those described below.
(Appendix 1)
a data acquisition unit that collects container migration logs;
a log identifying unit that refers to the migration log and identifies log data of an operating system related to the container and the location of the container when a portion of the execution log of the container is selected. Information processing equipment.
(Appendix 2)
The migration log is
container location data including a correspondence between the container and the virtual machine on which the container was running, and a time at which the container and the virtual machine were associated;
virtual machine location data including an association between the virtual machine and the physical machine on which the virtual machine was running, and a time at which the virtual machine and the physical machine were associated 1. The information processing device according to 1.
(Appendix 3)
the container location data is obtained each time the virtual machine on which the container runs is changed;
The information processing apparatus according to appendix 2, wherein the virtual machine location data is acquired each time a physical machine on which the virtual machine operates is changed.
(Appendix 4)
The log identification unit
4. The information processing apparatus according to any one of appendices 1 to 3, wherein a request ID that is a part of the execution log of the container is added to the specified log data and stored in a storage unit.
(Appendix 5)
The log identification unit
When the log data of the operating system is selected, the migration log is referred to, and based on the meta information included in the log data of the operating system, an operation is performed when the selected log data of the operating system is acquired. 5. The information processing apparatus according to any one of appendices 1 to 4, wherein the execution log data of a container that has been running is identified and extracted.
(Appendix 6)
The log data of the operating system is
6. Any one of Appendices 1 to 5, including log data of an operating system running on a virtual machine corresponding to the container, and log data of an operating system running on a physical machine on which the virtual machine runs. The information processing device according to the item.
(Appendix 7)
a normal state data generation unit that generates normal state data that is referred to in determining whether or not the processing by the container has been executed normally, based on the execution log data of the container;
a log analysis unit that compares the execution log data and the normal state data to determine whether the processing by the container has been executed normally,
The log identification unit
7. The information processing according to any one of appendices 1 to 6, wherein log data of an operating system related to the container and the location of the container are specified when the processing by the container is not executed normally. Device.
(Appendix 8)
8. The information processing apparatus according to any one of appendices 1 to 7, further comprising an output unit that associates and displays the log data identified by the log identification unit and the position of the container.
(Appendix 9)
Collect the migration log of the container,
When a portion of the execution log of the container is selected, causing a computer to perform a process of referring to the migration log and identifying log data of an operating system related to the container and the location of the container. Log reference program.

100 情報処理システム
200 サーバ装置
210 処理結果データベース
220 マイグレーションログデータベース
230 正常状態データベース
240 性能データベース
250 ログデータベース
260 異常時性能データベース
270 異常時ログデータベース
280 ログ参照処理部
281 コンテナデータ取得部
282 仮想マシンデータ取得部
283 性能データ取得部
284 ログデータ取得部
285 ログ解析部
286 正常状態データ生成部
287 ログ特定部
300 情報処理装置(物理マシン)
310、331 OS
320 ハイパーバイザ
330 仮想マシン
332 コンテナ
333 プロキシ
334 コンテナ管理部
341 仮想マシンデータ収集部
342、352 性能データ収集部
343、353 ログデータ収集部
351 コンテナデータ収集部
100 information processing system 200 server device 210 processing result database 220 migration log database 230 normal state database 240 performance database 250 log database 260 failure time performance database 270 failure time log database 280 log reference processing unit 281 container data acquisition unit 282 virtual machine data acquisition Unit 283 Performance data acquisition unit 284 Log data acquisition unit 285 Log analysis unit 286 Normal state data generation unit 287 Log identification unit 300 Information processing device (physical machine)
310, 331 OS
320 hypervisor 330 virtual machine 332 container 333 proxy 334 container management unit 341 virtual machine data collection unit 342, 352 performance data collection unit 343, 353 log data collection unit 351 container data collection unit

Claims (6)

コンテナの移動の履歴を示すマイグレーションログを採取するデータ取得部と、
前記コンテナの実行ログの一部が選択されると、前記マイグレーションログを参照して、前記コンテナと関係するオペレーションシステムのログデータと、前記コンテナの位置と、を特定するログ特定部と、を有する情報処理装置。
a data acquisition unit that collects a migration log indicating a history of container movement ;
a log identifying unit that refers to the migration log and identifies log data of an operating system related to the container and the location of the container when a portion of the execution log of the container is selected. Information processing equipment.
前記マイグレーションログは、
前記コンテナと、前記コンテナが動作していた仮想マシンとの対応付けと、前記コンテナと前記仮想マシンとが対応付けられていた時刻と、を含むコンテナ位置データと、
前記仮想マシンと、前記仮想マシンが動作していた物理マシンとの対応付けと、前記仮想マシンと前記物理マシンとが対応付けられていた時刻と、を含む仮想マシン位置データと、を含む、請求項1記載の情報処理装置。
The migration log is
container location data including a correspondence between the container and the virtual machine on which the container was running, and a time at which the container and the virtual machine were associated;
virtual machine location data including an association between the virtual machine and the physical machine on which the virtual machine was running, and a time at which the virtual machine and the physical machine were associated Item 1. The information processing apparatus according to item 1.
前記コンテナ位置データは、前記コンテナが動作する仮想マシンが変更される度に取得され、
前記仮想マシン位置データは、前記仮想マシンが動作する物理マシンが変更される度に取得される、請求項2記載の情報処理装置。
the container location data is obtained each time the virtual machine on which the container runs is changed;
3. The information processing apparatus according to claim 2, wherein said virtual machine location data is obtained each time a physical machine on which said virtual machine operates is changed.
前記ログ特定部は、
特定された前記ログデータに、前記コンテナの実行ログの一部であるリクエストIDを付与して、記憶部に格納する、請求項1乃至3の何れか一項に記載の情報処理装置。
The log identification unit
4. The information processing apparatus according to any one of claims 1 to 3, wherein a request ID that is part of the execution log of said container is added to said specified log data and stored in a storage unit.
前記ログ特定部は、
前記オペレーションシステムのログデータが選択されると、前記マイグレーションログを参照して、前記オペレーションシステムのログデータに含まれるメタ情報に基づき、選択された前記オペレーションシステムのログデータが取得されたときに動作していたコンテナの実行ログデータを特定して抽出する、請求項1乃至4の何れか一項に記載の情報処理装置。
The log identification unit
When the log data of the operating system is selected, the migration log is referred to, and based on the meta information included in the log data of the operating system, an operation is performed when the selected log data of the operating system is acquired. 5. The information processing apparatus according to any one of claims 1 to 4, wherein execution log data of a container that has been running is specified and extracted.
コンテナの移動の履歴を示すマイグレーションログを採取し、
前記コンテナの実行ログの一部が選択されると、前記マイグレーションログを参照して、前記コンテナと関係するオペレーションシステムのログデータと、前記コンテナの位置と、を特定する、処理をコンピュータに実行させるログ参照プログラム。
Collect a migration log that shows the history of container movement ,
When a portion of the execution log of the container is selected, causing a computer to perform a process of referring to the migration log and identifying log data of an operating system related to the container and the location of the container. Log reference program.
JP2019105444A 2019-06-05 2019-06-05 Information processing device, log reference program Active JP7338246B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2019105444A JP7338246B2 (en) 2019-06-05 2019-06-05 Information processing device, log reference program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2019105444A JP7338246B2 (en) 2019-06-05 2019-06-05 Information processing device, log reference program

Publications (2)

Publication Number Publication Date
JP2020198046A JP2020198046A (en) 2020-12-10
JP7338246B2 true JP7338246B2 (en) 2023-09-05

Family

ID=73649277

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2019105444A Active JP7338246B2 (en) 2019-06-05 2019-06-05 Information processing device, log reference program

Country Status (1)

Country Link
JP (1) JP7338246B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114756301B (en) * 2022-04-24 2023-09-01 北京百度网讯科技有限公司 Log processing method, device and system
JP7527523B2 (en) 2022-06-26 2024-08-02 三菱電機株式会社 CONTAINER TRANSFER DEVICE, CONTAINER TRANSFER METHOD, AND CONTAINER TRANSFER PROGRAM

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016181185A (en) 2015-03-24 2016-10-13 富士通株式会社 Information processing system, management device and program
WO2018003031A1 (en) 2016-06-29 2018-01-04 富士通株式会社 Virtualization management program, virtualization management device, and virtualization management method
JP2018097793A (en) 2016-12-16 2018-06-21 富士通株式会社 Information processing system, control method of information processing device, and control program of information processing device
JP2018106638A (en) 2016-12-28 2018-07-05 富士通株式会社 Information processing apparatus, method for controlling information processing apparatus, and program

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2016181185A (en) 2015-03-24 2016-10-13 富士通株式会社 Information processing system, management device and program
WO2018003031A1 (en) 2016-06-29 2018-01-04 富士通株式会社 Virtualization management program, virtualization management device, and virtualization management method
JP2018097793A (en) 2016-12-16 2018-06-21 富士通株式会社 Information processing system, control method of information processing device, and control program of information processing device
JP2018106638A (en) 2016-12-28 2018-07-05 富士通株式会社 Information processing apparatus, method for controlling information processing apparatus, and program

Also Published As

Publication number Publication date
JP2020198046A (en) 2020-12-10

Similar Documents

Publication Publication Date Title
US11659020B2 (en) Method and system for real-time modeling of communication, virtualization and transaction execution related topological aspects of monitored software applications and hardware entities
US10585691B2 (en) Distribution system, computer, and arrangement method for virtual machine
CN110417613B (en) Distributed performance testing method, device, equipment and storage medium based on Jmeter
JP4980792B2 (en) Virtual machine performance monitoring method and apparatus using the method
US7971047B1 (en) Operating system environment and installation
US9116874B2 (en) Virtual machine test system, virtual machine test method
US20160098390A1 (en) Command history analysis apparatus and command history analysis method
JP7338246B2 (en) Information processing device, log reference program
WO2015092847A1 (en) Computer system and processing method for same
US20150324580A1 (en) Apparatus and method for analyzing malicious code in real environment
US20220075678A1 (en) Computer-readable recording medium storing failure cause identification program and method of identifying failure cause
US20190205129A1 (en) Inquiry response system and inquiry response method
US20140173065A1 (en) Automated configuration planning
US20170099177A1 (en) In-vehicle information system and information processing method thereof
JP5740338B2 (en) Virtual environment operation support system
US10838712B1 (en) Lifecycle management for software-defined datacenters
WO2013171865A1 (en) Management method and management system
EP2819020A1 (en) Information system management device and information system management method and program
JP5597293B2 (en) Computer system and program
JP6878369B2 (en) Volume allocation management device, volume allocation management method, and volume allocation management program
JP6855364B2 (en) Log collection system and program
JP2018067241A (en) Operation log generation device, operation log generation system, operation log generation method, and operation log generation program
US20200272349A1 (en) Information processing system and information processing apparatus
JP5390651B2 (en) Computer system and program
CN116431122B (en) Compiling method and device for development effect and readable storage medium

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20220308

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20221214

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20230207

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20230406

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20230807

R150 Certificate of patent or registration of utility model

Ref document number: 7338246

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150