JP2019169087A - Information aggregation device, information aggregation method, and program - Google Patents

Information aggregation device, information aggregation method, and program Download PDF

Info

Publication number
JP2019169087A
JP2019169087A JP2018058384A JP2018058384A JP2019169087A JP 2019169087 A JP2019169087 A JP 2019169087A JP 2018058384 A JP2018058384 A JP 2018058384A JP 2018058384 A JP2018058384 A JP 2018058384A JP 2019169087 A JP2019169087 A JP 2019169087A
Authority
JP
Japan
Prior art keywords
information
event
trace
importance
history
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
JP2018058384A
Other languages
Japanese (ja)
Other versions
JP7119484B2 (en
Inventor
智之 寺坂
Tomoyuki Terasaka
智之 寺坂
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP2018058384A priority Critical patent/JP7119484B2/en
Publication of JP2019169087A publication Critical patent/JP2019169087A/en
Application granted granted Critical
Publication of JP7119484B2 publication Critical patent/JP7119484B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

To provide an information aggregation device capable of reducing an amount of trace information while maintaining required accuracy without performing previous setting such as an aggregation condition, and to provide an information aggregation method, and a program.SOLUTION: A monitoring device 100 includes a calculation part 120 and an aggregation part 140. The calculation part 120 calculates importance of each event in a history on the basis of trace information indicating the history of the event relating to an object to be monitored. The aggregation part 140 aggregates the history of the event in the trace information on the basis of the calculated importance of each event.SELECTED DRAWING: Figure 10

Description

本発明は、情報集約装置、情報集約方法、及び、プログラムに関する。   The present invention relates to an information aggregating apparatus, an information aggregating method, and a program.

コンピュータ上で実行されるトランザクションの性能監視では、性能情報として、トランザクション内の処理毎の処理時間を収集することで、性能問題が発生したときの問題発生箇所の特定を容易にすることができる。例えば、Webシステム等、アプリケーションの実行を伴うトランザクション処理システムの性能監視では、アプリケーション内の関数やオブジェクト毎の処理時間を収集し、問題のあった関数やオブジェクトを特定する。この監視方法の問題点は、細分化されたアプリケーション内部の処理(関数やオブジェクト)毎の情報収集により、性能情報が膨大となり、性能情報の蓄積に大量のリソースが必要になる点である。   In performance monitoring of a transaction executed on a computer, it is possible to easily identify a problem occurrence point when a performance problem occurs by collecting processing time for each process in the transaction as performance information. For example, in performance monitoring of a transaction processing system that involves execution of an application such as a Web system, the processing time for each function or object in the application is collected, and the problematic function or object is specified. The problem with this monitoring method is that the performance information becomes enormous due to the collection of information for each of the processes (functions and objects) within the subdivided application, and a large amount of resources are required to accumulate the performance information.

このようなトランザクション処理の性能監視における必要リソース量を削減するための技術として、例えば、すべての処理について性能情報を収集、蓄積する代わりに、一般的なトランザクションで共通的に実行される関数やオブジェクトの処理のみを収集対象とする方法が知られている。また、特許文献1には、トランザクションの性能情報を収集する装置において、トランザクションの処理時間が所定値以下であれば、所定の加工方法に従って性能情報を加工する技術が開示されている。特許文献2には、ストレージネットワークの性能情報を収集する装置において、ストレージネットワークの構成要素間の依存関係に基づき、収集対象の要素を決定する技術が開示されている。   As a technique for reducing the amount of resources required for performance monitoring of such transaction processing, for example, instead of collecting and storing performance information for all processing, functions and objects that are commonly executed in general transactions A method for collecting only the processes is known. Patent Document 1 discloses a technique for processing performance information in accordance with a predetermined processing method when a transaction processing time is equal to or less than a predetermined value in an apparatus for collecting transaction performance information. Patent Document 2 discloses a technique for determining an element to be collected based on a dependency relationship between components of a storage network in an apparatus for collecting storage network performance information.

なお、関連技術として、特許文献3には、分析装置において、変動率が所定値以上の性能情報をサンプリングし、サンプリング率が所定値以上の性能情報を抽出する技術が開示されている。特許文献4には、位置情報発信装置において、位置と時刻に応じて発信間隔を変更する技術が開示されている。特許文献5には、生産ラインの管理において、標準作業時間を計算する技術が開示されている。   As a related technique, Patent Document 3 discloses a technique for sampling performance information having a variation rate of a predetermined value or more and extracting performance information having a sampling rate of a predetermined value or more in an analyzer. Patent Document 4 discloses a technique for changing a transmission interval according to a position and time in a position information transmission device. Patent Document 5 discloses a technique for calculating a standard work time in production line management.

特開平09−244998号公報JP 09-244998 A 特開2005−157933号公報JP 2005-157933 A 特開2016−149080号公報Japanese Patent Application Laid-Open No. 2006-149080 特開2012−257006号公報JP 2012-257006 A 特開2010−128654号公報JP 2010-128654 A

上述の特許文献1や2に記載された技術では、トランザクションの加工方法や、要素間の依存関係等、収集対象の性能情報に関する条件を、管理者等が予め定義し、設定する必要があった。一般的に、多様な処理が混在する複雑なトランザクションに対し、このような収集対象に関する条件を定義することは難しい。また、誤った条件が設定された場合や設定された条件が不足していた場合、問題の特定に必要な性能情報が収集されない、あるいは、意図せず大量の性能情報が収集され、リソースが枯渇する等の問題が発生する。   In the techniques described in Patent Documents 1 and 2 described above, it is necessary for an administrator or the like to predefine and set conditions relating to performance information to be collected, such as a transaction processing method and dependency between elements. . In general, it is difficult to define such a condition related to a collection target for a complex transaction in which various processes are mixed. Also, if an incorrect condition is set or if the set condition is insufficient, the performance information necessary to identify the problem is not collected, or a large amount of performance information is unintentionally collected and the resources are depleted. Problems occur.

本発明の目的は、上述の課題を解決し、収集条件等の事前設定をすることなく、必要な精度を保持しつつ、トレース情報の量を削減できる、情報集約装置、情報集約方法、及び、プログラムを提供することである。   An object of the present invention is to solve the above-mentioned problems and to reduce the amount of trace information while maintaining necessary accuracy without performing pre-setting of collection conditions and the like, an information aggregation device, an information aggregation method, and Is to provide a program.

本発明の一態様における情報集約装置は、監視対象に関する事象の履歴を表すトレース情報に基づき、前記履歴における各事象の重要度を算出する、算出手段と、算出した各事象の重要度に基づき、前記トレース情報における前記事象の履歴を集約する、集約手段と、を備える。   The information aggregating apparatus in one aspect of the present invention is based on the trace information representing the history of events related to the monitoring target, calculates the importance of each event in the history, and based on the calculated importance of each event, Aggregating means for aggregating the history of the events in the trace information.

本発明の一態様における情報集約方法は、監視対象に関する事象の履歴を表すトレース情報に基づき、前記履歴における各事象の重要度を算出し、算出した各事象の重要度に基づき、前記トレース情報における前記事象の履歴を集約する。   In the information aggregation method according to one aspect of the present invention, the importance level of each event in the history is calculated based on the trace information indicating the history of the event related to the monitoring target, and the trace information in the trace information is calculated based on the calculated importance level of each event. The event history is aggregated.

本発明の一態様におけるプログラムは、コンピュータに、監視対象に関する事象の履歴を表すトレース情報に基づき、前記履歴における各事象の重要度を算出し、算出した各事象の重要度に基づき、前記トレース情報における前記事象の履歴を集約する、処理を実行させる。   The program according to one aspect of the present invention calculates the importance of each event in the history based on the trace information indicating the history of the event related to the monitoring target, and the trace information based on the calculated importance of each event. The process of aggregating the history of the events in is executed.

本発明の効果は、収集条件等の事前設定をすることなく、必要な精度を保持しつつ、トレース情報の量を削減できることである。   The effect of the present invention is that the amount of trace information can be reduced while maintaining the required accuracy without pre-setting collection conditions and the like.

第1の実施形態における、性能監視基盤1の構成を示すブロック図である。It is a block diagram which shows the structure of the performance monitoring base | substrate 1 in 1st Embodiment. 第1の実施形態における、コンピュータに実装された監視装置100の構成を示すブロック図である。It is a block diagram which shows the structure of the monitoring apparatus 100 mounted in the computer in 1st Embodiment. 第1の実施形態における、トレース情報(性能情報)の例を示す図ある。It is a figure which shows the example of the trace information (performance information) in 1st Embodiment. 第1の実施形態における、トレースパターンの識別結果の例を示す図である。It is a figure which shows the example of the identification result of a trace pattern in 1st Embodiment. 第1の実施形態における、集計結果の例を示す図である。It is a figure which shows the example of the total result in 1st Embodiment. 第1の実施形態における、トレース情報記憶部150へ保存されるトレース情報の例を示す図である。It is a figure which shows the example of the trace information preserve | saved at the trace information storage part 150 in 1st Embodiment. 第1の実施形態における、トレース情報記憶部150へ保存されるトレース情報の他の例を示す図である。It is a figure which shows the other example of the trace information preserve | saved at the trace information storage part 150 in 1st Embodiment. 第1の実施形態の監視装置100の動作を示すフローチャートである。It is a flowchart which shows operation | movement of the monitoring apparatus 100 of 1st Embodiment. 第1の実施形態における、補完結果の例を示す図である。It is a figure which shows the example of the complementation result in 1st Embodiment. 第1の実施形態の特徴的な構成を示すブロック図である。It is a block diagram which shows the characteristic structure of 1st Embodiment. 第2の実施形態における、性能監視基盤1の構成を示すブロック図である。It is a block diagram which shows the structure of the performance monitoring base | substrate 1 in 2nd Embodiment. 第2の実施形態における、表示画面の例を示す図である。It is a figure which shows the example of the display screen in 2nd Embodiment. 第3の実施形態における、位置監視基盤2の構成を示すブロック図である。It is a block diagram which shows the structure of the position monitoring base | substrate 2 in 3rd Embodiment. 第3の実施形態における、トレース情報(位置情報)の例を示す図ある。It is a figure which shows the example of the trace information (position information) in 3rd Embodiment.

発明を実施するための形態について図面を参照して詳細に説明する。なお、各図面、及び、明細書記載の各実施形態において、同様の構成要素には同一の符号を付与し、説明を適宜省略する。   DESCRIPTION OF EMBODIMENTS Embodiments for carrying out the invention will be described in detail with reference to the drawings. Note that, in each drawing and each embodiment described in the specification, the same reference numerals are given to the same components, and description thereof will be omitted as appropriate.

<第1の実施形態>
第1の実施形態について説明する。第1の実施形態では、監視対象が、コンピュータで実行されるトランザクションである場合を例に説明する。
<First Embodiment>
A first embodiment will be described. In the first embodiment, a case where the monitoring target is a transaction executed on a computer will be described as an example.

はじめに、第1の実施形態の構成について説明する。図1は、第1の実施形態における、性能監視基盤1の構成を示すブロック図である。性能監視基盤1は、例えば、Webシステムの性能監視や、アプリケーションの性能監視を行うシステム等、性能情報を収集、分析するシステムである。   First, the configuration of the first embodiment will be described. FIG. 1 is a block diagram showing a configuration of a performance monitoring base 1 in the first embodiment. The performance monitoring platform 1 is a system that collects and analyzes performance information, such as a system that monitors Web system performance and application performance.

図1を参照すると、第1の実施形態の性能監視基盤1は、監視装置100、処理装置200、及び、クライアント端末300を含む。監視装置100は、本発明の情報集約装置の一実施形態である。   Referring to FIG. 1, the performance monitoring base 1 of the first embodiment includes a monitoring device 100, a processing device 200, and a client terminal 300. The monitoring device 100 is an embodiment of the information aggregation device of the present invention.

監視装置100と処理装置200、処理装置200とクライアント端末300は、それぞれ、ネットワーク等により接続される。   The monitoring device 100 and the processing device 200, and the processing device 200 and the client terminal 300 are connected by a network or the like.

クライアント端末300は、例えば、処理装置200のユーザ等の端末であり、処理装置200にトランザクションの実行を要求する。   The client terminal 300 is a terminal such as a user of the processing device 200, for example, and requests the processing device 200 to execute a transaction.

処理装置200は、例えば、サーバ装置等のコンピュータであり、クライアント端末300からの要求に応じて、トランザクションに対応するアプリケーションプログラムを実行する。これにより、アプリケーションプログラムに含まれる関数やオブジェクト等の一連の処理が、プログラムに従って順番に実行される。処理装置200は、トランザクションを実行する毎に、当該トランザクションに含まれる関数やオブジェクト等の処理毎の開始時刻、及び、終了時刻等の情報を取得する。   The processing device 200 is a computer such as a server device, for example, and executes an application program corresponding to a transaction in response to a request from the client terminal 300. Thereby, a series of processes such as functions and objects included in the application program are executed in order according to the program. Each time the processing device 200 executes a transaction, the processing device 200 acquires information such as a start time and an end time for each processing of functions, objects, and the like included in the transaction.

監視装置100は、収集部110、算出部120、集計データ記憶部130、集約部140、トレース情報記憶部150を含む。   The monitoring device 100 includes a collection unit 110, a calculation unit 120, a total data storage unit 130, an aggregation unit 140, and a trace information storage unit 150.

収集部110は、処理装置200で取得された情報を、監視対象(トランザクション)に関するトレース情報(性能情報)として収集する。トレース情報は、監視対象(トランザクション)について監視すべき事象(以下、監視事象とも記載する)の履歴を表す。   The collection unit 110 collects information acquired by the processing device 200 as trace information (performance information) related to a monitoring target (transaction). The trace information represents a history of events to be monitored (hereinafter also referred to as monitoring events) for the monitoring target (transaction).

第1の実施形態では、監視事象は、トランザクションに含まれる各処理であり、監視事象(処理)の履歴は、各処理の開始時刻、及び、終了時刻(監視事象(処理)に関する情報)により表される。   In the first embodiment, the monitoring event is each process included in the transaction, and the history of the monitoring event (process) is represented by the start time and end time (information on the monitoring event (process)) of each process. Is done.

算出部120は、収集部110が収集した各トランザクションのトレース情報のトレースパターンを識別する。トレースパターンは、トランザクションにおける処理の順序のパターンである。また、各トランザクションのトレース情報に基づき、集計情報を生成する。集計情報は、各トレースパターンにおける各処理の平均処理時間(平均時間長)、及び、重要度を表す。算出部120は、トレースパターン、及び、集計情報を、集計データ記憶部130に保存する。   The calculation unit 120 identifies the trace pattern of the trace information of each transaction collected by the collection unit 110. The trace pattern is a pattern of processing order in a transaction. Also, total information is generated based on the trace information of each transaction. The total information represents the average processing time (average time length) and importance of each process in each trace pattern. The calculation unit 120 stores the trace pattern and the total information in the total data storage unit 130.

集計データ記憶部130は、算出部120により識別されたトレースパターン、及び、集計情報を記憶する。   The total data storage unit 130 stores the trace pattern identified by the calculation unit 120 and the total information.

集約部140は、収集部110が収集したトレース情報を、トレース情報記憶部150に保存する。また、集約部140は、集計情報に含まれる重要度に基づき、トレース情報記憶部150に保存された各トレース情報における処理の履歴を集約する。   The aggregation unit 140 stores the trace information collected by the collection unit 110 in the trace information storage unit 150. Further, the aggregating unit 140 aggregates processing histories for each piece of trace information stored in the trace information storage unit 150 based on the importance included in the aggregated information.

トレース情報記憶部150は、トレース情報を記憶する。   The trace information storage unit 150 stores trace information.

なお、監視装置100は、CPU(Central Processing Unit)とプログラムを格納した記録媒体とを含み、プログラムに基づく制御によって動作するコンピュータであってもよい。   Note that the monitoring device 100 may be a computer that includes a CPU (Central Processing Unit) and a recording medium that stores a program and that operates by control based on the program.

図2は、第1の実施形態における、コンピュータに実装された監視装置100の構成を示すブロック図である。   FIG. 2 is a block diagram illustrating a configuration of the monitoring device 100 mounted on a computer according to the first embodiment.

図2を参照すると、監視装置100は、CPU101、記憶デバイス102(記録媒体)、入出力デバイス103、及び、通信デバイス104を含む。CPU101は、収集部110、算出部120、及び、集約部140を実装するためのプログラムの命令(Instruction)を実行する。記憶デバイス102は、例えば、ハードディスクやメモリ等であり、集計データ記憶部130、及び、トレース情報記憶部150のデータを記憶する。入出力デバイス103は、例えば、キーボード、ディスプレイ等であり、監視装置100の管理者等から、トレース情報の収集の指示等を受け付ける。通信デバイス104は、処理装置200から当該処理装置200で取得された情報を受信する。   Referring to FIG. 2, the monitoring apparatus 100 includes a CPU 101, a storage device 102 (recording medium), an input / output device 103, and a communication device 104. The CPU 101 executes an instruction (Instruction) of a program for mounting the collection unit 110, the calculation unit 120, and the aggregation unit 140. The storage device 102 is, for example, a hard disk, a memory, or the like, and stores data in the total data storage unit 130 and the trace information storage unit 150. The input / output device 103 is a keyboard, a display, or the like, for example, and receives an instruction to collect trace information from an administrator of the monitoring apparatus 100 or the like. The communication device 104 receives information acquired by the processing device 200 from the processing device 200.

なお、監視装置100の各構成要素の一部または全部は、汎用または専用の回路(circuitry)やプロセッサ、これらの組み合わせで実装されてもよい。これらの回路やプロセッサは、単一のチップによって構成されてもよいし、バスを介して接続される複数のチップによって構成されてもよい。また、各構成要素の一部、または、全部は、上述した回路等とプログラムとの組み合わせで実装されてもよい。また、各構成要素の一部、または、全部が、複数の情報処理装置や回路等で実装される場合、複数の情報処理装置や回路等は、集中配置されてもよいし、分散配置されてもよい。例えば、情報処理装置や回路等は、クライアントアンドサーバシステム、クラウドコンピューティングシステム等、各々が通信ネットワークを介して接続される形態で実装されてもよい。   Note that some or all of the components of the monitoring device 100 may be implemented by general-purpose or dedicated circuits, processors, or combinations thereof. These circuits and processors may be constituted by a single chip or may be constituted by a plurality of chips connected via a bus. Moreover, a part or all of each component may be implemented by a combination of the above-described circuit and the like and a program. In addition, when a part or all of each component is implemented by a plurality of information processing devices and circuits, the plurality of information processing devices and circuits may be centrally arranged or distributedly arranged. Also good. For example, the information processing apparatus, the circuit, and the like may be implemented in a form in which each is connected via a communication network, such as a client and server system and a cloud computing system.

次に、第1の実施形態の動作について説明する。   Next, the operation of the first embodiment will be described.

はじめに、処理装置200で実行されるトランザクション処理、及び、収集部110で生成されるトレース情報(性能情報)について説明する。図3は、第1の実施形態における、トレース情報(性能情報)の例を示す図ある。   First, transaction processing executed by the processing device 200 and trace information (performance information) generated by the collection unit 110 will be described. FIG. 3 is a diagram illustrating an example of trace information (performance information) in the first embodiment.

図3は、処理装置200でトランザクションTが実行された場合に生成されるトレース情報の例を示している。トレース情報において、各処理の開始時刻や終了時刻には、実時刻(例えば、UTC(Coordinated Universal Time))が用いられるが、図3の例では、説明を簡単にするため、トランザクションの開始時刻を0とした時刻が記載されている。また、図3のトレース情報において、トレースID(Identifier)は、処理の開始、終了を識別するための識別子である。   FIG. 3 shows an example of trace information generated when the transaction T is executed by the processing device 200. In the trace information, the actual time (for example, UTC (Coordinated Universal Time)) is used for the start time and end time of each process. In the example of FIG. The time set to 0 is described. In the trace information of FIG. 3, the trace ID (Identifier) is an identifier for identifying the start and end of processing.

図3に示すように、トランザクションTが開始されると、トレースID「PS」が、トランザクションの開始時刻とともに記録される。次に、処理aが開始されると、トレースID「PaS」が、処理aの開始時刻とともに記録される。次に、処理aから処理bが呼び出されると、トレースID「PbS」が、処理bの開始時刻とともに記録される。処理bが終了すると、トレースID「PbE」が処理bの終了時刻とともに記録される。次に、処理aから処理cが呼び出されると、トレースID「PcS」が、処理cの開始時刻とともに記録される。処理cが終了すると、トレースID「PcE」が、処理cの終了時刻とともに記録される。処理aが終了すると、トレースID「PaE」が、処理aの終了時刻とともに記録される。そして、すべての処理が終了し、トランザクションが終了すると、トレースID「PE」が、終了時刻とともに記録される。   As shown in FIG. 3, when the transaction T is started, the trace ID “PS” is recorded together with the start time of the transaction. Next, when the process a is started, the trace ID “PaS” is recorded together with the start time of the process a. Next, when the process b is called from the process a, the trace ID “PbS” is recorded together with the start time of the process b. When the process b ends, the trace ID “PbE” is recorded together with the end time of the process b. Next, when the process c is called from the process a, the trace ID “PcS” is recorded together with the start time of the process c. When the process c ends, the trace ID “PcE” is recorded together with the end time of the process c. When the process a ends, the trace ID “PaE” is recorded together with the end time of the process a. When all the processes are completed and the transaction is completed, the trace ID “PE” is recorded together with the end time.

次に、算出部120によるトレースパターンの識別処理について説明する。図4は、第1の実施形態における、トレースパターンの識別結果の例を示す図である。   Next, a trace pattern identification process by the calculation unit 120 will be described. FIG. 4 is a diagram illustrating an example of the trace pattern identification result in the first embodiment.

図4では、トランザクションT1、T2に対して収集されたトレース情報、及び、これらのトレース情報に対して識別されたトレースパターンの例が示されている。   FIG. 4 shows an example of trace information collected for the transactions T1 and T2 and trace patterns identified for these trace information.

トランザクションT1では、処理aと処理bが実行された後、処理cが実行されている。また、トランザクションT2では、処理aと処理bが実行された後、処理dが実行されている。この場合、トランザクションT1とT2では、記録されるトレースIDが一部異なるため、異なるトレースパターンとして識別される。   In transaction T1, processing c is executed after processing a and processing b are executed. In transaction T2, process d is executed after process a and process b are executed. In this case, since the recorded trace IDs are partially different between the transactions T1 and T2, they are identified as different trace patterns.

この場合、図4に示すように、トレース情報T1a、トレース情報T2aのトレースパターンは、それぞれ、トレースパターンTP1、トレースパターンTP2と識別される。   In this case, as shown in FIG. 4, the trace patterns of the trace information T1a and the trace information T2a are identified as the trace pattern TP1 and the trace pattern TP2, respectively.

算出部120は、識別したトレースパターンを、集計データ記憶部130に保存する。   The calculation unit 120 stores the identified trace pattern in the total data storage unit 130.

次に、算出部120による集計処理について説明する。図5は、第1の実施形態における、集計結果の例を示す図である。   Next, the aggregation process by the calculation unit 120 will be described. FIG. 5 is a diagram illustrating an example of a totaling result in the first embodiment.

図5は、トランザクションT1に対して収集されたトレース情報T1a、T1b、及び、トランザクションT2に対して収集されたトレース情報T2a、T2bを用いた集計処理の例を示している。トレース情報T1a、T1bは、図4のトレースパターンTP1として識別され、トレース情報T2a、T2bは、トレースパターンTP2として識別されている。   FIG. 5 shows an example of the aggregation process using the trace information T1a and T1b collected for the transaction T1 and the trace information T2a and T2b collected for the transaction T2. The trace information T1a and T1b are identified as the trace pattern TP1 in FIG. 4, and the trace information T2a and T2b are identified as the trace pattern TP2.

算出部120は、同じトレースパターンに識別されたトレース情報を用いて集計処理を行う。また、異なるトレースパターン間で一部のパターンが同じ場合、算出部120は、当該一部のパターンについては、当該異なるトレースパターンに識別されたトレース情報も用いて、集計処理を行う。   The calculation unit 120 performs aggregation processing using the trace information identified by the same trace pattern. When some patterns are the same between different trace patterns, the calculation unit 120 performs aggregation processing for the some patterns using the trace information identified by the different trace patterns.

算出部120は、集計処理として、トレースIDにより分割された各区間の平均処理時間と重要度を算出する。図5の例では、トレースパターンにおける連続する2つのトレースIDを、それぞれ、始点(from)、終点(to)とする区間毎に、平均処理時間と重要度が算出されている。   The calculation unit 120 calculates the average processing time and the importance of each section divided by the trace ID as a totaling process. In the example of FIG. 5, the average processing time and the importance are calculated for each section in which two consecutive trace IDs in the trace pattern are set as a start point (from) and an end point (to), respectively.

図5の集計情報では、トレースパターンにおける連続する2つのトレースIDを、それぞれ、始点(from)、終点(to)とする区間毎に、平均処理時間と重要度が算出されている。   In the total information of FIG. 5, the average processing time and the importance are calculated for each section in which two consecutive trace IDs in the trace pattern are set as a start point (from) and an end point (to), respectively.

ここで、平均処理時間は、各区間の処理時間(時間長)の平均値である。   Here, the average processing time is an average value of the processing time (time length) of each section.

図5の集計情報では、区間毎に、各トレース情報T1a、T1b、T2a、T2bの処理時間が「処理時間」列に設定され、これらの処理時間に基づき算出された平均処理時間が「平均処理時間」列に設定さている。   In the total information of FIG. 5, the processing time of each trace information T1a, T1b, T2a, T2b is set in the “processing time” column for each section, and the average processing time calculated based on these processing times is “average processing”. It is set in the "Time" column.

また、重要度は、集約部140がトレース情報における処理の履歴を集約するときに、集約、削除対象のトレースIDを判断するための基準である。重要度の値は、例えば、区間の平均処理時間が短く、処理実行回数が多く、処理時間のばらつきが少ないほど、小さくなるように算出される。この場合、重要度は、例えば、処理時間の標準偏差を算出し、標準偏差を平均処理時間で除した変動係数を算出し、さらに、変動係数を実行回数で除することにより算出される。   The importance level is a criterion for determining the trace IDs to be aggregated and deleted when the aggregation unit 140 aggregates the processing history in the trace information. For example, the importance value is calculated so as to be smaller as the average processing time of the section is shorter, the number of processing executions is larger, and the variation in the processing time is smaller. In this case, the importance is calculated, for example, by calculating a standard deviation of the processing time, calculating a variation coefficient obtained by dividing the standard deviation by the average processing time, and further dividing the variation coefficient by the number of executions.

図5の集計情報では、トレース情報T1a、T1b、T2a、T2bに基づき算出された、各区間の実行回数、標準偏差、変動係数、及び、重要度が、それぞれ、「実行回数」列、「標準偏差」列、「変動係数」列、及び、「重要度」列に示されている。   In the total information of FIG. 5, the number of executions, standard deviation, coefficient of variation, and importance of each section calculated based on the trace information T1a, T1b, T2a, T2b are respectively shown in the “execution count” column, “standard”. It is shown in the “deviation” column, the “variation coefficient” column, and the “importance” column.

なお、各区間の重要性を判断できる値が算出できれば、算出部120は、重要度を他の方法により算出してもよい。また、算出部120は、重要度を、トレース情報の特性に応じた算出方法により算出してもよい。   In addition, if the value which can judge the importance of each area can be calculated, the calculation part 120 may calculate importance by another method. The calculation unit 120 may calculate the importance by a calculation method according to the characteristics of the trace information.

また、集計処理を行う対象の母集団は、収集した全トランザクションのトレース情報とする必要はない。算出部120は、母集団として、区間毎に、直近の任意のトランザクション(例えば、直近100個のトランザクション)のトレース情報の処理時間を用い、それらの処理時間から重要度を算出してもよい。母集団として用いるトランザクションの数は、重要度の感度に反映される。母集団として直近のトランザクションを用いる場合、新たなトランザクションの処理時間がある時点までの平均処理時間から大きく外れた場合、新たな集計処理により得られる平均処理時間は大きく変動し、重要度は大きくなる。また、そのような、ある時点までの平均処理時間から外れた処理時間が継続する場合、新たな平均処理時間は直近の処理時間から算出されるために、変動係数は次第に小さくなり、重要度も序所に小さくなる。   Further, it is not necessary for the population to be aggregated to be trace information of all collected transactions. The calculation unit 120 may calculate the importance from the processing time of the trace information of the latest arbitrary transaction (for example, the latest 100 transactions) for each section as the population. The number of transactions used as a population is reflected in the sensitivity of importance. When using the most recent transaction as a population, if the processing time of a new transaction deviates significantly from the average processing time up to a certain point, the average processing time obtained by the new aggregation processing fluctuates greatly, and the importance increases. . In addition, when the processing time deviating from the average processing time up to a certain point continues, the new average processing time is calculated from the latest processing time, so the coefficient of variation gradually decreases and the importance also increases. It becomes small in the beginning.

算出部120は、集計処理により算出された各区間の平均処理時間と重要度を、集計データ記憶部130に保存する。   The calculation unit 120 stores the average processing time and importance of each section calculated by the aggregation process in the aggregation data storage unit 130.

次に、集約部140により行われる、集約処理について説明する。図6、及び、図7は、第1の実施形態における、トレース情報記憶部150へ保存されるトレース情報の例を示す図である。   Next, the aggregation process performed by the aggregation unit 140 will be described. 6 and 7 are diagrams illustrating examples of trace information stored in the trace information storage unit 150 according to the first embodiment.

集約部140は、各トレース情報に、算出部120で識別されたトレースパターン、及び、重要度を付与し、トレース情報記憶部150へ保存する。ここで、集約部140は、例えば、トレース情報に含まれる各トレースIDに、当該トレースIDを終点とした区間の重要度を付加する。   The aggregating unit 140 assigns the trace pattern identified by the calculation unit 120 and the importance to each trace information, and stores the trace information in the trace information storage unit 150. Here, for example, the aggregation unit 140 adds the importance of the section having the trace ID as the end point to each trace ID included in the trace information.

図6の例では、図4のトレース情報T1aに、トレースパターンTP1と、図5の各区間の重要度が付加された、トレース情報T1a’が示されている。   In the example of FIG. 6, trace information T1a 'is shown in which the trace pattern TP1 and the importance of each section of FIG. 5 are added to the trace information T1a of FIG.

集約部140は、さらに、トレース情報記憶部150へ保存した各トレース情報における処理の履歴から、重要度が所定の閾値未満のトレースIDの情報を削除することにより、処理の履歴を集約する。   The aggregating unit 140 further aggregates the processing history by deleting the information of the trace ID whose importance is less than a predetermined threshold from the processing history in each trace information stored in the trace information storage unit 150.

図7の例では、トレース情報T1a’から、閾値「0.02」未満の重要度を有するトレースID「PaS」、「PbS」、「PbE」、「PE」の情報が削除され、トレース情報T1a’’に更新されている。   In the example of FIG. 7, information of trace IDs “PaS”, “PbS”, “PbE”, and “PE” having importance less than the threshold value “0.02” is deleted from the trace information T1a ′, and the trace information T1a ′ is deleted. '' Has been updated.

集約のタイミングは、集約部140がトレース情報をトレース情報記憶部150へ保存するタイミングでもよいし、保存後の任意のタイミングでもよい。例えば、長期間に渡るトレース情報の保存により、トレース情報記憶部150として利用可能なリソースが圧迫された場合、集約部140は、重要度の閾値を増加させ、閾値未満のトレースIDの情報の削除を再度実行する。これにより、リソースが有限でも、重要度の低いトレースIDの情報から削除され、効率的なトレース情報の保存が可能になる。   The aggregation timing may be a timing at which the aggregation unit 140 stores the trace information in the trace information storage unit 150, or an arbitrary timing after the storage. For example, when resources that can be used as the trace information storage unit 150 are compressed due to the storage of trace information over a long period of time, the aggregation unit 140 increases the importance threshold and deletes trace ID information less than the threshold. Run again. As a result, even if the resource is limited, it is deleted from the trace ID information of low importance and efficient trace information can be stored.

図8は、第1の実施形態の監視装置100の動作を示すフローチャートである。   FIG. 8 is a flowchart illustrating the operation of the monitoring apparatus 100 according to the first embodiment.

収集部110は、処理装置200から、トレース情報を収集する(ステップS101)。   The collection unit 110 collects trace information from the processing device 200 (step S101).

例えば、収集部110は、図5のトレース情報T1a、T1b、T2a、T2bを収集する。   For example, the collection unit 110 collects the trace information T1a, T1b, T2a, and T2b in FIG.

算出部120は、トレース情報のトレースパターンを識別する(ステップS102)。   The calculation unit 120 identifies the trace pattern of the trace information (Step S102).

例えば、算出部120は、トレース情報T1a、T1bを、図4のトレースパターンTP1と識別し、トレース情報T2a、T2bを、図4のトレースパターンTP2と識別する。   For example, the calculation unit 120 identifies the trace information T1a and T1b as the trace pattern TP1 in FIG. 4, and identifies the trace information T2a and T2b as the trace pattern TP2 in FIG.

算出部120は、トレース情報に基づき、集計情報を生成する(ステップS103)。   The calculation unit 120 generates aggregate information based on the trace information (step S103).

例えば、算出部120は、トレース情報T1a、T1b、T2a、T2bに基づき、図5の集計情報を生成する。   For example, the calculation unit 120 generates the aggregate information illustrated in FIG. 5 based on the trace information T1a, T1b, T2a, and T2b.

集約部140は、トレース情報を、トレース情報記憶部150に保存する(ステップS104)。   The aggregation unit 140 stores the trace information in the trace information storage unit 150 (Step S104).

例えば、集約部140は、図6のように、トレース情報T1aを、トレース情報T1a’として、トレース情報記憶部150に保存する。算出部120は、他のトレース情報T1b、T2a、T2bも同様に保存する。   For example, the aggregation unit 140 stores the trace information T1a in the trace information storage unit 150 as the trace information T1a ′ as illustrated in FIG. The calculation unit 120 similarly stores other trace information T1b, T2a, and T2b.

集約部140は、集計情報に含まれる重要度に基づき、各トレース情報における処理の履歴を集約する(ステップS105)。   The aggregating unit 140 aggregates the history of processing in each piece of trace information based on the importance included in the aggregate information (step S105).

例えば、集約部140は、図5の集計情報に基づき、トレース情報T1a’における処理の履歴を、図7のトレース情報T1a’’のように集約する。   For example, the aggregating unit 140 aggregates the processing history in the trace information T1a ′ based on the aggregation information in FIG. 5 as the trace information T1a ″ in FIG.

以降、ステップS101からの処理が、繰り返し実行される。   Thereafter, the processing from step S101 is repeatedly executed.

以上により、実施形態の動作が完了する。   Thus, the operation of the embodiment is completed.

なお、監視装置100は、さらに、管理者等からの要求等に応じて、各トレース情報において集約により削除された情報を補完する、補完部(図示せず)を含んでいてもよい。   Note that the monitoring apparatus 100 may further include a complementing unit (not shown) that supplements information deleted by aggregation in each trace information in response to a request from an administrator or the like.

図9は、第1の実施形態における、補完結果の例を示す図である。   FIG. 9 is a diagram illustrating an example of a complement result in the first embodiment.

この場合、補完部は、トレース情報から削除された情報を、集計データ記憶部130に保存されている、当該トレース情報が識別されたトレースパターン、及び、各区間の平均処理時間に基づき補完する。削除されたトレースIDを終点とする区間は、重要度が低いため、処理時間のばらつきが少ない。このため、当該区間の平均処理時間を当該区間の処理時間の近似値として用いることにより、削除されたトレースIDの時刻の近似値を算出できる。また、削除されていないトレースIDについては、当該トレースIDの実際の時刻がそのまま用いられる。   In this case, the complement unit complements the information deleted from the trace information based on the trace pattern in which the trace information is identified and the average processing time of each section, which is stored in the aggregate data storage unit 130. Since the section having the deleted trace ID as the end point has low importance, there is little variation in processing time. For this reason, the approximate value of the time of the deleted trace ID can be calculated by using the average processing time of the section as an approximate value of the processing time of the section. For the trace ID that has not been deleted, the actual time of the trace ID is used as it is.

例えば、補完部は、図9のように、トレース情報T1a’’のトレースパターン「TP1」に基づき、トレースID「PaS」、「PbS」、「PbE」、「PE」を補完する。また、補完部は、トレースID「PS」の時刻に、トレースID「PS」、「PaS」間の平均処理時間を加えることにより、補完されたトレースID「PaS」の時刻の近似値を算出する。さらに、補完部は、補完されたトレースID「PaS」の時刻の近似値に、トレースID「PaS」、「PbS」間の平均処理時間を加えることにより、補完されたトレースID「PbS」の時刻の近似値を算出する。   For example, as illustrated in FIG. 9, the complement unit supplements the trace IDs “PaS”, “PbS”, “PbE”, and “PE” based on the trace pattern “TP1” of the trace information T1a ″. Further, the complementing unit calculates an approximate value of the time of the complemented trace ID “PaS” by adding the average processing time between the trace IDs “PS” and “PaS” to the time of the trace ID “PS”. . Further, the complementing unit adds the average processing time between the trace IDs “PaS” and “PbS” to the approximate value of the time of the supplemented trace ID “PaS”, so that the time of the complemented trace ID “PbS” is obtained. The approximate value of is calculated.

次に、第1の実施形態の特徴的な構成を説明する。図10は、第1の実施形態の特徴的な構成を示すブロック図である。   Next, a characteristic configuration of the first embodiment will be described. FIG. 10 is a block diagram showing a characteristic configuration of the first embodiment.

図10を参照すると、監視装置100(情報集約装置)は、算出部120、及び、集約部140を含む。算出部120は、監視対象に関する事象の履歴を表すトレース情報に基づき、履歴における各事象の重要度を算出する。集約部140は、算出した各事象の重要度に基づき、トレース情報における事象の履歴を集約する。   Referring to FIG. 10, the monitoring device 100 (information aggregation device) includes a calculation unit 120 and an aggregation unit 140. The calculation unit 120 calculates the importance of each event in the history based on the trace information that represents the history of the event related to the monitoring target. The aggregating unit 140 aggregates event histories in the trace information based on the calculated importance of each event.

次に、第1の実施形態の効果を説明する。   Next, the effect of the first embodiment will be described.

第1の実施形態によれば、収集条件等の事前設定をすることなく、必要な精度を保持しつつ、トランザクションの性能情報等のトレース情報の量を削減できる。その理由は、監視装置100が、監視対象に関する事象(処理)の履歴を表すトレース情報(性能情報)に基づき、履歴における各事象(処理)の重要度を算出し、各事象(処理)の重要度に基づき、トレース情報(性能情報)における事象の履歴を集約するためである。   According to the first embodiment, it is possible to reduce the amount of trace information, such as transaction performance information, while maintaining necessary accuracy without setting collection conditions and the like in advance. The reason is that the monitoring device 100 calculates the importance of each event (process) in the history based on the trace information (performance information) representing the history of the event (process) related to the monitored object, and the importance of each event (process). This is because the history of events in the trace information (performance information) is aggregated based on the degree.

これにより、必要な精度を保持しつつ、トレース情報を記憶するためのリソース量を削減できる。したがって、トレース情報を記憶するためのリソースが有限であっても、監視対象の分析に必要なトレース情報を蓄積できる。また、管理者等によるトレース情報の収集条件等の事前設定が不要であるため、トレース情報の量や必要なリソース量の削減を、効率的に実行できる。   As a result, the amount of resources for storing trace information can be reduced while maintaining the required accuracy. Therefore, even if the resources for storing the trace information are limited, the trace information necessary for analyzing the monitoring target can be accumulated. In addition, since it is not necessary to set in advance the conditions for collecting trace information by an administrator or the like, it is possible to efficiently reduce the amount of trace information and the amount of necessary resources.

<第2の実施形態>
次に、第2の実施形態について説明する。第2の実施形態では、管理者等からの要求に応じてトレース情報の表示を行う点で、第1の実施形態と異なる。
<Second Embodiment>
Next, a second embodiment will be described. The second embodiment is different from the first embodiment in that trace information is displayed in response to a request from an administrator or the like.

図11は、第2の実施形態における、性能監視基盤1の構成を示すブロック図である。図11を参照すると、第2の実施形態の性能監視基盤1は、第1の実施形態の性能監視基盤1の構成要素に加えて、クライアント端末400を含む。また、第2の実施形態の監視装置100は、第1の実施形態の監視装置100の構成要素に加えて、表示制御部160を含む。   FIG. 11 is a block diagram showing a configuration of the performance monitoring base 1 in the second embodiment. Referring to FIG. 11, the performance monitoring platform 1 of the second embodiment includes a client terminal 400 in addition to the components of the performance monitoring platform 1 of the first embodiment. The monitoring device 100 according to the second embodiment includes a display control unit 160 in addition to the components of the monitoring device 100 according to the first embodiment.

クライアント端末400は、例えば、管理者等の端末であり、監視装置100からトレース情報を取得し、管理者等に出力(表示)する。以下、クライアント端末400を表示装置とも記載する。   The client terminal 400 is, for example, a terminal such as an administrator, acquires trace information from the monitoring apparatus 100, and outputs (displays) the information to the administrator or the like. Hereinafter, the client terminal 400 is also referred to as a display device.

表示制御部160は、クライアント端末400からの要求に応じて、トレース情報を表示する画面を生成し、当該クライアント端末400に送信する。表示制御部160は、重要度に基づき、表示対象のトレースIDを抽出する。   The display control unit 160 generates a screen for displaying trace information in response to a request from the client terminal 400 and transmits the screen to the client terminal 400. The display control unit 160 extracts the trace ID to be displayed based on the importance.

図12は、第2の実施形態における、表示画面の例を示す図である。   FIG. 12 is a diagram illustrating an example of a display screen in the second embodiment.

表示制御部160は、クライアント端末400から、表示対象のトレース情報の指定を受け付けると、トレース情報記憶部150から、当該トレース情報を取得する。そして、表示制御部160は、取得したトレース情報を表示する画面を生成し、クライアント端末400に送信する。ここで、表示制御部160は、重要度が高い(重要度が所定の閾値以上の)トレースIDの情報を、画面に設定する。   When the display control unit 160 receives designation of the trace information to be displayed from the client terminal 400, the display control unit 160 acquires the trace information from the trace information storage unit 150. Then, the display control unit 160 generates a screen for displaying the acquired trace information and transmits it to the client terminal 400. Here, the display control unit 160 sets trace ID information having a high importance level (the importance level is equal to or higher than a predetermined threshold) on the screen.

例えば、表示制御部160は、図12に示すように、上述のトレース情報T1a’について、閾値「0.02」以上のトレースIDの情報が設定された画面(a)を生成する。クライアント端末400は、画面(a)を管理者等に出力する。   For example, as shown in FIG. 12, the display control unit 160 generates a screen (a) in which the trace ID information equal to or greater than the threshold value “0.02” is set for the above-described trace information T1a ′. The client terminal 400 outputs the screen (a) to an administrator or the like.

表示制御部160は、クライアント端末400から、画面において、詳細情報を表示すべき(ドリルダウンすべき)トレースIDの指定を受け付ける。表示制御部160は、指定されたトレースIDと表示されている次のトレースIDとの間の、重要度が低い(重要度が所定の閾値未満の)トレースIDの情報をドリルダウンして(展開して)表示する画面を生成する。   The display control unit 160 receives from the client terminal 400 designation of a trace ID on which detailed information is to be displayed (to be drilled down) on the screen. The display control unit 160 drills down (expands) information on the trace ID between the designated trace ID and the next displayed trace ID, which has a low importance (the importance is less than a predetermined threshold). And generate a screen to display.

例えば、表示制御部160は、画面(a)においてトレースID「PaE」が指定された場合、トレースID「PaE」以降のトレースID「PE」の情報も展開された画面(b)を生成する。   For example, when the trace ID “PaE” is designated on the screen (a), the display control unit 160 generates the screen (b) in which the information of the trace ID “PE” after the trace ID “PaE” is also developed.

同様に、表示制御部160は、画面(b)においてトレースID「PS」が指定された場合、トレースID「PS」、「PcS」間のトレースID「PaS」、「PbS」、「PbE」の情報も展開された画面(c)を生成する。   Similarly, when the trace ID “PS” is designated on the screen (b), the display control unit 160 sets the trace IDs “PaS”, “PbS”, and “PbE” between the trace IDs “PS” and “PcS”. A screen (c) in which information is also developed is generated.

なお、ここでは、指定されたトレースIDと次のトレースIDとの間の、重要度の低いトレースIDの情報をすべて展開する場合を例に説明した。しかしながらこれに限らず、重要度の閾値を複数設定し、展開を多段階で行ってもよい。例えば、表示制御部160は、重要度が高いトレースIDが指定された場合、当該トレースIDと次のトレースIDとの間の重要度が中程度のトレースIDの情報を展開し、さらに、重要度が中程度のトレースIDが指定された場合、当該トレースIDと次のトレースIDとの間の重要度の低いトレースIDの情報を展開してもよい。   Here, a case has been described as an example where all the information of the trace IDs with low importance between the specified trace ID and the next trace ID is expanded. However, the present invention is not limited to this, and a plurality of importance thresholds may be set to perform development in multiple stages. For example, when a trace ID having a high importance level is designated, the display control unit 160 expands information on a trace ID having a medium importance level between the trace ID and the next trace ID. If a medium trace ID is designated, trace ID information of low importance between the trace ID and the next trace ID may be developed.

また、展開すべきトレースIDの情報が集約により削除されている場合、表示制御部160は、第1の実施形態に記載したように、トレースパターン、及び、平均処理時間に基づき、当該トレースIDの情報を補完して表示してもよい。   In addition, when the information of the trace ID to be expanded is deleted by aggregation, the display control unit 160, as described in the first embodiment, based on the trace pattern and the average processing time, Information may be complemented and displayed.

次に、第2の実施形態の効果を説明する。   Next, effects of the second embodiment will be described.

通常、このように、トランザクションに関するトレース情報をドリルダウン形式で表示する場合、階層化は、関数やオブジェクトの単位で行われる。すなわち、最初の画面では、上位の関数等が表示され、ドリルダウンすべき関数等が指定された場合、当該指定された関数等で実行される関数等が表示される。そのため、処理の階層が深い場合、深い階層まで展開を繰り返す必要があり、展開に必要な操作数が多くなる。   Normally, when displaying trace information related to a transaction in a drill-down format in this way, hierarchization is performed in units of functions and objects. That is, on the first screen, upper functions and the like are displayed. When a function or the like to be drilled down is designated, a function or the like to be executed by the designated function or the like is displayed. Therefore, when the processing hierarchy is deep, it is necessary to repeat the expansion up to the deep hierarchy, and the number of operations required for the expansion increases.

これに対して、第2の実施形態では、階層化は、重要度に基づき行われる。すなわち、最初の画面では、重要度が高いトレースIDの情報が表示され、ドリルダウンすべきトレースIDが指定された場合、当該トレースIDと次のトレースIDとの間の、重要度が低いトレースIDの情報が表示される。このため、重要度の閾値を適切に設定することで、展開に伴い表示される履歴の量を、画面リソースの許容範囲に抑えることができる。したがって、第2の実施形態によれば、トレース情報における確認が必要な部分を、少ない操作で効率よく表示できる。   On the other hand, in the second embodiment, the hierarchization is performed based on the importance. That is, in the first screen, trace ID information with high importance is displayed, and when a trace ID to be drilled down is specified, a trace ID with low importance between the trace ID and the next trace ID is specified. Information is displayed. For this reason, by appropriately setting the threshold value of importance, the amount of history displayed with the expansion can be suppressed to the allowable range of the screen resource. Therefore, according to the second embodiment, a portion that needs to be confirmed in the trace information can be efficiently displayed with few operations.

<第3の実施形態>
次に、第3の実施形態について説明する。第3の実施形態では、監視対象が、人や物の移動に伴う滞在位置である点で、第1の実施形態と異なる。
<Third Embodiment>
Next, a third embodiment will be described. The third embodiment is different from the first embodiment in that the monitoring target is a stay position accompanying movement of a person or an object.

図13は、第3の実施形態における、位置監視基盤2の構成を示すブロック図である。位置監視基盤2は、例えば、人や物の移動との相関分析を行うシステムや、交通管制システム、製造ラインや物流における物の移動を監視し、分析するシステム等、位置情報を収集、分析するシステムである。   FIG. 13 is a block diagram showing a configuration of the position monitoring base 2 in the third embodiment. The position monitoring platform 2 collects and analyzes position information, such as a system that performs correlation analysis with movements of people and goods, a traffic control system, a system that monitors and analyzes movements of goods in production lines and logistics, and the like. System.

図13を参照すると、第3の実施形態の位置監視基盤2は、第1の実施形態の性能監視基盤1のクライアント端末300及び処理装置200の代わりに、移動端末201を含む。   Referring to FIG. 13, the location monitoring infrastructure 2 of the third embodiment includes a mobile terminal 201 instead of the client terminal 300 and the processing device 200 of the performance monitoring infrastructure 1 of the first embodiment.

第3の実施形態では、監視事象は、人や物の移動に伴う各位置への滞在であり、監視事象(滞在)の履歴は、各位置への滞在の開始時刻(到着時刻)、及び、終了時刻(離脱時刻)等の情報(監視事象(滞在)に関する情報)により表される。   In the third embodiment, the monitoring event is a stay at each position accompanying the movement of a person or an object, and the history of the monitoring event (stay) is the start time (arrival time) of the stay at each position, and It is represented by information (information related to a monitoring event (stay)) such as an end time (leave time).

移動端末201は、人が所持、あるいは、物に付与された端末である。移動端末201は、GPS等を用いて、自端末の位置を検出し、各位置に滞在する毎に、当該滞在の開始時刻(到着時刻)、終了時刻(離脱時刻)等の情報を取得する。   The mobile terminal 201 is a terminal possessed by a person or attached to an object. The mobile terminal 201 detects the position of its own terminal using GPS or the like, and acquires information such as the start time (arrival time) and end time (leave time) of the stay each time it stays at each position.

監視装置100の収集部110は、移動端末201で取得された情報を、監視対象(滞在)に関するトレース情報(位置情報)として収集する。   The collection unit 110 of the monitoring device 100 collects information acquired by the mobile terminal 201 as trace information (position information) related to the monitoring target (stay).

算出部120は、第1の実施形態と同様に、トレース情報のトレースパターンを識別子、トレース情報に基づき集計情報を生成する。この場合、トレースパターンは、移動に伴う滞在の順序のパターンである。集計情報は、各トレースパターンにおける各位置への滞在の、平均滞在時間(平均時間長)、及び、重要度を表す。   As in the first embodiment, the calculation unit 120 uses the trace pattern of the trace information as an identifier and generates aggregate information based on the trace information. In this case, the trace pattern is a pattern of order of stay accompanying movement. The total information represents the average stay time (average time length) and importance of staying at each position in each trace pattern.

集約部140は、第1の実施形態と同様に、トレース情報記憶部150へ保存した各トレース情報における滞在の履歴を集約する。   The aggregation unit 140 aggregates the stay history in each piece of trace information stored in the trace information storage unit 150, as in the first embodiment.

図14は、第3の実施形態における、トレース情報(位置情報)の例を示す図ある。例えば、監視装置100は、図14のようなトレース情報に基づき、トレースパターンを識別し、トレースIDにより分割された各区間の重要度を算出する。そして、監視装置100は、重要度が所定の閾値未満のトレースIDの情報を削除することにより、トレース情報(位置情報)における滞在の履歴を集約する。   FIG. 14 is a diagram illustrating an example of trace information (position information) in the third embodiment. For example, the monitoring apparatus 100 identifies the trace pattern based on the trace information as shown in FIG. 14, and calculates the importance of each section divided by the trace ID. Then, the monitoring device 100 aggregates the stay history in the trace information (position information) by deleting the information of the trace ID whose importance is less than a predetermined threshold.

次に、第3の実施形態の効果を説明する。   Next, the effect of the third embodiment will be described.

第3の実施形態によれば、トレース情報が人や物の移動に伴う位置情報の場合であっても、収集条件等の事前設定をすることなく、必要な精度を保持しつつ、位置情報の量を削減できる。その理由は、監視装置100が、監視対象に関する事象(滞在)の履歴を表す複数のトレース情報(位置情報)に基づき、履歴における各事象(滞在)の重要度を算出し、各事象(滞在)の重要度に基づき、トレース情報(位置情報)の事象の履歴を集約するためである。   According to the third embodiment, even if the trace information is the position information associated with the movement of a person or an object, the position information The amount can be reduced. The reason is that the monitoring device 100 calculates the importance of each event (stay) in the history based on a plurality of pieces of trace information (position information) representing the history of the event (stay) related to the monitoring target, and each event (stay). This is because the history of events of the trace information (position information) is aggregated based on the importance level.

以上、実施形態を参照して本願発明を説明したが、本願発明は上記実施形態に限定されるものではない。本願発明の構成や詳細には、本願発明のスコープ内で当業者が理解し得る様々な変更をすることができる。   While the present invention has been described with reference to the embodiments, the present invention is not limited to the above embodiments. Various changes that can be understood by those skilled in the art can be made to the configuration and details of the present invention within the scope of the present invention.

本発明は、監視対象のトレース情報を収集するシステムに広く適用できる。例えば、本発明は、アプリケーションを実行するトランザクション処理システムにおいて、大量の性能情報を効率的に蓄積するために利用できる。また、本発明は、位置情報の管理システムにおいて、大量の位置情報を効率的に蓄積するために利用できる。   The present invention can be widely applied to systems that collect trace information to be monitored. For example, the present invention can be used to efficiently accumulate a large amount of performance information in a transaction processing system that executes an application. Further, the present invention can be used for efficiently storing a large amount of position information in a position information management system.

1 性能監視基盤
2 位置監視基盤
100 監視装置
101 CPU
102 記憶デバイス
103 入出力デバイス
104 通信デバイス
110 収集部
120 算出部
130 集計データ記憶部
140 集約部
150 トレース情報記憶部
160 表示制御部
200 処理装置
201 移動端末
300 クライアント端末
400 クライアント端末
DESCRIPTION OF SYMBOLS 1 Performance monitoring base 2 Position monitoring base 100 Monitoring apparatus 101 CPU
DESCRIPTION OF SYMBOLS 102 Storage device 103 Input / output device 104 Communication device 110 Collection part 120 Calculation part 130 Total data storage part 140 Aggregation part 150 Trace information storage part 160 Display control part 200 Processing apparatus 201 Mobile terminal 300 Client terminal 400 Client terminal

Claims (10)

監視対象に関する事象の履歴を表すトレース情報に基づき、前記履歴における各事象の重要度を算出する、算出手段と、
算出した各事象の重要度に基づき、前記トレース情報における前記事象の履歴を集約する、集約手段と、
を備える情報集約装置。
Based on the trace information representing the history of events related to the monitoring target, calculating the importance of each event in the history;
Aggregating means for aggregating the history of the event in the trace information based on the calculated importance of each event;
An information aggregating apparatus comprising:
前記算出手段は、前記トレース情報における事象のパターンを識別し、各パターンにおける各事象の平均時間長に基づき、当該事象の重要度を算出する、
請求項1に記載の情報集約装置。
The calculation means identifies an event pattern in the trace information, and calculates the importance of the event based on the average time length of each event in each pattern.
The information aggregation device according to claim 1.
前記算出手段は、各パターンにおける各事象について、当該事象の平均時間長が短く、当該事象の回数が多く、当該事象の時間長のばらつきが少ないほど、小さくなるように、当該事象の重要度を算出する、
請求項2に記載の情報集約装置。
For each event in each pattern, the calculation means determines the importance of the event so that the average time length of the event is short, the number of the event is large, and the variation in the time length of the event is small. calculate,
The information aggregation device according to claim 2.
前記集約手段は、前記トレース情報における前記事象の履歴から、重要度が所定値未満の事象に関する情報を削除する、
請求項1乃至3のいずれかに記載の情報集約装置。
The aggregation unit deletes information on an event having an importance less than a predetermined value from the event history in the trace information.
The information aggregating apparatus according to claim 1.
前記トレース情報における前記事象の履歴から削除された、重要度が所定値未満の事象に関する情報を、当該トレース情報が識別されたパターンにおける当該重要度が所定値未満の事象の平均処理時間に基づき補完する、補完手段を、さらに備える、
請求項4に記載の情報集約装置。
Information related to an event whose importance is less than a predetermined value that has been deleted from the event history in the trace information is based on an average processing time of events whose importance is less than a predetermined value in the pattern in which the trace information is identified. Complement, further equipped with supplement means,
The information aggregation device according to claim 4.
前記トレース情報の前記事象の履歴における重要度が所定値以上の事象に関する情報を、表示手段に表示させ、当該重要度が所定値以上の事象の内のいずれかが指定された場合、前記事象の履歴における重要度が所定値以上の事象に関する情報に加えて、当該重要度が所定値以上の事象の内の当該指定された事象と次の事象の間の、重要度が所定値未満の事象に関する情報を、前記表示手段に表示させる、表示制御手段を、さらに備える、
請求項1乃至5のいずれかに記載の情報集約装置。
When the display unit displays information on an event having an importance level greater than or equal to a predetermined value in the event history of the trace information, and any one of the events having an importance level equal to or higher than the predetermined value is designated, In addition to information about events whose importance is greater than or equal to a predetermined value in the history of elephants, the importance between the specified event and the next event among events whose importance is greater than or equal to a predetermined value is less than the predetermined value Further comprising display control means for causing the display means to display information about the event,
The information aggregating apparatus according to claim 1.
前記監視対象はコンピュータ上で実行されるトランザクション、前記事象は当該トランザクションに含まれる各処理であり、
前記算出手段は、前記履歴における各処理の重要度を算出し、
前記集約手段は、各処理の重要度に基づき、前記履歴を集約する、
請求項1乃至6のいずれかに記載の情報集約装置。
The monitoring target is a transaction executed on a computer, the event is each process included in the transaction,
The calculation means calculates the importance of each process in the history,
The aggregation means aggregates the history based on the importance of each process.
The information aggregating apparatus according to claim 1.
前記監視対象は人や物の移動、前記事象は当該移動に伴う各位置における滞在であり、
前記算出手段は、前記履歴における、各位置における滞在の重要度を算出し、
前記集約手段は、各位置における滞在の重要度に基づき、前記履歴を集約する、
請求項1乃至6のいずれかに記載の情報集約装置。
The monitoring target is the movement of a person or an object, and the event is a stay at each position accompanying the movement,
The calculation means calculates the importance of stay at each position in the history,
The aggregation means aggregates the history based on the importance of stay at each position.
The information aggregating apparatus according to claim 1.
監視対象に関する事象の履歴を表すトレース情報に基づき、前記履歴における各事象の重要度を算出し、
算出した各事象の重要度に基づき、前記トレース情報における前記事象の履歴を集約する、
情報集約方法。
Based on the trace information representing the history of events related to the monitoring target, calculate the importance of each event in the history,
Based on the calculated importance of each event, the history of the event in the trace information is aggregated,
Information aggregation method.
コンピュータに、
監視対象に関する事象の履歴を表すトレース情報に基づき、前記履歴における各事象の重要度を算出し、
算出した各事象の重要度に基づき、前記トレース情報における前記事象の履歴を集約する、
処理を実行させるプログラム。
On the computer,
Based on the trace information representing the history of events related to the monitoring target, calculate the importance of each event in the history,
Based on the calculated importance of each event, the history of the event in the trace information is aggregated,
A program that executes processing.
JP2018058384A 2018-03-26 2018-03-26 Information aggregation device, information aggregation method, and program Active JP7119484B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2018058384A JP7119484B2 (en) 2018-03-26 2018-03-26 Information aggregation device, information aggregation method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2018058384A JP7119484B2 (en) 2018-03-26 2018-03-26 Information aggregation device, information aggregation method, and program

Publications (2)

Publication Number Publication Date
JP2019169087A true JP2019169087A (en) 2019-10-03
JP7119484B2 JP7119484B2 (en) 2022-08-17

Family

ID=68108404

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2018058384A Active JP7119484B2 (en) 2018-03-26 2018-03-26 Information aggregation device, information aggregation method, and program

Country Status (1)

Country Link
JP (1) JP7119484B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2021064887A1 (en) * 2019-10-02 2021-04-08 三菱電機株式会社 Impact analysis device, impact analysis method, and impact analysis program

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001175678A (en) * 1999-12-20 2001-06-29 Toshiba Corp Device and method for database tuning, and recording medium
JP2011158966A (en) * 2010-01-29 2011-08-18 Fujitsu Frontech Ltd Apparatus, method and program for processing information

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9535981B2 (en) 2013-07-15 2017-01-03 Netapp, Inc. Systems and methods for filtering low utility value messages from system logs
JP2016048433A (en) 2014-08-27 2016-04-07 株式会社リコー History management device, electronic apparatus, history management method, program, and history management system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001175678A (en) * 1999-12-20 2001-06-29 Toshiba Corp Device and method for database tuning, and recording medium
JP2011158966A (en) * 2010-01-29 2011-08-18 Fujitsu Frontech Ltd Apparatus, method and program for processing information

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2021064887A1 (en) * 2019-10-02 2021-04-08 三菱電機株式会社 Impact analysis device, impact analysis method, and impact analysis program
JPWO2021064887A1 (en) * 2019-10-02 2021-12-23 三菱電機株式会社 Impact analyzer, impact analysis method, and impact analysis program
JP7258171B2 (en) 2019-10-02 2023-04-14 三菱電機株式会社 Impact analysis device, impact analysis method, and impact analysis program

Also Published As

Publication number Publication date
JP7119484B2 (en) 2022-08-17

Similar Documents

Publication Publication Date Title
US10210036B2 (en) Time series metric data modeling and prediction
JP4982216B2 (en) Policy creation support method, policy creation support system, and program
US10819603B2 (en) Performance evaluation method, apparatus for performance evaluation, and non-transitory computer-readable storage medium for storing program
EP3977278A1 (en) Automated cloud-edge streaming workload distribution and bidirectional migration with lossless, once-only processing
US10783002B1 (en) Cost determination of a service call
JP2018506104A (en) Data stream processing language for analyzing instrumented software
JP2019057236A (en) Information providing program, information providing device, and information providing method
US10909503B1 (en) Snapshots to train prediction models and improve workflow execution
US20180095819A1 (en) Incident analysis program, incident analysis method, information processing device, service identification program, service identification method, and service identification device
WO2016178316A1 (en) Computer procurement predicting device, computer procurement predicting method, and program
WO2020173136A1 (en) Method and apparatus for monitoring application system, device, and storage medium
US9866440B2 (en) Recording medium, handling method generation method, and information processing apparatus
CN111966289A (en) Partition optimization method and system based on Kafka cluster
US20160117199A1 (en) Computing system with thermal mechanism and method of operation thereof
CN110807050B (en) Performance analysis method, device, computer equipment and storage medium
US11165665B2 (en) Apparatus and method to improve precision of identifying a range of effects of a failure in a system providing a multilayer structure of services
US11023280B2 (en) Processing data streams received from instrumented software using incremental finite window double exponential smoothing
US20210263718A1 (en) Generating predictive metrics for virtualized deployments
JP7119484B2 (en) Information aggregation device, information aggregation method, and program
JP2005099973A (en) Operation management system
JP2006092053A (en) System use ratio management device, and system use ratio management method to be used for the same device and its program
CN116996363A (en) Fault early warning method and related device for power distribution network
CN111831447A (en) Application elastic capacity expansion method and device based on performance monitoring
CN116225690A (en) Memory multidimensional database calculation load balancing method and system based on docker
KR102464688B1 (en) Method and apparatus for detrmining event level of monitoring result

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20210215

RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20211020

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20211214

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20211221

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20220215

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20220718

R151 Written notification of patent or utility model registration

Ref document number: 7119484

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151